aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-20fork: unconditionally clear stack on forkGravatar Kees Cook 1-2/+1
2018-04-05kernel/fork.c: detect early free of a live mmGravatar Mark Rutland 1-0/+2
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Gravatar Dominik Brodowski 1-1/+6
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Gravatar Dominik Brodowski 1-2/+2
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Gravatar Andrew Morton 1-13/+2
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-26/+29
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesGravatar Marcos Paulo de Souza 1-0/+4
2018-02-06kernel/fork.c: check error and return earlyGravatar Marcos Paulo de Souza 1-26/+25
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsGravatar Ingo Molnar 1-217/+267
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+26
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcGravatar Andrew Morton 1-212/+236
2018-01-15fork: Provide usercopy whitelisting for task_structGravatar Kees Cook 1-2/+20
2018-01-15fork: Define usercopy region in thread_stack slab cachesGravatar David Windsor 1-2/+3
2018-01-15fork: Define usercopy region in mm_struct slab cachesGravatar David Windsor 1-1/+3
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2017-12-22arch, mm: Allow arch_dup_mmap() to failGravatar Thomas Gleixner 1-2/+1
2017-11-17pid: remove pidhashGravatar Gargi Sharma 1-1/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKGravatar Levin, Alexander (Sasha Levin) 1-6/+6
2017-11-15mm: consolidate page table accountingGravatar Kirill A. Shutemov 1-12/+4
2017-11-15mm: introduce wrappers to access mm->nr_ptesGravatar Kirill A. Shutemov 1-3/+3
2017-11-15mm: account pud page tablesGravatar Kirill A. Shutemov 1-0/+4
2017-10-13kmemleak: clear stale pointers from task stacksGravatar Konstantin Khlebnikov 1-0/+4
2017-10-03android: binder: drop lru lock in isolate callbackGravatar Sherry Yang 1-0/+18
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+0
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingGravatar Davidlohr Bueso 1-2/+1
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Gravatar Jérôme Glisse 1-0/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKGravatar Rik van Riel 1-2/+8
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyGravatar Andrea Arcangeli 1-17/+0
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsGravatar Ingo Molnar 1-0/+9
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaGravatar Eric Biggers 1-0/+8
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeGravatar Eric Biggers 1-0/+1
2017-08-15fork: allow arch-override of VMAP stack alignmentGravatar Mark Rutland 1-1/+2
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-1/+1
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingGravatar Nadav Amit 1-1/+1
2017-08-10locking/lockdep: Implement the 'crossrelease' featureGravatar Byungchul Park 1-0/+4
2017-07-25sync to Linus v4.13-rc2 for subsystem developers to work againstGravatar James Morris 1-24/+29
2017-07-18LSM: Remove security_task_create() hook.Gravatar Tetsuo Handa 1-4/+0
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryGravatar Rik van Riel 1-1/+1
2017-07-12fault-inject: support systematic fault injectionGravatar Dmitry Vyukov 1-0/+4
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsGravatar Christoph Lameter 1-11/+5
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesGravatar Johannes Weiner 1-4/+4
2017-07-05sched/cputime: Move the vtime task fields to their own structGravatar Frederic Weisbecker 1-3/+3
2017-07-05sched/cputime: Rename vtime fieldsGravatar Frederic Weisbecker 1-2/+2
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+12
2017-05-22kthread: Fix use-after-free if kthread fork failsGravatar Vegard Nossum 1-5/+12
2017-05-13pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Gravatar Kirill Tkhai 1-2/+6
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2