index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-10-26
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
1
-1
/
+1
2010-10-25
MN10300: Fix the PERCPU() alignment to allow for workqueues
David Howells
1
-1
/
+3
2010-10-19
workqueue: remove in_workqueue_context()
Tejun Heo
1
-15
/
+0
2010-10-19
workqueue: Clarify that schedule_on_each_cpu is synchronous
Tejun Heo
1
-4
/
+6
2010-10-11
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
1
-0
/
+7
2010-10-11
workqueue: fix HIGHPRI handling in keep_working()
Tejun Heo
1
-1
/
+3
2010-10-05
workqueue: add queue_work and activate_work trace points
Tejun Heo
1
-0
/
+3
2010-10-05
workqueue: prepare for more tracepoints
Tejun Heo
1
-3
/
+3
2010-09-19
workqueue: implement flush[_delayed]_work_sync()
Tejun Heo
1
-0
/
+56
2010-09-19
workqueue: factor out start_flush_work()
Tejun Heo
1
-27
/
+37
2010-09-19
workqueue: cleanup flush/cancel functions
Tejun Heo
1
-81
/
+94
2010-09-13
workqueue: add documentation
Tejun Heo
1
-10
/
+17
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-15
/
+38
2010-08-31
workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask
Tejun Heo
1
-1
/
+1
2010-08-31
workqueue: fix GCWQ_DISASSOCIATED initialization
Tejun Heo
1
-2
/
+3
2010-08-25
workqueue: fix cwq->nr_active underflow
Tejun Heo
1
-10
/
+20
2010-08-24
workqueue: improve destroy_workqueue() debuggability
Tejun Heo
1
-1
/
+6
2010-08-23
workqueue: mark lock acquisition on worker_maybe_bind_and_lock()
Namhyung Kim
1
-0
/
+1
2010-08-23
workqueue: annotate lock context change
Namhyung Kim
1
-0
/
+6
2010-08-21
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
1
-0
/
+9
2010-08-16
workqueue: free rescuer on destroy_workqueue
Xiaotian Feng
1
-1
/
+1
2010-08-09
workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...
Tejun Heo
1
-1
/
+1
2010-08-08
workqueue: add missing __percpu markup in kernel/workqueue.c
Namhyung Kim
1
-1
/
+1
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-405
/
+2755
2010-08-01
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
1
-1
/
+3
2010-08-01
workqueue: explain for_each_*cwq_cpu() iterators
Tejun Heo
1
-0
/
+13
2010-07-22
workqueue: fix how cpu number is stored in work->data
Tejun Heo
1
-23
/
+13
2010-07-20
workqueue: fix mayday_mask handling on UP
Tejun Heo
1
-7
/
+28
[next]