Commit Graph

95257 Commits (caafa4324335aeb11bc233d5f87aca8cce30beba)
 

Author SHA1 Message Date
Alan Cox 7b130c0efd cyclades: Prepare for relaxed locking in callers 17 years ago
Alan Cox e18ce49b5b amiserial: prepare for locking relaxation in caller 17 years ago
Oleg Nesterov 00cd5c37af ptrace: permit ptracing of /sbin/init 17 years ago
Oleg Nesterov 33e9fc7d01 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() 17 years ago
Oleg Nesterov 68cb947866 ptrace: __ptrace_unlink: use the ptrace_reparented() helper 17 years ago
Oleg Nesterov 53b6f9fbd3 ptrace: introduce ptrace_reparented() helper 17 years ago
Oleg Nesterov 2800d8d19e document de_thread() with exit_notify() connection 17 years ago
Oleg Nesterov 376e1d2531 reparent_thread: use same_thread_group() 17 years ago
Oleg Nesterov d839fd4d2e ptrace: introduce task_detached() helper 17 years ago
Roland McGrath 5a8da0ea82 signals: x86 TS_RESTORE_SIGMASK 17 years ago
Roland McGrath f3de272b82 signals: use HAVE_SET_RESTORE_SIGMASK 17 years ago
akpm@linux-foundation.org 49eaeb4bc4 signals: ia64 renumber TIF_RESTORE_SIGMASK 17 years ago
Roland McGrath 02a029b325 signals: s390: renumber TIF_RESTORE_SIGMASK 17 years ago
Roland McGrath 7648d961fc signals: set_restore_sigmask TIF_SIGPENDING 17 years ago
Roland McGrath 4e4c22c711 signals: add set_restore_sigmask 17 years ago
Oleg Nesterov 80fe728d59 signals: allow the kernel to actually kill /sbin/init 17 years ago
Oleg Nesterov 7a5e873f09 signals: de_thread: simplify the ->child_reaper switching 17 years ago
Oleg Nesterov fae5fa44f1 signals: fix /sbin/init protection from unwanted signals 17 years ago
Oleg Nesterov 193191035a signals: check_kill_permission: remove tasklist_lock 17 years ago
Oleg Nesterov 2e2ba22ea4 signals: check_kill_permission: check session under tasklist_lock 17 years ago
Oleg Nesterov 53c30337f2 signals: send_signal: be paranoid about signalfd_notify() 17 years ago
Oleg Nesterov 021e1ae3d8 signals: document CLD_CONTINUED notification mechanics 17 years ago
Oleg Nesterov 7e695a5ef5 signals: fold sig_ignored() into handle_stop_signal() 17 years ago
Oleg Nesterov 2dce81bff2 signals: cleanup the usage of print_fatal_signal() 17 years ago
Oleg Nesterov 34c8f07b9a signals: handle_stop_signal: don't worry about SIGKILL 17 years ago
Oleg Nesterov ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 years ago
Oleg Nesterov e62e6650e9 signals: unify send_sigqueue/send_group_sigqueue completely 17 years ago
Pavel Emelyanov 4cd4b6d4e0 signals: fold complete_signal() into send_signal/do_send_sigqueue 17 years ago
Oleg Nesterov 5fcd835bf8 signals: use __group_complete_signal() for the specific signals too 17 years ago
Oleg Nesterov 2ca3515aa5 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter 17 years ago
Oleg Nesterov 71f11dc025 signals: move the definition of __group_complete_signal() up 17 years ago
Oleg Nesterov db51aeccd7 signals: microoptimize the usage of ->curr_target 17 years ago
Oleg Nesterov 08d2c30ce9 signals: send_sig_info: don't take tasklist_lock 17 years ago
Oleg Nesterov 3547ff3aef signals: do_tkill: don't use tasklist_lock 17 years ago
Oleg Nesterov 6e65acba7c signals: move handle_stop_signal() into send_signal() 17 years ago
Oleg Nesterov c99fcf28b8 signals: send_group_sigqueue: don't take tasklist_lock 17 years ago
Oleg Nesterov f8c5b5c06f signals: __group_complete_signal: cache the value of p->signal 17 years ago
Oleg Nesterov 5fc894bb4f signals: send_sigqueue: don't forget about handle_stop_signal() 17 years ago
Oleg Nesterov 5c193e8871 signals: send_sigqueue: don't take rcu lock 17 years ago
Oleg Nesterov f6b76d4fb0 get_signal_to_deliver: use the cached ->signal/sighand values 17 years ago
Oleg Nesterov ad16a46069 handle_stop_signal: use the cached p->signal value 17 years ago
Oleg Nesterov fc321d2e60 handle_stop_signal: unify partial/full stop handling 17 years ago
Oleg Nesterov 6ca25b5513 kill_pid_info: don't take now unneeded tasklist_lock 17 years ago
Oleg Nesterov e442055193 signals: re-assign CLD_CONTINUED notification from the sender to reciever 17 years ago
Oleg Nesterov 3b5e9e53c6 signals: cleanup security_task_kill() usage/implementation 17 years ago
Pavel Emelyanov 9e3bd6c3fb signals: consolidate send_sigqueue and send_group_sigqueue 17 years ago
Pavel Emelyanov c5363d0363 signals: clean dequeue_signal from excess checks and assignments 17 years ago
Pavel Emelyanov 93585eeaf3 signals: consolidate checks for whether or not to ignore a signal 17 years ago
Oleg Nesterov 06fffb1267 do_task_stat: don't take rcu_read_lock() 17 years ago
Oleg Nesterov d6cf723a14 k_getrusage: don't take rcu_read_lock() 17 years ago