Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux-flexiantxendom0-3.2.10.git] / include / linux / workqueue.h
2012-03-02 Alan SternBlock: use a freezable workqueue for disk-event polling
2012-01-11 Tejun Heoworkqueue: make alloc_workqueue() take printf fmt and...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-05-20 Tejun Heoworkqueue: separate out drain_workqueue() from destroy_...
2011-05-20 Amerigo Wangworkqueue: remove cancel_rearming_delayed_work[queue]()
2011-02-21 Tejun Heoworkqueue: fix build failure introduced by s/freezeable...
2011-02-21 Tejun HeoMerge branch 'master' into for-2.6.39
2011-02-16 Tejun Heoworkqueue, freezer: unify spelling of 'freeze' + 'able...
2011-02-09 Tejun Heoworkqueue: add system_freezeable_wq
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2011-01-06 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2010-12-15 Tejun Heoworkqueue: deprecate cancel_rearming_delayed_work[queue]()
2010-10-26 Andrew Mortonworkqueues: s/ON_STACK/ONSTACK/
2010-10-21 Phil Carmodytimer: Permit statically-declared work with deferrable...
2010-10-19 Tejun Heoworkqueue: remove in_workqueue_context()
2010-10-11 Tejun Heoworkqueue: add and use WQ_MEM_RECLAIM flag
2010-09-19 Tejun Heoworkqueue: implement flush[_delayed]_work_sync()
2010-09-19 Tejun Heoworkqueue: cleanup flush/cancel functions
2010-09-19 Tejun Heoworkqueue: implement alloc_ordered_workqueue()
2010-09-13 Tejun Heoworkqueue: add documentation
2010-08-25 Tejun Heoworkqueue: fix cwq->nr_active underflow
2010-08-24 Tejun Heoworkqueue: improve destroy_workqueue() debuggability
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-07-22 Tejun Heoworkqueue: fix how cpu number is stored in work->data
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-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 WQ_NON_REENTRANT
2010-06-29 Tejun Heoworkqueue: carry cpu number in work data once execution...
2010-06-29 Tejun Heoworkqueue: make single thread workqueue shared worker...
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: reimplement workqueue flushing using color...
2010-06-29 Tejun Heoworkqueue: update cwq alignement
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...
2009-11-15 Thomas Gleixnerworkqueue: Add debugobjects support
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-21 Dmitri VorobievChange "useing" -> "using".
2009-09-05 Oleg Nesterovworkqueues: introduce __cancel_delayed_work()
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-01-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-01-22 Thomas Gleixnerdebugobjects: add and use INIT_WORK_ON_STACK
2009-01-12 Peter Zijlstralocking, hpet: annotate false positive warning
2008-11-06 Rusty Russellcpumask: introduce new API, without changing anything
2008-10-21 Heiko Carstensworkqueue: introduce create_rt_workqueue
2008-07-25 Oleg Nesterovworkqueues: implement flush_work()
2008-07-24 Zhang Ruipm: introduce new interfaces schedule_work_on() and...
2008-02-14 Harvey Harrisoninclude/linux: Remove all users of FASTCALL() macro
2008-01-16 Johannes Berglockdep: fix workqueue creation API lockdep interaction
2007-10-19 Johannes Bergworkqueue: debug flushing deadlocks with lockdep
2007-07-16 Oleg Nesterovmake cancel_xxx_work_sync() return a boolean
2007-07-16 Oleg Nesterovrename cancel_rearming_delayed_work() to cancel_delayed...
2007-05-18 Oleg Nesterovrevert "cancel_delayed_work: use del_timer() instead...
2007-05-17 Oleg Nesterovmake freezeable workqueues singlethread
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Oleg Nesterovworkqueue: kill NOAUTOREL works
2007-05-09 Oleg Nesterovmake cancel_rearming_delayed_work() work on any workque...
2007-05-09 Oleg Nesterovworkqueue: kill run_scheduled_work()
2007-05-09 Oleg Nesterovimplement flush_work()
2007-05-08 Venki PallipadiAdd a new deferrable delayed work init
2007-04-26 Oleg Nesterov[WORKQUEUE]: cancel_delayed_work: use del_timer() inste...
2006-12-16 Linus TorvaldsMake workqueue bit operations work on "atomic_long_t"
2006-12-15 Linus TorvaldsFix "delayed_work_pending()" macro expansion
2006-12-07 Linus TorvaldsAdd "run_scheduled_work()" workqueue function
2006-12-07 Rafael J. Wysocki[PATCH] Support for freezeable workqueues
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Merge the pending bit into the wq_data...
2006-11-22 David HowellsWorkStruct: Typedef the work function prototype
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-06-30 Venkatesh Pallipadi[CPUFREQ] Add queue_delayed_work_on() interface for...
2006-02-28 James Bottomley[SCSI] add execute_in_process_context() API
2006-01-09 Christoph Lameter[PATCH] add schedule_on_each_cpu()
2005-04-16 James Bottomley[PATCH] re-export cancel_rearming_delayed_workqueue
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2