summaryrefslogtreecommitdiff
path: root/include/linux/kthread.h
Commit message (Expand)AuthorAge
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-21
* timer: Remove unused data arguments from macrosKees Cook2017-11-21
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block: fix a build errorShaohua Li2017-09-26
| * kthread: add a mechanism to store cgroup infoShaohua Li2017-09-26
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \
| * | kthread: Convert callback to use from_timer()Kees Cook2017-10-05
| * | timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook2017-10-05
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* kthread: fix documentation build warningJonathan Corbet2017-08-02
* kthread: add __printf attributesNicolas Iooss2016-12-12
* kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-08
* kthread: add kerneldoc for kthread_create()Jonathan Corbet2016-10-11
* kthread: better support freezable kthread workersPetr Mladek2016-10-11
* kthread: allow to modify delayed kthread workPetr Mladek2016-10-11
* kthread: allow to cancel kthread workPetr Mladek2016-10-11
* kthread: initial support for delayed kthread workPetr Mladek2016-10-11
* kthread: add kthread_destroy_worker()Petr Mladek2016-10-11
* kthread: add kthread_create_worker*()Petr Mladek2016-10-11
* kthread: kthread worker API cleanupPetr Mladek2016-10-11
* kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-11
* kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2015-09-04
* sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-12
* kthread_work: remove the unused wait_queue_headLai Jiangshan2014-07-28
* kthread: implement probe_kthread_data()Tejun Heo2013-04-30
* kthread: Implement park/unpark facilityThomas Gleixner2012-08-13
* kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-22
* freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-21
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-22
* kthread: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
* kthread_work: make lockdep happyYong Zhang2010-12-22
* kthread: implement kthread_data()Tejun Heo2010-06-29
* kthread: implement kthread_workerTejun Heo2010-06-29
* Label kthread_create() with printf attribute tag.Rusty Russell2008-07-24
* kthread: don't depend on work queuesEric W. Biederman2007-05-09
* [PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk2006-07-14
* [PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap2006-06-25
* [PATCH] Add kthread_stop_sem()Alan Stern2005-10-30
* Linux-2.6.12-rc2Linus Torvalds2005-04-16