index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
/
task.h
Age
Commit message (
Expand
)
Author
2019-09-25
tasks: Add a count of task RCU users
Eric W. Biederman
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
2019-07-14
clone: fix CLONE_PIDFD support
Dmitry V. Levin
2019-06-09
fork: add clone3
Christian Brauner
2019-04-30
fork: Provide a function for copying init_mm
Nadav Amit
2019-02-04
sched/core: Convert task_struct.usage to refcount_t
Elena Reshetova
2019-01-04
fork: fix some -Wmissing-prototypes warnings
Yi Wang
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
2017-07-05
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-06-20
sched/core: Drop the unused try_get_task_struct() helper function
Davidlohr Bueso
2017-05-21
osf_wait4: switch to kernel_wait4()
Al Viro
2017-03-03
sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>
Ingo Molnar
2017-03-03
sched/headers: Move the get_task_struct()/put_task_struct() and related APIs ...
Ingo Molnar
2017-03-03
sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <...
Ingo Molnar
2017-03-03
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
Ingo Molnar
2017-03-03
sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> ...
Ingo Molnar
2017-03-03
sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...
Ingo Molnar
2017-03-03
sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/t...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar