Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a5d6d3a1b00a0ad88f07c3a727c79b27915278e3
/
kernel
/
workqueue.c
1ead658
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ea2e64f
workqueue: Provide destroy_delayed_work_on_stack()
by Thomas Gleixner
· 11 years ago
1448184
workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE
by Dongsheng Yang
· 11 years ago
5bdfff9
workqueue: ensure @task is valid across kthread_stop()
by Lai Jiangshan
· 11 years ago
4a2829b
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 11 years ago
440a113
workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
by Chuansheng Liu
· 11 years ago
9199c4c
Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
12997d1
Revert "workqueue: allow work_on_cpu() to be called recursively"
by Bjorn Helgaas
· 11 years ago
4e8b22b
workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_workqueues
by Li Bin
· 11 years ago
9ef28a7
workqueue: fix comment typo for __queue_work()
by Li Bin
· 11 years ago
8a2b753
workqueue: fix ordered workqueues in NUMA setups
by Tejun Heo
· 11 years ago
9115122
workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITY
by Oleg Nesterov
· 11 years ago
2e515bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
9ee52a1
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 11 years ago
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
b22ce27
workqueue: cond_resched() after processing each work item
by Tejun Heo
· 11 years ago
1a6661d
workqueue: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
2d498db
workqueue: Fix manage_workers() RETURNS description
by Libin
· 11 years ago
b11895c
workqueue: Comment correction in file header
by Libin
· 11 years ago
d185af3
workqueue: fix some scripts/kernel-doc warnings
by Yacine Belkadi
· 11 years ago
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
2865a8f
workqueue: copy workqueue_attrs with all fields
by Shaohua Li
· 11 years ago
c2fda50
workqueue: allow work_on_cpu() to be called recursively
by Lai Jiangshan
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 11 years ago
f317ff9
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 11 years ago
1be0c25
workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_init()
by Tejun Heo
· 12 years ago
ad7b1f8
workqueue: Make schedule_work() available again to non GPL modules
by Marc Dionne
· 12 years ago
8f174b1
workqueue: correct handling of the pool spin_lock
by Joonsoo Kim
· 12 years ago
0668106
workqueue: Add system wide power_efficient workqueues
by Viresh Kumar
· 12 years ago
cee22a1
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
by Viresh Kumar
· 12 years ago
d325185
workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into node number
by Tejun Heo
· 12 years ago
3d1cb20
workqueue: include workqueue info when printing debug dump of a worker task
by Tejun Heo
· 12 years ago
cece95d
workqueue: use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 12 years ago
5c52959
workqueue: avoid false negative WARN_ON() in destroy_workqueue()
by Lai Jiangshan
· 12 years ago
229641a
Merge tag 'v3.9-rc5' into wq/for-3.10
by Tejun Heo
· 12 years ago
d55262c
workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity
by Tejun Heo
· 12 years ago
4c16bd3
workqueue: implement NUMA affinity for unbound workqueues
by Tejun Heo
· 12 years ago
dce90d4
workqueue: introduce put_pwq_unlocked()
by Tejun Heo
· 12 years ago
1befcf3
workqueue: introduce numa_pwq_tbl_install()
by Tejun Heo
· 12 years ago
e50aba9
workqueue: use NUMA-aware allocation for pool_workqueues
by Tejun Heo
· 12 years ago
f147f29
workqueue: break init_and_link_pwq() into two functions and introduce alloc_unbound_pwq()
by Tejun Heo
· 12 years ago
df2d5ae
workqueue: map an unbound workqueues to multiple per-node pool_workqueues
by Tejun Heo
· 12 years ago
2728fd2
workqueue: move hot fields of workqueue_struct to the end
by Tejun Heo
· 12 years ago
ecf6881
workqueue: make workqueue->name[] fixed len
by Tejun Heo
· 12 years ago
6029a91
workqueue: add workqueue->unbound_attrs
by Tejun Heo
· 12 years ago
f3f90ad
workqueue: determine NUMA node of workers accourding to the allowed cpumask
by Tejun Heo
· 12 years ago
e3c916a
workqueue: drop 'H' from kworker names of unbound worker pools
by Tejun Heo
· 12 years ago
bce9038
workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]
by Tejun Heo
· 12 years ago
a892cac
workqueue: move pwq_pool_locking outside of get/put_unbound_pool()
by Tejun Heo
· 12 years ago
4862125
workqueue: fix memory leak in apply_workqueue_attrs()
by Tejun Heo
· 12 years ago
13e2e55
workqueue: fix unbound workqueue attrs hashing / comparison
by Tejun Heo
· 12 years ago
bc0caf0
workqueue: fix race condition in unbound workqueue free path
by Tejun Heo
· 12 years ago
b592760
workqueue: remove pwq_lock which is no longer used
by Lai Jiangshan
· 12 years ago
a357fc0
workqueue: protect wq->saved_max_active with wq->mutex
by Lai Jiangshan
· 12 years ago
b09f4fd
workqueue: protect wq->pwqs and iteration with wq->mutex
by Lai Jiangshan
· 12 years ago
87fc741
workqueue: protect wq->nr_drainers and ->flags with wq->mutex
by Lai Jiangshan
· 12 years ago
3c25a55
workqueue: rename wq->flush_mutex to wq->mutex
by Lai Jiangshan
· 12 years ago
68e13a6
workqueue: rename wq_mutex to wq_pool_mutex
by Lai Jiangshan
· 12 years ago
519e3c1
workqueue: avoid false negative in assert_manager_or_pool_lock()
by Lai Jiangshan
· 12 years ago
8810945
workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCU
by Lai Jiangshan
· 12 years ago
951a078
workqueue: kick a worker in pwq_adjust_max_active()
by Lai Jiangshan
· 12 years ago
6a092df
workqueue: simplify current_is_workqueue_rescuer()
by Lai Jiangshan
· 12 years ago
12ee4fc
workqueue: add missing POOL_FREEZING
by Lai Jiangshan
· 12 years ago
7dbc725
workqueue: restore CPU affinity of unbound workers on CPU_ONLINE
by Tejun Heo
· 12 years ago
a9ab775
workqueue: directly restore CPU affinity of workers from CPU_ONLINE
by Tejun Heo
· 12 years ago
bd7c089
workqueue: relocate rebind_workers()
by Tejun Heo
· 12 years ago
822d840
workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool_worker()
by Tejun Heo
· 12 years ago
14a40ff
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
by Tejun Heo
· 12 years ago
b63dc12
Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
2e109a2
workqueue: rename workqueue_lock to wq_mayday_lock
by Tejun Heo
· 12 years ago
794b18b
workqueue: separate out pool_workqueue locking into pwq_lock
by Tejun Heo
· 12 years ago
5bcab33
workqueue: separate out pool and workqueue locking into wq_mutex
by Tejun Heo
· 12 years ago
7d19c5c
workqueue: relocate global variable defs and function decls in workqueue.c
by Tejun Heo
· 12 years ago
cd54968
workqueue: better define locking rules around worker creation / destruction
by Tejun Heo
· 12 years ago
ebf44d1
workqueue: factor out initial worker creation into create_and_start_worker()
by Tejun Heo
· 12 years ago
bc3a1af
workqueue: rename worker_pool->assoc_mutex to ->manager_mutex
by Tejun Heo
· 12 years ago
8425e3d5
workqueue: inline trivial wrappers
by Tejun Heo
· 12 years ago
611c92a
workqueue: rename @id to @pi in for_each_each_pool()
by Tejun Heo
· 12 years ago
c5aa87b
workqueue: update comments and a warning message
by Tejun Heo
· 12 years ago
983ca25
workqueue: fix max_active handling in init_and_link_pwq()
by Tejun Heo
· 12 years ago
699ce09
workqueue: implement and use pwq_adjust_max_active()
by Tejun Heo
· 12 years ago
0fbd95a
workqueue: relocate pwq_set_max_active()
by Tejun Heo
· 12 years ago
e68035f
workqueue: convert to idr_alloc()
by Tejun Heo
· 12 years ago
e6267616
workqueue: implement current_is_workqueue_rescuer()
by Tejun Heo
· 12 years ago
226223a
workqueue: implement sysfs interface for workqueues
by Tejun Heo
· 12 years ago
8719dce
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
by Tejun Heo
· 12 years ago
618b01e
workqueue: make it clear that WQ_DRAINING is an internal flag
by Tejun Heo
· 12 years ago
9e8cd2f
workqueue: implement apply_workqueue_attrs()
by Tejun Heo
· 12 years ago
c917808
workqueue: perform non-reentrancy test when queueing to unbound workqueues too
by Tejun Heo
· 12 years ago
75ccf59
workqueue: prepare flush_workqueue() for dynamic creation and destrucion of unbound pool_workqueues
by Tejun Heo
· 12 years ago
8864b4e
workqueue: implement get/put_pwq()
by Tejun Heo
· 12 years ago
d2c1d40
workqueue: restructure __alloc_workqueue_key()
by Tejun Heo
· 12 years ago
493008a
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
by Tejun Heo
· 12 years ago
ac6104c
workqueue: add pool ID to the names of unbound kworkers
by Tejun Heo
· 12 years ago
f02ae73
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
by Tejun Heo
· 12 years ago
7a62c2c
workqueue: remove unbound_std_worker_pools[] and related helpers
by Tejun Heo
· 12 years ago
29c91e9
workqueue: implement attribute-based unbound worker_pool management
by Tejun Heo
· 12 years ago
7a4e344
workqueue: introduce workqueue_attrs
by Tejun Heo
· 12 years ago
4e1a1f9
workqueue: separate out init_worker_pool() from init_workqueues()
by Tejun Heo
· 12 years ago
34a06bd
workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb
by Tejun Heo
· 12 years ago
Next »