1. fada94e workqueue: add args to workqueue lockdep name by Li Zhong · 10 years ago
  2. 1207637 workqueue: mark WQ_NON_REENTRANT deprecated by Tejun Heo · 11 years ago
  3. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  4. 0668106 workqueue: Add system wide power_efficient workqueues by Viresh Kumar · 11 years ago
  5. cee22a1 workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by Viresh Kumar · 11 years ago
  6. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  7. d55262c workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity by Tejun Heo · 11 years ago
  8. 8425e3d5 workqueue: inline trivial wrappers by Tejun Heo · 11 years ago
  9. e6267616 workqueue: implement current_is_workqueue_rescuer() by Tejun Heo · 11 years ago
  10. 226223a workqueue: implement sysfs interface for workqueues by Tejun Heo · 11 years ago
  11. 8719dce workqueue: reject adjusting max_active or applying attrs to ordered workqueues by Tejun Heo · 11 years ago
  12. 618b01e workqueue: make it clear that WQ_DRAINING is an internal flag by Tejun Heo · 11 years ago
  13. 9e8cd2f workqueue: implement apply_workqueue_attrs() by Tejun Heo · 11 years ago
  14. 493008a workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead by Tejun Heo · 11 years ago
  15. 7a4e344 workqueue: introduce workqueue_attrs by Tejun Heo · 11 years ago
  16. d84ff05 workqueue: consistently use int for @cpu variables by Tejun Heo · 11 years ago
  17. 45d9550 workqueue: allow more off-queue flag space by Lai Jiangshan · 11 years ago
  18. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 11 years ago
  19. 60c057b workqueue: add delayed_work->wq to simplify reentrancy handling by Lai Jiangshan · 11 years ago
  20. 6be1958 workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END by Lai Jiangshan · 11 years ago
  21. 7c3eed5 workqueue: record pool ID instead of CPU in work->data when off-queue by Tejun Heo · 12 years ago
  22. 715b06b workqueue: introduce WORK_OFFQ_CPU_NONE by Tejun Heo · 12 years ago
  23. e2905b2 workqueue: unexport work_cpu() by Tejun Heo · 12 years ago
  24. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  25. 57b30ae workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() by Tejun Heo · 12 years ago
  26. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 12 years ago
  27. f991b31 workqueue: clean up delayed_work initializers and add missing one by Tejun Heo · 12 years ago
  28. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  29. ee64e7f workqueue: cosmetic whitespace updates for macro definitions by Tejun Heo · 12 years ago
  30. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  31. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  32. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 12 years ago
  33. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  34. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 12 years ago
  35. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 12 years ago
  36. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 12 years ago
  37. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 12 years ago
  38. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 12 years ago
  39. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 12 years ago
  40. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 12 years ago
  41. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 12 years ago
  42. b196be8 workqueue: make alloc_workqueue() take printf fmt and args for name by Tejun Heo · 13 years ago
  43. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  44. 9c5a2ba workqueue: separate out drain_workqueue() from destroy_workqueue() by Tejun Heo · 13 years ago
  45. 2543a87 workqueue: remove cancel_rearming_delayed_work[queue]() by Amerigo Wang · 13 years ago
  46. 24d51ad workqueue: fix build failure introduced by s/freezeable/freezable/ by Tejun Heo · 13 years ago
  47. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  48. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  49. 4149efb workqueue: add system_freezeable_wq by Tejun Heo · 13 years ago
  50. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  51. dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. ed41390 workqueue: deprecate cancel_rearming_delayed_work[queue]() by Tejun Heo · 14 years ago
  53. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  54. dd6414b timer: Permit statically-declared work with deferrable timers by Phil Carmody · 14 years ago
  55. daaae6b workqueue: remove in_workqueue_context() by Tejun Heo · 14 years ago
  56. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  57. 0938349 workqueue: implement flush[_delayed]_work_sync() by Tejun Heo · 14 years ago
  58. 401a8d0 workqueue: cleanup flush/cancel functions by Tejun Heo · 14 years ago
  59. 81dcaf6 workqueue: implement alloc_ordered_workqueue() by Tejun Heo · 14 years ago
  60. c54fce6 workqueue: add documentation by Tejun Heo · 14 years ago
  61. 8a2e8e5d workqueue: fix cwq->nr_active underflow by Tejun Heo · 14 years ago
  62. e41e704 workqueue: improve destroy_workqueue() debuggability by Tejun Heo · 14 years ago
  63. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  64. 6ee0578 workqueue: mark init_workqueues() as early_initcall() by Suresh Siddha · 14 years ago
  65. e120153 workqueue: fix how cpu number is stored in work->data by Tejun Heo · 14 years ago
  66. c7fc77f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead by Tejun Heo · 14 years ago
  67. f342179 workqueue: implement unbound workqueue by Tejun Heo · 14 years ago
  68. bdbc5dd workqueue: prepare for WQ_UNBOUND implementation by Tejun Heo · 14 years ago
  69. fb0e7be workqueue: implement cpu intensive workqueue by Tejun Heo · 14 years ago
  70. 649027d workqueue: implement high priority workqueue by Tejun Heo · 14 years ago
  71. dcd989c workqueue: implement several utility APIs by Tejun Heo · 14 years ago
  72. d320c03 workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues by Tejun Heo · 14 years ago
  73. b71ab8c workqueue: increase max_active of keventd and kill current_is_keventd() by Tejun Heo · 14 years ago
  74. e22bee7 workqueue: implement concurrency managed dynamic worker pool by Tejun Heo · 14 years ago
  75. 18aa9ef workqueue: implement WQ_NON_REENTRANT by Tejun Heo · 14 years ago
  76. 7a22ad7 workqueue: carry cpu number in work data once execution starts by Tejun Heo · 14 years ago
  77. 502ca9d workqueue: make single thread workqueue shared worker pool friendly by Tejun Heo · 14 years ago
  78. a0a1a5f workqueue: reimplement workqueue freeze using max_active by Tejun Heo · 14 years ago
  79. 1e19ffc workqueue: implement per-cwq active work limit by Tejun Heo · 14 years ago
  80. affee4b workqueue: reimplement work flushing using linked works by Tejun Heo · 14 years ago
  81. 73f53c4 workqueue: reimplement workqueue flushing using color coded works by Tejun Heo · 14 years ago
  82. 0f90004 workqueue: update cwq alignement by Tejun Heo · 14 years ago
  83. 22df02b workqueue: define masks for work flags and conditionalize STATIC flags by Tejun Heo · 14 years ago
  84. 97e37d7 workqueue: merge feature parameters into flags by Tejun Heo · 14 years ago
  85. 4690c4a workqueue: misc/cosmetic updates by Tejun Heo · 14 years ago
  86. c790bce workqueue: kill RT workqueue by Tejun Heo · 14 years ago
  87. a25909a lockdep: Add an in_workqueue_context() lockdep-based test function by Paul E. McKenney · 14 years ago
  88. dc186ad workqueue: Add debugobjects support by Thomas Gleixner · 15 years ago
  89. 43046b6 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 15 years ago
  90. b9049df Change "useing" -> "using". by Dmitri Vorobiev · 15 years ago
  91. 4e49627 workqueues: introduce __cancel_delayed_work() by Oleg Nesterov · 15 years ago
  92. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  93. 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  94. 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 16 years ago
  95. 6d612b0 locking, hpet: annotate false positive warning by Peter Zijlstra · 16 years ago
  96. 2d3854a cpumask: introduce new API, without changing anything by Rusty Russell · 16 years ago
  97. 0d557dc workqueue: introduce create_rt_workqueue by Heiko Carstens · 16 years ago
  98. db70089 workqueues: implement flush_work() by Oleg Nesterov · 16 years ago
  99. c1a220e pm: introduce new interfaces schedule_work_on() and queue_work_on() by Zhang Rui · 16 years ago
  100. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago