summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-08[PATCH] fix workqueue oops during cpu offlineNathan Lynch
2006-01-08[PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins
2006-01-08[PATCH] add schedule_on_each_cpu()Christoph Lameter
2005-11-28[PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() callsBen Collins
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens
2005-10-30[PATCH] Use alloc_percpu to allocate workqueues locallyChristoph Lameter
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg
2005-09-07[PATCH] create_workqueue_thread() signedness fixMika Kukkonen
2005-08-10[PATCH] remove name length check in a workqueueJames Bottomley
2005-04-16[PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley
2005-02-22Merge nuts.davemloft.net:/disk1/BK/network-2.6.12David S. Miller
2005-02-15[PATCH] kthread_bind new worker threads when onlining cpuNathan T. Lynch
2005-02-14[WORKQUEUE]: Add cancel_rearming_delayed_work()Andrew Morton
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner
2005-01-07[PATCH] sched: alter_kthread_prioCon Kolivas
2004-11-16Email address update.David Woodhouse
2004-09-07[PATCH] Speed up oprofile buffer drain codeAnton Blanchard
2004-08-22[PATCH] Move cache_reap out of timer contextDimitri Sivanich
2004-06-08[PATCH] flush_workqueue locking simplificationAndrew Morton
2004-06-08[PATCH] speedup flush_workqueue for singlethread_workqueueAndrew Morton
2004-05-14[PATCH] create_workqueue locking fixAndrew Morton
2004-05-10[PATCH] worker_thread race fixAndrew Morton
2004-05-10[PATCH] fix deadlock in create_workqueue()Andrew Morton
2004-04-26[PATCH] create singlethread_workqueue()Andrew Morton
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton
2004-03-18[PATCH] Hotplug CPUs: Workqueue ChangesRusty Russell
2004-03-15[PATCH] flush_workqueue(): detect excessive nestingAndrew Morton
2004-03-15[PATCH] flush_scheduled_work() deadlock fixAndrew Morton
2004-03-11[PATCH] current_is_keventd() speedupAndrew Morton
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton
2004-02-18[PATCH] Minor workqueue.c cleanupAndrew Morton
2004-02-18[PATCH] kthread primitiveAndrew Morton
2004-01-19[PATCH] Remove redundant code in workqueue.cAndrew Morton
2004-01-18[PATCH] Use for_each_cpu() Where It's Meant To BeAndrew Morton
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton
2003-06-22[PATCH] Workqueue Exit NeateningRusty Russell
2003-06-20[PATCH] workqueue.c subtle fix and core extractionAndrew Morton
2003-04-14[PATCH] flush_work_queue() fixesAndrew Morton
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-05[PATCH] self-unplugging request queuesAndrew Morton
2002-10-02[PATCH] timer-2.5.40-F7Ingo Molnar
2002-10-01[PATCH] workqueue flush on destroyChristoph Hellwig
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar