Commit Graph

312 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
David Howells e0e817392b CRED: Add some configurable debugging [try #6] 16 years ago
Paul E. McKenney f41d911f8c rcu: Merge preemptable-RCU functionality into hierarchical RCU 16 years ago
Alexey Dobriyan b43f3cbd21 headers: mnt_namespace.h redux 16 years ago
Oleg Nesterov befca96779 ptrace: wait_task_zombie: do not account traced sub-threads 16 years ago
Richard Kennedy e1eb1ebcca mm: exit.c reorder wait_opts to remove padding on 64 bit builds 16 years ago
Oleg Nesterov f95d39d10f do_wait: fix the theoretical race with stop/trace/cont 16 years ago
Oleg Nesterov a3f6dfb729 do_wait: kill the old BUG_ON, use while_each_thread() 16 years ago
Oleg Nesterov 64a16caf5e do_wait: simplify retval/tsk_result/notask_error mess 16 years ago
Oleg Nesterov 9e8ae01d1c introduce "struct wait_opts" to simplify do_wait() patches 16 years ago
Oleg Nesterov 47918025ef shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped() 16 years ago
Oleg Nesterov 77d1ef7956 wait_task_zombie: do not use thread_group_cputime() 16 years ago
Oleg Nesterov d1e98f429a ptrace: wait_task_zombie: s/->parent/->real_parent/ 16 years ago
Oleg Nesterov 5cb1144689 ptrace: do not use task->ptrace directly in core kernel 16 years ago
Oleg Nesterov dea33cfd99 ptrace: mm_need_new_owner: use ->real_parent to search in the siblings 16 years ago
Oleg Nesterov 87245135d5 allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND 16 years ago
Paul Mackerras a63eaf34ae perf_counter: Dynamically allocate tasks' perf_counter_context struct 16 years ago
Ingo Molnar 33b2fb303f perf_counter: fix counter freeing logic 16 years ago
Ingo Molnar 0203026b58 perf_counter: fix threaded task exit 16 years ago
Peter Zijlstra 856d56b9e5 perf_counter: Fix counter inheritance 16 years ago
Oleg Nesterov 78a3d9d565 do_wait: do take security_task_wait() into account 16 years ago
Steven Rostedt ad8d75fff8 tracing/events: move trace point headers into include/trace/events 16 years ago
Steven Rostedt a8d154b009 tracing: create automated trace defines 16 years ago
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
Ingo Molnar eef6cbf584 perfcounters: pull inherited counters 16 years ago
Ingo Molnar aa9c4c0f96 perfcounters: fix task clock counter 16 years ago
Ingo Molnar 9b51f66dcb perfcounters: implement "counter inheritance" 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