1. 5c72263 signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE by Kees Cook · 2 years, 11 months ago
  2. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  3. 6410349 signal: clean up kernel-doc comments by Randy Dunlap · 3 years ago
  4. 4969733 signal: Remove the helper signal_group_exit by Eric W. Biederman · 3 years, 6 months ago
  5. 2f824d4 signal: Remove SIGNAL_GROUP_COREDUMP by Eric W. Biederman · 3 years ago
  6. 7ba0347 signal: Make coredump handling explicit in complete_signal by Eric W. Biederman · 3 years ago
  7. a0287db signal: Have prepare_signal detect coredumps using signal->core_state by Eric W. Biederman · 3 years ago
  8. 6c3118c signal: Skip the altstack update when not needed by Chang S. Bae · 3 years, 1 month ago
  9. 9d3f401 Merge SA_IMMUTABLE-fixes-for-v5.16-rc2 by Eric W. Biederman · 3 years, 1 month ago
  10. fcb116b signal: Replace force_fatal_sig with force_exit_sig when in doubt by Eric W. Biederman · 3 years, 1 month ago
  11. e349d94 signal: Don't always set SA_IMMUTABLE for forced signals by Eric W. Biederman · 3 years, 1 month ago
  12. b171f66 signal: Requeue ptrace signals by Eric W. Biederman · 3 years, 1 month ago
  13. 5768d89 signal: Requeue signals in the appropriate queue by Eric W. Biederman · 3 years, 1 month ago
  14. e7f7c99 signal: In get_signal test for signal_group_exit every time through the loop by Eric W. Biederman · 3 years, 1 month ago
  15. 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  16. a602285 Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  17. 00b06da signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed by Eric W. Biederman · 3 years, 2 months ago
  18. 8cb1ae1 Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  19. 26d5bad signal: Implement force_fatal_sig by Eric W. Biederman · 3 years, 2 months ago
  20. 1bdda24 signal: Add an optional check for altstack size by Thomas Gleixner · 3 years, 2 months ago
  21. 9d235ac Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  22. 15bc01e ucounts: Fix signal ucount refcounting by Eric W. Biederman · 3 years, 2 months ago
  23. 9230738 coredump: Don't perform any cleanups before dumping core by Eric W. Biederman · 3 years, 4 months ago
  24. 4f627af ptrace: Remove the unnecessary arguments from arch_ptrace_stop by Eric W. Biederman · 3 years, 4 months ago
  25. 7d613f9 signal: Remove the bogus sigkill_pending in ptrace_stop by Eric W. Biederman · 3 years, 4 months ago
  26. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  27. 5f58c39 memcg: enable accounting for signals by Vasily Averin · 3 years, 4 months ago
  28. bcfeebb Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  29. 4898370 Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  30. 307d522 signal/seccomp: Refactor seccomp signal and coredump generation by Eric W. Biederman · 3 years, 6 months ago
  31. a5dec9f posix-cpu-timers: Assert task sighand is locked while starting cputime counter by Frederic Weisbecker · 3 years, 5 months ago
  32. f4ac730 signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency by Eric W. Biederman · 3 years, 8 months ago
  33. c7fff92 signal: Remove the generic __ARCH_SI_TRAPNO support by Eric W. Biederman · 3 years, 8 months ago
  34. 7de5f68 signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK by Eric W. Biederman · 3 years, 7 months ago
  35. 2c9f7ea signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP by Eric W. Biederman · 3 years, 7 months ago
  36. f3791f4 Fix UCOUNT_RLIMIT_SIGPENDING counter leak by Alexey Gladkov · 3 years, 6 months ago
  37. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  38. 97c885d x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandoned by Al Viro · 3 years, 6 months ago
  39. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
  40. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  41. b4b27b9 Revert "signal: Allow tasks to cache one sigqueue struct" by Linus Torvalds · 3 years, 6 months ago
  42. 399f8dd9 signal: Prevent sigqueue caching after task got released by Thomas Gleixner · 3 years, 6 months ago
  43. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  44. a0e31f3 Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 7 months ago
  45. 0683b53 signal: Deliver all of the siginfo perf data in _perf by Eric W. Biederman · 3 years, 8 months ago
  46. af5eeab signal: Factor force_sig_perf out of perf_sigtrap by Eric W. Biederman · 3 years, 8 months ago
  47. 9abcabe signal: Implement SIL_FAULT_TRAPNO by Eric W. Biederman · 3 years, 8 months ago
  48. add0b32 siginfo: Move si_trapno inside the union inside _si_fault by Eric W. Biederman · 3 years, 8 months ago
  49. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  50. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  51. 42dec9a Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  52. eb6bbac Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years, 8 months ago
  53. ed8e508 signal, perf: Add missing TRAP_PERF case in siginfo_layout() by Marco Elver · 3 years, 8 months ago
  54. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  55. fb6cc12 signal: Introduce TRAP_PERF si_code and si_perf to siginfo by Marco Elver · 3 years, 9 months ago
  56. 4bad58e signal: Allow tasks to cache one sigqueue struct by Thomas Gleixner · 3 years, 9 months ago
  57. 69995eb signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc() by Thomas Gleixner · 3 years, 9 months ago
  58. 8df1947 livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure by Miroslav Benes · 3 years, 9 months ago
  59. 1e4cf0d Revert "signal: don't allow STOP on PF_IO_WORKER threads" by Jens Axboe · 3 years, 9 months ago
  60. e8b33b8 Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals" by Jens Axboe · 3 years, 9 months ago
  61. 5a842a7 Revert "signal: don't allow sending any signals to PF_IO_WORKER threads" by Jens Axboe · 3 years, 9 months ago
  62. 1044299 kernel: don't call do_exit() for PF_IO_WORKER threads by Jens Axboe · 3 years, 9 months ago
  63. 4db4b1a signal: don't allow STOP on PF_IO_WORKER threads by Eric W. Biederman · 3 years, 9 months ago
  64. 5be28c8 signal: don't allow sending any signals to PF_IO_WORKER threads by Jens Axboe · 3 years, 9 months ago
  65. 6fb8f43 kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals by Jens Axboe · 3 years, 10 months ago
  66. c509ce2 Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  67. adc5d87 signal: Add missing __user annotation to copy_siginfo_from_user_any by Jann Horn · 4 years, 1 month ago
  68. 35d0b38 task_work: unconditionally run task_work from get_signal() by Jens Axboe · 4 years ago
  69. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  70. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  71. e296dc4 kernel: remove checking for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  72. 98b89b6 signal: kill JOBCTL_TASK_WORK by Jens Axboe · 4 years, 3 months ago
  73. 6ac05e8 signal: define the SA_EXPOSE_TAGBITS bit in sa_flags by Peter Collingbourne · 4 years, 1 month ago
  74. a54f0df signal: define the SA_UNSUPPORTED bit in sa_flags by Peter Collingbourne · 4 years, 1 month ago
  75. 23acdc7 signal: clear non-uapi flag bits when passing/returning sa_flags by Peter Collingbourne · 4 years, 1 month ago
  76. 29701d6 Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into tif-task_work.arch by Jens Axboe · 4 years, 2 months ago
  77. 01be83e Merge branch 'core/urgent' into core/entry by Thomas Gleixner · 4 years, 2 months ago
  78. 7b3c36f ptrace: fix task_join_group_stop() for the case when current is traced by Oleg Nesterov · 4 years, 2 months ago
  79. 12db8b6 entry: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  80. 5c251e9 signal: Add task_sigpending() helper by Jens Axboe · 4 years, 2 months ago
  81. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  82. ebf0d100d task_work: only grab task signal lock when needed by Jens Axboe · 4 years, 5 months ago
  83. 7665a47 signal: fix typo in dequeue_synchronous_signal() by Pavel Machek · 4 years, 5 months ago
  84. e91b481 task_work: teach task_work_add() to do signal_wake_up() by Oleg Nesterov · 4 years, 6 months ago
  85. 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  86. c3b3f52 signal: refactor copy_siginfo_to_user32 by Christoph Hellwig · 4 years, 8 months ago
  87. b4f6332 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  88. 61e713b signal: Avoid corrupting si_pid and si_uid in do_notify_parent by Eric W. Biederman · 4 years, 8 months ago
  89. 3075afd signal: use kill_proc_info instead of kill_pid_info in kill_something_info by Zhiqiang Liu · 4 years, 9 months ago
  90. eaec2b0 signal: check sig before setting info in kill_pid_usb_asyncio by Zhiqiang Liu · 4 years, 9 months ago
  91. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  92. d1e7fd6 signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 9 months ago
  93. fda31c5 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 10 months ago
  94. 913292c sched.h: Annotate sighand_struct with __rcu by Madhuparna Bhowmik · 5 years ago
  95. 937c6b2 cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop() by Oleg Nesterov · 5 years ago
  96. c17112a Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  97. 33da8e7 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  98. 68d8681 kernel/signal.c: fix a kernel-doc markup by Mauro Carvalho Chehab · 5 years ago
  99. 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
  100. 1caf7d5 pidfd: Add warning if exit_state is 0 during notification by Joel Fernandes (Google) · 5 years ago