summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* workqueue: kill run_scheduled_work()Oleg Nesterov2007-05-091-73/+0
* workqueue: don't migrate pending works from the dead CPUOleg Nesterov2007-05-091-219/+211
* workqueue: don't clear cwq->thread until it exitsOleg Nesterov2007-05-091-10/+5
* workqueue: fix flush_workqueue() vs CPU_DEAD raceOleg Nesterov2007-05-091-19/+25
* workqueue: fix freezeable workqueues implementationOleg Nesterov2007-05-091-9/+9
* flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov2007-05-091-8/+17
* flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton2007-05-091-6/+10
* implement flush_work()Oleg Nesterov2007-05-091-3/+92
* reimplement flush_workqueue()Oleg Nesterov2007-05-091-39/+31
* schedule_on_each_cpu(): use preempt_disable()Andrew Morton2007-05-091-2/+2
* [PATCH] Add debugging feature /proc/timer_statIngo Molnar2007-02-161-2/+5
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-4/+2
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-2/+2
* [PATCH] workqueue: fix schedule_on_each_cpu()Ingo Molnar2006-12-211-3/+5
* Make workqueue bit operations work on "atomic_long_t"Linus Torvalds2006-12-161-8/+8
* [PATCH] WorkStruct: Use direct assignment rather than cmpxchg()David Howells2006-12-091-12/+9
* Add "run_scheduled_work()" workqueue functionLinus Torvalds2006-12-071-0/+73
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] debug: workqueue locking sanityPeter Zijlstra2006-12-071-0/+13
* [PATCH] Support for freezeable workqueuesRafael J. Wysocki2006-12-071-6/+14
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-11/+8
* WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells2006-11-221-9/+32
* WorkStruct: Typedef the work function prototypeDavid Howells2006-11-221-3/+3
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-23/+28
* [PATCH] workqueue: update kerneldocAlan Stern2006-10-281-3/+3
* [PATCH] mm: kevent threads: use MPOL_DEFAULTChristoph Lameter2006-10-111-0/+7
* remove duplicate "until" from kernel/workqueue.cRolf Eike Beer2006-10-031-1/+1
* [PATCH] workqueue: remove lock_cpu_hotplug()Andrew Morton2006-08-141-12/+21
* [PATCH] Add DocBook documentation for workqueue functionsRolf Eike Beer2006-07-311-4/+54
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-07-041-25/+32
|\
| * Move workqueue exports to where the functions are defined.Dave Jones2006-06-301-11/+10
| * [CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi2006-06-301-15/+23
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-1/+1
|/
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens2006-06-251-0/+2
* [PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton2006-06-251-8/+20
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-231-2/+2
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [SCSI] add execute_in_process_context() APIJames Bottomley2006-02-271-0/+29
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] fix workqueue oops during cpu offlineNathan Lynch2006-01-081-6/+10
* [PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins2006-01-081-0/+5
* [PATCH] add schedule_on_each_cpu()Christoph Lameter2006-01-081-0/+19
* [PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() callsBen Collins2005-11-281-6/+6
* [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens2005-11-071-1/+1
* [PATCH] Use alloc_percpu to allocate workqueues locallyChristoph Lameter2005-10-301-13/+20
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-071-2/+1
* [PATCH] create_workqueue_thread() signedness fixMika Kukkonen2005-09-071-1/+1
* [PATCH] remove name length check in a workqueueJames Bottomley2005-08-101-2/+0
* [PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley2005-04-161-2/+3