1. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  2. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  3. 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  4. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  5. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  6. 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 7 years ago
  7. e1c70f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  8. f71dd7d signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed by Eric W. Biederman · 7 years ago
  9. 3824673 signal: Helpers for faults with specialized siginfo layouts by Eric W. Biederman · 7 years ago
  10. f8ec660 signal: Add send_sig_fault and force_sig_fault by Eric W. Biederman · 7 years ago
  11. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  12. ea64d5a signal: Unify and correct copy_siginfo_to_user32 by Eric W. Biederman · 7 years ago
  13. eb5346c signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  14. 212a36a signal: Unify and correct copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  15. 71ee78d signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h by Eric W. Biederman · 7 years ago
  16. 0326e7e signal: Remove unnecessary ifdefs now that there is only one struct siginfo by Eric W. Biederman · 7 years ago
  17. 3007356 signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version by Eric W. Biederman · 7 years ago
  18. 9943d3a signal: Clear si_sys_private before copying siginfo to userspace by Eric W. Biederman · 7 years ago
  19. aba1be2 signal: Ensure no siginfo union member increases the size of struct siginfo by Eric W. Biederman · 7 years ago
  20. faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
  21. 526c3dd signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS by Eric W. Biederman · 7 years ago
  22. 0b44bf9 signal: Simplify and fix kdb_send_sig by Eric W. Biederman · 7 years ago
  23. 43347d5 livepatch: send a fake signal to all blocking tasks by Miroslav Benes · 7 years ago
  24. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  25. 4269157 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  26. ac25385 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  27. 628c1bc kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  28. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  29. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  30. c3aff08 signal: Fix name of SIGEMT in #if defined() check by Andrew Clayton · 7 years ago
  31. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  32. 176826a signal: lift sigset size check out of do_sigpending() by Dmitry V. Levin · 7 years ago
  33. 1681634 signal: simplify compat_sigpending() by Dmitry V. Levin · 7 years ago
  34. f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
  35. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  36. eb61b59 signal: don't remove SIGNAL_UNKILLABLE for traced tasks. by Jamie Iles · 7 years ago
  37. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
  38. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  39. 4ea7701 kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  40. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  43. 204a2be m68k: Remove ptrace_signal_deliver by Andreas Schwab · 8 years ago
  44. 57db7e4 signal: Only reschedule timers on signals timers have sent by Eric W. Biederman · 8 years ago
  45. 1b3c872 rt_sigtimedwait(): move compat to native by Al Viro · 8 years ago
  46. 8f13621 sigpending(): move compat to native by Al Viro · 8 years ago
  47. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  48. 31ea70e posix-timers: Move the do_schedule_next_timer declaration by Christoph Hellwig · 8 years ago
  49. bcfe8ad do_sigaltstack(): lift copying to/from userland into callers by Al Viro · 8 years ago
  50. 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
  51. 6c478ae signal: Make kill_proc_info static by Eric W. Biederman · 8 years ago
  52. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  53. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  54. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  55. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  56. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  57. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  58. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  59. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  60. 441398d sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 8 years ago
  61. bde8285 signal: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  62. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  63. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  64. 2d39b3c signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
  65. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  66. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  67. c7be96a signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 8 years ago
  68. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  69. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  70. 2b1ecc3 signals: Use hrtimer for sigtimedwait() by Thomas Gleixner · 8 years ago
  71. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 9 years ago
  72. 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 9 years ago
  73. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 9 years ago
  74. 407bc16 signals/sigaltstack: Prepare to add new SS_xxx flags by Stas Sergeev · 9 years ago
  75. 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 9 years ago
  76. cd0ea35 signals, pkeys: Notify userspace about protection key faults by Dave Hansen · 9 years ago
  77. 823dd32 signals: avoid random wakeups in sigsuspend() by Sasha Levin · 9 years ago
  78. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  79. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
  80. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  81. 2613502 signal: fix information leak in copy_siginfo_to_user by Amanieu d'Antras · 9 years ago
  82. 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
  83. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  84. 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 10 years ago
  85. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 10 years ago
  86. 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 10 years ago
  87. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 10 years ago
  88. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  89. 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
  90. ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 10 years ago
  91. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  92. eca1a08 signal: Exit RCU read-side critical section on each pass through loop by Paul E. McKenney · 10 years ago
  93. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  94. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  95. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  96. df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
  97. c41247e signal: Explain local_irq_save() call by Paul E. McKenney · 11 years ago
  98. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 11 years ago
  99. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 11 years ago
  100. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 11 years ago