summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-021-1/+25
|\
| * workqueue: Add system wide power_efficient workqueuesViresh Kumar2013-05-141-1/+12
| * workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2013-05-141-0/+13
* | workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo2013-05-151-1/+2
* | workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne2013-05-141-3/+3
* | workqueue: correct handling of the pool spin_lockJoonsoo Kim2013-05-141-0/+1
* | workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo2013-05-101-0/+9
|/
* workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo2013-04-301-0/+79
* workqueue: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-1/+1
* workqueue: avoid false negative WARN_ON() in destroy_workqueue()Lai Jiangshan2013-04-041-1/+1
* Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo2013-04-011-25/+30
|\
| * Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-181-19/+25
| |\
| | * workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan2013-03-081-19/+25
| * | workqueue: convert to idr_alloc()Tejun Heo2013-03-131-3/+4
| |/
* | workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo2013-04-011-23/+59
* | workqueue: implement NUMA affinity for unbound workqueuesTejun Heo2013-04-011-19/+259
* | workqueue: introduce put_pwq_unlocked()Tejun Heo2013-04-011-13/+23
* | workqueue: introduce numa_pwq_tbl_install()Tejun Heo2013-04-011-9/+26
* | workqueue: use NUMA-aware allocation for pool_workqueuesTejun Heo2013-04-011-2/+4
* | workqueue: break init_and_link_pwq() into two functions and introduce alloc_u...Tejun Heo2013-04-011-29/+49
* | workqueue: map an unbound workqueues to multiple per-node pool_workqueuesTejun Heo2013-04-011-11/+37
* | workqueue: move hot fields of workqueue_struct to the endTejun Heo2013-04-011-2/+4
* | workqueue: make workqueue->name[] fixed lenTejun Heo2013-04-011-11/+8
* | workqueue: add workqueue->unbound_attrsTejun Heo2013-04-011-12/+24
* | workqueue: determine NUMA node of workers accourding to the allowed cpumaskTejun Heo2013-04-011-2/+16
* | workqueue: drop 'H' from kworker names of unbound worker poolsTejun Heo2013-04-011-7/+8
* | workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]Tejun Heo2013-04-011-0/+46
* | workqueue: move pwq_pool_locking outside of get/put_unbound_pool()Tejun Heo2013-04-011-14/+22
* | workqueue: fix memory leak in apply_workqueue_attrs()Tejun Heo2013-04-011-3/+8
* | workqueue: fix unbound workqueue attrs hashing / comparisonTejun Heo2013-04-011-32/+22
* | workqueue: fix race condition in unbound workqueue free pathTejun Heo2013-04-011-1/+3
* | workqueue: remove pwq_lock which is no longer usedLai Jiangshan2013-03-251-11/+2
* | workqueue: protect wq->saved_max_active with wq->mutexLai Jiangshan2013-03-251-17/+16
* | workqueue: protect wq->pwqs and iteration with wq->mutexLai Jiangshan2013-03-251-24/+18
* | workqueue: protect wq->nr_drainers and ->flags with wq->mutexLai Jiangshan2013-03-251-6/+6
* | workqueue: rename wq->flush_mutex to wq->mutexLai Jiangshan2013-03-251-26/+26
* | workqueue: rename wq_mutex to wq_pool_mutexLai Jiangshan2013-03-251-54/+55
* | workqueue: avoid false negative in assert_manager_or_pool_lock()Lai Jiangshan2013-03-201-1/+2
* | workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCULai Jiangshan2013-03-201-5/+5
* | workqueue: kick a worker in pwq_adjust_max_active()Lai Jiangshan2013-03-201-7/+6
* | workqueue: simplify current_is_workqueue_rescuer()Lai Jiangshan2013-03-201-1/+1
* | workqueue: add missing POOL_FREEZINGLai Jiangshan2013-03-201-0/+3
* | workqueue: restore CPU affinity of unbound workers on CPU_ONLINETejun Heo2013-03-191-5/+47
* | workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo2013-03-191-128/+64
* | workqueue: relocate rebind_workers()Tejun Heo2013-03-191-71/+71
* | workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool...Tejun Heo2013-03-191-12/+51
* | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-191-7/+3
* | workqueue: rename workqueue_lock to wq_mayday_lockTejun Heo2013-03-131-12/+12
* | workqueue: separate out pool_workqueue locking into pwq_lockTejun Heo2013-03-131-33/+36
* | workqueue: separate out pool and workqueue locking into wq_mutexTejun Heo2013-03-131-69/+77