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
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]