index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
kthread: add kthread_stop_put
Andreas Gruenbacher
2023-10-04
1
-0
/
+1
*
kthread: unexport __kthread_should_park()
Greg Kroah-Hartman
2023-08-18
1
-1
/
+0
*
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
2023-06-16
1
-0
/
+1
*
kthread: unexport kthread_blkcg
Christoph Hellwig
2022-05-02
1
-4
/
+0
*
linux/kthread.h: remove unused macros
Rasmus Villemoes
2022-03-22
1
-22
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-20
1
-0
/
+1
|
\
|
*
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
2022-01-20
1
-0
/
+1
*
|
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+3
|
\
\
|
*
|
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
2021-12-13
1
-1
/
+1
|
*
|
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
2021-12-13
1
-0
/
+1
|
*
|
exit: Implement kthread_exit
Eric W. Biederman
2021-12-13
1
-0
/
+1
|
|
/
*
/
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-0
/
+25
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-1
/
+1
|
\
|
*
kthread: switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
2021-06-29
1
-1
/
+1
*
|
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
2021-05-18
1
-0
/
+2
|
/
*
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
2021-01-22
1
-0
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-11
1
-0
/
+5
|
\
|
*
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
2020-06-10
1
-2
/
+2
|
*
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-10
1
-0
/
+5
*
|
kthread: save thread function
J. Bruce Fields
2020-05-08
1
-0
/
+1
|
/
*
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
2020-04-02
1
-1
/
+2
*
include/: refactor headers to allow kthread.h inclusion in psi_types.h
Suren Baghdasaryan
2019-05-14
1
-1
/
+2
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-06
1
-5
/
+4
|
\
|
*
kthread: Do not use TIMER_IRQSAFE
Sebastian Andrzej Siewior
2019-02-28
1
-3
/
+2
|
*
kthread: Convert worker lock to raw spinlock
Julia Cartwright
2019-02-28
1
-2
/
+2
*
|
kthread: Add __kthread_should_park()
Matthias Kaehlcke
2019-02-10
1
-0
/
+1
|
/
*
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
2018-07-03
1
-1
/
+0
*
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra
2018-05-03
1
-0
/
+1
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-21
1
-1
/
+1
*
timer: Remove redundant __setup_timer*() macros
Kees Cook
2017-11-21
1
-3
/
+3
*
timer: Remove unused data arguments from macros
Kees Cook
2017-11-21
1
-2
/
+0
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-0
/
+11
|
\
|
*
block: fix a build error
Shaohua Li
2017-09-26
1
-1
/
+1
|
*
kthread: add a mechanism to store cgroup info
Shaohua Li
2017-09-26
1
-0
/
+11
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-13
1
-5
/
+5
|
\
\
|
*
|
kthread: Convert callback to use from_timer()
Kees Cook
2017-10-05
1
-5
/
+5
|
*
|
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
2017-10-05
1
-1
/
+1
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
kthread: fix documentation build warning
Jonathan Corbet
2017-08-02
1
-1
/
+1
*
kthread: add __printf attributes
Nicolas Iooss
2016-12-12
1
-1
/
+1
*
kthread: Make struct kthread kmalloc'ed
Oleg Nesterov
2016-12-08
1
-0
/
+1
*
kthread: add kerneldoc for kthread_create()
Jonathan Corbet
2016-10-11
1
-0
/
+11
*
kthread: better support freezable kthread workers
Petr Mladek
2016-10-11
1
-3
/
+9
*
kthread: allow to modify delayed kthread work
Petr Mladek
2016-10-11
1
-0
/
+4
*
kthread: allow to cancel kthread work
Petr Mladek
2016-10-11
1
-0
/
+5
*
kthread: initial support for delayed kthread work
Petr Mladek
2016-10-11
1
-0
/
+33
*
kthread: add kthread_destroy_worker()
Petr Mladek
2016-10-11
1
-0
/
+2
*
kthread: add kthread_create_worker*()
Petr Mladek
2016-10-11
1
-0
/
+7
*
kthread: kthread worker API cleanup
Petr Mladek
2016-10-11
1
-9
/
+9
*
kthread: rename probe_kthread_data() to kthread_probe_data()
Petr Mladek
2016-10-11
1
-1
/
+1
[next]