index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Age
Commit message (
Expand
)
Author
2025-08-07
lib/sbitmap: make sbitmap_get_shallow() internal
Yu Kuai
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
2024-09-20
lib/sbitmap: define swap_lock as raw_spinlock_t
Ming Lei
2024-07-19
sbitmap: fix io hung due to race on sbitmap_word::cleared
Yang Yang
2024-04-26
sbitmap: use READ_ONCE to access map->word
linke li
2024-01-15
sbitmap: remove stale comment in sbq_calc_wake_batch
Kemeng Shi
2023-07-21
sbitmap: fix batching wakeup
David Jeffery
2023-01-29
sbitmap: correct wake_batch recalculation to avoid potential IO hung
Kemeng Shi
2023-01-29
sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitma...
Kemeng Shi
2023-01-29
sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
Kemeng Shi
2023-01-29
sbitmap: remove redundant check in __sbitmap_queue_get_batch
Kemeng Shi
2023-01-29
sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
Kemeng Shi
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-16
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
2022-11-16
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-29
sbitmap: fix lockup while swapping
Hugh Dickins
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-08-26
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
2022-08-23
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
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
[next]