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
2023-08-29
workqueue: fix data race with the pwq->stats[] increment
Mirsad Goran Todorovac
1
-1
/
+1
2023-08-14
workqueue: Rename rescuer kworker
Aaron Tomlin
1
-1
/
+1
2023-08-07
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
1
-6
/
+39
2023-08-07
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
1
-2
/
+72
2023-08-07
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
1
-37
/
+37
2023-08-07
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
1
-50
/
+37
2023-08-07
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
1
-28
/
+52
2023-08-07
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
1
-5
/
+105
2023-08-07
workqueue: Modularize wq_pod_type initialization
Tejun Heo
1
-34
/
+50
2023-08-07
workqueue: Generalize unbound CPU pods
Tejun Heo
1
-61
/
+110
2023-08-07
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
1
-6
/
+14
2023-08-07
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
1
-20
/
+29
2023-08-07
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
1
-27
/
+41
2023-08-07
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
1
-38
/
+40
2023-08-07
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
1
-85
/
+76
2023-08-07
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
1
-10
/
+9
2023-08-07
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
1
-141
/
+77
2023-08-07
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
1
-9
/
+25
2023-08-07
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
1
-34
/
+40
2023-08-07
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
1
-17
/
+23
2023-08-07
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
1
-73
/
+0
2023-08-07
workqueue: Relocate worker and work management functions
Tejun Heo
1
-172
/
+168
2023-08-07
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
1
-7
/
+7
2023-08-07
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
1
-19
/
+19
2023-08-07
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
1
-18
/
+11
2023-08-07
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
1
-14
/
+3
2023-08-07
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
1
-1
/
+42
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
1
-5
/
+2
2023-07-25
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
1
-1
/
+42
2023-07-10
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
1
-0
/
+17
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-6
/
+5
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-64
/
+258
2023-06-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
1
-5
/
+8
2023-05-25
workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...
Zqiang
1
-0
/
+3
2023-05-24
workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
Zqiang
1
-5
/
+12
2023-05-17
workqueue: Track and monitor per-workqueue CPU time usage
Tejun Heo
1
-0
/
+3
2023-05-17
workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
Tejun Heo
1
-0
/
+93
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
1
-5
/
+63
2023-05-17
workqueue: Improve locking rule description for worker fields
Tejun Heo
1
-0
/
+6
2023-05-17
workqueue: Move worker_set/clr_flags() upwards
Tejun Heo
1
-54
/
+54
2023-05-17
workqueue: Add pwq->stats[] and a monitoring script
Tejun Heo
1
-1
/
+23
2023-05-09
Further upgrade queue_work_on() comment
Paul E. McKenney
1
-0
/
+2
2023-04-29
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-13
/
+121
2023-03-23
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
1
-2
/
+24
2023-03-17
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
Petr Mladek
1
-0
/
+66
2023-03-17
workqueue: Warn when a rescuer could not be created
Petr Mladek
1
-1
/
+6
2023-03-17
workqueue: Interrupted create_worker() is not a repeated event
Petr Mladek
1
-2
/
+7
2023-03-17
workqueue: Warn when a new worker could not be created
Petr Mladek
1
-3
/
+11
2023-03-17
workqueue: Fix hung time report of worker pools
Petr Mladek
1
-3
/
+7
2023-03-17
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
Ammar Faizi
1
-4
/
+2
[next]