| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | signals: microoptimize the usage of ->curr_target | Oleg Nesterov | 2008-04-30 | 1 | -4/+0 |
* | signals: send_sig_info: don't take tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -10/+1 |
* | signals: do_tkill: don't use tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -5/+9 |
* | signals: move handle_stop_signal() into send_signal() | Oleg Nesterov | 2008-04-30 | 1 | -8/+3 |
* | signals: send_group_sigqueue: don't take tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -2/+1 |
* | signals: __group_complete_signal: cache the value of p->signal | Oleg Nesterov | 2008-04-30 | 1 | -8/+9 |
* | signals: send_sigqueue: don't forget about handle_stop_signal() | Oleg Nesterov | 2008-04-30 | 1 | -2/+3 |
* | signals: send_sigqueue: don't take rcu lock | Oleg Nesterov | 2008-04-30 | 1 | -4/+0 |
* | get_signal_to_deliver: use the cached ->signal/sighand values | Oleg Nesterov | 2008-04-30 | 1 | -15/+15 |
* | handle_stop_signal: use the cached p->signal value | Oleg Nesterov | 2008-04-30 | 1 | -15/+13 |
* | handle_stop_signal: unify partial/full stop handling | Oleg Nesterov | 2008-04-30 | 1 | -26/+19 |
* | kill_pid_info: don't take now unneeded tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -6/+1 |
* | signals: re-assign CLD_CONTINUED notification from the sender to reciever | Oleg Nesterov | 2008-04-30 | 1 | -10/+19 |
* | signals: cleanup security_task_kill() usage/implementation | Oleg Nesterov | 2008-04-30 | 1 | -13/+14 |
* | signals: consolidate send_sigqueue and send_group_sigqueue | Pavel Emelyanov | 2008-04-30 | 1 | -57/+29 |
* | signals: clean dequeue_signal from excess checks and assignments | Pavel Emelyanov | 2008-04-30 | 1 | -5/+7 |
* | signals: consolidate checks for whether or not to ignore a signal | Pavel Emelyanov | 2008-04-30 | 1 | -10/+14 |
* | lock_task_sighand: add rcu lock/unlock | Oleg Nesterov | 2008-04-30 | 1 | -3/+2 |
* | signals: do_signal_stop(): use signal_group_exit() | Oleg Nesterov | 2008-04-30 | 1 | -1/+1 |
* | signals: consolidate checking for ignored/legacy signals | Pavel Emelyanov | 2008-04-30 | 1 | -25/+17 |
* | signals: turn LEGACY_QUEUE macro into static inline function | Pavel Emelyanov | 2008-04-30 | 1 | -5/+7 |
* | signals: remove unused variable from send_signal() | Pavel Emelyanov | 2008-04-30 | 1 | -2/+1 |
* | trivial: small cleanups | Pavel Machek | 2008-04-21 | 1 | -2/+2 |
* | ptrace_signal subroutine | Roland McGrath | 2008-04-18 | 1 | -29/+42 |
* | freezer vs stopped or traced | Roland McGrath | 2008-03-04 | 1 | -2/+14 |
* | remove final fastcall users | Harvey Harrison | 2008-02-13 | 1 | -1/+1 |
* | Get rid of the kill_pgrp_info() function | Pavel Emelyanov | 2008-02-08 | 1 | -13/+8 |
* | Clean up the kill_something_info | Pavel Emelyanov | 2008-02-08 | 1 | -11/+15 |
* | ITIMER_REAL: convert to use struct pid | Oleg Nesterov | 2008-02-08 | 1 | -14/+0 |
* | uglify kill_pid_info() to fix kill() vs exec() race | Oleg Nesterov | 2008-02-08 | 1 | -3/+12 |
* | move the related code from exit_notify() to exit_signals() | Oleg Nesterov | 2008-02-08 | 1 | -5/+22 |
* | fix group stop with exit race | Oleg Nesterov | 2008-02-08 | 1 | -1/+26 |
* | ptrace_stop: fix racy nonstop_code setting | Oleg Nesterov | 2008-02-08 | 1 | -6/+7 |
* | ptrace_stop: fix the race with ptrace detach+attach | Oleg Nesterov | 2008-02-08 | 1 | -3/+3 |
* | kill PT_ATTACHED | Oleg Nesterov | 2008-02-08 | 1 | -5/+0 |
* | Add arch_ptrace_stop | Roland McGrath | 2008-02-06 | 1 | -1/+32 |
* | use __set_task_state() for TRACED/STOPPED tasks | Oleg Nesterov | 2008-02-06 | 1 | -1/+1 |
* | exec: rework the group exit and fix the race with kill | Oleg Nesterov | 2008-02-05 | 1 | -2/+2 |
* | remove handle_group_stop() in favor of do_signal_stop() | Oleg Nesterov | 2008-02-05 | 1 | -38/+5 |
* | __group_complete_signal(): fix coredump with group stop race | Oleg Nesterov | 2008-02-05 | 1 | -30/+0 |
* | Ensure that we export __fatal_signal_pending() | Trond Myklebust | 2008-02-01 | 1 | -0/+1 |
* | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-02-01 | 1 | -7/+12 |
|\ |
|
| * | Add fatal_signal_pending | Matthew Wilcox | 2007-12-06 | 1 | -0/+5 |
| * | Add TASK_WAKEKILL | Matthew Wilcox | 2007-12-06 | 1 | -4/+4 |
| * | signal: Use task_is_* | Matthew Wilcox | 2007-12-06 | 1 | -3/+3 |
* | | x86: rename the struct pt_regs members for 32/64-bit consistency | H. Peter Anvin | 2008-01-30 | 1 | -2/+2 |
|/ |
|
* | sigwait eats blocked default-ignore signals | Roland McGrath | 2007-11-12 | 1 | -1/+1 |
* | Freezer: do not allow freezing processes to clear TIF_SIGPENDING | Rafael J. Wysocki | 2007-10-30 | 1 | -1/+1 |
* | x86 merge fallout: uml | Al Viro | 2007-10-29 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |