summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-051-2/+2
* | mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-4/+4
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-271-5/+12
|\
| * kthread: Fix use-after-free if kthread fork failsVegard Nossum2017-05-221-5/+12
* | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-131-2/+6
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ | |/
| * stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-051-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-2/+2
|\ \
| * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-2/+2
* | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* | | fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-081-0/+23
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-1/+6
|\ \ \
| * | | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-281-1/+6
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-0/+3
|\ \ \ | |_|/ |/| |
| * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+3
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-011-0/+2
|\ \
| * | perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-131-0/+2
| |/
* | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-0/+1
|/
* sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar2017-03-031-0/+15
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-021-3/+3
* mm: add new mmget() helperVegard Nossum2017-02-271-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-3/+39
|\
| * prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-031-3/+7
| * introduce the walk_process_tree() helperOleg Nesterov2017-02-031-0/+32
* | userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov2017-02-221-3/+7
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+4
|\ \
| * | fork: Fix task_struct alignmentPeter Zijlstra2017-02-201-1/+1
| * | locking/mutex: Fix mutex handoffPeter Zijlstra2017-01-141-2/+4
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+1
|\ \
| * | timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-011-1/+1
| |/
* | timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-271-1/+9
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-3/+6
|\
| * mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-3/+6
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-1/+1
|\ \
OpenPOWER on IntegriCloud