Anton Blanchard
|
627393d448
kernel/exit.c: quieten greatest stack depth printk
|
9 years ago |
Linus Torvalds
|
cca08cd66c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
9 years ago |
Peter Zijlstra
|
be3e784498
locking/spinlock: Update spin_unlock_wait() users
|
9 years ago |
Oleg Nesterov
|
150593bf86
sched/api: Introduce task_rcu_dereference() and try_get_task_struct()
|
9 years ago |
Oleg Nesterov
|
91c4e8ea8f
wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL
|
9 years ago |
Oleg Nesterov
|
bf959931dd
wait/ptrace: assume __WALL if the child is traced
|
9 years ago |
Jiri Slaby
|
e64646946e
exit_thread: accept a task parameter to be exited
|
9 years ago |
Michal Hocko
|
36324a990c
oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space
|
9 years ago |
Dmitry Vyukov
|
5c9a8750a6
kernel: add kcov code coverage
|
9 years ago |
Dmitry Safonov
|
c428fbdbf3
exit: remove unneeded declaration of exit_mm()
|
9 years ago |
Oleg Nesterov
|
570ac9337b
ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task
|
9 years ago |
Linus Torvalds
|
53528695ff
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Paul E. McKenney
|
49f5903b47
rcu: Move preemption disabling out of __srcu_read_lock()
|
10 years ago |
Peter Zijlstra
|
1dc0fffc48
sched/core: Robustify preemption leak checks
|
10 years ago |
Frans Klaver
|
3da56d1663
kernel: exit: fix typo in comment
|
10 years ago |
Rik van Riel
|
51229b4953
exit,stats: /* obey this comment */
|
10 years ago |
Johannes Weiner
|
16e951966f
mm: oom_kill: clean up victim marking and exiting interfaces
|
10 years ago |
Richard Weinberger
|
973f911f55
Remove execution domain support
|
10 years ago |
Michal Hocko
|
c32b3cbe0d
oom, PM: make OOM detection in the freezer path raceless
|
10 years ago |
Michal Hocko
|
49550b6055
oom: add helpers for setting and clearing TIF_MEMDIE
|
10 years ago |
Oleg Nesterov
|
3245d6acab
exit: fix race between wait_consider_task() and wait_task_zombie()
|
10 years ago |
Linus Torvalds
|
37da7bbbe8
Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
|
10 years ago |
Oleg Nesterov
|
6c66e7dba3
exit: exit_notify: re-use "dead" list to autoreap current
|
10 years ago |
Oleg Nesterov
|
482a3767e5
exit: reparent: call forget_original_parent() under tasklist_lock
|
10 years ago |
Oleg Nesterov
|
ad9e206aef
exit: reparent: avoid find_new_reaper() if no children
|
10 years ago |
Oleg Nesterov
|
c9dc05bfdb
exit: reparent: introduce find_alive_thread()
|
10 years ago |
Oleg Nesterov
|
1109909c7d
exit: reparent: introduce find_child_reaper()
|
10 years ago |
Oleg Nesterov
|
175aed3f8d
exit: reparent: document the ->has_child_subreaper checks
|
10 years ago |
Oleg Nesterov
|
3750ef979c
exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()
|
10 years ago |
Oleg Nesterov
|
7d24e2df52
exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting
|
10 years ago |