index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
2019-12-20
1
-1
/
+1
*
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
2019-11-13
1
-17
/
+0
*
sbitmap: Replace cmpxchg with xchg
Pavel Begunkov
2019-07-01
1
-7
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
2019-06-05
1
-12
/
+1
*
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-05-23
1
-1
/
+1
*
sbitmap: order READ/WRITE freed instance and setting clear bit
Ming Lei
2019-03-25
1
-0
/
+11
*
sbitmap: Protect swap_lock from hardirq
Ming Lei
2019-01-15
1
-2
/
+3
*
sbitmap: Protect swap_lock from softirqs
Steven Rostedt (VMware)
2019-01-15
1
-10
/
+2
*
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
2018-12-20
1
-4
/
+26
*
sbitmap: flush deferred clears for resize and shallow gets
Jens Axboe
2018-12-11
1
-43
/
+51
*
sbitmap: silence bogus lockdep IRQ warning
Jens Axboe
2018-12-09
1
-0
/
+8
*
sbitmap: optimize wakeup check
Jens Axboe
2018-11-30
1
-0
/
+28
*
sbitmap: ammortize cost of clearing bits
Jens Axboe
2018-11-30
1
-8
/
+73
*
sbitmap: don't loop for find_next_zero_bit() for !round_robin
Jens Axboe
2018-11-29
1
-8
/
+13
*
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