1. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  2. 5f58c39 memcg: enable accounting for signals by Vasily Averin · 3 years, 4 months ago
  3. 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
  4. 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
  5. 307d522 signal/seccomp: Refactor seccomp signal and coredump generation by Eric W. Biederman · 3 years, 6 months ago
  6. a5dec9f posix-cpu-timers: Assert task sighand is locked while starting cputime counter by Frederic Weisbecker · 3 years, 5 months ago
  7. f4ac730 signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency by Eric W. Biederman · 3 years, 8 months ago
  8. c7fff92 signal: Remove the generic __ARCH_SI_TRAPNO support by Eric W. Biederman · 3 years, 8 months ago
  9. 7de5f68 signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK by Eric W. Biederman · 3 years, 7 months ago
  10. 2c9f7ea signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP by Eric W. Biederman · 3 years, 7 months ago
  11. f3791f4 Fix UCOUNT_RLIMIT_SIGPENDING counter leak by Alexey Gladkov · 3 years, 6 months ago
  12. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  13. 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
  14. 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
  15. 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
  16. b4b27b9 Revert "signal: Allow tasks to cache one sigqueue struct" by Linus Torvalds · 3 years, 6 months ago
  17. 399f8dd9 signal: Prevent sigqueue caching after task got released by Thomas Gleixner · 3 years, 6 months ago
  18. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  19. 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
  20. 0683b53 signal: Deliver all of the siginfo perf data in _perf by Eric W. Biederman · 3 years, 8 months ago
  21. af5eeab signal: Factor force_sig_perf out of perf_sigtrap by Eric W. Biederman · 3 years, 8 months ago
  22. 9abcabe signal: Implement SIL_FAULT_TRAPNO by Eric W. Biederman · 3 years, 8 months ago
  23. add0b32 siginfo: Move si_trapno inside the union inside _si_fault by Eric W. Biederman · 3 years, 8 months ago
  24. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  25. 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
  26. 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
  27. 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
  28. ed8e508 signal, perf: Add missing TRAP_PERF case in siginfo_layout() by Marco Elver · 3 years, 8 months ago
  29. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  30. fb6cc12 signal: Introduce TRAP_PERF si_code and si_perf to siginfo by Marco Elver · 3 years, 9 months ago
  31. 4bad58e signal: Allow tasks to cache one sigqueue struct by Thomas Gleixner · 3 years, 9 months ago
  32. 69995eb signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc() by Thomas Gleixner · 3 years, 9 months ago
  33. 8df1947 livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure by Miroslav Benes · 3 years, 9 months ago
  34. 1e4cf0d Revert "signal: don't allow STOP on PF_IO_WORKER threads" by Jens Axboe · 3 years, 9 months ago
  35. e8b33b8 Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals" by Jens Axboe · 3 years, 9 months ago
  36. 5a842a7 Revert "signal: don't allow sending any signals to PF_IO_WORKER threads" by Jens Axboe · 3 years, 9 months ago
  37. 1044299 kernel: don't call do_exit() for PF_IO_WORKER threads by Jens Axboe · 3 years, 9 months ago
  38. 4db4b1a signal: don't allow STOP on PF_IO_WORKER threads by Eric W. Biederman · 3 years, 10 months ago
  39. 5be28c8 signal: don't allow sending any signals to PF_IO_WORKER threads by Jens Axboe · 3 years, 10 months ago
  40. 6fb8f43 kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals by Jens Axboe · 3 years, 11 months ago
  41. 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
  42. adc5d87 signal: Add missing __user annotation to copy_siginfo_from_user_any by Jann Horn · 4 years, 1 month ago
  43. 35d0b38 task_work: unconditionally run task_work from get_signal() by Jens Axboe · 4 years ago
  44. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  45. 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, 1 month ago
  46. e296dc4 kernel: remove checking for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  47. 98b89b6 signal: kill JOBCTL_TASK_WORK by Jens Axboe · 4 years, 3 months ago
  48. 6ac05e8 signal: define the SA_EXPOSE_TAGBITS bit in sa_flags by Peter Collingbourne · 4 years, 1 month ago
  49. a54f0df signal: define the SA_UNSUPPORTED bit in sa_flags by Peter Collingbourne · 4 years, 1 month ago
  50. 23acdc7 signal: clear non-uapi flag bits when passing/returning sa_flags by Peter Collingbourne · 4 years, 2 months ago
  51. 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
  52. 01be83e Merge branch 'core/urgent' into core/entry by Thomas Gleixner · 4 years, 2 months ago
  53. 7b3c36f ptrace: fix task_join_group_stop() for the case when current is traced by Oleg Nesterov · 4 years, 2 months ago
  54. 12db8b6 entry: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  55. 5c251e9 signal: Add task_sigpending() helper by Jens Axboe · 4 years, 2 months ago
  56. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  57. ebf0d100d task_work: only grab task signal lock when needed by Jens Axboe · 4 years, 5 months ago
  58. 7665a47 signal: fix typo in dequeue_synchronous_signal() by Pavel Machek · 4 years, 5 months ago
  59. e91b481 task_work: teach task_work_add() to do signal_wake_up() by Oleg Nesterov · 4 years, 6 months ago
  60. 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
  61. c3b3f52 signal: refactor copy_siginfo_to_user32 by Christoph Hellwig · 4 years, 8 months ago
  62. 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
  63. 61e713b signal: Avoid corrupting si_pid and si_uid in do_notify_parent by Eric W. Biederman · 4 years, 9 months ago
  64. 3075afd signal: use kill_proc_info instead of kill_pid_info in kill_something_info by Zhiqiang Liu · 4 years, 9 months ago
  65. eaec2b0 signal: check sig before setting info in kill_pid_usb_asyncio by Zhiqiang Liu · 4 years, 9 months ago
  66. 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
  67. d1e7fd6 signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 9 months ago
  68. fda31c5 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 10 months ago
  69. 913292c sched.h: Annotate sighand_struct with __rcu by Madhuparna Bhowmik · 5 years ago
  70. 937c6b2 cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop() by Oleg Nesterov · 5 years ago
  71. 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
  72. 33da8e7 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  73. 68d8681 kernel/signal.c: fix a kernel-doc markup by Mauro Carvalho Chehab · 5 years ago
  74. 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
  75. 1caf7d5 pidfd: Add warning if exit_state is 0 during notification by Joel Fernandes (Google) · 5 years ago
  76. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  77. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  78. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  79. 61fc577 Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 5 years ago
  80. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  81. b53b0b9 pidfd: add polling support by Joel Fernandes (Google) · 6 years ago
  82. c732327 signal: improve comments by Christian Brauner · 6 years ago
  83. 98af37d kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 6 years ago
  84. a89e9b8 signal: Remove the signal number and task parameters from force_sig_info by Eric W. Biederman · 6 years ago
  85. 59c0e69 signal: Factor force_sig_info_to_task out of force_sig_info by Eric W. Biederman · 6 years ago
  86. ffafd23 signal: Generate the siginfo in force_sig by Eric W. Biederman · 6 years ago
  87. 8ad23de signal: Move the computation of force into send_signal and correct it. by Eric W. Biederman · 6 years ago
  88. 8917bef signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal by Eric W. Biederman · 6 years ago
  89. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  90. 91ca180 signal: Use force_sig_fault_to_task for the two calls that don't deliver to current by Eric W. Biederman · 6 years ago
  91. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  92. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  93. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  94. 7a0cf09 signal: Correct namespace fixups of si_pid and si_uid by Eric W. Biederman · 6 years ago
  95. 70f1b0d signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio by Eric W. Biederman · 6 years ago
  96. b48345a audit: deliver signal_info regarless of syscall by Richard Guy Briggs · 6 years ago
  97. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  98. 05b2892 signal: unconditionally leave the frozen state in ptrace_stop() by Roman Gushchin · 6 years ago
  99. b028fb6 kernel/signal.c: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  100. abde77e Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago