aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/task.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-0/+3
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-0/+2
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-0/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+1
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-0/+2
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra1-1/+1
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra1-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-0/+1
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn1-1/+1
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-1/+2
2021-03-04kernel: provide create_io_thread() helperJens Axboe1-0/+2
2020-11-02sched: Un-hide lockdep_tasklist_lock_is_held() for !LOCKDEPJakub Kicinski1-2/+0
2020-08-20sched: remove _do_fork()Christian Brauner1-4/+0
2020-08-20fork: introduce kernel_clone()Christian Brauner1-1/+5
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-16/+1
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-0/+1
2020-07-24tasks: add put_task_struct_many()Pavel Begunkov1-0/+6
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-14/+1
2020-07-04fork: remove do_fork()Christian Brauner1-1/+0
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-1/+0
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner1-0/+4
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