1. e7b55b8 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  2. fc4b514 workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s by Tejun Heo · 12 years ago
  3. 3657600 workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up() by Joonsoo Kim · 12 years ago
  4. 999767b workqueue: trivial fix for return statement in work_busy() by Joonsoo Kim · 12 years ago
  5. 8852aac workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay by Tejun Heo · 12 years ago
  6. 412d32e workqueue: exit rescuer_thread() as TASK_RUNNING by Mike Galbraith · 12 years ago
  7. c0158ca workqueue: cancel_delayed_work() should return %false if work item is idle by Dan Magenheimer · 12 years ago
  8. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  9. 7c6e72e workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() by Tejun Heo · 12 years ago
  10. 70369b1 workqueue: use cwq_set_max_active() helper for workqueue_set_max_active() by Lai Jiangshan · 12 years ago
  11. 9f4bd4c workqueue: introduce cwq_set_max_active() helper for thaw_workqueues() by Lai Jiangshan · 12 years ago
  12. ed48ece workqueue: reimplement work_on_cpu() using system_wq by Tejun Heo · 12 years ago
  13. b3f9f40 workqueue: remove @delayed from cwq_dec_nr_in_flight() by Lai Jiangshan · 12 years ago
  14. 3aa6249 workqueue: fix possible stall on try_to_grab_pending() of a delayed work item by Lai Jiangshan · 12 years ago
  15. a5b4e57 workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback() by Lai Jiangshan · 12 years ago
  16. 9fdf9b7 workqueue: use __cpuinit instead of __devinit for cpu callbacks by Lai Jiangshan · 12 years ago
  17. b2eb83d workqueue: rename manager_mutex to assoc_mutex by Lai Jiangshan · 12 years ago
  18. 5f7dabf workqueue: WORKER_REBIND is no longer necessary for idle rebinding by Lai Jiangshan · 12 years ago
  19. eab6d82 workqueue: WORKER_REBIND is no longer necessary for busy rebinding by Lai Jiangshan · 12 years ago
  20. ea1abd6 workqueue: reimplement idle worker rebinding by Lai Jiangshan · 12 years ago
  21. 6c1423b Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.7 by Tejun Heo · 12 years ago
  22. 960bd11b workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() by Lai Jiangshan · 12 years ago
  23. ee378aa workqueue: fix possible idle worker depletion across CPU hotplug by Lai Jiangshan · 12 years ago
  24. 552a37e workqueue: restore POOL_MANAGING_WORKERS by Lai Jiangshan · 12 years ago
  25. ec58815 workqueue: fix possible deadlock in idle worker rebinding by Tejun Heo · 12 years ago
  26. 90beca5 workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function by Tejun Heo · 12 years ago
  27. 96e6530 workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic by Lai Jiangshan · 12 years ago
  28. 57b30ae workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() by Tejun Heo · 12 years ago
  29. e0aecdd workqueue: use irqsafe timer for delayed_work by Tejun Heo · 12 years ago
  30. ae930e0 workqueue: gut system_nrt[_freezable]_wq() by Tejun Heo · 12 years ago
  31. 606a502 workqueue: gut flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  32. dbf2576 workqueue: make all workqueues non-reentrant by Tejun Heo · 12 years ago
  33. 044c782 workqueue: fix checkpatch issues by Valentin Ilie · 12 years ago
  34. 7635d2f workqueue: use system_highpri_wq for unbind_work by Joonsoo Kim · 12 years ago
  35. e2b6a6d workqueue: use system_highpri_wq for highpri workers in rebind_workers() by Joonsoo Kim · 12 years ago
  36. 1aabe90 workqueue: introduce system_highpri_wq by Joonsoo Kim · 12 years ago
  37. e42986d workqueue: change value of lcpu in __queue_delayed_work_on() by Joonsoo Kim · 12 years ago
  38. b75cac9 workqueue: correct req_cpu in trace_workqueue_queue_work() by Joonsoo Kim · 12 years ago
  39. 330dad5 workqueue: use enum value to set array size of pools in gcwq by Joonsoo Kim · 12 years ago
  40. 23657bb workqueue: add missing wmb() in clear_work_data() by Tejun Heo · 12 years ago
  41. 1265057 workqueue: fix CPU binding of flush_delayed_work[_sync]() by Tejun Heo · 12 years ago
  42. 8376fe2 workqueue: implement mod_delayed_work[_on]() by Tejun Heo · 12 years ago
  43. bbb68df workqueue: mark a work item being canceled as such by Tejun Heo · 12 years ago
  44. 36e227d workqueue: reorganize try_to_grab_pending() and __cancel_timer_work() by Tejun Heo · 12 years ago
  45. 7beb2ed workqueue: factor out __queue_delayed_work() from queue_delayed_work_on() by Tejun Heo · 12 years ago
  46. b549007 workqueue: introduce WORK_OFFQ_FLAG_* by Tejun Heo · 12 years ago
  47. bf4ede0 workqueue: move try_to_grab_pending() upwards by Tejun Heo · 12 years ago
  48. 715f130 workqueue: fix zero @delay handling of queue_delayed_work_on() by Tejun Heo · 12 years ago
  49. 5746982 workqueue: unify local CPU queueing handling by Tejun Heo · 12 years ago
  50. d8e794d workqueue: set delayed_work->timer function on initialization by Tejun Heo · 12 years ago
  51. 8930cab workqueue: disable irq while manipulating PENDING by Tejun Heo · 12 years ago
  52. 959d1af workqueue: add missing smp_wmb() in process_one_work() by Tejun Heo · 12 years ago
  53. d4283e9 workqueue: make queueing functions return bool by Tejun Heo · 12 years ago
  54. 0a13c00 workqueue: reorder queueing functions so that _on() variants are on top by Tejun Heo · 12 years ago
  55. 6fec10a workqueue: fix spurious CPU locality WARN from process_one_work() by Tejun Heo · 12 years ago
  56. 8db25e7 workqueue: simplify CPU hotplug code by Tejun Heo · 12 years ago
  57. 628c78e workqueue: remove CPU offline trustee by Tejun Heo · 12 years ago
  58. 3ce6337 workqueue: don't butcher idle workers on an offline CPU by Tejun Heo · 12 years ago
  59. 25511a4 workqueue: reimplement CPU online rebinding to handle idle workers by Tejun Heo · 12 years ago
  60. bc2ae0f workqueue: drop @bind from create_worker() by Tejun Heo · 12 years ago
  61. 6037315 workqueue: use mutex for global_cwq manager exclusion by Tejun Heo · 12 years ago
  62. 403c821 workqueue: ROGUE workers are UNBOUND workers by Tejun Heo · 12 years ago
  63. f2d5a0e workqueue: drop CPU_DYING notifier operation by Tejun Heo · 12 years ago
  64. 6575820 workqueue: perform cpu down operations from low priority cpu_notifier() by Tejun Heo · 12 years ago
  65. 3270476 workqueue: reimplement WQ_HIGHPRI using a separate worker_pool by Tejun Heo · 12 years ago
  66. 4ce62e9 workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool() by Tejun Heo · 12 years ago
  67. 11ebea5 workqueue: separate out worker_pool flags by Tejun Heo · 12 years ago
  68. 63d95a9 workqueue: use @pool instead of @gcwq or @cpu where applicable by Tejun Heo · 12 years ago
  69. bd7bdd4 workqueue: factor out worker_pool from global_cwq by Tejun Heo · 12 years ago
  70. 974271c workqueue: don't use WQ_HIGHPRI for unbound workqueues by Tejun Heo · 12 years ago
  71. 4d82a1d lockdep: fix oops in processing workqueue by Peter Zijlstra · 12 years ago
  72. 544ecf3 workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active by Tejun Heo · 12 years ago
  73. 0976dfc workqueue: Catch more locking problems with flush_work() by Stephen Boyd · 12 years ago
  74. f5b2552 workqueue: change BUG_ON() to WARN_ON() by Dan Carpenter · 12 years ago
  75. e45836f Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  76. e06ffa1 workqueue: use percpu allocator for cwq on UP by Lai Jiangshan · 13 years ago
  77. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 13 years ago
  78. b196be8 workqueue: make alloc_workqueue() take printf fmt and args for name by Tejun Heo · 13 years ago
  79. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  80. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 13 years ago
  81. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  82. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  83. 9c5a2ba workqueue: separate out drain_workqueue() from destroy_workqueue() by Tejun Heo · 14 years ago
  84. 5035b20 workqueue: fix deadlock in worker_maybe_bind_and_lock() by Tejun Heo · 13 years ago
  85. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 14 years ago
  86. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 14 years ago
  87. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  88. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 14 years ago
  89. 24d51ad workqueue: fix build failure introduced by s/freezeable/freezable/ by Tejun Heo · 14 years ago
  90. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 14 years ago
  91. 3233cdb workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long by Tejun Heo · 14 years ago
  92. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 14 years ago
  93. 7576958 workqueue: wake up a worker when a rescuer is leaving a gcwq by Tejun Heo · 14 years ago
  94. 4149efb workqueue: add system_freezeable_wq by Tejun Heo · 14 years ago
  95. 42c025f workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop by Tejun Heo · 14 years ago
  96. e159489b workqueue: relax lockdep annotation on flush_work() by Tejun Heo · 14 years ago
  97. c8efcc2 workqueue: allow chained queueing during destruction by Tejun Heo · 14 years ago
  98. 2d64672 workqueue: It is likely that WORKER_NOT_RUNNING is true by Steven Rostedt · 14 years ago
  99. e5cba24 workqueue: check the allocation of system_unbound_wq by Hitoshi Mitake · 14 years ago
  100. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago