UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / kernel / workqueue.c
2011-06-02 Tejun Heoworkqueue: fix deadlock in worker_maybe_bind_and_lock()
2011-02-16 Tejun Heoworkqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least...
2011-02-16 Tejun Heoworkqueue, freezer: unify spelling of 'freeze' + 'able...
2011-02-14 Tejun Heoworkqueue: wake up a worker when a rescuer is leaving...
2011-01-11 Tejun Heoworkqueue: note the nested NOT_RUNNING test in worker_c...
2011-01-11 Tejun Heoworkqueue: relax lockdep annotation on flush_work()
2010-12-20 Tejun Heoworkqueue: allow chained queueing during destruction
2010-12-14 Steven Rostedtworkqueue: It is likely that WORKER_NOT_RUNNING is...
2010-11-26 Hitoshi Mitakeworkqueue: check the allocation of system_unbound_wq
2010-10-26 Andrew Mortonworkqueues: s/ON_STACK/ONSTACK/
2010-10-25 David HowellsMN10300: Fix the PERCPU() alignment to allow for workqueues
2010-10-19 Tejun Heoworkqueue: remove in_workqueue_context()
2010-10-19 Tejun Heoworkqueue: Clarify that schedule_on_each_cpu is synchronous
2010-10-11 Tejun Heoworkqueue: add and use WQ_MEM_RECLAIM flag
2010-10-11 Tejun Heoworkqueue: fix HIGHPRI handling in keep_working()
2010-10-05 Tejun Heoworkqueue: add queue_work and activate_work trace points
2010-10-05 Tejun Heoworkqueue: prepare for more tracepoints
2010-09-19 Tejun Heoworkqueue: implement flush[_delayed]_work_sync()
2010-09-19 Tejun Heoworkqueue: factor out start_flush_work()
2010-09-19 Tejun Heoworkqueue: cleanup flush/cancel functions
2010-09-13 Tejun Heoworkqueue: add documentation
2010-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-31 Tejun Heoworkqueue: use zalloc_cpumask_var() for gcwq->mayday_mask
2010-08-31 Tejun Heoworkqueue: fix GCWQ_DISASSOCIATED initialization
2010-08-25 Tejun Heoworkqueue: fix cwq->nr_active underflow
2010-08-24 Tejun Heoworkqueue: improve destroy_workqueue() debuggability
2010-08-23 Namhyung Kimworkqueue: mark lock acquisition on worker_maybe_bind_a...
2010-08-23 Namhyung Kimworkqueue: annotate lock context change
2010-08-21 Arjan van de Venworkqueue: Add basic tracepoints to track workqueue...
2010-08-16 Xiaotian Fengworkqueue: free rescuer on destroy_workqueue
2010-08-09 Tejun Heoworkqueue: workqueue_cpu_callback() should be cpu_notif...
2010-08-08 Namhyung Kimworkqueue: add missing __percpu markup in kernel/workqu...
2010-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-01 Suresh Siddhaworkqueue: mark init_workqueues() as early_initcall()
2010-08-01 Tejun Heoworkqueue: explain for_each_*cwq_cpu() iterators
2010-07-22 Tejun Heoworkqueue: fix how cpu number is stored in work->data
2010-07-20 Tejun Heoworkqueue: fix mayday_mask handling on UP
2010-07-20 Tejun Heoworkqueue: fix build problem on !CONFIG_SMP
2010-07-14 Tejun Heoworkqueue: fix locking in retry path of maybe_create_wo...
2010-07-02 Tejun Heoworkqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND...
2010-07-02 Tejun Heoworkqueue: implement unbound workqueue
2010-07-02 Tejun Heoworkqueue: prepare for WQ_UNBOUND implementation
2010-07-02 Tejun Heoworkqueue: fix worker management invocation without...
2010-07-02 Tejun Heoworkqueue: fix incorrect cpu number BUG_ON() in get_wor...
2010-07-02 Tejun Heoworkqueue: fix race condition in flush_workqueue()
2010-07-02 Tejun Heoworkqueue: use worker_set/clr_flags() only from worker...
2010-06-29 Tejun Heoworkqueue: implement cpu intensive workqueue
2010-06-29 Tejun Heoworkqueue: implement high priority workqueue
2010-06-29 Tejun Heoworkqueue: implement several utility APIs
2010-06-29 Tejun Heoworkqueue: s/__create_workqueue()/alloc_workqueue(...
2010-06-29 Tejun Heoworkqueue: increase max_active of keventd and kill...
2010-06-29 Tejun Heoworkqueue: implement concurrency managed dynamic worker...
2010-06-29 Tejun Heoworkqueue: implement worker_{set|clr}_flags()
2010-06-29 Tejun Heoworkqueue: use shared worklist and pool all workers...
2010-06-29 Tejun Heoworkqueue: implement WQ_NON_REENTRANT
2010-06-29 Tejun Heoworkqueue: carry cpu number in work data once execution...
2010-06-29 Tejun Heoworkqueue: add find_worker_executing_work() and track...
2010-06-29 Tejun Heoworkqueue: make single thread workqueue shared worker...
2010-06-29 Tejun Heoworkqueue: reimplement CPU hotplugging support using...
2010-06-29 Tejun Heoworkqueue: implement worker states
2010-06-29 Tejun Heoworkqueue: introduce global cwq and unify cwq locks
2010-06-29 Tejun Heoworkqueue: reimplement workqueue freeze using max_active
2010-06-29 Tejun Heoworkqueue: implement per-cwq active work limit
2010-06-29 Tejun Heoworkqueue: reimplement work flushing using linked works
2010-06-29 Tejun Heoworkqueue: introduce worker
2010-06-29 Tejun Heoworkqueue: reimplement workqueue flushing using color...
2010-06-29 Tejun Heoworkqueue: update cwq alignement
2010-06-29 Tejun Heoworkqueue: kill cpu_populated_map
2010-06-29 Tejun Heoworkqueue: temporarily remove workqueue tracing
2010-06-29 Tejun Heoworkqueue: separate out process_one_work()
2010-06-29 Tejun Heoworkqueue: define masks for work flags and conditionali...
2010-06-29 Tejun Heoworkqueue: merge feature parameters into flags
2010-06-29 Tejun Heoworkqueue: misc/cosmetic updates
2010-06-29 Tejun Heoworkqueue: kill RT workqueue
2010-06-14 Paul E. McKenneylockdep: Add an in_workqueue_context() lockdep-based...
2010-05-27 Akinobu Mitakernel/: convert cpu notifier to return encapsulate...
2010-04-30 Oleg Nesterovworkqueue: change cancel_work_sync() to clear work...
2010-04-30 Alan Sternworkqueue: warn about flush_scheduled_work()
2010-04-30 Oleg Nesterovworkqueue: flush_delayed_work: keep the original workqu...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-18 Tejun Heoworkqueue: fix race condition in schedule_on_each_cpu()
2009-11-15 Thomas Gleixnerworkqueue: Add debugobjects support
2009-10-29 Linus TorvaldsMerge branch 'hwpoison-2.6.32' of git://git./linux...
2009-10-19 Andi KleenHWPOISON: Allow schedule_on_each_cpu() from keventd
2009-10-14 Linus Torvaldsworkqueue: add 'flush_delayed_work()' to run and wait...
2009-10-14 Linus Torvaldsworkqueue: add 'flush_delayed_work()' to run and wait...
2009-09-11 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-09-09 Mike Galbraithsched: Keep kthreads at default priority
2009-08-04 Bart Van Asscheworkqueues: Improve schedule_work() documentation
2009-06-01 Zhaoleiftrace, workqueuetrace: make workqueue tracepoints...
2009-04-09 Andrew Mortonwork_on_cpu(): rewrite it to create a kernel thread...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-03 Lai Jiangshanworkqueue: avoid recursion in run_workqueue()
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-30 Rusty Russellcpumask: use new cpumask_ functions in core code.
2009-02-03 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kmemtrace...
2009-01-19 Rusty Russellwork_on_cpu: Use our own workqueue.
2009-01-19 Rusty Russellwork_on_cpu: don't try to get_online_cpus() in work_on_cpu.
2009-01-16 Rusty Russellwork_on_cpu: Use our own workqueue.
2009-01-16 Rusty Russellwork_on_cpu: don't try to get_online_cpus() in work_on_cpu.
next