1. 119cd59 x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit) by Al Viro · 4 years, 11 months ago
  2. 33da8e7 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  3. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  4. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  5. ee17e5d signal: Make siginmask safe when passed a signal of 0 by Eric W. Biederman · 6 years ago
  6. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  7. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  8. 3819dde include/linux/signal.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  9. a367005 signal: Guard against negative signal numbers in copy_siginfo_from_user32 by Eric W. Biederman · 6 years ago
  10. 4ce5f9c signal: Use a smaller struct siginfo in the kernel by Eric W. Biederman · 6 years ago
  11. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  12. 4cd2e0e signal: Introduce copy_siginfo_from_user and use it's return value by Eric W. Biederman · 7 years ago
  13. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  14. 20ab721 signal: make get_signal() return bool by Christian Brauner · 6 years ago
  15. 67a48a2 signal: make unhandled_signal() return bool by Christian Brauner · 6 years ago
  16. 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
  17. 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 6 years ago
  18. 31931c9 signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR} by Eric W. Biederman · 7 years ago
  19. 0326e7e signal: Remove unnecessary ifdefs now that there is only one struct siginfo by Eric W. Biederman · 7 years ago
  20. 8c5dbf2 signal: Introduce clear_siginfo by Eric W. Biederman · 7 years ago
  21. 8c36fdf signal: Reduce copy_siginfo to just a memcpy by Eric W. Biederman · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  24. d08477a fcntl: Don't use ambiguous SIG_POLL si_codes by Eric W. Biederman · 8 years ago
  25. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. 1b3c872 rt_sigtimedwait(): move compat to native by Al Viro · 8 years ago
  27. b9253a4 signal: Move copy_siginfo_to_user to <linux/signal.h> by Christoph Hellwig · 8 years ago
  28. 7994200 ia64: Remove HAVE_ARCH_COPY_SIGINFO by Christoph Hellwig · 8 years ago
  29. d27158c0 signal: Remove unused definition of sig_user_definied by Eric W. Biederman · 8 years ago
  30. 76960dbf signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h> by Ingo Molnar · 8 years ago
  31. e6d930b signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h> by Ingo Molnar · 8 years ago
  32. c7be96a signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 8 years ago
  33. 5c8ccef signal: move the "sig < SIGRTMIN" check into siginmask(sig) by Oleg Nesterov · 9 years ago
  34. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  35. ca9eb49 SIGNAL: Move generic copy_siginfo() to signal.h by James Hogan · 9 years ago
  36. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 9 years ago
  37. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  38. 1c3bea0 signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size() by Oleg Nesterov · 10 years ago
  39. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  40. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  41. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 11 years ago
  42. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 11 years ago
  43. 36fac0a signals: kill sigfindinword() by Oleg Nesterov · 11 years ago
  44. bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
  45. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  46. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
  47. 2a14869 Fix breakage in MIPS siginfo handling by David Howells · 12 years ago
  48. 2ce5da1 new helper: signal_setup_done() by Al Viro · 12 years ago
  49. ca86b5d new helper: get_signal() by Al Viro · 12 years ago
  50. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 12 years ago
  51. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  52. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  53. 9aae8fc switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  54. fe9c1db generic compat_sys_rt_sigpending() by Al Viro · 12 years ago
  55. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  56. 5c49574 new helper: restore_altstack() by Al Viro · 12 years ago
  57. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  58. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  59. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  60. 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
  61. 5e6292c signal: add block_sigmask() for adding sigmask to current->blocked by Matt Fleming · 13 years ago
  62. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 14 years ago
  63. 1477fcc signal.h need a definition of struct task_struct by Stephen Rothwell · 14 years ago
  64. b2b07e4 signal: trivial, fix the "timespec declared inside parameter list" warning by Oleg Nesterov · 14 years ago
  65. 702a507 signal: rename signandsets() to sigandnsets() by Oleg Nesterov · 14 years ago
  66. 943df14 signal: introduce do_sigtimedwait() to factor out compat/native code by Oleg Nesterov · 14 years ago
  67. e6fa16a signal: sigprocmask() should do retarget_shared_pending() by Oleg Nesterov · 14 years ago
  68. d33ed52 sysctl extern cleanup: signal by Dave Young · 15 years ago
  69. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  70. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
  71. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 17 years ago
  72. d12619b fix group stop with exit race by Oleg Nesterov · 17 years ago
  73. a1c9eea proper prototype for signals_init() by Adrian Bunk · 17 years ago
  74. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 17 years ago
  75. 0a3021f4 Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 17 years ago
  76. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 18 years ago
  77. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 18 years ago
  78. 298ec1e [PATCH] Move sighand_cachep to include/signal.h by Christoph Lameter · 18 years ago
  79. 6e21361 [PATCH] irq-flags: consolidate flags for request_irq by Thomas Gleixner · 19 years ago
  80. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  81. 13e87ec [PATCH] request_irq(): remove warnings from irq probing by Andrew Morton · 19 years ago
  82. 7ab2feb Don't include private headers from user-visible part of linux/signal.h by David Woodhouse · 19 years ago
  83. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 19 years ago
  84. 71fabd5 [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32 by George Anzinger · 19 years ago
  85. 9ded96f [PATCH] IRQ type flags by Russell King · 19 years ago
  86. 19a4fcb [PATCH] kill sigqueue->lock by Oleg Nesterov · 19 years ago
  87. a58e76f [PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER? by Geert Uytterhoeven · 20 years ago
  88. e5bdd88 [PATCH] new valid_signal() function by Jesper Juhl · 20 years ago
  89. 7f261b5 [PATCH] move SA_xxx defines to linux/signal.h by Stas Sergeev · 20 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago