summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-281-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-281-0/+29
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-1/+1
* [PATCH] fix workqueue oops during cpu offlineNathan Lynch2006-01-091-6/+10
* [PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins2006-01-091-0/+5
* [PATCH] add schedule_on_each_cpu()Christoph Lameter2006-01-091-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-311-13/+20
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-081-2/+1Star
* [PATCH] create_workqueue_thread() signedness fixMika Kukkonen2005-09-081-1/+1
* [PATCH] remove name length check in a workqueueJames Bottomley2005-08-101-2/+0Star
* [PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley2005-04-171-2/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+555