aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] Move cache_reap out of timer contextDimitri Sivanich1-0/+20
2004-06-08[PATCH] flush_workqueue locking simplificationAndrew Morton1-3/+2
2004-06-08[PATCH] speedup flush_workqueue for singlethread_workqueueAndrew Morton1-31/+35
2004-05-14[PATCH] create_workqueue locking fixAndrew Morton1-2/+2
2004-05-10[PATCH] worker_thread race fixAndrew Morton1-3/+4
2004-05-10[PATCH] fix deadlock in create_workqueue()Andrew Morton1-1/+1
2004-04-26[PATCH] create singlethread_workqueue()Andrew Morton1-33/+59
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton1-1/+1
2004-03-18[PATCH] Hotplug CPUs: Workqueue ChangesRusty Russell1-9/+106
2004-03-15[PATCH] flush_workqueue(): detect excessive nestingAndrew Morton1-0/+10
2004-03-15[PATCH] flush_scheduled_work() deadlock fixAndrew Morton1-0/+8
2004-03-11[PATCH] current_is_keventd() speedupAndrew Morton1-7/+8
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-5/+5
2004-02-18[PATCH] Minor workqueue.c cleanupAndrew Morton1-24/+20
2004-02-18[PATCH] kthread primitiveAndrew Morton1-40/+27
2004-01-19[PATCH] Remove redundant code in workqueue.cAndrew Morton1-13/+1
2004-01-18[PATCH] Use for_each_cpu() Where It's Meant To BeAndrew Morton1-3/+1
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton1-1/+1
2003-06-22[PATCH] Workqueue Exit NeateningRusty Russell1-4/+2
2003-06-20[PATCH] workqueue.c subtle fix and core extractionAndrew Morton1-37/+48
2003-04-14[PATCH] flush_work_queue() fixesAndrew Morton1-41/+44
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds1-10/+2
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-4/+4
2003-02-05[PATCH] self-unplugging request queuesAndrew Morton1-0/+1
2002-10-02[PATCH] timer-2.5.40-F7Ingo Molnar1-1/+1
2002-10-01[PATCH] workqueue flush on destroyChristoph Hellwig1-0/+2
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar1-0/+387