aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy1-20/+15
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-2/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-3/+33
2007-08-27fix bogus hotplug cpu warningHugh Dickins1-1/+1
2007-07-17destroy_workqueue() can livelockOleg Nesterov1-6/+5
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+2
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov1-14/+27
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov1-3/+3
2007-05-23simplify cleanup_workqueue_thread()Oleg Nesterov1-47/+37
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-09make cancel_rearming_delayed_work() reliableOleg Nesterov1-49/+91
2007-05-09worker_thread: don't play with SIGCHLD and numa policyOleg Nesterov1-12/+0
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-19/+17
2007-05-09worker_thread: fix racy try_to_freeze() usageOleg Nesterov1-4/+4
2007-05-09worker_thread: don't play with signalsOleg Nesterov1-7/+0
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov1-3/+2
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov1-18/+9
2007-05-09workqueue: introduce wq_per_cpu() helperOleg Nesterov1-13/+13
2007-05-09unify queue_delayed_work() and queue_delayed_work_on()Oleg Nesterov1-22/+10
2007-05-09make queue_delayed_work() friendly to flush_fork()Oleg Nesterov1-10/+18
2007-05-09workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINEOleg Nesterov1-8/+15
2007-05-09workqueue: make init_workqueues() __initOleg Nesterov1-1/+1
2007-05-09workqueue: introduce workqueue_struct->singlethreadOleg Nesterov1-4/+6
2007-05-09workqueue: introduce cpu_singlethread_mapOleg Nesterov1-30/+25
2007-05-09workqueue: make cancel_rearming_delayed_workqueue() work on idle dworkOleg Nesterov1-0/+4
2007-05-09workqueue: don't save interrupts in run_workqueue()Oleg Nesterov1-10/+8
2007-05-09workqueue: kill run_scheduled_work()Oleg Nesterov1-73/+0
2007-05-09workqueue: don't migrate pending works from the dead CPUOleg Nesterov1-219/+211
2007-05-09workqueue: don't clear cwq->thread until it exitsOleg Nesterov1-10/+5
2007-05-09workqueue: fix flush_workqueue() vs CPU_DEAD raceOleg Nesterov1-19/+25
2007-05-09workqueue: fix freezeable workqueues implementationOleg Nesterov1-9/+9
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov1-8/+17
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton1-6/+10
2007-05-09implement flush_work()Oleg Nesterov1-3/+92
2007-05-09reimplement flush_workqueue()Oleg Nesterov1-39/+31
2007-05-09schedule_on_each_cpu(): use preempt_disable()Andrew Morton1-2/+2
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-2/+5
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-4/+2
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-2/+2
2006-12-21[PATCH] workqueue: fix schedule_on_each_cpu()Ingo Molnar1-3/+5
2006-12-16Make workqueue bit operations work on "atomic_long_t"Linus Torvalds1-8/+8
2006-12-09[PATCH] WorkStruct: Use direct assignment rather than cmpxchg()David Howells1-12/+9
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-0/+73
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] debug: workqueue locking sanityPeter Zijlstra1-0/+13
2006-12-07[PATCH] Support for freezeable workqueuesRafael J. Wysocki1-6/+14
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-11/+8
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells1-9/+32
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells1-3/+3