summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-151-0/+8
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+2
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-0/+1
* | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-1/+1
|\ \ | |/ |/|
| * audit: use inline function to set audit contextRichard Guy Briggs2018-05-141-1/+1
* | fork: unconditionally clear stack on forkKees Cook2018-04-201-2/+1
|/
* kernel/fork.c: detect early free of a live mmMark Rutland2018-04-051-0/+2
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+6
* mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-021-2/+2
* include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-13/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-26/+29
|\
| * kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza2018-02-061-0/+4
| * kernel/fork.c: check error and return earlyMarcos Paulo de Souza2018-02-061-26/+25
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-217/+267
|\ \ | |/
| * Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+26
| |\
| | * fork: Provide usercopy whitelisting for task_structKees Cook2018-01-151-2/+20
| | * fork: Define usercopy region in thread_stack slab cachesDavid Windsor2018-01-151-2/+3
| | * fork: Define usercopy region in mm_struct slab cachesDavid Windsor2018-01-151-1/+3
| * | include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-01-311-212/+236
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+1
|\ \ | |/ |/|
| * arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+1
* | pid: remove pidhashGargi Sharma2017-11-171-1/+1
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-6/+6
* | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-12/+4
* | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-3/+3
* | mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+4
|/
* kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-0/+4
* android: binder: drop lru lock in isolate callbackSherry Yang2017-10-031-0/+18
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-4/+0
|\
| * sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris2017-07-251-24/+29
| |\
| * | LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-4/+0
* | | locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-081-2/+1
* | | mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+3
* | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-2/+8
* | | mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-061-17/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-1/+2
|\ \ \
| * | | fork: allow arch-override of VMAP stack alignmentMark Rutland2017-08-151-1/+2
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-0/+9
|\ \ \
| * | | mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-311-0/+8
| * | | fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-251-0/+1
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-1/+1
|\ \ \ \ | |/ / /
| * | | mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-1/+1
| |/ /
* | | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-101-0/+4
|/ /
* | fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-121-1/+1
* | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+4
* | kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-121-11/+5
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-091-3/+3
|\ \
| * | sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-051-3/+3
OpenPOWER on IntegriCloud