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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-08
1
-455
/
+371
|
\
|
*
fix copy_page_from_iter() for compound destinations
Al Viro
2022-08-08
1
-4
/
+18
|
*
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
2022-08-08
1
-15
/
+6
|
*
expand those iov_iter_advance()...
Al Viro
2022-08-08
1
-2
/
+9
|
*
pipe_get_pages(): switch to append_pipe()
Al Viro
2022-08-08
1
-29
/
+6
|
*
get rid of non-advancing variants
Al Viro
2022-08-08
1
-9
/
+18
|
*
iov_iter: saner helper for page array allocation
Al Viro
2022-08-08
1
-45
/
+32
|
*
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
2022-08-08
1
-37
/
+38
|
*
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
2022-08-08
1
-9
/
+1
|
*
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
2022-08-08
1
-59
/
+27
|
*
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
2022-08-08
1
-39
/
+10
|
*
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
2022-08-08
1
-32
/
+17
|
*
iov_iter_get_pages(): sanity-check arguments
Al Viro
2022-08-08
1
-7
/
+2
|
*
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
2022-08-08
1
-16
/
+22
|
*
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2022-08-08
1
-25
/
+19
|
*
ITER_PIPE: cache the type of last buffer
Al Viro
2022-08-08
1
-39
/
+38
|
*
ITER_PIPE: clean iov_iter_revert()
Al Viro
2022-08-08
1
-46
/
+14
|
*
ITER_PIPE: clean pipe_advance() up
Al Viro
2022-08-08
1
-17
/
+17
|
*
ITER_PIPE: lose iter_head argument of __pipe_get_pages()
Al Viro
2022-08-08
1
-4
/
+3
|
*
ITER_PIPE: fold push_pipe() into __pipe_get_pages()
Al Viro
2022-08-08
1
-55
/
+25
|
*
ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
Al Viro
2022-08-08
1
-73
/
+98
|
*
ITER_PIPE: helpers for adding pipe buffers
Al Viro
2022-08-08
1
-42
/
+46
|
*
ITER_PIPE: helper for getting pipe buffer by index
Al Viro
2022-08-08
1
-6
/
+9
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-08
1
-18
/
+69
*
|
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-07
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-14
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-06-30
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-29
1
-1
/
+1
|
*
|
|
lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
Jiangshan Yi
2022-07-29
1
-4
/
+2
|
*
|
|
lib: devres: use numa aware allocation
Mark-PK Tsai
2022-07-17
1
-5
/
+10
|
*
|
|
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
2022-07-17
1
-1
/
+1
|
*
|
|
lib/test: introduce cpumask KUnit test suite
Sander Vanheule
2022-07-17
3
-0
/
+148
|
*
|
|
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
2022-07-17
2
-2
/
+3
|
*
|
|
lib/ts_bm.c: remove redundant store to variable consumed after addition
Colin Ian King
2022-07-17
1
-1
/
+1
|
*
|
|
lib/scatterlist: use matched parameter type when calling __sg_free_table()
wuchi
2022-07-17
1
-2
/
+2
|
*
|
|
lib: make LZ4_decompress_safe_forceExtDict() static
Tiezhu Yang
2022-07-17
1
-3
/
+3
|
*
|
|
lib/radix-tree: remove unused argument of insert_entries
wuchi
2022-07-17
1
-2
/
+2
|
*
|
|
lib/error-inject: traverse list with mutex
wuchi
2022-07-17
1
-3
/
+9
|
*
|
|
lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing
Vlastimil Babka
2022-07-17
2
-19
/
+49
|
*
|
|
lib/lru_cache: fix error free handing in lc_create
wuchi
2022-07-17
1
-2
/
+2
|
*
|
|
Merge branch 'master' into mm-nonmm-stable
akpm
2022-06-27
5
-1
/
+182
|
|
\
|
|
[next]