aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kthread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-02kthread: fix documentation build warningJonathan Corbet1-1/+1
2016-12-12kthread: add __printf attributesNicolas Iooss1-1/+1
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-0/+1
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet1-0/+11
2016-10-11kthread: better support freezable kthread workersPetr Mladek1-3/+9
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek1-0/+4
2016-10-11kthread: allow to cancel kthread workPetr Mladek1-0/+5
2016-10-11kthread: initial support for delayed kthread workPetr Mladek1-0/+33
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek1-0/+2
2016-10-11kthread: add kthread_create_worker*()Petr Mladek1-0/+7
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-9/+9
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-1/+1
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton1-1/+1
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra1-0/+1
2014-07-28kthread_work: remove the unused wait_queue_headLai Jiangshan1-11/+2
2013-04-30kthread: implement probe_kthread_data()Tejun Heo1-0/+1
2012-08-13kthread: Implement park/unpark facilityThomas Gleixner1-1/+10
2012-07-22kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executedTejun Heo1-6/+2
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo1-0/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet1-4/+10
2011-01-27kthread: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2010-12-22kthread_work: make lockdep happyYong Zhang1-10/+35
2010-06-29kthread: implement kthread_data()Tejun Heo1-0/+1
2010-06-29kthread: implement kthread_workerTejun Heo1-0/+64
2008-07-24Label kthread_create() with printf attribute tag.Rusty Russell1-1/+2
2007-05-09kthread: don't depend on work queuesEric W. Biederman1-0/+3
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk1-1/+0
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap1-62/+3
2005-10-30[PATCH] Add kthread_stop_sem()Alan Stern1-0/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+81