1. 2e4f7c7 signal: sys_sigprocmask() needs retarget_shared_pending() by Oleg Nesterov · 13 years ago
  2. b013c39 signal: cleanup sys_sigprocmask() by Oleg Nesterov · 13 years ago
  3. 702a507 signal: rename signandsets() to sigandnsets() by Oleg Nesterov · 13 years ago
  4. b182801 signal: do_sigtimedwait() needs retarget_shared_pending() by Oleg Nesterov · 13 years ago
  5. 943df14 signal: introduce do_sigtimedwait() to factor out compat/native code by Oleg Nesterov · 13 years ago
  6. fe0faa0 signal: sys_rt_sigtimedwait: simplify the timeout logic by Oleg Nesterov · 13 years ago
  7. bb7efee signal: cleanup sys_rt_sigprocmask() by Oleg Nesterov · 13 years ago
  8. e6fa16a signal: sigprocmask() should do retarget_shared_pending() by Oleg Nesterov · 13 years ago
  9. 73ef4ae signal: sigprocmask: narrow the scope of ->siglock by Oleg Nesterov · 13 years ago
  10. fec9993 signal: retarget_shared_pending: optimize while_each_thread() loop by Oleg Nesterov · 13 years ago
  11. f646e22 signal: retarget_shared_pending: consider shared/unblocked signals only by Oleg Nesterov · 13 years ago
  12. 0edceb7bc signal: introduce retarget_shared_pending() by Oleg Nesterov · 13 years ago
  13. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 13 years ago
  14. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 13 years ago
  15. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 13 years ago
  16. ee77f07 signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED by Oleg Nesterov · 13 years ago
  17. 780006eac signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending() by Oleg Nesterov · 13 years ago
  18. 1deac63 signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING by Oleg Nesterov · 13 years ago
  19. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 13 years ago
  20. 39fd339 userns: allow killing tasks in your own or child userns by Serge E. Hallyn · 13 years ago
  21. 244056f job control: Don't send duplicate job control stop notification while ptraced by Tejun Heo · 13 years ago
  22. ceb6bd6 job control: Notify the real parent of job control events regardless of ptrace by Tejun Heo · 13 years ago
  23. 62bcf9d job control: Job control stop notifications should always go to the real parent by Tejun Heo · 13 years ago
  24. 75b9595 job control: Add @for_ptrace to do_notify_parent_cldstop() by Tejun Heo · 13 years ago
  25. 408a37d job control: Don't set group_stop exit_code if re-entering job control stop by Tejun Heo · 13 years ago
  26. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 13 years ago
  27. 5224fa3 ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced by Tejun Heo · 13 years ago
  28. 0ae8ce1 ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop by Tejun Heo · 13 years ago
  29. 39efa3e signal: Use GROUP_STOP_PENDING to stop once for a single group stop by Tejun Heo · 13 years ago
  30. e5c1902 signal: Fix premature completion of group stop when interfered by ptrace by Tejun Heo · 13 years ago
  31. fe1bc6a ptrace: Add @why to ptrace_stop() by Tejun Heo · 13 years ago
  32. edf2ed1 ptrace: Kill tracehook_notify_jctl() by Tejun Heo · 13 years ago
  33. 71db5eb signal: Remove superflous try_to_freeze() loop in do_signal_stop() by Tejun Heo · 13 years ago
  34. c672af3 signal: Fix SIGCONT notification code by Tejun Heo · 13 years ago
  35. da48524 Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code by Julien Tinnes · 13 years ago
  36. b840115 signals: annotate lock context change on ptrace_stop() by Namhyung Kim · 14 years ago
  37. b8ed374 signals: annotate lock_task_sighand() by Namhyung Kim · 14 years ago
  38. a337fda HWPOISON: Copy si_addr_lsb to user by Andi Kleen · 14 years ago
  39. 694f690 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks by David Howells · 14 years ago
  40. 09faef1 exit: change zap_other_threads() to count sub-threads by Oleg Nesterov · 14 years ago
  41. 065add3 signals: check_kill_permission(): don't check creds if same_thread_group() by Oleg Nesterov · 14 years ago
  42. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 14 years ago
  43. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  44. a27341c Prioritize synchronous signals over 'normal' signals by Linus Torvalds · 14 years ago
  45. b45c6e7 kernel/signal.c: fix kernel information leak with print-fatal-signals=1 by Andi Kleen · 14 years ago
  46. 10e5453 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 1be5396 signals: check ->group_stop_count after tracehook_get_signal() by Oleg Nesterov · 14 years ago
  48. ad09750 signals: kill force_sig_specific() by Oleg Nesterov · 14 years ago
  49. 7486e5d signals: cosmetic, collect_signal: use SI_USER by Oleg Nesterov · 14 years ago
  50. dd34200 signals: send_signal: use si_fromuser() to detect from_ancestor_ns by Oleg Nesterov · 14 years ago
  51. 614c517 signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() by Oleg Nesterov · 14 years ago
  52. 7cf7db8 signals: Fix more rcu assumptions by Thomas Gleixner · 15 years ago
  53. 14d8c9f signal: Fix racy access to __task_cred in kill_pid_info_as_uid() by Thomas Gleixner · 15 years ago
  54. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. ba005e1 tracepoint: Add signal loss events by Masami Hiramatsu · 15 years ago
  56. f9d4257 tracepoint: Add signal deliver event by Masami Hiramatsu · 15 years ago
  57. d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 15 years ago
  58. f84d49b signal: Print warning message when dropping signals by Naohiro Ooiwa · 15 years ago
  59. d958872 signals: inline __fatal_signal_pending by Roland McGrath · 15 years ago
  60. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  61. ae6d2ed signals: tracehook_notify_jctl change by Roland McGrath · 15 years ago
  62. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  63. 0dd8486 do_sigaltstack: small cleanups by Linus Torvalds · 15 years ago
  64. 0083fc2 do_sigaltstack: avoid copying 'stack_t' as a structure to user space by Linus Torvalds · 15 years ago
  65. d926566 ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage by Oleg Nesterov · 15 years ago
  66. 5cb1144 ptrace: do not use task->ptrace directly in core kernel by Oleg Nesterov · 15 years ago
  67. 7a0aeb1 signal: fix __send_signal() false positive kmemcheck warning by Vegard Nossum · 15 years ago
  68. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  69. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. d254117 Merge branch 'master' into next by James Morris · 15 years ago
  71. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 15 years ago
  72. 30b4ae8 signals: split do_tkill by Thomas Gleixner · 15 years ago
  73. 3bcac02 SELinux: Don't flush inherited SIGKILL during execve() by David Howells · 15 years ago
  74. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  75. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  76. 6588c1e signals: SI_USER: Masquerade si_pid when crossing pid ns boundary by Sukadev Bhattiprolu · 15 years ago
  77. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 15 years ago
  78. 921cf9f signals: protect cinit from unblocked SIG_DFL signals by Sukadev Bhattiprolu · 15 years ago
  79. 7978b56 signals: add from_ancestor_ns parameter to send_signal() by Sukadev Bhattiprolu · 15 years ago
  80. f008faf signals: protect init from unwanted signals more by Oleg Nesterov · 15 years ago
  81. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 15 years ago
  82. 53da1d9 fix ptrace slowness by Miklos Szeredi · 15 years ago
  83. 32bd671 signal: re-add dead task accumulation stats. by Peter Zijlstra · 15 years ago
  84. 3a9f84d signals, debug: fix BUG: using smp_processor_id() in preemptible code in print_fatal_signal() by Ed Swierk · 15 years ago
  85. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 15 years ago
  86. a5f8fa9 [CVE-2009-0029] System call wrappers part 09 by Heiko Carstens · 15 years ago
  87. 17da2bd [CVE-2009-0029] System call wrappers part 08 by Heiko Carstens · 15 years ago
  88. 754fe8d [CVE-2009-0029] System call wrappers part 07 by Heiko Carstens · 15 years ago
  89. b290ebe [CVE-2009-0029] System call wrappers part 04 by Heiko Carstens · 15 years ago
  90. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  91. 9cd4fd1 SEND_SIG_NOINFO: set si_pid to tgid instead of pid by Sukadev Bhattiprolu · 15 years ago
  92. 09bca05 SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary by Sukadev Bhattiprolu · 15 years ago
  93. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  95. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  96. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  97. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  98. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  99. d25141a 'kill sig -1' must only apply to caller's namespace by Sukadev Bhattiprolu · 16 years ago
  100. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago