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
/
include
/
linux
/
workqueue.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-21
workqueue: deprecate __cancel_delayed_work()
Tejun Heo
1
-1
/
+1
2012-08-21
workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
Tejun Heo
1
-16
/
+1
2012-08-21
workqueue: use irqsafe timer for delayed_work
Tejun Heo
1
-3
/
+5
2012-08-21
workqueue: clean up delayed_work initializers and add missing one
Tejun Heo
1
-25
/
+23
2012-08-21
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
1
-4
/
+4
2012-08-21
workqueue: cosmetic whitespace updates for macro definitions
Tejun Heo
1
-63
/
+63
2012-08-20
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-2
/
+2
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+2
2012-08-20
workqueue: gut system_nrt[_freezable]_wq()
Tejun Heo
1
-9
/
+14
2012-08-20
workqueue: gut flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+12
2012-08-13
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
1
-0
/
+1
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
1
-0
/
+4
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
1
-1
/
+4
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
1
-1
/
+7
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
1
-2
/
+11
2012-08-03
workqueue: make queueing functions return bool
Tejun Heo
1
-10
/
+10
2012-08-03
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
1
-6
/
+7
2012-03-02
Block: use a freezable workqueue for disk-event polling
Alan Stern
1
-0
/
+4
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
1
-16
/
+31
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-20
workqueue: separate out drain_workqueue() from destroy_workqueue()
Tejun Heo
1
-1
/
+2
2011-05-20
workqueue: remove cancel_rearming_delayed_work[queue]()
Amerigo Wang
1
-15
/
+0
2011-02-21
workqueue: fix build failure introduced by s/freezeable/freezable/
Tejun Heo
1
-3
/
+3
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
1
-4
/
+4
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-4
/
+4
2011-02-09
workqueue: add system_freezeable_wq
Tejun Heo
1
-0
/
+4
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2011-01-06
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2010-12-15
workqueue: deprecate cancel_rearming_delayed_work[queue]()
Tejun Heo
1
-2
/
+2
2010-10-26
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
1
-3
/
+3
2010-10-21
timer: Permit statically-declared work with deferrable timers
Phil Carmody
1
-0
/
+8
2010-10-19
workqueue: remove in_workqueue_context()
Tejun Heo
1
-4
/
+0
2010-10-11
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
1
-5
/
+6
2010-09-19
workqueue: implement flush[_delayed]_work_sync()
Tejun Heo
1
-0
/
+2
2010-09-19
workqueue: cleanup flush/cancel functions
Tejun Heo
1
-9
/
+9
2010-09-19
workqueue: implement alloc_ordered_workqueue()
Tejun Heo
1
-0
/
+18
2010-09-13
workqueue: add documentation
Tejun Heo
1
-0
/
+4
2010-08-25
workqueue: fix cwq->nr_active underflow
Tejun Heo
1
-7
/
+9
2010-08-24
workqueue: improve destroy_workqueue() debuggability
Tejun Heo
1
-0
/
+2
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-25
/
+129
2010-08-01
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
1
-1
/
+0
2010-07-22
workqueue: fix how cpu number is stored in work->data
Tejun Heo
1
-6
/
+8
2010-07-02
workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead
Tejun Heo
1
-4
/
+3
2010-07-02
workqueue: implement unbound workqueue
Tejun Heo
1
-1
/
+14
2010-07-02
workqueue: prepare for WQ_UNBOUND implementation
Tejun Heo
1
-3
/
+7
2010-06-29
workqueue: implement cpu intensive workqueue
Tejun Heo
1
-0
/
+1
2010-06-29
workqueue: implement high priority workqueue
Tejun Heo
1
-0
/
+1
2010-06-29
workqueue: implement several utility APIs
Tejun Heo
1
-1
/
+10
2010-06-29
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
1
-11
/
+29
2010-06-29
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
1
-1
/
+3
[next]