summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2009-04-02signals: SI_USER: Masquerade si_pid when crossing pid ns boundarySukadev Bhattiprolu
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu
2009-04-02signals: protect cinit from unblocked SIG_DFL signalsSukadev Bhattiprolu
2009-04-02signals: add from_ancestor_ns parameter to send_signal()Sukadev Bhattiprolu
2009-04-02signals: protect init from unwanted signals moreOleg Nesterov
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov
2009-03-23fix ptrace slownessMiklos Szeredi
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-10-30'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-07-27Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2008-07-26tracehook: force signal_pending()Roland McGrath
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: job controlRoland McGrath
2008-07-26tracehook: get_signal_to_deliverRoland McGrath
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath
2008-07-26tracehook: unexport ptrace_notifyRoland McGrath
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov
2008-07-25kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan
2008-07-25signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk
2008-07-25signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov
2008-07-25signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov
2008-07-25signals: change collect_signal() to return voidOleg Nesterov
2008-07-25signals: collect_signal: simplify the "still_pending" logicOleg Nesterov
2008-07-25signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov
2008-07-24posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov