1. 4b5facd UPSTREAM: workqueue: make workqueue available early during boot by Tejun Heo · 8 years ago
  2. 6f35b5b workqueue: avoid clang warning by Arnd Bergmann · 7 years ago
  3. 225ce6d workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 6 years ago
  4. ec552ec workqueue: Fix flag collision by Ben Hutchings · 7 years ago
  5. f9636c9 workqueue: implicit ordered attribute should be overridable by Tejun Heo · 7 years ago
  6. f72b879 workqueue: add cancel_work() by Jens Axboe · 8 years ago
  7. 7ee681b workqueue: Convert to state machine callbacks by Thomas Gleixner · 8 years ago
  8. 23d11a5 workqueue: skip flush dependency checks for legacy workqueues by Tejun Heo · 8 years ago
  9. 82607adc workqueue: implement lockup detector by Tejun Heo · 9 years ago
  10. 355c0663 workqueue: fix some docbook warnings by Jonathan Corbet · 9 years ago
  11. 37b1ef3 workqueue: move flush_scheduled_work() to workqueue.h by Lai Jiangshan · 9 years ago
  12. 042f7df workqueue: Allow modifying low level unbound workqueue cpumask by Lai Jiangshan · 9 years ago
  13. 3494fc3 workqueue: dump workqueues on sysrq-t by Tejun Heo · 9 years ago
  14. 8603e1b3 workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE by Tejun Heo · 9 years ago
  15. 9da7dae workqueue.h: remove loops of single statement macros by Valentin Rothberg · 9 years ago
  16. e09c2c2 workqueue: apply __WQ_ORDERED to create_singlethread_workqueue() by Tejun Heo · 10 years ago
  17. cafebac workqueue: remove unused work_clear_pending() by Lai Jiangshan · 10 years ago
  18. 79bc251 workqueue: remove unused WORK_CPU_END by Lai Jiangshan · 10 years ago
  19. 73e4354 workqueue: declare system_highpri_wq by Lai Jiangshan · 10 years ago
  20. cf41617 workqueue: Remove deprecated system_nrt[_freezable]_wq by Jingoo Han · 10 years ago
  21. 1a56f2a workqueue: Remove deprecated flush[_delayed]_work_sync() by Jingoo Han · 10 years ago
  22. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. 59ff3eb workqueue: remove deprecated WQ_NON_REENTRANT by ZhangZhen · 10 years ago
  24. ea2e64f workqueue: Provide destroy_delayed_work_on_stack() by Thomas Gleixner · 10 years ago
  25. 41f5009 workqueue: Spelling s/instensive/intensive/ by Geert Uytterhoeven · 10 years ago
  26. f073f92 workqueue: remove PREPARE_[DELAYED_]WORK() by Tejun Heo · 10 years ago
  27. 7104ce9 Merge branch 'wq/for-3.14-fixes' into wq/for-3.15 by Tejun Heo · 10 years ago
  28. 90d88bd workqueue: Remove deprecated __cancel_delayed_work() by Tan Xiaojun · 10 years ago
  29. fada94e workqueue: add args to workqueue lockdep name by Li Zhong · 10 years ago
  30. 1207637 workqueue: mark WQ_NON_REENTRANT deprecated by Tejun Heo · 11 years ago
  31. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  32. 0668106 workqueue: Add system wide power_efficient workqueues by Viresh Kumar · 11 years ago
  33. cee22a1 workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by Viresh Kumar · 11 years ago
  34. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  35. d55262c workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity by Tejun Heo · 11 years ago
  36. 8425e3d5 workqueue: inline trivial wrappers by Tejun Heo · 11 years ago
  37. e6267616 workqueue: implement current_is_workqueue_rescuer() by Tejun Heo · 11 years ago
  38. 226223a workqueue: implement sysfs interface for workqueues by Tejun Heo · 11 years ago
  39. 8719dce workqueue: reject adjusting max_active or applying attrs to ordered workqueues by Tejun Heo · 11 years ago
  40. 618b01e workqueue: make it clear that WQ_DRAINING is an internal flag by Tejun Heo · 11 years ago
  41. 9e8cd2f workqueue: implement apply_workqueue_attrs() by Tejun Heo · 11 years ago
  42. 493008a workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead by Tejun Heo · 11 years ago
  43. 7a4e344 workqueue: introduce workqueue_attrs by Tejun Heo · 11 years ago
  44. d84ff05 workqueue: consistently use int for @cpu variables by Tejun Heo · 11 years ago
  45. 45d9550 workqueue: allow more off-queue flag space by Lai Jiangshan · 11 years ago
  46. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 11 years ago
  47. 60c057b workqueue: add delayed_work->wq to simplify reentrancy handling by Lai Jiangshan · 11 years ago
  48. 6be1958 workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END by Lai Jiangshan · 11 years ago
  49. 7c3eed5 workqueue: record pool ID instead of CPU in work->data when off-queue by Tejun Heo · 11 years ago
  50. 715b06b workqueue: introduce WORK_OFFQ_CPU_NONE by Tejun Heo · 11 years ago
  51. e2905b2 workqueue: unexport work_cpu() by Tejun Heo · 11 years ago
  52. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  53. 57b30ae workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() by Tejun Heo · 12 years ago
  54. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 12 years ago
  55. f991b31 workqueue: clean up delayed_work initializers and add missing one by Tejun Heo · 12 years ago
  56. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  57. ee64e7f workqueue: cosmetic whitespace updates for macro definitions by Tejun Heo · 12 years ago
  58. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  59. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  60. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 12 years ago
  61. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  62. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 12 years ago
  63. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 12 years ago
  64. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 12 years ago
  65. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 12 years ago
  66. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 12 years ago
  67. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 12 years ago
  68. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 12 years ago
  69. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 12 years ago
  70. b196be8 workqueue: make alloc_workqueue() take printf fmt and args for name by Tejun Heo · 12 years ago
  71. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  72. 9c5a2ba workqueue: separate out drain_workqueue() from destroy_workqueue() by Tejun Heo · 13 years ago
  73. 2543a87 workqueue: remove cancel_rearming_delayed_work[queue]() by Amerigo Wang · 13 years ago
  74. 24d51ad workqueue: fix build failure introduced by s/freezeable/freezable/ by Tejun Heo · 13 years ago
  75. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  76. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  77. 4149efb workqueue: add system_freezeable_wq by Tejun Heo · 13 years ago
  78. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  79. dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  80. ed41390 workqueue: deprecate cancel_rearming_delayed_work[queue]() by Tejun Heo · 13 years ago
  81. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  82. dd6414b timer: Permit statically-declared work with deferrable timers by Phil Carmody · 14 years ago
  83. daaae6b workqueue: remove in_workqueue_context() by Tejun Heo · 14 years ago
  84. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  85. 0938349 workqueue: implement flush[_delayed]_work_sync() by Tejun Heo · 14 years ago
  86. 401a8d0 workqueue: cleanup flush/cancel functions by Tejun Heo · 14 years ago
  87. 81dcaf6 workqueue: implement alloc_ordered_workqueue() by Tejun Heo · 14 years ago
  88. c54fce6 workqueue: add documentation by Tejun Heo · 14 years ago
  89. 8a2e8e5d workqueue: fix cwq->nr_active underflow by Tejun Heo · 14 years ago
  90. e41e704 workqueue: improve destroy_workqueue() debuggability by Tejun Heo · 14 years ago
  91. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  92. 6ee0578 workqueue: mark init_workqueues() as early_initcall() by Suresh Siddha · 14 years ago
  93. e120153 workqueue: fix how cpu number is stored in work->data by Tejun Heo · 14 years ago
  94. c7fc77f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead by Tejun Heo · 14 years ago
  95. f342179 workqueue: implement unbound workqueue by Tejun Heo · 14 years ago
  96. bdbc5dd workqueue: prepare for WQ_UNBOUND implementation by Tejun Heo · 14 years ago
  97. fb0e7be workqueue: implement cpu intensive workqueue by Tejun Heo · 14 years ago
  98. 649027d workqueue: implement high priority workqueue by Tejun Heo · 14 years ago
  99. dcd989c workqueue: implement several utility APIs by Tejun Heo · 14 years ago
  100. d320c03 workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues by Tejun Heo · 14 years ago