Commit Graph

344 Commits (53feb29767c29c877f9d47dcfe14211b5b0f7ebd)

Author SHA1 Message Date
Thiago Farina f3abd4f953 kernel/exit.c: fix shadows sparse warning 15 years ago
KAMEZAWA Hiroyuki 34e55232e5 mm: avoid false sharing of mm_counter 15 years ago
Paul E. McKenney db1466b3e1 rcu: Use wrapper function instead of exporting tasklist_lock 15 years ago
Paul E. McKenney d11c563dd2 sched: Use lockdep-based checking on rcu_dereference() 15 years ago
Oleg Nesterov 9cd80bbb07 do_wait() optimization: do not place sub-threads on task_struct->children list 15 years ago
Thomas Gleixner 1d61548254 sched: Convert pi_lock to raw_spinlock 15 years ago
Alan Cox 5ec93d1154 tty: Move the leader test in disassociate 15 years ago
Louis Rilling b69f229206 block: Fix io_context leak after failure of clone with CLONE_IO 15 years ago
Hidetoshi Seto 0cf55e1ec0 sched, cputime: Introduce thread_group_times() 15 years ago
Hidetoshi Seto d5b7c78e97 sched: Remove task_{u,s,g}time() 15 years ago
Hidetoshi Seto d180c5bcce sched: Introduce task_times() to replace task_{u,s}time() pair 15 years ago
Frederic Weisbecker 24f1e32c60 hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events 15 years ago
Christian Borntraeger 0d0df599f1 connector: fix regression introduced by sid connector 15 years ago
Thomas Gleixner 322a2c100a futex: Move exit_pi_state() call to release_mm() 16 years ago
Hiroshi Shimamoto 801460d0cf task_struct cleanup: move binfmt field to mm_struct 16 years ago
Vitaly Mayatskikh b6fe2d117e wait_noreap_copyout(): check for ->wo_info != NULL 16 years ago
Vitaly Mayatskikh dfe16dfa4a do_wait: fix sys_waitid()-specific behaviour 16 years ago
Oleg Nesterov b6e763f07f wait_consider_task: kill "parent" argument 16 years ago
Oleg Nesterov 989264f464 do_wait-wakeup-optimization: simplify task_pid_type() 16 years ago
Oleg Nesterov 5c01ba49e6 do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usage 16 years ago
Oleg Nesterov b4fe51823d do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD case 16 years ago
Oleg Nesterov 0b7570e77f do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup 16 years ago
Oleg Nesterov a2322e1d27 do_wait() wakeup optimization: shift security_task_wait() from eligible_child() to wait_consider_task() 16 years ago
Oleg Nesterov a7f0765edf ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee 16 years ago
Jiri Pirko 1f10206cf8 getrusage: fill ru_maxrss value 16 years ago
Scott James Remnant 02b51df1b0 proc connector: add event for process becoming session leader 16 years ago
Ingo Molnar cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events 16 years ago
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