Tejun Heo
|
b22ce2785d
workqueue: cond_resched() after processing each work item
|
il y a 12 ans |
Linus Torvalds
|
4264bc1371
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
il y a 12 ans |
Shaohua Li
|
2865a8fb44
workqueue: copy workqueue_attrs with all fields
|
il y a 12 ans |
Lai Jiangshan
|
c2fda50966
workqueue: allow work_on_cpu() to be called recursively
|
il y a 12 ans |
Paul Gortmaker
|
0db0628d90
kernel: delete __cpuinit usage from all core kernel files
|
il y a 12 ans |
Linus Torvalds
|
f317ff9eed
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
il y a 12 ans |
Tejun Heo
|
1be0c25da5
workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_init()
|
il y a 12 ans |
Marc Dionne
|
ad7b1f841f
workqueue: Make schedule_work() available again to non GPL modules
|
il y a 12 ans |
Joonsoo Kim
|
8f174b1175
workqueue: correct handling of the pool spin_lock
|
il y a 12 ans |
Viresh Kumar
|
0668106ca3
workqueue: Add system wide power_efficient workqueues
|
il y a 12 ans |
Viresh Kumar
|
cee22a1505
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
|
il y a 12 ans |
Tejun Heo
|
d325185916
workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into node number
|
il y a 12 ans |
Tejun Heo
|
3d1cb2059d
workqueue: include workqueue info when printing debug dump of a worker task
|
il y a 12 ans |
Wei Yongjun
|
cece95dfe5
workqueue: use kmem_cache_free() instead of kfree()
|
il y a 12 ans |
Lai Jiangshan
|
5c529597e9
workqueue: avoid false negative WARN_ON() in destroy_workqueue()
|
il y a 12 ans |
Tejun Heo
|
229641a6f1
Merge tag 'v3.9-rc5' into wq/for-3.10
|
il y a 12 ans |
Tejun Heo
|
d55262c4d1
workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity
|
il y a 12 ans |
Tejun Heo
|
4c16bd327c
workqueue: implement NUMA affinity for unbound workqueues
|
il y a 12 ans |
Tejun Heo
|
dce90d47c4
workqueue: introduce put_pwq_unlocked()
|
il y a 12 ans |
Tejun Heo
|
1befcf3073
workqueue: introduce numa_pwq_tbl_install()
|
il y a 12 ans |
Tejun Heo
|
e50aba9aea
workqueue: use NUMA-aware allocation for pool_workqueues
|
il y a 12 ans |
Tejun Heo
|
f147f29eb7
workqueue: break init_and_link_pwq() into two functions and introduce alloc_unbound_pwq()
|
il y a 12 ans |
Tejun Heo
|
df2d5ae499
workqueue: map an unbound workqueues to multiple per-node pool_workqueues
|
il y a 12 ans |
Tejun Heo
|
2728fd2f09
workqueue: move hot fields of workqueue_struct to the end
|
il y a 12 ans |
Tejun Heo
|
ecf6881ff3
workqueue: make workqueue->name[] fixed len
|
il y a 12 ans |
Tejun Heo
|
6029a91829
workqueue: add workqueue->unbound_attrs
|
il y a 12 ans |
Tejun Heo
|
f3f90ad469
workqueue: determine NUMA node of workers accourding to the allowed cpumask
|
il y a 12 ans |
Tejun Heo
|
e3c916a4c7
workqueue: drop 'H' from kworker names of unbound worker pools
|
il y a 12 ans |
Tejun Heo
|
bce903809a
workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]
|
il y a 12 ans |
Tejun Heo
|
a892cacc7f
workqueue: move pwq_pool_locking outside of get/put_unbound_pool()
|
il y a 12 ans |