aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kthread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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