index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-12
1
-14
/
+23
*
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
2022-09-08
1
-5
/
+5
*
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
2022-09-08
1
-3
/
+15
*
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
2022-09-04
1
-17
/
+14
*
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-01
1
-14
/
+17
*
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
2022-08-26
1
-3
/
+2
*
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
2022-08-23
1
-22
/
+33
*
lib/cpumask: drop always-true preprocessor guard
Sander Vanheule
2022-08-15
1
-2
/
+0
*
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
2022-08-15
1
-1
/
+2
*
lib: remove lib/nodemask.c
Yury Norov
2022-08-12
1
-23
/
+0
*
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-09
1
-455
/
+371
|
\
|
*
fix copy_page_from_iter() for compound destinations
Al Viro
2022-08-09
1
-4
/
+18
|
*
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
2022-08-09
1
-15
/
+6
|
*
expand those iov_iter_advance()...
Al Viro
2022-08-09
1
-2
/
+9
|
*
pipe_get_pages(): switch to append_pipe()
Al Viro
2022-08-09
1
-29
/
+6
|
*
get rid of non-advancing variants
Al Viro
2022-08-09
1
-9
/
+18
|
*
iov_iter: saner helper for page array allocation
Al Viro
2022-08-09
1
-45
/
+32
|
*
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
2022-08-09
1
-37
/
+38
|
*
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
2022-08-09
1
-9
/
+1
|
*
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
2022-08-09
1
-59
/
+27
|
*
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
2022-08-09
1
-39
/
+10
|
*
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
2022-08-09
1
-32
/
+17
|
*
iov_iter_get_pages(): sanity-check arguments
Al Viro
2022-08-09
1
-7
/
+2
|
*
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
2022-08-09
1
-16
/
+22
|
*
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2022-08-09
1
-25
/
+19
|
*
ITER_PIPE: cache the type of last buffer
Al Viro
2022-08-09
1
-39
/
+38
|
*
ITER_PIPE: clean iov_iter_revert()
Al Viro
2022-08-09
1
-46
/
+14
|
*
ITER_PIPE: clean pipe_advance() up
Al Viro
2022-08-09
1
-17
/
+17
|
*
ITER_PIPE: lose iter_head argument of __pipe_get_pages()
Al Viro
2022-08-09
1
-4
/
+3
|
*
ITER_PIPE: fold push_pipe() into __pipe_get_pages()
Al Viro
2022-08-09
1
-55
/
+25
|
*
ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
Al Viro
2022-08-09
1
-73
/
+98
|
*
ITER_PIPE: helpers for adding pipe buffers
Al Viro
2022-08-09
1
-42
/
+46
|
*
ITER_PIPE: helper for getting pipe buffer by index
Al Viro
2022-08-09
1
-6
/
+9
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-09
1
-18
/
+69
*
|
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-08
5
-105
/
+81
|
\
\
|
*
|
lib/nodemask: inline next_node_in() and node_random()
Yury Norov
2022-08-01
2
-9
/
+1
|
*
|
lib/cpumask: move some one-line wrappers to header file
Yury Norov
2022-07-15
1
-28
/
+0
|
*
|
lib/cpumask: move trivial wrappers around find_bit to the header
Yury Norov
2022-07-15
1
-55
/
+0
|
*
|
lib/cpumask: change return types to unsigned where appropriate
Yury Norov
2022-07-15
1
-9
/
+9
|
*
|
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
2022-07-15
1
-3
/
+2
|
*
|
lib/bitmap: change return types to bool where appropriate
Yury Norov
2022-07-15
1
-2
/
+2
|
*
|
lib/test_bitmap: test the tail after bitmap_to_arr64()
Alexander Lobakin
2022-07-12
1
-0
/
+6
|
*
|
lib/bitmap: fix off-by-one in bitmap_to_arr64()
Alexander Lobakin
2022-07-12
1
-1
/
+1
|
*
|
lib: test_bitmap: add compile-time optimization/evaluations assertions
Alexander Lobakin
2022-07-01
1
-0
/
+62
*
|
|
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-08-07
19
-85
/
+261
|
\
\
\
|
*
|
|
lib/mpi: fix typo 'the the' in comment
Slark Xiao
2022-07-30
1
-1
/
+1
|
*
|
|
lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
Jiangshan Yi
2022-07-30
1
-4
/
+2
|
*
|
|
lib: devres: use numa aware allocation
Mark-PK Tsai
2022-07-18
1
-5
/
+10
|
*
|
|
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
2022-07-18
1
-1
/
+1
|
*
|
|
lib/test: introduce cpumask KUnit test suite
Sander Vanheule
2022-07-18
3
-0
/
+148
[next]