Commit Graph

214 Commits (c37bbb0fdcc01610fd55604eb6927210a1d20044)

Author SHA1 Message Date
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 1406f2d321 lock_task_sighand: add rcu lock/unlock 17 years ago
Oleg Nesterov 573cf9ad72 signals: do_signal_stop(): use signal_group_exit() 17 years ago
Pavel Emelyanov 2acb024d55 signals: consolidate checking for ignored/legacy signals 17 years ago
Pavel Emelyanov af7fff9c13 signals: turn LEGACY_QUEUE macro into static inline function 17 years ago
Pavel Emelyanov e1401c6bbb signals: remove unused variable from send_signal() 17 years ago
Pavel Machek f5264481c8 trivial: small cleanups 17 years ago
Roland McGrath 18c98b6527 ptrace_signal subroutine 17 years ago
Roland McGrath 13b1c3d4b4 freezer vs stopped or traced 17 years ago
Harvey Harrison b5606c2d44 remove final fastcall users 17 years ago
Pavel Emelyanov 146a505d49 Get rid of the kill_pgrp_info() function 17 years ago
Pavel Emelyanov d5df763b81 Clean up the kill_something_info 17 years ago
Oleg Nesterov fea9d17554 ITIMER_REAL: convert to use struct pid 17 years ago
Oleg Nesterov d36174bc2b uglify kill_pid_info() to fix kill() vs exec() race 17 years ago
Oleg Nesterov 5dee1707df move the related code from exit_notify() to exit_signals() 17 years ago
Oleg Nesterov d12619b5ff fix group stop with exit race 17 years ago
Oleg Nesterov 20686a309a ptrace_stop: fix racy nonstop_code setting 17 years ago
Oleg Nesterov 6405f7f467 ptrace_stop: fix the race with ptrace detach+attach 17 years ago
Oleg Nesterov 6b39c7bfbd kill PT_ATTACHED 17 years ago
Roland McGrath 1a669c2f16 Add arch_ptrace_stop 17 years ago
Oleg Nesterov d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
Oleg Nesterov ed5d2cac11 exec: rework the group exit and fix the race with kill 17 years ago
Oleg Nesterov f558b7e408 remove handle_group_stop() in favor of do_signal_stop() 17 years ago
Oleg Nesterov 198466b41d __group_complete_signal(): fix coredump with group stop race 17 years ago
Trond Myklebust 13f09b95a8 Ensure that we export __fatal_signal_pending() 17 years ago
H. Peter Anvin 65ea5b0349 x86: rename the struct pt_regs members for 32/64-bit consistency 17 years ago
Matthew Wilcox f776d12dd1 Add fatal_signal_pending 17 years ago
Matthew Wilcox f021a3c2b1 Add TASK_WAKEKILL 17 years ago
Matthew Wilcox e1abb39c60 signal: Use task_is_* 17 years ago
Roland McGrath 325d22df7b sigwait eats blocked default-ignore signals 17 years ago
Rafael J. Wysocki cc5f916e90 Freezer: do not allow freezing processes to clear TIF_SIGPENDING 18 years ago
Al Viro ca5cd877ae x86 merge fallout: uml 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Pavel Emelyanov bac0abd617 Isolate some explicit usage of task->tgid 18 years ago
Pavel Emelyanov 228ebcbe63 Uninline find_task_by_xxx set of functions 18 years ago
Pavel Emelyanov b488893a39 pid namespaces: changes to show virtual ids to user 18 years ago
Sukadev Bhattiprolu 0fbc26a6cf pid namespaces: allow signalling cgroup-init 18 years ago
Serge E. Hallyn b460cbc581 pid namespaces: define is_global_init() and is_container_init() 18 years ago
Sukadev Bhattiprolu 88f21d8182 pid namespaces: rename child_reaper() function 18 years ago