aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath1-6/+0
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov1-29/+27
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath1-50/+47
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov1-9/+0
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds1-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-06-18ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov1-1/+1
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov1-5/+5
2009-06-15signal: fix __send_signal() false positive kmemcheck warningVegard Nossum1-3/+8
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-3/+8
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2009-05-08Merge branch 'master' into nextJames Morris1-14/+49
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner1-0/+26
2009-04-30signals: split do_tkillThomas Gleixner1-12/+18
2009-04-30SELinux: Don't flush inherited SIGKILL during execve()David Howells1-3/+8
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-2/+0
2009-04-02signals: SI_USER: Masquerade si_pid when crossing pid ns boundarySukadev Bhattiprolu1-0/+2
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu1-1/+8
2009-04-02signals: protect cinit from unblocked SIG_DFL signalsSukadev Bhattiprolu1-9/+19
2009-04-02signals: add from_ancestor_ns parameter to send_signal()Sukadev Bhattiprolu1-3/+9
2009-04-02signals: protect init from unwanted signals moreOleg Nesterov1-3/+13
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-3/+3
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra1-4/+4
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in print_fatal_signal()Ed Swierk1-0/+2
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-6/+5
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens1-13/+8
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-11/+7
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens1-4/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu1-1/+1
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu1-1/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+2
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-4/+6
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-18/+31
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+8
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-6/+9
2008-10-30'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu1-1/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-0/+3
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-4/+4
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath1-2/+3
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-07-27Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into timers/urgentIngo Molnar1-0/+1
2008-07-26tracehook: force signal_pending()Roland McGrath1-1/+3
2008-07-26tracehook: deathRoland McGrath1-3/+7
2008-07-26tracehook: job controlRoland McGrath1-5/+5