1. 937c6b2 cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop() by Oleg Nesterov · 5 years ago
  2. 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
  3. 33da8e7 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  4. 68d8681 kernel/signal.c: fix a kernel-doc markup by Mauro Carvalho Chehab · 5 years ago
  5. 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
  6. 1caf7d5 pidfd: Add warning if exit_state is 0 during notification by Joel Fernandes (Google) · 5 years ago
  7. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  8. 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
  9. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  10. 61fc577 Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 5 years ago
  11. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  12. b53b0b9 pidfd: add polling support by Joel Fernandes (Google) · 6 years ago
  13. c732327 signal: improve comments by Christian Brauner · 6 years ago
  14. 98af37d kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 6 years ago
  15. a89e9b8 signal: Remove the signal number and task parameters from force_sig_info by Eric W. Biederman · 6 years ago
  16. 59c0e69 signal: Factor force_sig_info_to_task out of force_sig_info by Eric W. Biederman · 6 years ago
  17. ffafd23 signal: Generate the siginfo in force_sig by Eric W. Biederman · 6 years ago
  18. 8ad23de signal: Move the computation of force into send_signal and correct it. by Eric W. Biederman · 6 years ago
  19. 8917bef signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal by Eric W. Biederman · 6 years ago
  20. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  21. 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
  22. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  23. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  24. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  25. 7a0cf09 signal: Correct namespace fixups of si_pid and si_uid by Eric W. Biederman · 6 years ago
  26. 70f1b0d signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio by Eric W. Biederman · 6 years ago
  27. b48345a audit: deliver signal_info regarless of syscall by Richard Guy Briggs · 6 years ago
  28. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  29. 05b2892 signal: unconditionally leave the frozen state in ptrace_stop() by Roman Gushchin · 6 years ago
  30. b028fb6 kernel/signal.c: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  31. abde77e Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  32. f2b31bb cgroup: never call do_group_exit() with task->frozen bit set by Roman Gushchin · 6 years ago
  33. eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  34. 2151ad1 signal: support CLONE_PIDFD with pidfd_send_signal by Christian Brauner · 6 years ago
  35. cb2c4cd cgroup: prevent spurious transition into non-frozen state by Roman Gushchin · 6 years ago
  36. 76f969e cgroup: cgroup v2 freezer by Roman Gushchin · 6 years ago
  37. 738a783 signal: use fdget() since we don't allow O_PATH by Christian Brauner · 6 years ago
  38. 556a888 signal: don't silently convert SI_USER signals to non-current pidfd by Jann Horn · 6 years ago
  39. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  40. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  42. cf43a75 signal: Restore the stop PTRACE_EVENT_EXIT by Eric W. Biederman · 6 years ago
  43. 7146db3 signal: Better detection of synchronous signals by Eric W. Biederman · 6 years ago
  44. 35634ff signal: Always notice exiting tasks by Eric W. Biederman · 6 years ago
  45. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  46. a692933 signal: Always attempt to allocate siginfo for SIGSTOP by Eric W. Biederman · 6 years ago
  47. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  48. 2367c4b y2038: signal: Add compat_sys_rt_sigtimedwait_time64 by Arnd Bergmann · 7 years ago
  49. df8522a y2038: signal: Add sys_rt_sigtimedwait_time32 by Arnd Bergmann · 7 years ago
  50. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  51. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  52. 2e58f57 kernel/signal.c: fix a comment error by Weikang Shi · 6 years ago
  53. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  55. a367005 signal: Guard against negative signal numbers in copy_siginfo_from_user32 by Eric W. Biederman · 6 years ago
  56. b2a2ab5 signal: Guard against negative signal numbers in copy_siginfo_from_user by Eric W. Biederman · 6 years ago
  57. 601d5ab signal: In sigqueueinfo prefer sig not si_signo by Eric W. Biederman · 6 years ago
  58. 4ce5f9c signal: Use a smaller struct siginfo in the kernel by Eric W. Biederman · 6 years ago
  59. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  60. 4cd2e0e signal: Introduce copy_siginfo_from_user and use it's return value by Eric W. Biederman · 7 years ago
  61. f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
  62. e75dc03 signal: Fail sigqueueinfo if si_signo != sig by Eric W. Biederman · 6 years ago
  63. 018303a signal/sparc: Move EMT_TAGOVF into the generic siginfo.h by Eric W. Biederman · 7 years ago
  64. 2283986 signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  65. fb50f5a signal: Pair exports with their functions by Eric W. Biederman · 6 years ago
  66. b21c5bd signal: Remove specific_send_sig_info by Eric W. Biederman · 6 years ago
  67. 4ff4c31 signal: Remove SEND_SIG_FORCED by Eric W. Biederman · 6 years ago
  68. f149b31 signal: Never allocate siginfo for SIGKILL or SIGSTOP by Eric W. Biederman · 6 years ago
  69. 0351505 signal: Don't send siginfo to kthreads. by Eric W. Biederman · 6 years ago
  70. 3597dfe signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init by Eric W. Biederman · 6 years ago
  71. 86989c4 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 6 years ago
  72. 49c39f8 y2038: signal: Change rt_sigtimedwait to use __kernel_timespec by Arnd Bergmann · 7 years ago
  73. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  74. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  75. 20ab721 signal: make get_signal() return bool by Christian Brauner · 6 years ago
  76. f99e9d8 signal: make sigkill_pending() return bool by Christian Brauner · 6 years ago
  77. a19e2c0 signal: make legacy_queue() return bool by Christian Brauner · 6 years ago
  78. acd14e6 signal: make wants_signal() return bool by Christian Brauner · 6 years ago
  79. 8f11351 signal: make flush_sigqueue_mask() void by Christian Brauner · 6 years ago
  80. 67a48a2 signal: make unhandled_signal() return bool by Christian Brauner · 6 years ago
  81. 09ae854 signal: make recalc_sigpending_tsk() return bool by Christian Brauner · 6 years ago
  82. 938696a signal: make has_pending_signals() return bool by Christian Brauner · 6 years ago
  83. 6a0cdcd signal: make sig_ignored() return bool by Christian Brauner · 6 years ago
  84. 41aaa48 signal: make sig_task_ignored() return bool by Christian Brauner · 6 years ago
  85. e4a8b4e signal: make sig_handler_ignored() return bool by Christian Brauner · 6 years ago
  86. 2a9b909 signal: make kill_ok_by_cred() return bool by Christian Brauner · 6 years ago
  87. d8f993b signal: simplify rt_sigaction() by Christian Brauner · 6 years ago
  88. b1d294c signal: make do_sigpending() void by Christian Brauner · 6 years ago
  89. 6527de9 signal: make may_ptrace_stop() return bool by Christian Brauner · 6 years ago
  90. bb17fcc signal: make kill_as_cred_perm() return bool by Christian Brauner · 6 years ago
  91. 52cba1a signal: make force_sigsegv() void by Christian Brauner · 6 years ago
  92. c3ad2c3 signal: Don't restart fork when signals come in. by Eric W. Biederman · 6 years ago
  93. 924de3b fork: Have new threads join on-going signal group stops by Eric W. Biederman · 6 years ago
  94. 088fe47 signal: Add calculate_sigpending() by Eric W. Biederman · 6 years ago
  95. 0729614 signal: Push pid type down into complete_signal. by Eric W. Biederman · 6 years ago
  96. 5a883ce signal: Push pid type down into __send_signal by Eric W. Biederman · 6 years ago
  97. b213984 signal: Push pid type down into send_signal by Eric W. Biederman · 6 years ago
  98. 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
  99. 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 6 years ago
  100. 24122c7 signal: Pass pid and pid type into send_sigqueue by Eric W. Biederman · 6 years ago