Commit Graph

274 Commits (c5428e950ad42640f00092949fd17e356dfdeafa)

Author SHA1 Message Date
Oleg Nesterov 432870dab8 exit_notify: kill the wrong capable(CAP_KILL) check 16 years ago
Oleg Nesterov 1b0f7ffd0e pids: kill signal_struct-> __pgrp/__session and friends 16 years ago
Oleg Nesterov 2ae448efc8 pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() 16 years ago
Oleg Nesterov 5dfc80be73 forget_original_parent: do not abuse child->ptrace_entry 16 years ago
Oleg Nesterov 39c626ae47 forget_original_parent: split out the un-ptrace part 16 years ago
Oleg Nesterov 7f5d3652d4 reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD 16 years ago
Oleg Nesterov b1442b055c reparent_thread: fix the "is it traced" check 16 years ago
Oleg Nesterov 0a967a044a reparent_thread: don't call kill_orphaned_pgrp() if task_detached() 16 years ago
Oleg Nesterov b1b4c6799f ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() 16 years ago
Oleg Nesterov 6d69cb87f0 ptrace: simplify ptrace_exit()->ignoring_children() path 16 years ago
Oleg Nesterov 90bc8d8b1a do_wait: fix waiting for the group stop with the dead leader 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Al Viro 3e93cd6718 Take fs_struct handling to new file (fs/fs_struct.c) 16 years ago
Thomas Gleixner 3aa551c9b4 genirq: add threaded interrupt handler support 16 years ago
Peter Zijlstra 32bd671d6c signal: re-add dead task accumulation stats. 16 years ago
Heiko Carstens 17da2bd90a [CVE-2009-0029] System call wrappers part 08 16 years ago
Heiko Carstens 754fe8d297 [CVE-2009-0029] System call wrappers part 07 16 years ago
Heiko Carstens 2ed7c03ec1 [CVE-2009-0029] Convert all system calls to return a long 16 years ago
Oleg Nesterov 901608d904 mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting 16 years ago
Hugh Dickins e5991371ee mm: remove cgroup_mm_owner_callbacks 16 years ago
Nikanth Karthikesan 7c0990c7ee Do not free io context when taking recursive faults in do_exit 16 years ago
Frederic Weisbecker 65afa5e603 tracing/function-return-tracer: free the return stack on free_task() 16 years ago
Ingo Molnar 82f60f0bc8 tracing/function-return-tracer: clean up task start/exit callbacks 16 years ago
Frederic Weisbecker f201ae2356 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically 16 years ago
Oleg Nesterov 2b5fe6de58 thread_group_cputime: move a couple of callsites outside of ->siglock 16 years ago
Mathieu Desnoyers 7e066fb870 tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() 16 years ago
Linus Torvalds 8141c7f3e7 Move "exit_robust_list" into mm_release() 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
Oleg Nesterov ad474caca3 fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lock 16 years ago
Balbir Singh 9363b9f23c memrlimit: cgroup mm owner callback changes to add task info 17 years ago
Mathieu Desnoyers 0a16b60758 tracing, sched: LTTng instrumentation - scheduler 17 years ago
Balbir Singh 31a78f23ba mm owner: fix race between swapoff and exit 17 years ago
Frank Mayhar f06febc96b timers: fix itimer/many thread hang 17 years ago
Balbir Singh 49048622ea sched: fix process time monotonicity 17 years ago
Oleg Nesterov 950bbabb5a pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits 17 years ago
Steve VanDeBogart 2633f0e57b exit signals: use of uninitialized field notify_count 17 years ago
Roland McGrath 5c7edcd7ee tracehook: fix exit_signal=0 case 17 years ago
Andrea Righi 5995477ab7 task IO accounting: improve code readability 17 years ago
Al Viro 7f2da1e7d0 [PATCH] kill altroot 17 years ago
Roland McGrath 2b2a1ff64a tracehook: death 17 years ago
Roland McGrath dae33574dc tracehook: release_task 17 years ago
Roland McGrath 30199f5a46 tracehook: exit 17 years ago
Andrea Righi 297c5d9263 task IO accounting: provide distinct tgid/tid I/O statistics 17 years ago
Oleg Nesterov a94e2d408e coredump: kill mm->core_done 17 years ago
Oleg Nesterov b564daf806 coredump: construct the list of coredumping threads at startup time 17 years ago
Oleg Nesterov c5f1cc8c18 coredump: turn core_state->nr_threads into atomic_t 17 years ago
Oleg Nesterov 999d9fc167 coredump: move mm->core_waiters into struct core_state 17 years ago
Oleg Nesterov 32ecb1f26d coredump: turn mm->core_startup_done into the pointer to struct core_state 17 years ago