aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa1-0/+8
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi1-0/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+2
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs1-1/+1
2018-04-20fork: unconditionally clear stack on forkKees Cook1-2/+1
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland1-0/+2
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-1/+6
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski1-2/+2
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-13/+2
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-26/+29
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza1-0/+4
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza1-26/+25
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-217/+267
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+26
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton1-212/+236
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook1-2/+20
2018-01-15fork: Define usercopy region in thread_stack slab cachesDavid Windsor1-2/+3
2018-01-15fork: Define usercopy region in mm_struct slab cachesDavid Windsor1-1/+3
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+1
2017-11-17pid: remove pidhashGargi Sharma1-1/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-6/+6
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-12/+4
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-3/+3
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+4
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-0/+4
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+18
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-4/+0
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-2/+1
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-2/+8
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-17/+0
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+9
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-0/+8
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers1-0/+1
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland1-1/+2
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+1
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-0/+4
2017-07-25sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris1-24/+29
2017-07-18LSM: Remove security_task_create() hook.Tetsuo Handa1-4/+0
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel1-1/+1
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+4
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter1-11/+5
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner1-4/+4