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
/
lib
/
sbitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
sbitmap: fix batching wakeup
David Jeffery
1
-8
/
+7
2023-01-29
sbitmap: correct wake_batch recalculation to avoid potential IO hung
Kemeng Shi
1
-4
/
+1
2023-01-29
sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitma...
Kemeng Shi
1
-37
/
+33
2023-01-29
sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
Kemeng Shi
1
-15
/
+15
2023-01-29
sbitmap: remove redundant check in __sbitmap_queue_get_batch
Kemeng Shi
1
-5
/
+3
2023-01-29
sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
Kemeng Shi
1
-7
/
+4
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-106
/
+38
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-11-16
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
1
-16
/
+12
2022-11-16
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
1
-2
/
+8
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
1
-96
/
+26
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-09-29
sbitmap: fix lockup while swapping
Hugh Dickins
1
-1
/
+1
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+23
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
1
-5
/
+5
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
1
-3
/
+15
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-17
/
+14
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+17
2022-08-26
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
1
-3
/
+2
2022-08-23
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
1
-22
/
+33
2022-06-25
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
1
-1
/
+4
2022-03-21
lib/sbitmap: allocate sb->map via kvzalloc_node
Ming Lei
1
-1
/
+1
2022-02-08
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
1
-3
/
+3
2022-02-08
lib/sbitmap: kill 'depth' from sbitmap_word
Ming Lei
1
-20
/
+14
2022-01-27
blk-mq: Fix wrong wakeup batch configuration which will cause hang
Laibin Qiu
1
-2
/
+6
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
1
-3
/
+22
2021-10-25
sbitmap: silence data race warning
Jens Axboe
1
-1
/
+1
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
1
-3
/
+41
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
1
-0
/
+51
2021-07-08
lib: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-03-04
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
1
-13
/
+3
2021-03-04
scsi: sbitmap: Export sbitmap_weight
Ming Lei
1
-5
/
+6
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
1
-46
/
+66
2021-03-04
scsi: sbitmap: Add helpers for updating allocation hint
Ming Lei
1
-39
/
+54
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
1
-14
/
+14
2020-12-07
sbitmap: simplify wrap check
Pavel Begunkov
1
-3
/
+5
2020-12-07
sbitmap: replace CAS with atomic and
Pavel Begunkov
1
-5
/
+3
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
1
-11
/
+3
2020-12-07
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
1
-12
/
+12
2020-07-01
sbitmap: Consider cleared bits in sbitmap_bitmap_show()
John Garry
1
-0
/
+3
2019-12-20
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
1
-1
/
+1
2019-11-13
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
1
-17
/
+0
2019-07-01
sbitmap: Replace cmpxchg with xchg
Pavel Begunkov
1
-7
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
1
-12
/
+1
2019-05-23
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
1
-1
/
+1
2019-03-25
sbitmap: order READ/WRITE freed instance and setting clear bit
Ming Lei
1
-0
/
+11
2019-01-15
sbitmap: Protect swap_lock from hardirq
Ming Lei
1
-2
/
+3
2019-01-15
sbitmap: Protect swap_lock from softirqs
Steven Rostedt (VMware)
1
-10
/
+2
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
1
-4
/
+26
[next]