aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
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
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-07-25sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris
2017-07-18LSM: Remove security_task_create() hook.Tetsuo Handa
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum
2017-05-13pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu
2017-05-05stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds