Commit Graph

365 Commits (c97b73939a3ed8618ad1baf3be4c8f5d11426de6)

Author SHA1 Message Date
Nelson Elhage 33dd94ae1c do_exit(): make sure that we run with get_fs() == USER_DS 14 years ago
Oleg Nesterov e0a7021710 posix-cpu-timers: workaround to suppress the problems with mt exec 14 years ago
Namhyung Kim d16e15f5b0 exit: add lock context annotation on find_new_reaper() 15 years ago
Ying Han 3d5992d2ac oom: add per-mm oom disable count 15 years ago
Peter Zijlstra 4e231c7962 perf: Fix up delayed_put_task_struct() 15 years ago
Daniel J Blueman f362b73244 Fix unprotected access to task credentials in waitid() 15 years ago
Oleg Nesterov c7e49c1488 ptrace: optimize exit_ptrace() for the likely case 15 years ago
Oleg Nesterov b3ac022cb9 proc: turn signal_struct->count into "int nr_threads" 15 years ago
Oleg Nesterov 97101eb41d exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() 15 years ago
Oleg Nesterov d40e48e02f exit: __exit_signal: use thread_group_leader() consistently 15 years ago
Oleg Nesterov b7b8ff6373 signals: kill the awful task_rq_unlock_wait() hack 15 years ago
Oleg Nesterov 4ada856fb0 signals: clear signal->tty when the last thread exits 15 years ago
Oleg Nesterov ea6d290ca3 signals: make task_struct->signal immutable/refcountable 15 years ago
Oleg Nesterov 4dec2a91fd fork/exit: move tty_kref_put() outside of __cleanup_signal() 15 years ago
Oleg Nesterov 4a59994297 exit: avoid sig->count in __exit_signal() to detect the group-dead case 15 years ago
Oleg Nesterov d344193a05 exit: avoid sig->count in de_thread/__exit_signal synchronization 15 years ago
Oleg Nesterov 9c33916844 exit: exit_notify() can trust signal->notify_count < 0 15 years ago
Miao Xie c0ff7453bb cpuset,mm: fix no node to alloc memory when changing cpuset's mems 15 years ago
KAMEZAWA Hiroyuki a3a2e76c77 mm: avoid null-pointer deref in sync_mm_rss() 15 years ago
Li Zefan 32bd7eb5a7 sched: Remove remaining USER_SCHED code 15 years ago
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 16 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