1. efee984 new helper: signal_delivered() by Al Viro · 14 years ago
  2. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 14 years ago
  3. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 14 years ago
  4. b7f9a11 new helper: sigmask_to_save() by Al Viro · 14 years ago
  5. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 14 years ago
  6. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 14 years ago
  7. a46808e sh: missing checks of __get_user()/__put_user() return values by Al Viro · 14 years ago
  8. 9ef461a sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend() by Al Viro · 14 years ago
  9. 68f3f16 new helper: sigsuspend() by Al Viro · 14 years ago
  10. f52b69f Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 14 years ago
  11. 5e047fa sh: use set_current_blocked() and block_sigmask() by Matt Fleming · 14 years ago
  12. 8368b0e sh: no need to reset handler if SA_ONESHOT by Matt Fleming · 14 years ago
  13. e839ca5 Disintegrate asm/system.h for SH by David Howells · 14 years ago
  14. abef364 sh: Remove redundant try_to_freeze() invocations. by Paul Mundt · 14 years ago
  15. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 16 years ago
  16. 0ea820c sh: Move over to dynamically allocated FPU context. by Paul Mundt · 16 years ago
  17. 56bfc42 sh: TS_RESTORE_SIGMASK conversion. by Paul Mundt · 17 years ago
  18. 4d2947f sh: Optimize the setup_rt_frame() I-cache flush. by Paul Mundt · 17 years ago
  19. eaa4770 sh: Use boot_cpu_data for FPU tests in sigcontext paths. by Paul Mundt · 17 years ago
  20. ea88023 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 17 years ago
  21. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 17 years ago
  22. 2fc742f sh: Improve unwind info for signals by Carl Shaw · 17 years ago
  23. 9445571 sh: Fix declaration of __kernel_sigreturn and __kernel_rt_sigreturn by Matt Fleming · 17 years ago
  24. 03f0787 sh: Fix up spurious syscall restarting. by Paul Mundt · 17 years ago
  25. 94e2fb3 sh: Provide asm/syscall.h for SH-5. by Paul Mundt · 18 years ago
  26. 1bec157 sh: Force pending restarted system calls to return -EINTR. by Paul Mundt · 18 years ago
  27. f8b890a sh: Flag T-bit for syscall restart. by Paul Mundt · 18 years ago
  28. fa43972 sh: fixup many sparse errors. by Paul Mundt · 18 years ago
  29. ab99c73 sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME. by Paul Mundt · 18 years ago
  30. f2fb4e4 sh: Conditionally re-enable IRQs in fault path. by Stuart Menefy · 18 years ago
  31. 09b5a10 sh: Optimized flush_icache_range() implementation. by Chris Smith · 18 years ago
  32. 3bc24a1 sh: Initial ELF FDPIC support. by Paul Mundt · 18 years ago
  33. 9bbafce sh: Fix occasional FPU register corruption under preempt. by Paul Mundt · 18 years ago
  34. 1efe4ce sh: GUSA atomic rollback support. by Stuart Menefy · 19 years ago
  35. f7a7b15 sh: Move in the SH-5 signal trampoline impl. by Paul Mundt · 19 years ago[Renamed from arch/sh/kernel/signal.c]
  36. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 19 years ago
  37. 8366246 sh: Conditionalize gUSA support. by Paul Mundt · 19 years ago
  38. e513768 sh: Tidy up gUSA preempt handling. by Paul Mundt · 19 years ago
  39. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 19 years ago
  40. 3aeb884 sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls. by Paul Mundt · 19 years ago
  41. 69a3314 sh: Fix restartable syscall arg5 clobbering. by Kaz Kojima · 19 years ago
  42. b66d51c sh: Tidy compiler warnings for SH-2A build. by Paul Mundt · 19 years ago
  43. e08f457 sh: __user annotations for __get/__put_user(). by Paul Mundt · 19 years ago
  44. 53f983a sh: Fix PC adjustments for varying opcode length. by Paul Mundt · 19 years ago
  45. bd07999 sh: Support for SH-2A 32-bit opcodes. by Paul Mundt · 19 years ago
  46. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 19 years ago
  47. c8bfa1f sh: Fix sigmask trampling in signal delivery. by Ryusuke Sakato · 19 years ago
  48. 11c1965 sh: Fixup cpu_data references for the non-boot CPUs. by Paul Mundt · 19 years ago
  49. 11cbb70 sh: Trivial build fixes for SH-2 support. by Yoshinori Sato · 20 years ago
  50. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 20 years ago
  51. f0bc814 sh: gcc4 support. by Stuart Menefy · 20 years ago
  52. 9d4436a sh: Add support for SH7206 and SH7619 CPU subtypes. by Yoshinori Sato · 20 years ago
  53. 19f9a34 sh: Initial vsyscall page support. by Paul Mundt · 20 years ago
  54. 9f23e7e sh: pselect6 and ppoll, along with signal trampoline rework. by Paul Mundt · 20 years ago
  55. 0b89293 sh: __NR_restart_syscall support. by Paul Mundt · 20 years ago
  56. 69be8f1 [PATCH] convert signal handling of NODEFER to act like other Unix boxes. by Steven Rostedt · 21 years ago
  57. 0e6c1f5 [PATCH] try_to_freeze() call fixes by Nigel Cunningham · 21 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago