Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-02 | kasan, sched/headers: Uninline kasan_enable/disable_current() | Ingo Molnar | 1 | -0/+1 |
2017-01-27 | sbitmap: add helpers for dumping to a seq_file | Omar Sandoval | 1 | -0/+91 |
2017-01-18 | sbitmap: fix wakeup hang after sbq resize | Omar Sandoval | 1 | -5/+30 |
2017-01-18 | sbitmap: use smp_mb__after_atomic() in sbq_wake_up() | Omar Sandoval | 1 | -3/+10 |
2016-09-19 | sbitmap: initialize weight to zero | Colin Ian King | 1 | -1/+1 |
2016-09-17 | sbitmap: don't update the allocation hint on clear after resize | Omar Sandoval | 1 | -1/+1 |
2016-09-17 | sbitmap: re-initialize allocation hints after resize | Omar Sandoval | 1 | -2/+7 |
2016-09-17 | sbitmap: randomize initial alloc_hint values | Omar Sandoval | 1 | -0/+6 |
2016-09-17 | sbitmap: push alloc policy into sbitmap_queue | Omar Sandoval | 1 | -6/+8 |
2016-09-17 | sbitmap: push per-cpu last_tag into sbitmap_queue | Omar Sandoval | 1 | -1/+34 |
2016-09-17 | sbitmap: allocate wait queues on a specific node | Omar Sandoval | 1 | -1/+1 |
2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval | 1 | -0/+301 |