index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-1
/
+1
*
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
2018-05-24
1
-14
/
+15
*
sbitmap: fix race in wait batch accounting
Jens Axboe
2018-05-14
1
-10
/
+25
*
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
2018-05-10
1
-0
/
+2
*
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
2018-05-10
1
-9
/
+40
*
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
2018-02-28
1
-5
/
+5
*
blk-mq: improve heavily contended tag case
Jens Axboe
2017-12-22
1
-1
/
+1
*
sbitmap: add sbitmap_get_shallow() operation
Omar Sandoval
2017-04-14
1
-7
/
+68
*
kasan, sched/headers: Uninline kasan_enable/disable_current()
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
2017-01-27
1
-0
/
+91
*
sbitmap: fix wakeup hang after sbq resize
Omar Sandoval
2017-01-18
1
-5
/
+30
*
sbitmap: use smp_mb__after_atomic() in sbq_wake_up()
Omar Sandoval
2017-01-18
1
-3
/
+10
*
sbitmap: initialize weight to zero
Colin Ian King
2016-09-19
1
-1
/
+1
*
sbitmap: don't update the allocation hint on clear after resize
Omar Sandoval
2016-09-17
1
-1
/
+1
*
sbitmap: re-initialize allocation hints after resize
Omar Sandoval
2016-09-17
1
-2
/
+7
*
sbitmap: randomize initial alloc_hint values
Omar Sandoval
2016-09-17
1
-0
/
+6
*
sbitmap: push alloc policy into sbitmap_queue
Omar Sandoval
2016-09-17
1
-6
/
+8
*
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
2016-09-17
1
-1
/
+34
*
sbitmap: allocate wait queues on a specific node
Omar Sandoval
2016-09-17
1
-1
/
+1
*
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
2016-09-17
1
-0
/
+301