index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sbitmap.h
Age
Commit message (
Expand
)
Author
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-03-21
lib/sbitmap: allocate sb->map via kvzalloc_node
Ming Lei
2022-02-08
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
2022-02-08
lib/sbitmap: kill 'depth' from sbitmap_word
Ming Lei
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
include/linux/sbitmap.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
2021-03-18
scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()
Bart Van Assche
2021-03-04
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
2021-03-04
scsi: sbitmap: Export sbitmap_weight
Ming Lei
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2021-03-04
scsi: sbitmap: Remove sbitmap_clear_bit_unlock
Ming Lei
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
2019-11-13
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
2019-03-22
sbitmap: trivial - update comment for sbitmap_deferred_clear_bit
Shenghui Wang
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
2018-12-03
sbitmap: fix sbitmap_for_each_set()
Omar Sandoval
2018-11-30
sbitmap: optimize wakeup check
Jens Axboe
2018-11-30
sbitmap: ammortize cost of clearing bits
Jens Axboe
2018-07-10
scsi: target: sbitmap: add seq_file forward declaration
Arnd Bergmann
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
2018-02-28
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
2017-11-01
sbitmap: introduce __sbitmap_for_each_set()
Ming Lei
2017-04-14
sbitmap: add sbitmap_get_shallow() operation
Omar Sandoval
2017-01-27
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
2016-09-17
sbitmap: push alloc policy into sbitmap_queue
Omar Sandoval
2016-09-17
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
2016-09-17
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval