summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-08-09get rid of non-advancing variantsAl Viro1-9/+18
2022-08-09iov_iter: saner helper for page array allocationAl Viro1-45/+32
2022-08-09fold __pipe_get_pages() into pipe_get_pages()Al Viro1-37/+38
2022-08-09ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro1-9/+1
2022-08-09unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro1-59/+27
2022-08-09unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro1-39/+10
2022-08-09unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro1-32/+17
2022-08-09iov_iter_get_pages(): sanity-check argumentsAl Viro1-7/+2
2022-08-09iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro1-16/+22
2022-08-09ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro1-25/+19
2022-08-09ITER_PIPE: cache the type of last bufferAl Viro1-39/+38
2022-08-09ITER_PIPE: clean iov_iter_revert()Al Viro1-46/+14
2022-08-09ITER_PIPE: clean pipe_advance() upAl Viro1-17/+17
2022-08-09ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro1-4/+3
2022-08-09ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro1-55/+25
2022-08-09ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro1-73/+98
2022-08-09ITER_PIPE: helpers for adding pipe buffersAl Viro1-42/+46
2022-08-09ITER_PIPE: helper for getting pipe buffer by indexAl Viro1-6/+9
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-18/+69
2022-08-05Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+104
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+11
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-231/+52
2022-08-03Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-200/+127
2022-08-03Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-9/+83
2022-08-03lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2-1/+104
2022-08-03Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+16
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+92
2022-07-28kobject: fix Kconfig.debug "its" grammarRandy Dunlap1-1/+1
2022-07-27kasan: test: Silence GCC 12 warningsKees Cook1-0/+10
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-20crypto: lib - add module license to libsha1Eric Biggers1-0/+3
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers2-1/+5
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers3-1/+3
2022-07-15ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers1-0/+3
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-14kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow1-1/+3
2022-07-12kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov3-202/+75
2022-07-12kunit: unify module and builtin suite definitionsJeremy Kerr1-1/+51
2022-07-10ida: don't use BUG_ON() for debuggingLinus Torvalds1-1/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2022-07-08kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov1-4/+2
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab1-1/+1
2022-07-07first_iovec_segment(): just return addressAl Viro1-7/+8
2022-07-07iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro1-24/+18
2022-07-07iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro1-16/+16
2022-07-06iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro1-10/+10
2022-07-06iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro1-0/+4