summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2017-05-05stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-22userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-20fork: Fix task_struct alignmentPeter Zijlstra
2017-02-03prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov
2017-02-03introduce the walk_process_tree() helperOleg Nesterov
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko