1. f7537df workqueue: alloc struct worker on its local node by Lai Jiangshan · 10 years ago
  2. 9c34a70 workqueue: reuse the already calculated pwq in try_to_grab_pending() by Lai Jiangshan · 10 years ago
  3. 5a6024f workqueue: zero cpumask of wq_numa_possible_cpumask on init by Yasuaki Ishimatsu · 10 years ago
  4. 85327af workqueue: stronger test in process_one_work() by Lai Jiangshan · 10 years ago
  5. 3de5e88 workqueue: clear POOL_DISASSOCIATED in rebind_workers() by Lai Jiangshan · 10 years ago
  6. bddbceb workqueue: fix dev_set_uevent_suppress() imbalance by Maxime Bizon · 10 years ago
  7. 807407c workqueue: stronger test in process_one_work() by Lai Jiangshan · 10 years ago
  8. f05b558 workqueue: clear POOL_DISASSOCIATED in rebind_workers() by Lai Jiangshan · 10 years ago
  9. 92b69f5 workqueue: sanity check pool->cpu in wq_worker_sleeping() by Lai Jiangshan · 10 years ago
  10. b62c075 workqueue: clear leftover flags when detached by Lai Jiangshan · 10 years ago
  11. 25ef095 workqueue: remove useless WARN_ON_ONCE() by Lai Jiangshan · 10 years ago
  12. e212f36 workqueue: use schedule_timeout_interruptible() instead of open code by Lai Jiangshan · 10 years ago
  13. e6a9a77 workqueue: remove the empty check in too_many_workers() by Lai Jiangshan · 10 years ago
  14. 61d0fbb workqueue: use "pool->cpu < 0" to stand for an unbound pool by Lai Jiangshan · 10 years ago
  15. da85d19 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  16. 015af06 kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info by Valdis Kletnieks · 10 years ago
  17. 74b414e workqueue: remove the confusing POOL_FREEZING by Lai Jiangshan · 10 years ago
  18. 1037de3 workqueue: rename first_worker() to first_idle_worker() by Lai Jiangshan · 10 years ago
  19. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  20. 51697d39 workqueue: use generic attach/detach routine for rescuers by Lai Jiangshan · 10 years ago
  21. 4736cbf workqueue: separate pool-attaching code out from create_worker() by Lai Jiangshan · 10 years ago
  22. 92f9c5c workqueue: rename manager_mutex to attach_mutex by Lai Jiangshan · 10 years ago
  23. 4d757c5 workqueue: narrow the protection range of manager_mutex by Lai Jiangshan · 10 years ago
  24. 7cda9aa workqueue: convert worker_idr to worker_ida by Lai Jiangshan · 10 years ago
  25. da02846 workqueue: separate iteration role from worker_idr by Lai Jiangshan · 10 years ago
  26. 3347fc9 workqueue: destroy worker directly in the idle timeout handler by Lai Jiangshan · 10 years ago
  27. 60f5a4b workqueue: async worker destruction by Lai Jiangshan · 10 years ago
  28. 73eb7fe workqueue: destroy_worker() should destroy idle workers only by Lai Jiangshan · 10 years ago
  29. 9625ab1 workqueue: use manager lock only to protect worker_idr by Lai Jiangshan · 10 years ago
  30. 2d91603 kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info by Fabian Frederick · 10 years ago
  31. 534a3fb workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the target cpumask equals wq's by Daeseok Youn · 10 years ago
  32. 77668c8 workqueue: fix a possible race condition between rescuer and pwq-release by Lai Jiangshan · 10 years ago
  33. 4d595b8 workqueue: make rescuer_thread() empty wq->maydays list before exiting by Lai Jiangshan · 10 years ago
  34. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  35. 77f300b workqueue: fix bugs in wq_update_unbound_numa() failure path by Daeseok Youn · 10 years ago
  36. 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
  37. ea2e64f workqueue: Provide destroy_delayed_work_on_stack() by Thomas Gleixner · 10 years ago
  38. 1448184 workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE by Dongsheng Yang · 10 years ago
  39. 5bdfff9 workqueue: ensure @task is valid across kthread_stop() by Lai Jiangshan · 10 years ago
  40. 4a2829b Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  41. 440a113 workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 10 years ago
  42. 9199c4c Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  43. 12997d1 Revert "workqueue: allow work_on_cpu() to be called recursively" by Bjorn Helgaas · 11 years ago
  44. 4e8b22b workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_workqueues by Li Bin · 11 years ago
  45. 9ef28a7 workqueue: fix comment typo for __queue_work() by Li Bin · 11 years ago
  46. 8a2b753 workqueue: fix ordered workqueues in NUMA setups by Tejun Heo · 11 years ago
  47. 9115122 workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITY by Oleg Nesterov · 11 years ago
  48. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  49. 9ee52a1 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  50. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  51. b22ce27 workqueue: cond_resched() after processing each work item by Tejun Heo · 11 years ago
  52. 1a6661d workqueue: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  53. 2d498db workqueue: Fix manage_workers() RETURNS description by Libin · 11 years ago
  54. b11895c workqueue: Comment correction in file header by Libin · 11 years ago
  55. d185af3 workqueue: fix some scripts/kernel-doc warnings by Yacine Belkadi · 11 years ago
  56. 4264bc1 Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  57. 2865a8f workqueue: copy workqueue_attrs with all fields by Shaohua Li · 11 years ago
  58. c2fda50 workqueue: allow work_on_cpu() to be called recursively by Lai Jiangshan · 11 years ago
  59. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  60. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  61. 1be0c25 workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_init() by Tejun Heo · 11 years ago
  62. ad7b1f8 workqueue: Make schedule_work() available again to non GPL modules by Marc Dionne · 11 years ago
  63. 8f174b1 workqueue: correct handling of the pool spin_lock by Joonsoo Kim · 11 years ago
  64. 0668106 workqueue: Add system wide power_efficient workqueues by Viresh Kumar · 11 years ago
  65. cee22a1 workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by Viresh Kumar · 11 years ago
  66. d325185 workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into node number by Tejun Heo · 11 years ago
  67. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  68. cece95d workqueue: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  69. 5c52959 workqueue: avoid false negative WARN_ON() in destroy_workqueue() by Lai Jiangshan · 11 years ago
  70. 229641a Merge tag 'v3.9-rc5' into wq/for-3.10 by Tejun Heo · 11 years ago
  71. d55262c workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity by Tejun Heo · 11 years ago
  72. 4c16bd3 workqueue: implement NUMA affinity for unbound workqueues by Tejun Heo · 11 years ago
  73. dce90d4 workqueue: introduce put_pwq_unlocked() by Tejun Heo · 11 years ago
  74. 1befcf3 workqueue: introduce numa_pwq_tbl_install() by Tejun Heo · 11 years ago
  75. e50aba9 workqueue: use NUMA-aware allocation for pool_workqueues by Tejun Heo · 11 years ago
  76. f147f29 workqueue: break init_and_link_pwq() into two functions and introduce alloc_unbound_pwq() by Tejun Heo · 11 years ago
  77. df2d5ae workqueue: map an unbound workqueues to multiple per-node pool_workqueues by Tejun Heo · 11 years ago
  78. 2728fd2 workqueue: move hot fields of workqueue_struct to the end by Tejun Heo · 11 years ago
  79. ecf6881 workqueue: make workqueue->name[] fixed len by Tejun Heo · 11 years ago
  80. 6029a91 workqueue: add workqueue->unbound_attrs by Tejun Heo · 11 years ago
  81. f3f90ad workqueue: determine NUMA node of workers accourding to the allowed cpumask by Tejun Heo · 11 years ago
  82. e3c916a workqueue: drop 'H' from kworker names of unbound worker pools by Tejun Heo · 11 years ago
  83. bce9038 workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[] by Tejun Heo · 11 years ago
  84. a892cac workqueue: move pwq_pool_locking outside of get/put_unbound_pool() by Tejun Heo · 11 years ago
  85. 4862125 workqueue: fix memory leak in apply_workqueue_attrs() by Tejun Heo · 11 years ago
  86. 13e2e55 workqueue: fix unbound workqueue attrs hashing / comparison by Tejun Heo · 11 years ago
  87. bc0caf0 workqueue: fix race condition in unbound workqueue free path by Tejun Heo · 11 years ago
  88. b592760 workqueue: remove pwq_lock which is no longer used by Lai Jiangshan · 11 years ago
  89. a357fc0 workqueue: protect wq->saved_max_active with wq->mutex by Lai Jiangshan · 11 years ago
  90. b09f4fd workqueue: protect wq->pwqs and iteration with wq->mutex by Lai Jiangshan · 11 years ago
  91. 87fc741 workqueue: protect wq->nr_drainers and ->flags with wq->mutex by Lai Jiangshan · 11 years ago
  92. 3c25a55 workqueue: rename wq->flush_mutex to wq->mutex by Lai Jiangshan · 11 years ago
  93. 68e13a6 workqueue: rename wq_mutex to wq_pool_mutex by Lai Jiangshan · 11 years ago
  94. 519e3c1 workqueue: avoid false negative in assert_manager_or_pool_lock() by Lai Jiangshan · 11 years ago
  95. 8810945 workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCU by Lai Jiangshan · 11 years ago
  96. 951a078 workqueue: kick a worker in pwq_adjust_max_active() by Lai Jiangshan · 11 years ago
  97. 6a092df workqueue: simplify current_is_workqueue_rescuer() by Lai Jiangshan · 11 years ago
  98. 12ee4fc workqueue: add missing POOL_FREEZING by Lai Jiangshan · 11 years ago
  99. 7dbc725 workqueue: restore CPU affinity of unbound workers on CPU_ONLINE by Tejun Heo · 11 years ago
  100. a9ab775 workqueue: directly restore CPU affinity of workers from CPU_ONLINE by Tejun Heo · 11 years ago