1. e48fe8a Merge android-4.9.217(d2adeff) into msm-4.9 by jianzhou · 4 years, 1 month ago
  2. d2adeff Merge 4.9.217 into android-4.9-q by Greg Kroah-Hartman · 4 years, 2 months ago
  3. 4306259 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 2 months ago
  4. 2e709b54 Merge android-4.9.212(7e0f964) into msm-4.9 by jianzhou · 4 years, 2 months ago
  5. 7e0f964 Merge 4.9.212 into android-4.9-q by Greg Kroah-Hartman · 4 years, 3 months ago
  6. a371457 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 4 years, 9 months ago
  7. 4214486 Merge android-4.9.203(13ff513) into msm-4.9 by jianzhou · 4 years, 4 months ago
  8. 13ff513 Merge 4.9.203 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
  9. 1f7d8a2 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 6 years ago
  10. dca3398 Merge android-4.9.190 (476e7ea) into msm-4.9 by jianzhou · 4 years, 7 months ago
  11. af1070f UPSTREAM: pidfd: add polling support by Joel Fernandes (Google) · 5 years ago
  12. ac937bb UPSTREAM: signal: improve comments by Christian Brauner · 5 years ago
  13. b3ae598 BACKPORT: signal: support CLONE_PIDFD with pidfd_send_signal by Christian Brauner · 5 years ago
  14. 68defbc UPSTREAM: signal: use fdget() since we don't allow O_PATH by Christian Brauner · 5 years ago
  15. f511d49 UPSTREAM: signal: don't silently convert SI_USER signals to non-current pidfd by Jann Horn · 5 years ago
  16. cf9f829 BACKPORT: signal: add pidfd_send_signal() syscall by Christian Brauner · 5 years ago
  17. 911e99a UPSTREAM: pidfd: add polling support by Joel Fernandes (Google) · 5 years ago
  18. d50ea19 UPSTREAM: signal: improve comments by Christian Brauner · 5 years ago
  19. 3721910 BACKPORT: signal: support CLONE_PIDFD with pidfd_send_signal by Christian Brauner · 5 years ago
  20. b063f4f UPSTREAM: signal: use fdget() since we don't allow O_PATH by Christian Brauner · 5 years ago
  21. 096ee7f UPSTREAM: signal: don't silently convert SI_USER signals to non-current pidfd by Jann Horn · 5 years ago
  22. 6dc8e7c BACKPORT: signal: add pidfd_send_signal() syscall by Christian Brauner · 5 years ago
  23. 555bd7e Merge android-4.9.181 (6ccab84) into msm-4.9 by jianzhou · 4 years, 9 months ago
  24. 9adcdd5 kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 5 years ago
  25. b7d9747 Merge android-4.9.160 (fd5657a) into msm-4.9 by jianzhou · 5 years ago
  26. aa74f26 signal: Restore the stop PTRACE_EVENT_EXIT by Eric W. Biederman · 5 years ago
  27. 181f1f0d signal: Better detection of synchronous signals by Eric W. Biederman · 5 years ago
  28. 39beaea signal: Always notice exiting tasks by Eric W. Biederman · 5 years ago
  29. b62aeea Merge android-4.9.149 (ed0b11d) into msm-4.9 by jianzhou · 5 years ago
  30. f41ab60 Merge android-4.9.145 (6328e64) into msm-4.9 by jianzhou · 5 years ago
  31. 1e7066a signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  32. f9920cf mm: oom_kill: reap memory of a task that receives SIGKILL by Charan Teja Reddy · 6 years ago
  33. ba277fe signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init by Eric W. Biederman · 6 years ago
  34. ec1975a kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  35. 20a3061 signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 7 years ago
  36. 4d53eb4 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 6 years ago
  37. 794ac8e kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 6 years ago
  38. 1453b3a kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 6 years ago
  39. 916a05b signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 7 years ago
  40. f719f20 signal: Only reschedule timers on signals timers have sent by Eric W. Biederman · 7 years ago
  41. 6d94a6b sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 7 years ago
  42. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  43. 2b1ecc3 signals: Use hrtimer for sigtimedwait() by Thomas Gleixner · 8 years ago
  44. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 8 years ago
  45. 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 8 years ago
  46. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 8 years ago
  47. 407bc16 signals/sigaltstack: Prepare to add new SS_xxx flags by Stas Sergeev · 8 years ago
  48. 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 8 years ago
  49. cd0ea35 signals, pkeys: Notify userspace about protection key faults by Dave Hansen · 8 years ago
  50. 823dd32 signals: avoid random wakeups in sigsuspend() by Sasha Levin · 8 years ago
  51. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 8 years ago
  52. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 8 years ago
  53. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 8 years ago
  54. 2613502 signal: fix information leak in copy_siginfo_to_user by Amanieu d'Antras · 9 years ago
  55. 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
  56. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  57. 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 9 years ago
  58. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 9 years ago
  59. 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 9 years ago
  60. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 9 years ago
  61. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  62. 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
  63. ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 9 years ago
  64. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  65. eca1a08 signal: Exit RCU read-side critical section on each pass through loop by Paul E. McKenney · 10 years ago
  66. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  67. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  68. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  69. df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
  70. c41247e signal: Explain local_irq_save() call by Paul E. McKenney · 10 years ago
  71. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  72. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 10 years ago
  73. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 10 years ago
  74. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  75. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 10 years ago
  76. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 10 years ago
  77. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 10 years ago
  78. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 10 years ago
  79. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 10 years ago
  80. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  81. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  82. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  83. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  84. 8d38f20 kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread() by Oleg Nesterov · 10 years ago
  85. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  86. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  87. a2d5f1f sigtimedwait: use freezable blocking call by Colin Cross · 11 years ago
  88. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  89. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  90. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  91. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  92. b9e146d kernel/signal.c: stop info leak via the tkill and the tgkill syscalls by Emese Revfy · 11 years ago
  93. 2b5faa4 connector: Added coredumping event to the process connector by Jesper Derehag · 11 years ago
  94. 522cff1 kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER by Andrew Morton · 11 years ago
  95. 2ca3952 signal: always clear sa_restorer on execve by Kees Cook · 11 years ago
  96. 20f22ab signals: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  97. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  98. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  99. 5d1fadc kernel/signal.c: fix suboptimal printk usage by Valdis Kletnieks · 11 years ago
  100. 66dd34a signal: allow to send any siginfo to itself by Andrey Vagin · 11 years ago