summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+1
2017-11-18pid: remove pidhashGargi Sharma1-1/+1
2017-11-16kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-6/+6
2017-11-16mm: consolidate page table accountingKirill A. Shutemov1-12/+4
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-3/+3
2017-11-16mm: account pud page tablesKirill A. Shutemov1-0/+4
2017-10-14kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-0/+4
2017-10-04android: 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/...Linus Torvalds1-4/+0
2017-09-09locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-2/+1
2017-09-09mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+3
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel1-2/+8
2017-09-07mm: 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/a...Linus Torvalds1-1/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+9
2017-09-01mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-0/+8
2017-08-26fork: 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-11mm: 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-13fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel1-1/+1
2017-07-13fault-inject: support systematic fault injectionDmitry Vyukov1-0/+4
2017-07-13kernel/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/k...Linus Torvalds1-3/+3
2017-07-07mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner1-4/+4
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker1-3/+3
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker1-2/+2
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+12
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2017-05-14pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-09fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu1-0/+23
2017-05-05stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay1-1/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+6
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+3
2017-05-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+2
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang1-0/+1
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa1-1/+6
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+2
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-0/+3
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar1-0/+15
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1