summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorLines
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov-8/+9
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov-2/+4
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel-0/+40
2010-03-06kernel core: use helpers for rlimitsJiri Slaby-1/+1
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds-13/+30
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen-1/+2
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+14
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov-5/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov-6/+0
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov-1/+1
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov-3/+2
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov-3/+13
2009-12-10signals: Fix more rcu assumptionsThomas Gleixner-4/+4
2009-12-10signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner-7/+10
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+20
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu-5/+14
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu-0/+3
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu-2/+3
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa-13/+33
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath-6/+0
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov-29/+27
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath-50/+47
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov-9/+0
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds-7/+8
2009-06-18ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov-1/+1
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov-5/+5
2009-06-15signal: fix __send_signal() false positive kmemcheck warningVegard Nossum-3/+8
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-3/+8
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2009-05-08Merge branch 'master' into nextJames Morris-14/+49
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner-0/+26
2009-04-30signals: split do_tkillThomas Gleixner-12/+18
2009-04-30SELinux: Don't flush inherited SIGKILL during execve()David Howells-3/+8
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt-2/+0
2009-04-02signals: SI_USER: Masquerade si_pid when crossing pid ns boundarySukadev Bhattiprolu-0/+2
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu-1/+8
2009-04-02signals: protect cinit from unblocked SIG_DFL signalsSukadev Bhattiprolu-9/+19
2009-04-02signals: add from_ancestor_ns parameter to send_signal()Sukadev Bhattiprolu-3/+9
2009-04-02signals: protect init from unwanted signals moreOleg Nesterov-3/+13
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov-3/+3
2009-03-23fix ptrace slownessMiklos Szeredi-0/+8
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra-4/+4
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk-0/+2
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens-6/+5
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens-13/+8
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens-11/+7
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens-4/+3