- df44b16 Merge branch 'android11-5.4-lts' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina by Michael Bestas · 1 year, 8 months ago
- 25ab241 mm: optimize the redundant loop of mm_update_owner_next() by Jinliang Zheng · 1 year, 10 months ago
- 29949cc Merge tag 'ASB-2023-08-05_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina by Michael Bestas · 2 years, 8 months ago
- 0638dcc treewide: Remove uninitialized_var() usage by Kees Cook · 6 years ago
- f4b76e8 Merge tag 'ASB-2023-04-05_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina by Michael Bestas · 3 years ago
- a7cc1b5 exit: Use READ_ONCE() for all oops/warn limit reads by Kees Cook · 3 years, 2 months ago
- 7020a92 exit: Allow oops_limit to be disabled by Kees Cook · 3 years, 2 months ago
- 5a3482f exit: Expose "oops_count" to sysfs by Kees Cook · 3 years, 2 months ago
- 28facdf exit: Put an upper limit on how often we can oops by Jann Horn · 3 years, 2 months ago
- 9a18c9c exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 2 months ago
- b403cd6 Merge android11-5.4.86+ (75c93eb) into msm-5.4 by Srinivasarao P · 5 years ago
- 974e3a7 don't dump the threads that had been already exiting when zapped. by Al Viro · 5 years ago
- c8f071d Merge android-5.4-stable.50 (a200ad5) into msm-5.4 by Blagovest Kolenichev · 6 years ago
- 2e256dd exit: Move preemption fixup up, move blocking operations down by Jann Horn · 6 years ago
- 8057069 pid: move pidfd_get_pid() to pid.c by Minchan Kim · 6 years ago
- b2cc9bc sched: Improve the scheduler by Stephen Dickey · 6 years ago
- 2b9f49e Merge android-5.4.8 (de197c5) into msm-5.4 by Blagovest Kolenichev · 6 years ago
- e79e029 Merge android-5.4.5 (9cdc723) into msm-5.4 by Blagovest Kolenichev · 6 years ago
- 66d9052 exit: panic before exit_mm() on global init exit by chenqiwu · 6 years ago
- 4e24886 UPSTREAM: exit: panic before exit_mm() on global init exit by chenqiwu · 6 years ago
- 64b577b sched: Add snapshot of Window Assisted Load Tracking (WALT) by Satya Durga Srinivasu Prabhala · 7 years ago
- b2f4e10 futex: Mark the begin of futex exit explicitly by Thomas Gleixner · 6 years ago
- 350a30c futex: Set task::futex_state to DEAD right after handling futex exit by Thomas Gleixner · 6 years ago
- 7d7e935 exit/exec: Seperate mm_release() by Thomas Gleixner · 6 years ago
- 52507cf futex: Replace PF_EXITPIDONE with a state by Thomas Gleixner · 6 years ago
- 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 7 years ago
- 3fbd7ee tasks: Add a count of task RCU users by Eric W. Biederman · 7 years ago
- c17112a Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 7 years ago
- 821cc7b waitid: Add support for waiting for the current process group by Eric W. Biederman · 7 years ago
- 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 7 years ago
- 30b692d exit: make setting exit_state consistent by Christian Brauner · 7 years ago
- b191d64 pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 7 years ago
- 6b115bf cgroup: Call cgroup_release() before __exit_signal() by Tejun Heo · 7 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 7 years ago
- 987717e mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE by Andrea Arcangeli · 7 years ago
- 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
- 8fb335e kernel/exit.c: release ptraced tasks before zap_pid_ns_processes by Andrei Vagin · 7 years ago
- 51bee5a cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting by Oleg Nesterov · 7 years ago
- 6dc080e sched/wait: Fix rcuwait_wake_up() ordering by Prateek Sood · 7 years ago
- e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 73ab1cb umh: add exit routine for UMH process by Taehee Yoo · 7 years ago
- 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 7 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 7 years ago
- 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 8 years ago
- 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 9 years ago
- 1fb5356 pids: Move task_pid_type into sched/signal.h by Eric W. Biederman · 9 years ago
- d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 8 years ago
- dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 8 years ago
- 7c2c11b arch: define weak abort() by Sudip Mukherjee · 8 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 8 years ago
- 1c9fec4 waitid(): Avoid unbalanced user_access_end() on access_ok() error by Kees Cook · 8 years ago
- 96ca579 waitid(): Add missing access_ok() checks by Kees Cook · 9 years ago
- 6c85501 fix infoleak in waitid(2) by Al Viro · 9 years ago
- dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 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 · 9 years ago
- 8083f29 exit: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 9 years ago
- ccdd29f rcu: Create reasonable API for do_exit() TASKS_RCU processing by Paul E. McKenney · 9 years ago
- b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 9 years ago
- cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 9 years ago
- dd83c16 kernel/exit.c: avoid undefined behaviour when calling wait4() by zhongjiang · 9 years ago
- 634a816 fix waitid(2) breakage by Al Viro · 9 years ago
- 57ecbd3 kernel/exit.c: don't include unused userfaultfd_k.h by Mike Rapoport · 9 years ago
- 4be9513 Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- f11cc07 sched/core: Drop the unused try_get_task_struct() helper function by Davidlohr Bueso · 9 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 9 years ago
- 92ebce5 osf_wait4: switch to kernel_wait4() by Al Viro · 9 years ago
- 4c48abe waitid(): switch copyout of siginfo to unsafe_put_user() by Al Viro · 9 years ago
- 76d9871 wait_task_zombie: consolidate info logics by Al Viro · 9 years ago
- bb380ec kill wait_noreap_copyout() by Al Viro · 9 years ago
- e61a250 lift getrusage() from wait_noreap_copyout() by Al Viro · 9 years ago
- 67d7ddd waitid(2): leave copyout of siginfo to syscall itself by Al Viro · 9 years ago
- 359566f kernel_wait4()/kernel_waitid(): delay copying status to userland by Al Viro · 9 years ago
- ce72a16 wait4(2)/waitid(2): separate copying rusage to userland by Al Viro · 9 years ago
- 7e95a22 move compat wait4 and waitid next to native variants by Al Viro · 9 years ago
- dd0db88d userfaultfd: non-cooperative: rollback userfaultfd_exit by Andrea Arcangeli · 9 years ago
- 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 9 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 9 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 9 years ago
- 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 9 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 9 years ago
- 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 9 years ago
- f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 9 years ago
- ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 9 years ago
- f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- c9341ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 9 years ago
- c6c70f4 exit: fix the setns() && PR_SET_CHILD_SUBREAPER interaction by Oleg Nesterov · 9 years ago
- 8f95c90 sched/wait, RCU: Introduce rcuwait machinery by Davidlohr Bueso · 9 years ago
- 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 9 years ago
- 0039962 kernel/exit: Compute 'current' directly by Davidlohr Bueso · 9 years ago
- 3a2f5a5 security,selinux,smack: kill security_task_wait hook by Stephen Smalley · 9 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 9 years ago
- 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 9 years ago
- baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 9 years ago
- 53d3eaa posix_cpu_timers: Move the add_device_randomness() call to a proper place by Nicolas Pitre · 9 years ago
- 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 10 years ago
- 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 10 years ago