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