1. 6d94a6b sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 7 years ago
  2. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  3. 2b1ecc3 signals: Use hrtimer for sigtimedwait() by Thomas Gleixner · 8 years ago
  4. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 8 years ago
  5. 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 8 years ago
  6. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 8 years ago
  7. 407bc16 signals/sigaltstack: Prepare to add new SS_xxx flags by Stas Sergeev · 8 years ago
  8. 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 8 years ago
  9. cd0ea35 signals, pkeys: Notify userspace about protection key faults by Dave Hansen · 8 years ago
  10. 823dd32 signals: avoid random wakeups in sigsuspend() by Sasha Levin · 8 years ago
  11. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  12. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
  13. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  14. 2613502 signal: fix information leak in copy_siginfo_to_user by Amanieu d'Antras · 9 years ago
  15. 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
  16. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  17. 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 9 years ago
  18. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 9 years ago
  19. 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 9 years ago
  20. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 9 years ago
  21. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  22. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 10 years ago
  24. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  25. eca1a08 signal: Exit RCU read-side critical section on each pass through loop by Paul E. McKenney · 10 years ago
  26. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  27. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  28. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  29. df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
  30. c41247e signal: Explain local_irq_save() call by Paul E. McKenney · 10 years ago
  31. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  32. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 10 years ago
  33. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 10 years ago
  34. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  35. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 10 years ago
  36. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 10 years ago
  37. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 10 years ago
  38. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 10 years ago
  39. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 10 years ago
  40. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  41. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  42. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  43. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  44. 8d38f20 kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread() by Oleg Nesterov · 10 years ago
  45. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  46. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  47. a2d5f1f sigtimedwait: use freezable blocking call by Colin Cross · 11 years ago
  48. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  49. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  50. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  51. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. b9e146d kernel/signal.c: stop info leak via the tkill and the tgkill syscalls by Emese Revfy · 11 years ago
  53. 2b5faa4 connector: Added coredumping event to the process connector by Jesper Derehag · 11 years ago
  54. 522cff1 kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER by Andrew Morton · 11 years ago
  55. 2ca3952 signal: always clear sa_restorer on execve by Kees Cook · 11 years ago
  56. 20f22ab signals: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  57. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  58. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  59. 5d1fadc kernel/signal.c: fix suboptimal printk usage by Valdis Kletnieks · 11 years ago
  60. 66dd34a signal: allow to send any siginfo to itself by Andrey Vagin · 11 years ago
  61. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  62. d64008a burying unused conditionals by Al Viro · 12 years ago
  63. e9b04b5 make do_sigaltstack() static by Al Viro · 12 years ago
  64. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  65. bde208d switch mips to generic rt_sigsuspend(), make it unconditional by Al Viro · 12 years ago
  66. 2ce5da1 new helper: signal_setup_done() by Al Viro · 12 years ago
  67. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 11 years ago
  68. 08d32fe generic sys_compat_rt_sigaction() by Al Viro · 11 years ago
  69. 9aae8fc switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  70. 0a0e8cd old sigsuspend variants in kernel/signal.c by Al Viro · 11 years ago
  71. 75907d4 generic compat_sys_rt_sigqueueinfo() by Al Viro · 11 years ago
  72. fe9c1db generic compat_sys_rt_sigpending() by Al Viro · 11 years ago
  73. 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  74. ad4b65a consolidate rt_sigsuspend() by Al Viro · 11 years ago
  75. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  76. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  77. 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 11 years ago
  78. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  79. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  80. 0c4a842 signals: set_current_blocked() can use __set_current_blocked() by Oleg Nesterov · 11 years ago
  81. 5ba53ff signals: sys_ssetmask() uses uninitialized newmask by Oleg Nesterov · 11 years ago
  82. 90228fc switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  83. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  84. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  85. 9026843 generic compat_sys_sigaltstack() by Al Viro · 11 years ago
  86. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 11 years ago
  87. 5c49574 new helper: restore_altstack() by Al Viro · 12 years ago
  88. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  89. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  90. 541880d do_coredump(): get rid of pt_regs argument by Al Viro · 12 years ago
  91. 4aaefee print_fatal_signal(): get rid of pt_regs argument by Al Viro · 12 years ago
  92. 94eb22d ptrace_signal(): get rid of unused arguments by Al Viro · 12 years ago
  93. b7f9591 get rid of ptrace_signal_deliver() arguments by Al Viro · 12 years ago
  94. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  95. 5d8f72b freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() by Oleg Nesterov · 12 years ago
  96. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  97. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  98. f784e8a task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver() by Oleg Nesterov · 12 years ago
  99. 7266702 signal: make sure we don't get stopped with pending task_work by Al Viro · 12 years ago
  100. efee984 new helper: signal_delivered() by Al Viro · 12 years ago