aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.cIngo Molnar1-0/+15
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>Ingo Molnar1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-3/+3
2017-02-27mm: add new mmget() helperVegard Nossum1-2/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+39
2017-02-22userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov1-3/+7
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-20fork: Fix task_struct alignmentPeter Zijlstra1-1/+1
2017-02-03prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov1-3/+7
2017-02-03introduce the walk_process_tree() helperOleg Nesterov1-0/+32
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker1-1/+1
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre1-1/+9
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+6
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin1-1/+1
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-0/+2
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki1-1/+1
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra1-1/+1
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-3/+6
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+2
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka1-0/+2
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stack freeingAndy Lutomirski1-0/+4
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+5
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+4
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-0/+1
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko1-1/+5
2016-10-07oom: keep mm of the killed task availableMichal Hocko1-0/+2
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+5
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_VMAP_STACK=yAndy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski1-1/+34
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-8/+29
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+4
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+23