aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Change "useing" -> "using".Dmitri Vorobiev1-1/+1
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov1-0/+15
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-0/+5
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner1-0/+6
2009-01-12locking, hpet: annotate false positive warningPeter Zijlstra1-0/+6
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-0/+8
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens1-8/+10
2008-07-25workqueues: implement flush_work()Oleg Nesterov1-0/+2
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui1-0/+3
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-7/+6
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-3/+11
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-3/+46
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov1-2/+2
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov1-3/+10
2007-05-18revert "cancel_delayed_work: use del_timer() instead of del_timer_sync()"Oleg Nesterov1-1/+1
2007-05-17make freezeable workqueues singlethreadOleg Nesterov1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-9/+12
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov1-55/+9
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov1-3/+10
2007-05-09workqueue: kill run_scheduled_work()Oleg Nesterov1-1/+0
2007-05-09implement flush_work()Oleg Nesterov1-1/+3
2007-05-08Add a new deferrable delayed work initVenki Pallipadi1-0/+6
2007-04-26[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov1-3/+4
2006-12-16Make workqueue bit operations work on "atomic_long_t"Linus Torvalds1-10/+22
2006-12-15Fix "delayed_work_pending()" macro expansionLinus Torvalds1-2/+2
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-0/+1
2006-12-07[PATCH] Support for freezeable workqueuesRafael J. Wysocki1-3/+5
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-24/+75
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells1-4/+23
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells1-4/+5
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-12/+32
2006-06-30[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi1-0/+2
2006-02-27[SCSI] add execute_in_process_context() APIJames Bottomley1-0/+6
2006-01-08[PATCH] add schedule_on_each_cpu()Christoph Lameter1-0/+1
2005-04-16[PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+90