Age | Commit message (Expand) | Author | Files | Lines |
2020-11-03 | sched: Un-hide lockdep_tasklist_lock_is_held() for !LOCKDEP | Jakub Kicinski | 1 | -2/+0 |
2020-08-20 | sched: remove _do_fork() | Christian Brauner | 1 | -4/+0 |
2020-08-20 | fork: introduce kernel_clone() | Christian Brauner | 1 | -1/+5 |
2020-08-12 | kernel: add a kernel_wait helper | Christoph Hellwig | 1 | -0/+1 |
2020-08-05 | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune... | Linus Torvalds | 1 | -16/+1 |
2020-08-04 | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2020-07-29 | sched/uclamp: Add a new sysctl to control RT default boost value | Qais Yousef | 1 | -0/+1 |
2020-07-24 | tasks: add put_task_struct_many() | Pavel Begunkov | 1 | -0/+6 |
2020-07-05 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner | 1 | -2/+2 |
2020-07-05 | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner | 1 | -14/+1 |
2020-07-05 | fork: remove do_fork() | Christian Brauner | 1 | -1/+0 |
2020-06-22 | fork: fold legacy_clone_args_valid() into _do_fork() | Christian Brauner | 1 | -1/+0 |
2020-02-13 | clone3: allow spawning processes into cgroups | Christian Brauner | 1 | -0/+4 |
2019-11-16 | fork: extend clone3() to support setting a PID | Adrian Reber | 1 | -0/+3 |
2019-09-25 | tasks, sched/core: With a grace period after finish_task_switch(), remove unn... | Eric W. Biederman | 1 | -1/+0 |
2019-09-25 | tasks: Add a count of task RCU users | Eric W. Biederman | 1 | -0/+1 |
2019-07-25 | sched/core: Convert get_task_struct() to return the task | Matthew Wilcox (Oracle) | 1 | -1/+5 |
2019-07-14 | clone: fix CLONE_PIDFD support | Dmitry V. Levin | 1 | -0/+1 |
2019-06-09 | fork: add clone3 | Christian Brauner | 1 | -1/+16 |
2019-04-30 | fork: Provide a function for copying init_mm | Nadav Amit | 1 | -0/+1 |
2019-02-04 | sched/core: Convert task_struct.usage to refcount_t | Elena Reshetova | 1 | -2/+2 |
2019-01-05 | fork: fix some -Wmissing-prototypes warnings | Yi Wang | 1 | -0/+2 |
2018-07-22 | alpha: fix osf_wait4() breakage | Al Viro | 1 | -1/+1 |
2018-01-15 | fork: Provide usercopy whitelisting for task_struct | Kees Cook | 1 | -0/+14 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-10 | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian | 1 | -1/+0 |
2017-07-06 | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2017-06-20 | sched/core: Drop the unused try_get_task_struct() helper function | Davidlohr Bueso | 1 | -2/+0 |
2017-05-21 | osf_wait4: switch to kernel_wait4() | Al Viro | 1 | -0/+2 |
2017-03-03 | sched/headers: Move the sched_exec() prototype to <linux/sched/task.h> | Ingo Molnar | 1 | -0/+7 |
2017-03-03 | sched/headers: Move the get_task_struct()/put_task_struct() and related APIs ... | Ingo Molnar | 1 | -0/+15 |
2017-03-03 | sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <... | Ingo Molnar | 1 | -0/+3 |
2017-03-03 | sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h> | Ingo Molnar | 1 | -0/+20 |
2017-03-03 | sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> ... | Ingo Molnar | 1 | -0/+6 |
2017-03-03 | sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern... | Ingo Molnar | 1 | -15/+0 |
2017-03-03 | sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/t... | Ingo Molnar | 1 | -0/+97 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+6 |