index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Age
Commit message (
Expand
)
Author
2022-06-25
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
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-27
blk-mq: Fix wrong wakeup batch configuration which will cause hang
Laibin Qiu
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
2021-10-25
sbitmap: silence data race warning
Jens Axboe
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-07-08
lib: fix spelling mistakes
Zhen Lei
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: Add helpers for updating allocation hint
Ming Lei
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2020-12-07
sbitmap: simplify wrap check
Pavel Begunkov
2020-12-07
sbitmap: replace CAS with atomic and
Pavel Begunkov
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
2020-12-07
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
2020-07-01
sbitmap: Consider cleared bits in sbitmap_bitmap_show()
John Garry
2019-12-20
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
2019-11-13
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
2019-07-01
sbitmap: Replace cmpxchg with xchg
Pavel Begunkov
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
2019-05-23
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-03-25
sbitmap: order READ/WRITE freed instance and setting clear bit
Ming Lei
2019-01-15
sbitmap: Protect swap_lock from hardirq
Ming Lei
2019-01-15
sbitmap: Protect swap_lock from softirqs
Steven Rostedt (VMware)
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
2018-12-11
sbitmap: flush deferred clears for resize and shallow gets
Jens Axboe
2018-12-09
sbitmap: silence bogus lockdep IRQ warning
Jens Axboe
2018-11-30
sbitmap: optimize wakeup check
Jens Axboe
2018-11-30
sbitmap: ammortize cost of clearing bits
Jens Axboe
2018-11-29
sbitmap: don't loop for find_next_zero_bit() for !round_robin
Jens Axboe
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
2018-05-14
sbitmap: fix race in wait batch accounting
Jens Axboe
2018-05-10
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
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-12-22
blk-mq: improve heavily contended tag case
Jens Axboe
2017-04-14
sbitmap: add sbitmap_get_shallow() operation
Omar Sandoval
2017-03-02
kasan, sched/headers: Uninline kasan_enable/disable_current()
Ingo Molnar
2017-01-27
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
2017-01-18
sbitmap: fix wakeup hang after sbq resize
Omar Sandoval
2017-01-18
sbitmap: use smp_mb__after_atomic() in sbq_wake_up()
Omar Sandoval
2016-09-19
sbitmap: initialize weight to zero
Colin Ian King
2016-09-17
sbitmap: don't update the allocation hint on clear after resize
Omar Sandoval
2016-09-17
sbitmap: re-initialize allocation hints after resize
Omar Sandoval
2016-09-17
sbitmap: randomize initial alloc_hint values
Omar Sandoval
[next]