index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
workqueue: fix possible idle worker depletion across CPU hotplug
Lai Jiangshan
1
-1
/
+36
2012-09-10
workqueue: restore POOL_MANAGING_WORKERS
Lai Jiangshan
1
-1
/
+4
2012-09-05
workqueue: fix possible deadlock in idle worker rebinding
Tejun Heo
1
-2
/
+27
2012-09-05
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...
Tejun Heo
1
-13
/
+13
2012-09-04
workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic
Lai Jiangshan
1
-6
/
+11
2012-07-22
workqueue: fix spurious CPU locality WARN from process_one_work()
Tejun Heo
1
-0
/
+6
2012-07-17
workqueue: simplify CPU hotplug code
Tejun Heo
1
-54
/
+25
2012-07-17
workqueue: remove CPU offline trustee
Tejun Heo
1
-252
/
+36
2012-07-17
workqueue: don't butcher idle workers on an offline CPU
Tejun Heo
1
-80
/
+14
2012-07-17
workqueue: reimplement CPU online rebinding to handle idle workers
Tejun Heo
1
-49
/
+166
2012-07-17
workqueue: drop @bind from create_worker()
Tejun Heo
1
-19
/
+45
2012-07-17
workqueue: use mutex for global_cwq manager exclusion
Tejun Heo
1
-39
/
+26
2012-07-17
workqueue: ROGUE workers are UNBOUND workers
Tejun Heo
1
-25
/
+21
2012-07-17
workqueue: drop CPU_DYING notifier operation
Tejun Heo
1
-16
/
+13
2012-07-17
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
1
-1
/
+37
2012-07-13
workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
Tejun Heo
1
-73
/
+27
2012-07-13
workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
Tejun Heo
1
-70
/
+153
2012-07-12
workqueue: separate out worker_pool flags
Tejun Heo
1
-22
/
+25
2012-07-12
workqueue: use @pool instead of @gcwq or @cpu where applicable
Tejun Heo
1
-107
/
+111
2012-07-12
workqueue: factor out worker_pool from global_cwq
Tejun Heo
1
-99
/
+117
2012-07-12
workqueue: don't use WQ_HIGHPRI for unbound workqueues
Tejun Heo
1
-7
/
+11
2012-05-15
lockdep: fix oops in processing workqueue
Peter Zijlstra
1
-1
/
+3
2012-05-14
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
1
-2
/
+7
2012-04-23
workqueue: Catch more locking problems with flush_work()
Stephen Boyd
1
-0
/
+3
2012-04-16
workqueue: change BUG_ON() to WARN_ON()
Dan Carpenter
1
-1
/
+4
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-19
/
+3
2012-03-12
workqueue: use percpu allocator for cwq on UP
Lai Jiangshan
1
-19
/
+3
2012-03-02
Block: use a freezable workqueue for disk-event polling
Alan Stern
1
-1
/
+6
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
1
-10
/
+22
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-14
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
1
-1
/
+6
2011-07-22
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-28
/
+53
2011-05-24
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-3
/
+1
2011-05-20
workqueue: separate out drain_workqueue() from destroy_workqueue()
Tejun Heo
1
-28
/
+53
2011-04-29
workqueue: fix deadlock in worker_maybe_bind_and_lock()
Tejun Heo
1
-1
/
+7
2011-03-24
percpu: Always align percpu output section to PAGE_SIZE
Tejun Heo
1
-3
/
+1
2011-03-22
kthread: use kthread_create_on_node()
Eric Dumazet
1
-2
/
+4
2011-03-16
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+5
2011-03-08
debugobjects: Add hint for better object identification
Stanislaw Gruszka
1
-0
/
+6
2011-02-21
workqueue: fix build failure introduced by s/freezeable/freezable/
Tejun Heo
1
-5
/
+5
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
1
-13
/
+24
2011-02-16
workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long
Tejun Heo
1
-1
/
+3
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-12
/
+12
2011-02-14
workqueue: wake up a worker when a rescuer is leaving a gcwq
Tejun Heo
1
-0
/
+9
2011-02-09
workqueue: add system_freezeable_wq
Tejun Heo
1
-1
/
+5
2011-01-11
workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop
Tejun Heo
1
-1
/
+5
2011-01-11
workqueue: relax lockdep annotation on flush_work()
Tejun Heo
1
-2
/
+12
2010-12-20
workqueue: allow chained queueing during destruction
Tejun Heo
1
-1
/
+59
2010-12-14
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
1
-2
/
+2
2010-11-26
workqueue: check the allocation of system_unbound_wq
Hitoshi Mitake
1
-1
/
+2
[next]