aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2019-06-03Merge tag 'v4.18.40' into v4.18/standard/baseBruce Ashfield
2019-05-30userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli
2019-01-21Merge tag 'v4.18.25' into v4.18/standard/baseBruce Ashfield
2019-01-14fork: record start_time lateDavid Herrmann
2018-09-21Merge tag 'v4.18.8' into v4.18/standard/baseBruce Ashfield
2018-09-15mm: respect arch_dup_mmap() return valueNadav Amit
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn
2018-08-22aufs4: mmap supportBruce Ashfield
2018-07-26mm: introduce vma_init()Kirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs
2018-04-20fork: unconditionally clear stack on forkKees Cook
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook
2018-01-15fork: Define usercopy region in thread_stack slab cachesDavid Windsor
2018-01-15fork: Define usercopy region in mm_struct slab cachesDavid Windsor
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-11-17pid: remove pidhashGargi Sharma
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15mm: consolidate page table accountingKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers