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
/
block
/
blk-iocost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-11
blk-iocost: fix weight updates of inner active iocgs
Tejun Heo
1
-2
/
+12
2021-04-26
blk-iocost: don't ignore vrate_min on QD contention
Tejun Heo
1
-4
/
+0
2021-01-05
blk-iocost: fix NULL iocg deref from racing against initialization
Tejun Heo
1
-5
/
+11
2020-12-17
blk-iocost: Add iocg idle state tracepoint
Baolin Wang
1
-0
/
+3
2020-12-07
blk-iocost: Factor out the base vrate change into a separate function
Baolin Wang
1
-45
/
+54
2020-12-07
blk-iocost: Factor out the active iocgs' state check into a separate function
Baolin Wang
1
-40
/
+54
2020-12-07
blk-iocost: Move the usage ratio calculation to the correct place
Baolin Wang
1
-21
/
+23
2020-12-07
blk-iocost: Remove unnecessary advance declaration
Baolin Wang
1
-2
/
+0
2020-12-07
blk-iocost: Fix some typos in comments
Baolin Wang
1
-6
/
+6
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
1
-18
/
+18
2020-10-09
block: use helper function to test queue register
Yufen Yu
1
-1
/
+1
2020-10-08
block: Remove redundant 'return' statement
Baolin Wang
1
-1
/
+1
2020-09-25
iocost: consider iocgs with active delays for debt forgiveness
Tejun Heo
1
-4
/
+7
2020-09-25
iocost: add iocg_forgive_debt tracepoint
Tejun Heo
1
-0
/
+12
2020-09-25
iocost: reimplement debt forgiveness using average usage
Tejun Heo
1
-25
/
+69
2020-09-25
iocost: recalculate delay after debt reduction
Tejun Heo
1
-1
/
+3
2020-09-25
iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one
Tejun Heo
1
-8
/
+5
2020-09-25
iocost: factor out ioc_forgive_debts()
Tejun Heo
1
-31
/
+35
2020-09-14
iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()
Tejun Heo
1
-3
/
+9
2020-09-11
blk-iocost: fix divide-by-zero in transfer_surpluses()
Tejun Heo
1
-4
/
+10
2020-09-01
blk-iocost: add three debug stat - cost.wait, indebt and indelay
Tejun Heo
1
-5
/
+72
2020-09-01
blk-iocost: restore inuse update tracepoints
Tejun Heo
1
-0
/
+16
2020-09-01
blk-iocost: implement vtime loss compensation
Tejun Heo
1
-42
/
+90
2020-09-01
blk-iocost: halve debts if device stays idle
Tejun Heo
1
-1
/
+48
2020-09-01
blk-iocost: implement delay adjustment hysteresis
Tejun Heo
1
-50
/
+69
2020-09-01
blk-iocost: revamp debt handling
Tejun Heo
1
-24
/
+93
2020-09-01
blk-iocost: revamp in-period donation snapbacks
Tejun Heo
1
-37
/
+96
2020-09-01
blk-iocost: revamp donation amount determination
Tejun Heo
1
-82
/
+51
2020-09-01
blk-iocost: implement Andy's method for donation weight updates
Tejun Heo
1
-8
/
+244
2020-09-01
blk-iocost: restructure surplus donation logic
Tejun Heo
1
-76
/
+103
2020-09-01
blk-iocost: decouple vrate adjustment from surplus transfers
Tejun Heo
1
-12
/
+7
2020-09-01
blk-iocost: replace iocg->has_surplus with ->surplus_list
Tejun Heo
1
-8
/
+11
2020-09-01
blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
Tejun Heo
1
-27
/
+45
2020-09-01
blk-iocost: add absolute usage stat
Tejun Heo
1
-6
/
+149
2020-09-01
blk-iocost: grab ioc->lock for debt handling
Tejun Heo
1
-19
/
+73
2020-09-01
blk-iocost: streamline vtime margin and timer slack handling
Tejun Heo
1
-29
/
+38
2020-09-01
blk-iocost: make ioc_now->now and ioc->period_at 64bit
Tejun Heo
1
-2
/
+2
2020-09-01
blk-iocost: use WEIGHT_ONE based fixed point number for weights
Tejun Heo
1
-12
/
+13
2020-09-01
blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
Tejun Heo
1
-10
/
+10
2020-09-01
blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
Tejun Heo
1
-1
/
+2
2020-09-01
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
Tejun Heo
1
-60
/
+60
2020-09-01
blk-iocost: clamp inuse and skip noops in __propagate_weights()
Tejun Heo
1
-1
/
+4
2020-09-01
blk-iocost: rename propagate_active_weights() to propagate_weights()
Tejun Heo
1
-20
/
+20
2020-09-01
blk-iocost: use local[64]_t for percpu stat
Tejun Heo
1
-10
/
+27
2020-09-01
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+2
2020-07-30
iocost: Fix check condition of iocg abs_vdebt
Chengming Zhou
1
-1
/
+1
2020-07-29
iocost: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-3
/
+2
2020-06-24
blk-iocost: Use struct_size() in kzalloc_node()
Gustavo A. R. Silva
1
-2
/
+1
2020-05-14
iocost: don't let vrate run wild while there's no saturation signal
Tejun Heo
1
-4
/
+24
[next]