index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2013-03-12
workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...
Tejun Heo
2013-03-12
workqueue: implement get/put_pwq()
Tejun Heo
2013-03-12
workqueue: restructure __alloc_workqueue_key()
Tejun Heo
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
2013-03-12
workqueue: add pool ID to the names of unbound kworkers
Tejun Heo
2013-03-12
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
Tejun Heo
2013-03-12
workqueue: remove unbound_std_worker_pools[] and related helpers
Tejun Heo
2013-03-12
workqueue: implement attribute-based unbound worker_pool management
Tejun Heo
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
2013-03-12
workqueue: separate out init_worker_pool() from init_workqueues()
Tejun Heo
2013-03-12
workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb
Tejun Heo
2013-03-12
workqueue: update synchronization rules on worker_pool_idr
Tejun Heo
2013-03-12
workqueue: update synchronization rules on workqueue->pwqs
Tejun Heo
2013-03-12
workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...
Tejun Heo
2013-03-12
workqueue: remove workqueue_struct->pool_wq.single
Tejun Heo
2013-03-12
workqueue: consistently use int for @cpu variables
Tejun Heo
2013-03-12
workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators
Tejun Heo
2013-03-12
workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions
Tejun Heo
2013-03-12
workqueue: introduce for_each_pool()
Tejun Heo
2013-03-12
workqueue: replace for_each_pwq_cpu() with for_each_pwq()
Tejun Heo
2013-03-12
workqueue: add workqueue_struct->pwqs list
Tejun Heo
2013-03-12
workqueue: introduce kmem_cache for pool_workqueues
Tejun Heo
2013-03-12
workqueue: make workqueue_lock irq-safe
Tejun Heo
2013-03-12
workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()s
Tejun Heo
2013-03-08
workqueue: fix possible pool stall bug in wq_unbind_fn()
Lai Jiangshan
2013-03-04
workqueue: better define synchronization rule around rescuer->pool updates
Lai Jiangshan
2013-03-04
workqueue: change argument of worker_maybe_bind_and_lock() to @pool
Lai Jiangshan
2013-03-04
workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()
Lai Jiangshan
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-19
workqueue: un-GPL function delayed_work_timer_fn()
Konstantin Khlebnikov
2013-02-13
workqueue: rename cpu_workqueue to pool_workqueue
Tejun Heo
2013-02-13
workqueue: reimplement is_chained_work() using current_wq_worker()
Tejun Heo
2013-02-13
workqueue: fix is_chained_work() regression
Tejun Heo
2013-02-07
workqueue: pick cwq instead of pool in __queue_work()
Lai Jiangshan
2013-02-07
workqueue: make get_work_pool_id() cheaper
Lai Jiangshan
2013-02-07
workqueue: move nr_running into worker_pool
Tejun Heo
2013-02-06
workqueue: cosmetic update in try_to_grab_pending()
Tejun Heo
2013-02-06
workqueue: simplify is-work-item-queued-here test
Lai Jiangshan
2013-02-06
workqueue: make work->data point to pool after try_to_grab_pending()
Lai Jiangshan
2013-02-06
workqueue: add delayed_work->wq to simplify reentrancy handling
Lai Jiangshan
2013-02-06
workqueue: make work_busy() test WORK_STRUCT_PENDING first
Lai Jiangshan
2013-02-06
workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
Lai Jiangshan
2013-01-24
workqueue: post global_cwq removal cleanups
Tejun Heo
2013-01-24
workqueue: rename nr_running variables
Tejun Heo
2013-01-24
workqueue: remove global_cwq
Tejun Heo
2013-01-24
workqueue: remove worker_pool->gcwq
Tejun Heo
2013-01-24
workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()
Tejun Heo
2013-01-24
workqueue: make freezing/thawing per-pool
Tejun Heo
2013-01-24
workqueue: make hotplug processing per-pool
Tejun Heo
2013-01-24
workqueue: move global_cwq->lock to worker_pool
Tejun Heo
[prev]
[next]