summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-08-311-1/+0
|\
| * crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers2022-08-261-1/+0
* | Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds2022-08-283-24/+37
|\ \
| * | lib/cpumask_kunit: log mask contentsSander Vanheule2022-08-241-20/+31
| * | lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-243-3/+6
| * | lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule2022-08-241-1/+1
| * | lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule2022-08-241-1/+0
* | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-251-3/+9
|\ \ \ | |/ / |/| |
| * | ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-241-3/+9
| |/
* | lib/cpumask: drop always-true preprocessor guardSander Vanheule2022-08-151-2/+0
* | lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-1/+2
|/
* lib: remove lib/nodemask.cYury Norov2022-08-121-23/+0
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-455/+371
|\
| * fix copy_page_from_iter() for compound destinationsAl Viro2022-08-081-4/+18
| * copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro2022-08-081-15/+6
| * expand those iov_iter_advance()...Al Viro2022-08-081-2/+9
| * pipe_get_pages(): switch to append_pipe()Al Viro2022-08-081-29/+6
| * get rid of non-advancing variantsAl Viro2022-08-081-9/+18
| * iov_iter: saner helper for page array allocationAl Viro2022-08-081-45/+32
| * fold __pipe_get_pages() into pipe_get_pages()Al Viro2022-08-081-37/+38
| * ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro2022-08-081-9/+1
| * unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro2022-08-081-59/+27
| * unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro2022-08-081-39/+10
| * unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro2022-08-081-32/+17
| * iov_iter_get_pages(): sanity-check argumentsAl Viro2022-08-081-7/+2
| * iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro2022-08-081-16/+22
| * ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2022-08-081-25/+19
| * ITER_PIPE: cache the type of last bufferAl Viro2022-08-081-39/+38
| * ITER_PIPE: clean iov_iter_revert()Al Viro2022-08-081-46/+14
| * ITER_PIPE: clean pipe_advance() upAl Viro2022-08-081-17/+17
| * ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro2022-08-081-4/+3
| * ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro2022-08-081-55/+25
| * ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro2022-08-081-73/+98
| * ITER_PIPE: helpers for adding pipe buffersAl Viro2022-08-081-42/+46
| * ITER_PIPE: helper for getting pipe buffer by indexAl Viro2022-08-081-6/+9
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-18/+69
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-075-105/+81
|\ \
| * | lib/nodemask: inline next_node_in() and node_random()Yury Norov2022-08-012-9/+1
| * | lib/cpumask: move some one-line wrappers to header fileYury Norov2022-07-151-28/+0
| * | lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov2022-07-151-55/+0
| * | lib/cpumask: change return types to unsigned where appropriateYury Norov2022-07-151-9/+9
| * | lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-3/+2
| * | lib/bitmap: change return types to bool where appropriateYury Norov2022-07-141-2/+2
| * | lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin2022-07-121-0/+6
| * | lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin2022-07-121-1/+1
| * | lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin2022-06-301-0/+62
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-0719-85/+261
|\ \ \
| * | | lib/mpi: fix typo 'the the' in commentSlark Xiao2022-07-291-1/+1
| * | | lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Jiangshan Yi2022-07-291-4/+2
| * | | lib: devres: use numa aware allocationMark-PK Tsai2022-07-171-5/+10