summaryrefslogtreecommitdiffstats
path: root/include/linux/kthread.h
Commit message (Expand)AuthorAgeFilesLines
* kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-0/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-211-3/+3
* timer: Remove unused data arguments from macrosKees Cook2017-11-211-2/+0
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-0/+11
|\
| * block: fix a build errorShaohua Li2017-09-261-1/+1
| * kthread: add a mechanism to store cgroup infoShaohua Li2017-09-261-0/+11
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+5
|\ \
| * | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-5/+5
| * | timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* kthread: fix documentation build warningJonathan Corbet2017-08-021-1/+1
* kthread: add __printf attributesNicolas Iooss2016-12-121-1/+1
* kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-081-0/+1
* kthread: add kerneldoc for kthread_create()Jonathan Corbet2016-10-111-0/+11
* kthread: better support freezable kthread workersPetr Mladek2016-10-111-3/+9
* kthread: allow to modify delayed kthread workPetr Mladek2016-10-111-0/+4
* kthread: allow to cancel kthread workPetr Mladek2016-10-111-0/+5
* kthread: initial support for delayed kthread workPetr Mladek2016-10-111-0/+33
* kthread: add kthread_destroy_worker()Petr Mladek2016-10-111-0/+2
* kthread: add kthread_create_worker*()Petr Mladek2016-10-111-0/+7
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-9/+9
* kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-111-1/+1
* kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2015-09-041-1/+1
* sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-121-0/+1
* kthread_work: remove the unused wait_queue_headLai Jiangshan2014-07-281-11/+2
* kthread: implement probe_kthread_data()Tejun Heo2013-04-301-0/+1
* kthread: Implement park/unpark facilityThomas Gleixner2012-08-131-1/+10
* kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-221-6/+2
* freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-211-0/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-221-4/+10
* kthread: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
* kthread_work: make lockdep happyYong Zhang2010-12-221-10/+35
* kthread: implement kthread_data()Tejun Heo2010-06-291-0/+1
* kthread: implement kthread_workerTejun Heo2010-06-291-0/+64
* Label kthread_create() with printf attribute tag.Rusty Russell2008-07-241-1/+2
* kthread: don't depend on work queuesEric W. Biederman2007-05-091-0/+3
* [PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk2006-07-141-1/+0
* [PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap2006-06-251-62/+3
* [PATCH] Add kthread_stop_sem()Alan Stern2005-10-301-0/+12
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+81