- 1ed0cc5 mm: respect arch_dup_mmap() return value by Nadav Amit · 6 years ago
- cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 06e62a4 fork: don't copy inconsistent signal handler state to child by Jann Horn · 6 years ago
- a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 6 years ago
- a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
- 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
- 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c3ad2c3 signal: Don't restart fork when signals come in. by Eric W. Biederman · 6 years ago
- 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
- 924de3b fork: Have new threads join on-going signal group stops by Eric W. Biederman · 6 years ago
- 2c32301 blk-cgroup: clear the throttle queue on fork by Josef Bacik · 6 years ago
- 027232d mm: introduce vma_init() by Kirill A. Shutemov · 6 years ago
- 7673bf5 fork: Unconditionally exit if a fatal signal is pending by Eric W. Biederman · 6 years ago
- 4ca1d3e fork: Move and describe why the code examines PIDNS_ADDING by Eric W. Biederman · 6 years ago
- 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
- 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
- 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
- 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
- 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
- c1a2f7f mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids by Rik van Riel · 6 years ago
- 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 7 years ago
- 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
- d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
- 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
- d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
- c0b0ae8 audit: use inline function to set audit context by Richard Guy Briggs · 7 years ago
- e01e806 fork: unconditionally clear stack on fork by Kees Cook · 7 years ago
- 3eda69c kernel/fork.c: detect early free of a live mm by Mark Rutland · 7 years ago
- 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
- 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
- d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
- a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 667b609 kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces by Marcos Paulo de Souza · 7 years ago
- 9f5325a kernel/fork.c: check error and return early by Marcos Paulo de Souza · 7 years ago
- 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
- 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- d70f2a1 include/linux/sched/mm.h: uninline mmdrop_async(), etc by Andrew Morton · 7 years ago
- 5905429 fork: Provide usercopy whitelisting for task_struct by Kees Cook · 7 years ago
- f9d29946 fork: Define usercopy region in thread_stack slab caches by David Windsor · 8 years ago
- 07dcd7f fork: Define usercopy region in mm_struct slab caches by David Windsor · 7 years ago
- caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c10e83f arch, mm: Allow arch_dup_mmap() to fail by Thomas Gleixner · 7 years ago
- e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
- 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
- af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
- c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
- b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
- ca18255 kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
- a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 7 years ago
- 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
- a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
- 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago
- d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
- 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
- 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- 355627f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
- 2b7e866 fork: fix incorrect fput of ->exe_file causing use-after-free by Eric Biggers · 7 years ago
- 48ac3c1 fork: allow arch-override of VMAP stack alignment by Mark Rutland · 7 years ago
- 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
- b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
- 53a2eba sync to Linus v4.13-rc2 for subsystem developers to work against by James Morris · 7 years ago
- 3cf2993 LSM: Remove security_task_create() hook. by Tetsuo Handa · 7 years ago
- 7cd815b fork,random: use get_random_canary() to set tsk->stack_canary by Rik van Riel · 7 years ago
- e41d5818 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
- 112166f kernel/fork.c: virtually mapped stacks: do not disable interrupts by Christoph Lameter · 7 years ago
- 4fde846 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- ed52be7 mm: memcontrol: use generic mod_memcg_page_state for kmem pages by Johannes Weiner · 8 years ago
- bac5b6b sched/cputime: Move the vtime task fields to their own struct by Frederic Weisbecker · 8 years ago
- 60a9ce5 sched/cputime: Rename vtime fields by Frederic Weisbecker · 8 years ago
- d024baa Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 4d6501d kthread: Fix use-after-free if kthread fork fails by Vegard Nossum · 8 years ago
- 3fd3722 pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes() by Kirill Tkhai · 8 years ago
- 1b84fc1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
- 19659c5 fork: free vmapped stacks in cache when cpus are offline by Hoeun Ryu · 8 years ago
- 5ea30e4 stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms by Daniel Micay · 8 years ago
- 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 76f1948 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
- 7c8c03b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
- e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
- e4e55b4 LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob. by Tetsuo Handa · 8 years ago
- e422267 perf: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
- d83a7cb livepatch: change to a per-task consistency model by Josh Poimboeuf · 8 years ago
- 6bfbaa5 sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c by Ingo Molnar · 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
- 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
- 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
- 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.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