aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/task.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber1-0/+3
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary codeEric W. Biederman1-1/+0
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman1-0/+1
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-1/+5
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin1-0/+1
2019-06-09fork: add clone3Christian Brauner1-1/+16
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-0/+1
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-2/+2
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-0/+2
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-1/+1
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook1-0/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-1/+0
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso1-2/+0
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-0/+2
2017-03-03sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>Ingo Molnar1-0/+7
2017-03-03sched/headers: Move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+15
2017-03-03sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+3
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+20
2017-03-03sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+6
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.cIngo Molnar1-15/+0
2017-03-03sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+97
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+6