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
/
kthread.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+4
2019-02-28
kthread: Do not use TIMER_IRQSAFE
Sebastian Andrzej Siewior
1
-3
/
+2
2019-02-28
kthread: Convert worker lock to raw spinlock
Julia Cartwright
1
-2
/
+2
2019-02-10
kthread: Add __kthread_should_park()
Matthias Kaehlcke
1
-0
/
+1
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
1
-1
/
+0
2018-05-03
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra
1
-0
/
+1
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-1
/
+1
2017-11-22
timer: Remove redundant __setup_timer*() macros
Kees Cook
1
-3
/
+3
2017-11-22
timer: Remove unused data arguments from macros
Kees Cook
1
-2
/
+0
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+11
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-05
kthread: Convert callback to use from_timer()
Kees Cook
1
-5
/
+5
2017-10-05
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
1
-1
/
+1
2017-09-26
block: fix a build error
Shaohua Li
1
-1
/
+1
2017-09-26
kthread: add a mechanism to store cgroup info
Shaohua Li
1
-0
/
+11
2017-08-03
kthread: fix documentation build warning
Jonathan Corbet
1
-1
/
+1
2016-12-13
kthread: add __printf attributes
Nicolas Iooss
1
-1
/
+1
2016-12-08
kthread: Make struct kthread kmalloc'ed
Oleg Nesterov
1
-0
/
+1
2016-10-12
kthread: add kerneldoc for kthread_create()
Jonathan Corbet
1
-0
/
+11
2016-10-12
kthread: better support freezable kthread workers
Petr Mladek
1
-3
/
+9
2016-10-12
kthread: allow to modify delayed kthread work
Petr Mladek
1
-0
/
+4
2016-10-12
kthread: allow to cancel kthread work
Petr Mladek
1
-0
/
+5
2016-10-12
kthread: initial support for delayed kthread work
Petr Mladek
1
-0
/
+33
2016-10-12
kthread: add kthread_destroy_worker()
Petr Mladek
1
-0
/
+2
2016-10-12
kthread: add kthread_create_worker*()
Petr Mladek
1
-0
/
+7
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
1
-9
/
+9
2016-10-12
kthread: rename probe_kthread_data() to kthread_probe_data()
Petr Mladek
1
-1
/
+1
2015-09-05
kernel/kthread.c:kthread_create_on_node(): clarify documentation
Andrew Morton
1
-1
/
+1
2015-08-12
sched: Fix a race between __kthread_bind() and sched_setaffinity()
Peter Zijlstra
1
-0
/
+1
2014-07-28
kthread_work: remove the unused wait_queue_head
Lai Jiangshan
1
-11
/
+2
2013-05-01
kthread: implement probe_kthread_data()
Tejun Heo
1
-0
/
+1
2012-08-13
kthread: Implement park/unpark facility
Thomas Gleixner
1
-1
/
+10
2012-07-22
kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...
Tejun Heo
1
-6
/
+2
2011-11-22
freezer: implement and use kthread_freezable_should_stop()
Tejun Heo
1
-0
/
+1
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
1
-2
/
+2
2011-03-23
kthread: NUMA aware kthread_create_on_node()
Eric Dumazet
1
-4
/
+10
2011-01-27
kthread: Replace deprecated spinlock initialization
Thomas Gleixner
1
-1
/
+1
2010-12-22
kthread_work: make lockdep happy
Yong Zhang
1
-10
/
+35
2010-06-29
kthread: implement kthread_data()
Tejun Heo
1
-0
/
+1
2010-06-29
kthread: implement kthread_worker
Tejun Heo
1
-0
/
+64
2008-07-25
Label kthread_create() with printf attribute tag.
Rusty Russell
1
-1
/
+2
2007-05-09
kthread: don't depend on work queues
Eric W. Biederman
1
-0
/
+3
2006-07-15
[PATCH] remove kernel/kthread.c:kthread_stop_sem()
Adrian Bunk
1
-1
/
+0
2006-06-25
[PATCH] kthread: move kernel-doc and put it into DocBook
Randy Dunlap
1
-62
/
+3
2005-10-31
[PATCH] Add kthread_stop_sem()
Alan Stern
1
-0
/
+12
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+81