1. 24 7月, 2009 1 次提交
    • P
      nommu: ptrace support · 68b7f715
      Paul Brook 提交于
      The patch below adds ARM ptrace functions to get the process load address.
      This is required for useful userspace debugging on mmuless systems.  These
      values are obtained by reading magic offsets with PTRACE_PEEKUSR, as on other
      nommu targets. I picked arbitrary large values for the offsets.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      68b7f715
  2. 30 5月, 2009 2 次提交
    • C
      Add core support for ARMv6/v7 big-endian · 26584853
      Catalin Marinas 提交于
      Starting with ARMv6, the CPUs support the BE-8 variant of big-endian
      (byte-invariant). This patch adds the core support:
      
      - setting of the BE-8 mode via the CPSR.E register for both kernel and
        user threads
      - big-endian page table walking
      - REV used to rotate instructions read from memory during fault
        processing as they are still little-endian format
      - Kconfig and Makefile support for BE-8. The --be8 option must be passed
        to the final linking stage to convert the instructions to
        little-endian
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      26584853
    • C
      Clear the IT state when invoking a Thumb-2 signal handler · d71e1352
      Catalin Marinas 提交于
      If a process is interrupted during an If-Then block and a signal is
      invoked, the ITSTATE bits must be cleared otherwise the handler would
      not run correctly.
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      Cc: Joseph S. Myers <joseph@codesourcery.com>
      d71e1352
  3. 12 2月, 2009 1 次提交
  4. 06 9月, 2008 1 次提交
  5. 03 8月, 2008 1 次提交
  6. 26 7月, 2008 1 次提交
  7. 12 7月, 2007 2 次提交
  8. 18 6月, 2007 1 次提交
    • R
      [ARM] Update show_regs/oops register format · 154c772e
      Russell King 提交于
      Add the kernel release and version information to the output of
      show_regs/oops.  Add the CPU PSR register.  Avoid using printk
      to output partial lines; always output a complete line.
      
      Re-combine the "Control" and "Table + DAC" lines after nommu
      separated them; we don't want to waste vertical screen space
      needlessly.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      154c772e
  9. 06 5月, 2007 1 次提交
  10. 29 6月, 2006 1 次提交
  11. 26 4月, 2006 1 次提交
  12. 15 1月, 2006 2 次提交
  13. 17 4月, 2005 2 次提交
    • R
      [PATCH] ARM: showregs · 652a12ef
      Russell King 提交于
      Fix show_regs() to provide a backtrace.  Provide a new __show_regs()
      function which implements the common subset of show_regs() and die().
      Add prototypes to asm-arm/system.h
      Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
      652a12ef
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4