1. 2e58f57 kernel/signal.c: fix a comment error by Weikang Shi · 6 years ago
  2. 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
  3. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  4. a367005 signal: Guard against negative signal numbers in copy_siginfo_from_user32 by Eric W. Biederman · 6 years ago
  5. b2a2ab5 signal: Guard against negative signal numbers in copy_siginfo_from_user by Eric W. Biederman · 6 years ago
  6. 601d5ab signal: In sigqueueinfo prefer sig not si_signo by Eric W. Biederman · 6 years ago
  7. 4ce5f9c signal: Use a smaller struct siginfo in the kernel by Eric W. Biederman · 6 years ago
  8. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  9. 4cd2e0e signal: Introduce copy_siginfo_from_user and use it's return value by Eric W. Biederman · 7 years ago
  10. f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
  11. e75dc03 signal: Fail sigqueueinfo if si_signo != sig by Eric W. Biederman · 6 years ago
  12. 018303a signal/sparc: Move EMT_TAGOVF into the generic siginfo.h by Eric W. Biederman · 7 years ago
  13. 2283986 signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  14. fb50f5a signal: Pair exports with their functions by Eric W. Biederman · 6 years ago
  15. b21c5bd signal: Remove specific_send_sig_info by Eric W. Biederman · 6 years ago
  16. 4ff4c31 signal: Remove SEND_SIG_FORCED by Eric W. Biederman · 6 years ago
  17. f149b31 signal: Never allocate siginfo for SIGKILL or SIGSTOP by Eric W. Biederman · 6 years ago
  18. 0351505 signal: Don't send siginfo to kthreads. by Eric W. Biederman · 6 years ago
  19. 3597dfe signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init by Eric W. Biederman · 6 years ago
  20. 86989c4 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 6 years ago
  21. 49c39f8 y2038: signal: Change rt_sigtimedwait to use __kernel_timespec by Arnd Bergmann · 7 years ago
  22. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  23. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  24. 20ab721 signal: make get_signal() return bool by Christian Brauner · 6 years ago
  25. f99e9d8 signal: make sigkill_pending() return bool by Christian Brauner · 6 years ago
  26. a19e2c0 signal: make legacy_queue() return bool by Christian Brauner · 6 years ago
  27. acd14e6 signal: make wants_signal() return bool by Christian Brauner · 6 years ago
  28. 8f11351 signal: make flush_sigqueue_mask() void by Christian Brauner · 6 years ago
  29. 67a48a2 signal: make unhandled_signal() return bool by Christian Brauner · 6 years ago
  30. 09ae854 signal: make recalc_sigpending_tsk() return bool by Christian Brauner · 6 years ago
  31. 938696a signal: make has_pending_signals() return bool by Christian Brauner · 6 years ago
  32. 6a0cdcd signal: make sig_ignored() return bool by Christian Brauner · 6 years ago
  33. 41aaa48 signal: make sig_task_ignored() return bool by Christian Brauner · 6 years ago
  34. e4a8b4e signal: make sig_handler_ignored() return bool by Christian Brauner · 6 years ago
  35. 2a9b909 signal: make kill_ok_by_cred() return bool by Christian Brauner · 6 years ago
  36. d8f993b signal: simplify rt_sigaction() by Christian Brauner · 6 years ago
  37. b1d294c signal: make do_sigpending() void by Christian Brauner · 6 years ago
  38. 6527de9 signal: make may_ptrace_stop() return bool by Christian Brauner · 6 years ago
  39. bb17fcc signal: make kill_as_cred_perm() return bool by Christian Brauner · 6 years ago
  40. 52cba1a signal: make force_sigsegv() void by Christian Brauner · 6 years ago
  41. c3ad2c3 signal: Don't restart fork when signals come in. by Eric W. Biederman · 6 years ago
  42. 924de3b fork: Have new threads join on-going signal group stops by Eric W. Biederman · 6 years ago
  43. 088fe47 signal: Add calculate_sigpending() by Eric W. Biederman · 6 years ago
  44. 0729614 signal: Push pid type down into complete_signal. by Eric W. Biederman · 6 years ago
  45. 5a883ce signal: Push pid type down into __send_signal by Eric W. Biederman · 6 years ago
  46. b213984 signal: Push pid type down into send_signal by Eric W. Biederman · 6 years ago
  47. 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
  48. 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 6 years ago
  49. 24122c7 signal: Pass pid and pid type into send_sigqueue by Eric W. Biederman · 6 years ago
  50. 59dc6f3 signal: Remove no longer required irqsave/restore by Anna-Maria Gleixner · 7 years ago
  51. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  52. b5bf9a9 sched/core: Introduce set_special_state() by Peter Zijlstra · 7 years ago
  53. 31931c9 signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR} by Eric W. Biederman · 7 years ago
  54. 36a4ca3d signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code by Eric W. Biederman · 7 years ago
  55. 4181d22 signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO by Eric W. Biederman · 7 years ago
  56. 3a11ab1 signal: Remove SEGV_BNDERR ifdefs by Eric W. Biederman · 7 years ago
  57. 0c362f9 signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout by Eric W. Biederman · 7 years ago
  58. c999b93 signal: Reduce copy_siginfo_to_user to just copy_to_user by Eric W. Biederman · 7 years ago
  59. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  60. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  61. 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  62. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  63. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  64. 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 7 years ago
  65. e1c70f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  66. f71dd7d signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed by Eric W. Biederman · 7 years ago
  67. 3824673 signal: Helpers for faults with specialized siginfo layouts by Eric W. Biederman · 7 years ago
  68. f8ec660 signal: Add send_sig_fault and force_sig_fault by Eric W. Biederman · 7 years ago
  69. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  70. ea64d5a signal: Unify and correct copy_siginfo_to_user32 by Eric W. Biederman · 7 years ago
  71. eb5346c signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  72. 212a36a signal: Unify and correct copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  73. 71ee78d signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h by Eric W. Biederman · 7 years ago
  74. 0326e7e signal: Remove unnecessary ifdefs now that there is only one struct siginfo by Eric W. Biederman · 7 years ago
  75. 3007356 signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version by Eric W. Biederman · 7 years ago
  76. 9943d3a signal: Clear si_sys_private before copying siginfo to userspace by Eric W. Biederman · 7 years ago
  77. aba1be2 signal: Ensure no siginfo union member increases the size of struct siginfo by Eric W. Biederman · 7 years ago
  78. faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
  79. 526c3dd signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS by Eric W. Biederman · 7 years ago
  80. 0b44bf9 signal: Simplify and fix kdb_send_sig by Eric W. Biederman · 7 years ago
  81. 43347d5 livepatch: send a fake signal to all blocking tasks by Miroslav Benes · 7 years ago
  82. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  83. 4269157 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  84. ac25385 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  85. 628c1bc kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  86. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  88. c3aff08 signal: Fix name of SIGEMT in #if defined() check by Andrew Clayton · 7 years ago
  89. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  90. 176826a signal: lift sigset size check out of do_sigpending() by Dmitry V. Levin · 7 years ago
  91. 1681634 signal: simplify compat_sigpending() by Dmitry V. Levin · 7 years ago
  92. f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
  93. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  94. eb61b59 signal: don't remove SIGNAL_UNKILLABLE for traced tasks. by Jamie Iles · 7 years ago
  95. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
  96. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  97. 4ea7701 kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  98. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago