aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18ptrace_signal subroutineRoland McGrath1-29/+42
2008-03-04freezer vs stopped or tracedRoland McGrath1-2/+14
2008-02-13remove final fastcall usersHarvey Harrison1-1/+1
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov1-13/+8
2008-02-08Clean up the kill_something_infoPavel Emelyanov1-11/+15
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-14/+0
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov1-3/+12
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov1-5/+22
2008-02-08fix group stop with exit raceOleg Nesterov1-1/+26
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov1-6/+7
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov1-3/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov1-5/+0
2008-02-06Add arch_ptrace_stopRoland McGrath1-1/+32
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov1-1/+1
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov1-2/+2
2008-02-05remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov1-38/+5
2008-02-05__group_complete_signal(): fix coredump with group stop raceOleg Nesterov1-30/+0
2008-02-01Ensure that we export __fatal_signal_pending()Trond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-7/+12
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-2/+2
2007-12-06Add fatal_signal_pendingMatthew Wilcox1-0/+5
2007-12-06Add TASK_WAKEKILLMatthew Wilcox1-4/+4
2007-12-06signal: Use task_is_*Matthew Wilcox1-3/+3
2007-11-12sigwait eats blocked default-ignore signalsRoland McGrath1-1/+1
2007-10-30Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki1-1/+1
2007-10-29x86 merge fallout: umlAl Viro1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-13/+39
2007-10-19pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu1-4/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: round up the APIPavel Emelianov1-1/+1
2007-10-18freezer: do not send signals to kernel threadsRafael J. Wysocki1-1/+0
2007-10-17do_sigaction: don't worry about signal_pending()Oleg Nesterov1-9/+0
2007-10-17__group_complete_signal: eliminate unneeded wakeup of ->group_exit_taskOleg Nesterov1-7/+4
2007-10-17zap_other_threads: don't optimize thread_group_empty() caseOleg Nesterov1-3/+0
2007-10-17do_sigaction: remove now unneeded recalc_sigpending()Oleg Nesterov1-1/+0
2007-10-07fix bogus reporting of signals by auditAl Viro1-11/+11
2007-09-20signalfd simplificationDavide Libenzi1-5/+3
2007-08-31sigqueue_free: fix the race with collect_signal()Oleg Nesterov1-10/+9
2007-08-22signalfd: fix interaction with posix-timersOleg Nesterov1-2/+2
2007-08-03Kill some obsolete sub-thread-ptrace stuffOleg Nesterov1-4/+0
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-0/+10
2007-07-16vdso: print fatal signalsIngo Molnar1-0/+33
2007-06-18Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt1-1/+7
2007-06-07Restrict clearing TIF_SIGPENDINGRoland McGrath1-4/+12
2007-05-23recalc_sigpending_tsk fixesRoland McGrath1-6/+18
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-4/+6