aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* signals: inline __fatal_signal_pendingRoland McGrath2009-09-241-6/+0
* signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-241-29/+27
* signals: tracehook_notify_jctl changeRoland McGrath2009-09-241-50/+47
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-241-9/+0
* do_sigaltstack: small cleanupsLinus Torvalds2009-08-011-4/+6
* do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds2009-08-011-7/+8
* ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov2009-06-181-1/+1
* ptrace: do not use task->ptrace directly in core kernelOleg Nesterov2009-06-181-5/+5
* signal: fix __send_signal() false positive kmemcheck warningVegard Nossum2009-06-151-3/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-3/+8
|\
| * Merge branch 'master' into nextJames Morris2009-05-081-14/+49
| |\
| * | SELinux: Don't flush inherited SIGKILL during execve()David Howells2009-04-301-3/+8
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-3/+1
|\ \ \
| * | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
| * | | tracing: create automated trace definesSteven Rostedt2009-04-141-2/+0
| | |/ | |/|
* | | signals: implement sys_rt_tgsigqueueinfoThomas Gleixner2009-04-301-0/+26
* | | signals: split do_tkillThomas Gleixner2009-04-301-12/+18
|/ /
* | signals: SI_USER: Masquerade si_pid when crossing pid ns boundarySukadev Bhattiprolu2009-04-021-0/+2
* | signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu2009-04-021-1/+8
* | signals: protect cinit from unblocked SIG_DFL signalsSukadev Bhattiprolu2009-04-021-9/+19
* | signals: add from_ancestor_ns parameter to send_signal()Sukadev Bhattiprolu2009-04-021-3/+9
* | signals: protect init from unwanted signals moreOleg Nesterov2009-04-021-3/+13
* | signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-021-3/+3
|/
* fix ptrace slownessMiklos Szeredi2009-03-231-0/+8
* signal: re-add dead task accumulation stats.Peter Zijlstra2009-02-051-4/+4
* signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk2009-01-271-0/+2
* [CVE-2009-0029] System call wrappers part 32Heiko Carstens2009-01-141-6/+5
* [CVE-2009-0029] System call wrappers part 09Heiko Carstens2009-01-141-13/+8
* [CVE-2009-0029] System call wrappers part 08Heiko Carstens2009-01-141-11/+7
* [CVE-2009-0029] System call wrappers part 07Heiko Carstens2009-01-141-1/+1
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-141-4/+3
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
* SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu2009-01-061-1/+1
* SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu2009-01-061-1/+2
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+2
|\
| * tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-161-0/+2
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-4/+6
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-18/+31
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-8/+8
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-6/+9
|/
* 'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu2008-10-301-1/+2
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+3
|\
| * tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-0/+3
* | timers: fix itimer/many thread hangFrank Mayhar2008-09-141-4/+4
|/
* tracehook: fix SA_NOCLDWAITRoland McGrath2008-08-191-2/+3
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-111-0/+1
|\
| * Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-07-271-0/+1
| |\
| | * posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov2008-07-241-0/+1
* | | tracehook: force signal_pending()Roland McGrath2008-07-261-1/+3
* | | tracehook: deathRoland McGrath2008-07-261-3/+7