- 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 5 years ago
- 3fbd7ee tasks: Add a count of task RCU users by Eric W. Biederman · 5 years ago
- c17112a Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 821cc7b waitid: Add support for waiting for the current process group by Eric W. Biederman · 5 years ago
- 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
- 30b692d exit: make setting exit_state consistent by Christian Brauner · 5 years ago
- b191d64 pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 5 years ago
- 6b115bf cgroup: Call cgroup_release() before __exit_signal() by Tejun Heo · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 987717e mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE by Andrea Arcangeli · 6 years ago
- 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
- 8fb335e kernel/exit.c: release ptraced tasks before zap_pid_ns_processes by Andrei Vagin · 6 years ago
- 51bee5a cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting by Oleg Nesterov · 6 years ago
- 6dc080e sched/wait: Fix rcuwait_wake_up() ordering by Prateek Sood · 6 years ago
- e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- 73ab1cb umh: add exit routine for UMH process by Taehee Yoo · 6 years ago
- 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 6 years ago
- 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
- 1fb5356 pids: Move task_pid_type into sched/signal.h by Eric W. Biederman · 8 years ago
- d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
- dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 7 years ago
- 7c2c11b arch: define weak abort() by Sudip Mukherjee · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 1c9fec4 waitid(): Avoid unbalanced user_access_end() on access_ok() error by Kees Cook · 7 years ago
- 96ca579 waitid(): Add missing access_ok() checks by Kees Cook · 7 years ago
- 6c85501 fix infoleak in waitid(2) by Al Viro · 7 years ago
- dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
- 8083f29 exit: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 8 years ago
- ccdd29f rcu: Create reasonable API for do_exit() TASKS_RCU processing by Paul E. McKenney · 8 years ago
- b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
- cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
- dd83c16 kernel/exit.c: avoid undefined behaviour when calling wait4() by zhongjiang · 7 years ago
- 634a816 fix waitid(2) breakage by Al Viro · 7 years ago
- 57ecbd3 kernel/exit.c: don't include unused userfaultfd_k.h by Mike Rapoport · 7 years ago
- 4be9513 Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- f11cc07 sched/core: Drop the unused try_get_task_struct() helper function by Davidlohr Bueso · 8 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
- 92ebce5 osf_wait4: switch to kernel_wait4() by Al Viro · 8 years ago
- 4c48abe waitid(): switch copyout of siginfo to unsafe_put_user() by Al Viro · 8 years ago
- 76d9871 wait_task_zombie: consolidate info logics by Al Viro · 8 years ago
- bb380ec kill wait_noreap_copyout() by Al Viro · 8 years ago
- e61a250 lift getrusage() from wait_noreap_copyout() by Al Viro · 8 years ago
- 67d7ddd waitid(2): leave copyout of siginfo to syscall itself by Al Viro · 8 years ago
- 359566f kernel_wait4()/kernel_waitid(): delay copying status to userland by Al Viro · 8 years ago
- ce72a16 wait4(2)/waitid(2): separate copying rusage to userland by Al Viro · 8 years ago
- 7e95a22 move compat wait4 and waitid next to native variants by Al Viro · 8 years ago
- dd0db88d userfaultfd: non-cooperative: rollback userfaultfd_exit by Andrea Arcangeli · 8 years ago
- 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
- f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
- ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 8 years ago
- f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- c9341ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
- c6c70f4 exit: fix the setns() && PR_SET_CHILD_SUBREAPER interaction by Oleg Nesterov · 8 years ago
- 8f95c90 sched/wait, RCU: Introduce rcuwait machinery by Davidlohr Bueso · 8 years ago
- 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
- 0039962 kernel/exit: Compute 'current' directly by Davidlohr Bueso · 8 years ago
- 3a2f5a5 security,selinux,smack: kill security_task_wait hook by Stephen Smalley · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 8 years ago
- baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
- 53d3eaa posix_cpu_timers: Move the add_device_randomness() call to a proper place by Nicolas Pitre · 8 years ago
- 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 8 years ago
- 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
- c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
- 627393d kernel/exit.c: quieten greatest stack depth printk by Anton Blanchard · 8 years ago
- cca08cd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- be3e784 locking/spinlock: Update spin_unlock_wait() users by Peter Zijlstra · 9 years ago
- 150593b sched/api: Introduce task_rcu_dereference() and try_get_task_struct() by Oleg Nesterov · 9 years ago
- 91c4e8e wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL by Oleg Nesterov · 9 years ago
- bf95993 wait/ptrace: assume __WALL if the child is traced by Oleg Nesterov · 9 years ago
- e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 9 years ago
- 36324a9 oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space by Michal Hocko · 9 years ago
- 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
- c428fbd exit: remove unneeded declaration of exit_mm() by Dmitry Safonov · 9 years ago
- 570ac93 ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task by Oleg Nesterov · 9 years ago
- 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 49f5903 rcu: Move preemption disabling out of __srcu_read_lock() by Paul E. McKenney · 9 years ago
- 1dc0fff sched/core: Robustify preemption leak checks by Peter Zijlstra · 9 years ago
- 3da56d1 kernel: exit: fix typo in comment by Frans Klaver · 10 years ago
- 51229b4 exit,stats: /* obey this comment */ by Rik van Riel · 10 years ago
- 16e9519 mm: oom_kill: clean up victim marking and exiting interfaces by Johannes Weiner · 10 years ago
- 973f911 Remove execution domain support by Richard Weinberger · 10 years ago
- c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 10 years ago
- 49550b6 oom: add helpers for setting and clearing TIF_MEMDIE by Michal Hocko · 10 years ago
- 3245d6a exit: fix race between wait_consider_task() and wait_task_zombie() by Oleg Nesterov · 10 years ago
- 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
- 6c66e7d exit: exit_notify: re-use "dead" list to autoreap current by Oleg Nesterov · 10 years ago
- 482a376 exit: reparent: call forget_original_parent() under tasklist_lock by Oleg Nesterov · 10 years ago