1. 23 3月, 2011 1 次提交
  2. 28 10月, 2010 2 次提交
  3. 16 9月, 2010 1 次提交
  4. 14 6月, 2010 1 次提交
  5. 15 2月, 2010 1 次提交
    • P
      sh64: fix tracing of signals. · 4b505db9
      Paul Mundt 提交于
      This follows the parisc change to ensure that tracehook_signal_handler()
      is aware of when we are single-stepping in order to ptrace_notify()
      appropriately. While this was implemented for 32-bit SH, sh64 neglected
      to make use of TIF_SINGLESTEP when it was folded in with the 32-bit code,
      resulting in ptrace_notify() never being called.
      
      As sh64 uses all of the other abstractions already, this simply plugs in
      the thread flag in the appropriate enable/disable paths and fixes up the
      tracehook notification accordingly. With this in place, sh64 is brought
      in line with what 32-bit is already doing.
      Reported-by: NMike Frysinger <vapier@gentoo.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      4b505db9
  6. 19 1月, 2010 3 次提交
  7. 15 12月, 2009 1 次提交
  8. 16 9月, 2009 1 次提交
  9. 22 12月, 2008 1 次提交
  10. 08 9月, 2008 1 次提交
  11. 25 8月, 2008 1 次提交
    • A
      sh: fix ptrace_64.c:user_disable_single_step() · e311be52
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by
      commit c459dbf2
      (sh: ptrace single stepping cleanups.):
      
      <--  snip  -->
      
      ...
        CC      arch/sh/kernel/ptrace_64.o
      arch/sh/kernel/ptrace_64.c: In function 'user_disable_single_step':
      arch/sh/kernel/ptrace_64.c:134: error: 'regs' undeclared (first use in this function)
      arch/sh/kernel/ptrace_64.c:134: error: (Each undeclared identifier is reported only once
      arch/sh/kernel/ptrace_64.c:134: error: for each function it appears in.)
      ...
      make[2]: *** [arch/sh/kernel/ptrace_64.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e311be52
  12. 02 8月, 2008 4 次提交
  13. 16 4月, 2008 1 次提交
  14. 28 1月, 2008 5 次提交
  15. 17 10月, 2007 1 次提交
  16. 18 7月, 2007 2 次提交
  17. 01 7月, 2006 1 次提交
  18. 07 11月, 2005 1 次提交
  19. 31 10月, 2005 1 次提交
  20. 01 5月, 2005 1 次提交
  21. 17 4月, 2005 1 次提交
    • 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