- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / include / linux / workqueue.h
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-14 Harvey Harrisoninclude/linux: Remove all users of FASTCALL() macro
2008-01-16 Johannes Berglockdep: fix workqueue creation API lockdep interaction
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
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-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-30 Venkatesh Pallipadi[CPUFREQ] Add queue_delayed_work_on() interface for...
2006-04-07 Hannes Reinecke- patches.fixes/scsi-execute-in-context-api
2006-02-28 James Bottomley[SCSI] add execute_in_process_context() API
2006-02-17 Olaf Hering+- update to 2.6.16-rc3-git9, ocfs2, x86_64, ia64 fixes
2006-02-09 Hannes Reinecke- patches.drivers/scsi-rc-fixes
2006-01-20 Chris L Mason- Update config files (lkcd only on ia64)
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
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-23 Dimitri Sivanich[PATCH] Move cache_reap out of timer context
2004-05-04 Andrew Morton[PATCH] cancel_delayed_work() fix
2004-04-26 Andrew Morton[PATCH] create singlethread_workqueue()
2004-04-20 Hannes Reinecke- Update call_usermode_helper to use workqueues
2004-02-20 Olaf Hering+- add patches.fixes/linux-post-2.6.3-20040220
2004-02-18 Andrew Morton[PATCH] kthread primitive
2003-04-14 Andrew Morton[PATCH] flush_work_queue() fixes
2002-11-05 Andrew Morton[PATCH] use timer intialiser in workqueues
2002-10-03 Linus TorvaldsAdd <linux/linkage.h> include to get FASTCALL() define.
2002-10-03 Ingo Molnar[PATCH] timer-2.5.40-F7
2002-10-01 Ingo Molnar[PATCH] Workqueue Abstraction