index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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-18
workqueue: fix possible stall on try_to_grab_pending() of a delayed work item
Lai Jiangshan
1
-3
/
+22
2012-09-18
workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()
Lai Jiangshan
1
-1
/
+1
2012-09-18
workqueue: use __cpuinit instead of __devinit for cpu callbacks
Lai Jiangshan
1
-2
/
+2
2012-09-18
workqueue: rename manager_mutex to assoc_mutex
Lai Jiangshan
1
-19
/
+19
2012-09-18
workqueue: WORKER_REBIND is no longer necessary for idle rebinding
Lai Jiangshan
1
-26
/
+15
2012-09-18
workqueue: WORKER_REBIND is no longer necessary for busy rebinding
Lai Jiangshan
1
-16
/
+2
2012-09-18
workqueue: reimplement idle worker rebinding
Lai Jiangshan
1
-99
/
+42
2012-09-17
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Tejun Heo
1
-23
/
+99
2012-09-17
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
1
-2
/
+10
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-08-21
workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
Tejun Heo
1
-0
/
+30
2012-08-21
workqueue: use irqsafe timer for delayed_work
Tejun Heo
1
-9
/
+11
2012-08-20
workqueue: gut system_nrt[_freezable]_wq()
Tejun Heo
1
-9
/
+1
2012-08-20
workqueue: gut flush[_delayed]_work_sync()
Tejun Heo
1
-112
/
+10
2012-08-20
workqueue: make all workqueues non-reentrant
Tejun Heo
1
-6
/
+7
2012-08-20
workqueue: fix checkpatch issues
Valentin Ilie
1
-16
/
+13
2012-08-16
workqueue: use system_highpri_wq for unbind_work
Joonsoo Kim
1
-1
/
+1
2012-08-16
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
Joonsoo Kim
1
-4
/
+14
2012-08-16
workqueue: introduce system_highpri_wq
Joonsoo Kim
1
-3
/
+6
2012-08-16
workqueue: change value of lcpu in __queue_delayed_work_on()
Joonsoo Kim
1
-2
/
+8
2012-08-16
workqueue: correct req_cpu in trace_workqueue_queue_work()
Joonsoo Kim
1
-1
/
+2
2012-08-16
workqueue: use enum value to set array size of pools in gcwq
Joonsoo Kim
1
-1
/
+2
2012-08-13
workqueue: add missing wmb() in clear_work_data()
Tejun Heo
1
-7
/
+12
2012-08-13
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
1
-3
/
+4
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
1
-0
/
+53
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
1
-18
/
+72
2012-08-03
workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()
Tejun Heo
1
-15
/
+32
2012-08-03
workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()
Tejun Heo
1
-33
/
+41
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
1
-5
/
+9
2012-08-03
workqueue: move try_to_grab_pending() upwards
Tejun Heo
1
-143
/
+143
2012-08-03
workqueue: fix zero @delay handling of queue_delayed_work_on()
Tejun Heo
1
-5
/
+7
2012-08-03
workqueue: unify local CPU queueing handling
Tejun Heo
1
-12
/
+7
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
1
-3
/
+4
2012-08-03
workqueue: disable irq while manipulating PENDING
Tejun Heo
1
-20
/
+53
2012-08-03
workqueue: add missing smp_wmb() in process_one_work()
Tejun Heo
1
-0
/
+2
2012-08-03
workqueue: make queueing functions return bool
Tejun Heo
1
-24
/
+23
2012-08-03
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
1
-62
/
+62
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
[prev]
[next]