summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-081-14/+0Star
* uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov2008-02-081-3/+12
* move the related code from exit_notify() to exit_signals()Oleg Nesterov2008-02-081-5/+22
* fix group stop with exit raceOleg Nesterov2008-02-081-1/+26
* ptrace_stop: fix racy nonstop_code settingOleg Nesterov2008-02-081-6/+7
* ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov2008-02-081-3/+3
* kill PT_ATTACHEDOleg Nesterov2008-02-081-5/+0Star
* Add arch_ptrace_stopRoland McGrath2008-02-061-1/+32
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-061-1/+1
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-051-2/+2
* remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov2008-02-051-38/+5Star
* __group_complete_signal(): fix coredump with group stop raceOleg Nesterov2008-02-051-30/+0Star
* Ensure that we export __fatal_signal_pending()Trond Myklebust2008-02-011-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-7/+12
|\
| * Add fatal_signal_pendingMatthew Wilcox2007-12-061-0/+5
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-061-4/+4
| * signal: Use task_is_*Matthew Wilcox2007-12-061-3/+3
* | x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-2/+2
|/
* sigwait eats blocked default-ignore signalsRoland McGrath2007-11-131-1/+1
* Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki2007-10-301-1/+1
* x86 merge fallout: umlAl Viro2007-10-291-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-13/+39
* pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu2007-10-191-4/+2Star
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2007-10-191-1/+1
* pid namespaces: round up the APIPavel Emelianov2007-10-191-1/+1
* freezer: do not send signals to kernel threadsRafael J. Wysocki2007-10-181-1/+0Star
* do_sigaction: don't worry about signal_pending()Oleg Nesterov2007-10-171-9/+0Star
* __group_complete_signal: eliminate unneeded wakeup of ->group_exit_taskOleg Nesterov2007-10-171-7/+4Star
* zap_other_threads: don't optimize thread_group_empty() caseOleg Nesterov2007-10-171-3/+0Star
* do_sigaction: remove now unneeded recalc_sigpending()Oleg Nesterov2007-10-171-1/+0Star
* fix bogus reporting of signals by auditAl Viro2007-10-081-11/+11
* signalfd simplificationDavide Libenzi2007-09-201-5/+3Star
* sigqueue_free: fix the race with collect_signal()Oleg Nesterov2007-08-311-10/+9Star
* signalfd: fix interaction with posix-timersOleg Nesterov2007-08-231-2/+2
* Kill some obsolete sub-thread-ptrace stuffOleg Nesterov2007-08-041-4/+0Star
* x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani2007-07-221-0/+10
* vdso: print fatal signalsIngo Molnar2007-07-161-0/+33
* Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt2007-06-181-1/+7
* Restrict clearing TIF_SIGPENDINGRoland McGrath2007-06-071-4/+12
* recalc_sigpending_tsk fixesRoland McGrath2007-05-241-6/+18
* Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-05-111-4/+6
|\
| * [PATCH] audit signal recipientsAmy Griffis2007-05-111-4/+6
* | signal/timer/event: signalfd coreDavide Libenzi2007-05-111-2/+20
|/
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-091-0/+10
* zap_other_threads: remove unneeded ->exit_signal changeOleg Nesterov2007-05-091-11/+0Star
* Move sig_kernel_* et al macros to linux/signal.hRoland McGrath2007-05-091-119/+0Star