index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
/
task.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-29
ptrace: Convert ptrace_attach() to use lock guards
Peter Zijlstra
1
-0
/
+2
2023-07-13
sched: avoid false lockdep splat in put_task_struct()
Wander Lairson Costa
1
-4
/
+14
2023-07-13
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
1
-1
/
+27
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
1
-0
/
+2
2023-06-02
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-1
/
+0
2023-03-12
fork: allow kernel code to call copy_process
Mike Christie
1
-0
/
+2
2023-03-12
fork: Add kernel_clone_args flag to ignore signals
Mike Christie
1
-0
/
+1
2023-03-12
fork: add kernel_clone_args flag to not dup/clone files
Mike Christie
1
-0
/
+1
2023-03-12
fork/vm: Move common PF_IO_WORKER behavior to new flag
Mike Christie
1
-0
/
+1
2023-03-12
kernel: Make io_thread and kthread bit fields
Mike Christie
1
-2
/
+2
2023-03-12
kernel: Allow a kernel thread's name to be set in copy_process
Mike Christie
1
-1
/
+3
2022-12-15
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+0
2022-12-15
mm: Move mm_cachep initialization to mm_init()
Peter Zijlstra
1
-0
/
+1
2022-09-12
kernel: exit: cleanup release_thread()
Kefeng Wang
1
-0
/
+3
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
1
-1
/
+1
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-0
/
+2
2022-05-07
fork: Explicity test for idle tasks in copy_thread
Eric W. Biederman
1
-0
/
+1
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+1
2022-05-06
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
1
-0
/
+2
2022-03-15
exit: Mark do_group_exit() __noreturn
Peter Zijlstra
1
-1
/
+1
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-2
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+1
2021-11-20
shm: extend forced shm destroy to support objects from several IPC nses
Alexander Mikhalitsyn
1
-1
/
+1
2021-10-14
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
1
-1
/
+2
2021-03-05
kernel: provide create_io_thread() helper
Jens Axboe
1
-0
/
+2
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
[next]