aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
* ptrace_stop: fix racy nonstop_code settingOleg Nesterov2008-02-08
* ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov2008-02-08
* kill PT_ATTACHEDOleg Nesterov2008-02-08
* Add arch_ptrace_stopRoland McGrath2008-02-06
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-06
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-05
* remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov2008-02-05
* __group_complete_signal(): fix coredump with group stop raceOleg Nesterov2008-02-05
* Ensure that we export __fatal_signal_pending()Trond Myklebust2008-01-31
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * Add fatal_signal_pendingMatthew Wilcox2007-12-06
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-06
| * signal: Use task_is_*Matthew Wilcox2007-12-06
* | x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-30
|/
* sigwait eats blocked default-ignore signalsRoland McGrath2007-11-12
* Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki2007-10-30
* x86 merge fallout: umlAl Viro2007-10-29
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-19
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-19
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu2007-10-19
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-19
* pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2007-10-19
* pid namespaces: round up the APIPavel Emelianov2007-10-19
* freezer: do not send signals to kernel threadsRafael J. Wysocki2007-10-18
* do_sigaction: don't worry about signal_pending()Oleg Nesterov2007-10-17
* __group_complete_signal: eliminate unneeded wakeup of ->group_exit_taskOleg Nesterov2007-10-17
* zap_other_threads: don't optimize thread_group_empty() caseOleg Nesterov2007-10-17
* do_sigaction: remove now unneeded recalc_sigpending()Oleg Nesterov2007-10-17
* fix bogus reporting of signals by auditAl Viro2007-10-07
* signalfd simplificationDavide Libenzi2007-09-20
* sigqueue_free: fix the race with collect_signal()Oleg Nesterov2007-08-31
* signalfd: fix interaction with posix-timersOleg Nesterov2007-08-22
* Kill some obsolete sub-thread-ptrace stuffOleg Nesterov2007-08-03
* x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani2007-07-22
* vdso: print fatal signalsIngo Molnar2007-07-16
* Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt2007-06-18
* Restrict clearing TIF_SIGPENDINGRoland McGrath2007-06-07
* recalc_sigpending_tsk fixesRoland McGrath2007-05-23
* Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-05-11
|\
| * [PATCH] audit signal recipientsAmy Griffis2007-05-11
* | signal/timer/event: signalfd coreDavide Libenzi2007-05-11
|/
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-09
* zap_other_threads: remove unneeded ->exit_signal changeOleg Nesterov2007-05-09
* Move sig_kernel_* et al macros to linux/signal.hRoland McGrath2007-05-09
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-26
|\
| * Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"Matthew Wilcox2007-02-17