aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
...
* signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov2008-04-301-37/+21
* signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov2008-04-301-35/+11
* signals: use __group_complete_signal() for the specific signals tooOleg Nesterov2008-04-301-9/+6
* signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov2008-04-301-9/+16
* signals: move the definition of __group_complete_signal() upOleg Nesterov2008-04-301-96/+96
* signals: microoptimize the usage of ->curr_targetOleg Nesterov2008-04-301-4/+0
* signals: send_sig_info: don't take tasklist_lockOleg Nesterov2008-04-301-10/+1
* signals: do_tkill: don't use tasklist_lockOleg Nesterov2008-04-301-5/+9
* signals: move handle_stop_signal() into send_signal()Oleg Nesterov2008-04-301-8/+3
* signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov2008-04-301-2/+1
* signals: __group_complete_signal: cache the value of p->signalOleg Nesterov2008-04-301-8/+9
* signals: send_sigqueue: don't forget about handle_stop_signal()Oleg Nesterov2008-04-301-2/+3
* signals: send_sigqueue: don't take rcu lockOleg Nesterov2008-04-301-4/+0
* get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov2008-04-301-15/+15
* handle_stop_signal: use the cached p->signal valueOleg Nesterov2008-04-301-15/+13
* handle_stop_signal: unify partial/full stop handlingOleg Nesterov2008-04-301-26/+19
* kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov2008-04-301-6/+1
* signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov2008-04-301-10/+19
* signals: cleanup security_task_kill() usage/implementationOleg Nesterov2008-04-301-13/+14
* signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov2008-04-301-57/+29
* signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov2008-04-301-5/+7
* signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov2008-04-301-10/+14
* lock_task_sighand: add rcu lock/unlockOleg Nesterov2008-04-301-3/+2
* signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov2008-04-301-1/+1
* signals: consolidate checking for ignored/legacy signalsPavel Emelyanov2008-04-301-25/+17
* signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov2008-04-301-5/+7
* signals: remove unused variable from send_signal()Pavel Emelyanov2008-04-301-2/+1
* trivial: small cleanupsPavel Machek2008-04-211-2/+2
* ptrace_signal subroutineRoland McGrath2008-04-181-29/+42
* freezer vs stopped or tracedRoland McGrath2008-03-041-2/+14
* remove final fastcall usersHarvey Harrison2008-02-131-1/+1
* Get rid of the kill_pgrp_info() functionPavel Emelyanov2008-02-081-13/+8
* Clean up the kill_something_infoPavel Emelyanov2008-02-081-11/+15
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-081-14/+0
* 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/+0
* 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/+5
* __group_complete_signal(): fix coredump with group stop raceOleg Nesterov2008-02-051-30/+0
* 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