aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-08
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-08
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-06
* mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-06
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-05
|\
| * fork: allow arch-override of VMAP stack alignmentMark Rutland2017-08-15
* | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-04
|\ \
| * | mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-31
| * | fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-25
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-11
|\| |
| * | mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-10
| |/
* / locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-10
|/
* fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-12
* fault-inject: support systematic fault injectionDmitry Vyukov2017-07-12
* kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-12
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-09
|\
| * sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-05
| * sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-05
* | mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-06
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-27
|\
| * kthread: Fix use-after-free if kthread fork failsVegard Nossum2017-05-22
* | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-13
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-12
|\|
| * stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-05
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-10
|\ \
| * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-08
* | | fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-08
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-03
|\ \ \
| * | | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-27
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\ \ \ | |_|/ |/| |
| * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-08
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-01
|\ \
| * | perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-13
| |/
* / sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-04
|/
* sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar2017-03-02
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-02
* mm: add new mmget() helperVegard Nossum2017-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-23
|\
| * prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-02