summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro2022-08-091-16/+22
* ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2022-08-091-25/+19
* ITER_PIPE: cache the type of last bufferAl Viro2022-08-091-39/+38
* ITER_PIPE: clean iov_iter_revert()Al Viro2022-08-091-46/+14
* ITER_PIPE: clean pipe_advance() upAl Viro2022-08-091-17/+17
* ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro2022-08-091-4/+3
* ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro2022-08-091-55/+25
* ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro2022-08-091-73/+98
* ITER_PIPE: helpers for adding pipe buffersAl Viro2022-08-091-42/+46
* ITER_PIPE: helper for getting pipe buffer by indexAl Viro2022-08-091-6/+9
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-091-18/+69
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-052-1/+104
|\
| * lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2022-08-032-1/+104
* | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-1/+1
|\ \
| * | kobject: fix Kconfig.debug "its" grammarRandy Dunlap2022-07-281-1/+1
* | | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-041-2/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-0/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-151-1/+2
| |\ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-2/+2
| |\ \ \ \ \
| | * | | | | test_bpf: fix incorrect netdev featuresJian Shen2022-06-231-2/+2
* | | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-08-031-4/+11
|\ \ \ \ \ \ \
| * | | | | | | fix short copy handling in copy_mc_pipe_to_iter()Al Viro2022-06-281-4/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-231/+52
|\ \ \ \ \ \ \
| * | | | | | | first_iovec_segment(): just return addressAl Viro2022-07-071-7/+8
| * | | | | | | iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro2022-07-061-24/+18
| * | | | | | | iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro2022-07-061-16/+16
| * | | | | | | iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro2022-07-061-10/+10
| * | | | | | | iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro2022-07-061-0/+4
| * | | | | | | iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro2022-07-061-9/+14
| * | | | | | | copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro2022-06-281-187/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-033-200/+127
|\ \ \ \ \ \ \
| * | | | | | | kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow2022-07-141-1/+3
| * | | | | | | kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-123-202/+75
| * | | | | | | kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-121-1/+51
| * | | | | | | kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov2022-07-081-4/+2
| * | | | | | | kunit: Taint the kernel when KUnit tests are runDavid Gow2022-07-021-0/+4
| |/ / / / / /
* | | | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | objtool: update objtool.txt referencesMauro Carvalho Chehab2022-07-071-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-038-9/+83
|\ \ \ \ \ \ \
| * | | | | | | crypto: lib - add module license to libsha1Eric Biggers2022-07-201-0/+3
| * | | | | | | crypto: lib - make the sha1 library optionalEric Biggers2022-07-152-1/+5
| * | | | | | | crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2022-07-153-1/+3
| * | | | | | | crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-06-301-3/+3
| * | | | | | | crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-242-1/+2
| * | | | | | | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-102-7/+71
| * | | | | | | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-104-0/+181
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-022-0/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | kasan: test: Silence GCC 12 warningsKees Cook2022-07-271-0/+10
| * | | | | | lib: overflow: Do not define 64-bit tests on 32-bitKees Cook2022-07-021-0/+6
* | | | | | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-0/+92
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |