summaryrefslogtreecommitdiff
path: root/include/linux/kthread.h
AgeCommit message (Expand)Author
2017-08-02kthread: fix documentation build warningJonathan Corbet
2016-12-12kthread: add __printf attributesNicolas Iooss
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet
2016-10-11kthread: better support freezable kthread workersPetr Mladek
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek
2016-10-11kthread: allow to cancel kthread workPetr Mladek
2016-10-11kthread: initial support for delayed kthread workPetr Mladek
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek
2016-10-11kthread: add kthread_create_worker*()Petr Mladek
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2014-07-28kthread_work: remove the unused wait_queue_headLai Jiangshan
2013-04-30kthread: implement probe_kthread_data()Tejun Heo
2012-08-13kthread: Implement park/unpark facilityThomas Gleixner
2012-07-22kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-01-27kthread: Replace deprecated spinlock initializationThomas Gleixner
2010-12-22kthread_work: make lockdep happyYong Zhang
2010-06-29kthread: implement kthread_data()Tejun Heo
2010-06-29kthread: implement kthread_workerTejun Heo
2008-07-24Label kthread_create() with printf attribute tag.Rusty Russell
2007-05-09kthread: don't depend on work queuesEric W. Biederman
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap
2005-10-30[PATCH] Add kthread_stop_sem()Alan Stern
2005-04-16Linux-2.6.12-rc2Linus Torvalds