1. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  2. 4269157 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  3. ac25385 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  4. 628c1bc kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  5. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  7. c3aff08 signal: Fix name of SIGEMT in #if defined() check by Andrew Clayton · 7 years ago
  8. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  9. 176826a signal: lift sigset size check out of do_sigpending() by Dmitry V. Levin · 7 years ago
  10. 1681634 signal: simplify compat_sigpending() by Dmitry V. Levin · 7 years ago
  11. f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
  12. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  13. eb61b59 signal: don't remove SIGNAL_UNKILLABLE for traced tasks. by Jamie Iles · 7 years ago
  14. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
  15. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  16. 4ea7701 kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  17. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  20. 204a2be m68k: Remove ptrace_signal_deliver by Andreas Schwab · 8 years ago
  21. 57db7e4 signal: Only reschedule timers on signals timers have sent by Eric W. Biederman · 8 years ago
  22. 1b3c872 rt_sigtimedwait(): move compat to native by Al Viro · 8 years ago
  23. 8f13621 sigpending(): move compat to native by Al Viro · 8 years ago
  24. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  25. 31ea70e posix-timers: Move the do_schedule_next_timer declaration by Christoph Hellwig · 8 years ago
  26. bcfe8ad do_sigaltstack(): lift copying to/from userland into callers by Al Viro · 8 years ago
  27. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  28. 6c478ae signal: Make kill_proc_info static by Eric W. Biederman · 8 years ago
  29. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  30. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  31. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  32. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  33. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  34. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  35. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  36. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  37. 441398d sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 8 years ago
  38. bde8285 signal: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  39. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  40. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  41. 2d39b3c signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
  42. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  43. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  44. c7be96a signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 8 years ago
  45. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  46. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  47. 2b1ecc3 signals: Use hrtimer for sigtimedwait() by Thomas Gleixner · 9 years ago
  48. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 9 years ago
  49. 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 9 years ago
  50. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 9 years ago
  51. 407bc16 signals/sigaltstack: Prepare to add new SS_xxx flags by Stas Sergeev · 9 years ago
  52. 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 9 years ago
  53. cd0ea35 signals, pkeys: Notify userspace about protection key faults by Dave Hansen · 9 years ago
  54. 823dd32 signals: avoid random wakeups in sigsuspend() by Sasha Levin · 9 years ago
  55. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  56. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
  57. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  58. 2613502 signal: fix information leak in copy_siginfo_to_user by Amanieu d'Antras · 9 years ago
  59. 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
  60. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  61. 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 10 years ago
  62. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 10 years ago
  63. 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 10 years ago
  64. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 10 years ago
  65. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  66. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 10 years ago
  68. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  69. eca1a08 signal: Exit RCU read-side critical section on each pass through loop by Paul E. McKenney · 10 years ago
  70. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  71. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  72. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  73. df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
  74. c41247e signal: Explain local_irq_save() call by Paul E. McKenney · 11 years ago
  75. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 11 years ago
  76. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 11 years ago
  77. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 11 years ago
  78. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 11 years ago
  79. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 11 years ago
  80. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 11 years ago
  81. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 11 years ago
  82. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 11 years ago
  83. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 11 years ago
  84. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 11 years ago
  85. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  86. d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  87. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  88. 8d38f20 kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread() by Oleg Nesterov · 11 years ago
  89. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  90. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  91. a2d5f1f sigtimedwait: use freezable blocking call by Colin Cross · 12 years ago
  92. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  93. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 12 years ago
  94. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 12 years ago
  95. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. b9e146d kernel/signal.c: stop info leak via the tkill and the tgkill syscalls by Emese Revfy · 12 years ago
  97. 2b5faa4 connector: Added coredumping event to the process connector by Jesper Derehag · 12 years ago
  98. 522cff1 kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER by Andrew Morton · 12 years ago
  99. 2ca3952 signal: always clear sa_restorer on execve by Kees Cook · 12 years ago
  100. 20f22ab signals: fix new kernel-doc warnings by Randy Dunlap · 12 years ago