aboutsummaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-25workqueues: implement flush_work()Gravatar Oleg Nesterov 1-0/+2
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Gravatar Zhang Rui 1-0/+3
2008-02-13include/linux: Remove all users of FASTCALL() macroGravatar Harvey Harrison 1-7/+6
2008-01-16lockdep: fix workqueue creation API lockdep interactionGravatar Johannes Berg 1-3/+11
2007-10-19workqueue: debug flushing deadlocks with lockdepGravatar Johannes Berg 1-3/+46
2007-07-16make cancel_xxx_work_sync() return a booleanGravatar Oleg Nesterov 1-2/+2
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Gravatar Oleg Nesterov 1-3/+10
2007-05-18revert "cancel_delayed_work: use del_timer() instead of del_timer_sync()"Gravatar Oleg Nesterov 1-1/+1
2007-05-17make freezeable workqueues singlethreadGravatar Oleg Nesterov 1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncGravatar Oleg Nesterov 1-9/+12
2007-05-09workqueue: kill NOAUTOREL worksGravatar Oleg Nesterov 1-55/+9
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqGravatar Oleg Nesterov 1-3/+10
2007-05-09workqueue: kill run_scheduled_work()Gravatar Oleg Nesterov 1-1/+0
2007-05-09implement flush_work()Gravatar Oleg Nesterov 1-1/+3
2007-05-08Add a new deferrable delayed work initGravatar Venki Pallipadi 1-0/+6
2007-04-26[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Gravatar Oleg Nesterov 1-3/+4
2006-12-16Make workqueue bit operations work on "atomic_long_t"Gravatar Linus Torvalds 1-10/+22
2006-12-15Fix "delayed_work_pending()" macro expansionGravatar Linus Torvalds 1-2/+2
2006-12-07Add "run_scheduled_work()" workqueue functionGravatar Linus Torvalds 1-0/+1
2006-12-07[PATCH] Support for freezeable workqueuesGravatar Rafael J. Wysocki 1-3/+5
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-24/+75
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerGravatar David Howells 1-4/+23
2006-11-22WorkStruct: Typedef the work function prototypeGravatar David Howells 1-4/+5
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 1-12/+32
2006-06-30[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Gravatar Venkatesh Pallipadi 1-0/+2
2006-02-27[SCSI] add execute_in_process_context() APIGravatar James Bottomley 1-0/+6
2006-01-08[PATCH] add schedule_on_each_cpu()Gravatar Christoph Lameter 1-0/+1
2005-04-16[PATCH] re-export cancel_rearming_delayed_workqueueGravatar James Bottomley 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+90