summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2008-04-30signals: send_sigqueue: don't take rcu lockOleg Nesterov
2008-04-30get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov
2008-04-30handle_stop_signal: use the cached p->signal valueOleg Nesterov
2008-04-30handle_stop_signal: unify partial/full stop handlingOleg Nesterov
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov
2008-04-30signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov
2008-04-30signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov
2008-04-30signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov
2008-04-30lock_task_sighand: add rcu lock/unlockOleg Nesterov
2008-04-30signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov
2008-04-30signals: consolidate checking for ignored/legacy signalsPavel Emelyanov
2008-04-30signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov
2008-04-30signals: remove unused variable from send_signal()Pavel Emelyanov
2008-04-21trivial: small cleanupsPavel Machek
2008-04-18ptrace_signal subroutineRoland McGrath
2008-03-04freezer vs stopped or tracedRoland McGrath
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov
2008-02-08Clean up the kill_something_infoPavel Emelyanov
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov
2008-02-08fix group stop with exit raceOleg Nesterov
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov
2008-02-08kill PT_ATTACHEDOleg Nesterov
2008-02-06Add arch_ptrace_stopRoland McGrath
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov
2008-02-05remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov
2008-02-05__group_complete_signal(): fix coredump with group stop raceOleg Nesterov
2008-02-01Ensure that we export __fatal_signal_pending()Trond Myklebust
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2007-12-06Add fatal_signal_pendingMatthew Wilcox
2007-12-06Add TASK_WAKEKILLMatthew Wilcox
2007-12-06signal: Use task_is_*Matthew Wilcox
2007-11-12sigwait eats blocked default-ignore signalsRoland McGrath
2007-10-30Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki
2007-10-29x86 merge fallout: umlAl Viro
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu
2007-10-19pid namespaces: round up the APIPavel Emelianov