aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-13pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Gravatar Kirill Tkhai 1-2/+6
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-1/+1
2017-05-08fork: free vmapped stacks in cache when cpus are offlineGravatar Hoeun Ryu 1-0/+23
2017-05-05stackprotector: Increase the per-task stack canary's random range from 32 bit...Gravatar Daniel Micay 1-1/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+6
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+3
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUGravatar Paul E. McKenney 1-2/+2
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksGravatar Xunlei Pang 1-0/+1
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Gravatar Tetsuo Handa 1-1/+6
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoGravatar Hari Bathini 1-0/+2
2017-03-08livepatch: change to a per-task consistency modelGravatar Josh Poimboeuf 1-0/+3
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Gravatar Ingo Molnar 1-0/+15
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyGravatar Ingo Molnar 1-3/+3
2017-02-27mm: add new mmget() helperGravatar Vegard Nossum 1-2/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+39
2017-02-22userfaultfd: non-cooperative: Add fork() eventGravatar Pavel Emelyanov 1-3/+7
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+4
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-02-20fork: Fix task_struct alignmentGravatar Peter Zijlstra 1-1/+1
2017-02-03prctl: propagate has_child_subreaper flag to every descendantGravatar Pavel Tikhomirov 1-3/+7
2017-02-03introduce the walk_process_tree() helperGravatar Oleg Nesterov 1-0/+32
2017-02-01timers/posix-timers: Convert internals to use nsecsGravatar Frederic Weisbecker 1-1/+1
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledGravatar Nicolas Pitre 1-1/+9
2017-01-14locking/mutex: Fix mutex handoffGravatar Peter Zijlstra 1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+6
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackGravatar Andrey Ryabinin 1-1/+1
2016-12-08kthread: Make struct kthread kmalloc'edGravatar Oleg Nesterov 1-0/+2
2016-12-01Merge back earlier cpuidle material for v4.10.Gravatar Rafael J. Wysocki 1-1/+1
2016-11-29sched/idle: Add support for tasks that inject idleGravatar Peter Zijlstra 1-1/+1
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksGravatar Eric W. Biederman 1-3/+6
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-0/+2
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificGravatar Stanislaw Gruszka 1-0/+2
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Gravatar Andy Lutomirski 1-0/+4