aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-28Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell
2022-07-28Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell
2022-07-28Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell
2022-07-28Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell
2022-07-28Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell
2022-07-28Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell
2022-07-28Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell
2022-07-28Merge branch 'main' of git://git.infradead.org/users/willy/xarray.gitStephen Rothwell
2022-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/live...Stephen Rothwell
2022-07-28Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell
2022-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell
2022-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell
2022-07-28Merge branch 'docs-next' of git://git.lwn.net/linux.gitStephen Rothwell
2022-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/prin...Stephen Rothwell
2022-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Stephen Rothwell
2022-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Stephen Rothwell
2022-07-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Stephen Rothwell
2022-07-27kasan: test: Silence GCC 12 warningsKees Cook
2022-07-26Merge branch 'mm-nonmm-unstable' into mm-everythingakpm
2022-07-26lib/mpi: fix typo 'the the' in commentSlark Xiao
2022-07-26lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Jiangshan Yi
2022-07-26lib/debugobjects: fix stat count and optimize debug_objects_mem_init.wuchi
2022-07-26mm: discard __GFP_ATOMICNeilBrown
2022-07-26lib/nodemask: inline next_node_in() and node_random()Yury Norov
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21expand those iov_iter_advance()...Al Viro
2022-07-21pipe_get_pages(): switch to append_pipe()Al Viro
2022-07-21get rid of non-advancing variantsAl Viro
2022-07-21iov_iter: saner helper for page array allocationAl Viro
2022-07-21fold __pipe_get_pages() into pipe_get_pages()Al Viro
2022-07-21ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro
2022-07-21unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro
2022-07-21unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro
2022-07-21unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro
2022-07-21iov_iter_get_pages(): sanity-check argumentsAl Viro
2022-07-21iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro
2022-07-21ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro
2022-07-21ITER_PIPE: cache the type of last bufferAl Viro
2022-07-21ITER_PIPE: clean iov_iter_revert()Al Viro
2022-07-21ITER_PIPE: clean pipe_advance() upAl Viro
2022-07-21ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro
2022-07-21ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro
2022-07-21ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro
2022-07-21ITER_PIPE: helpers for adding pipe buffersAl Viro
2022-07-21ITER_PIPE: helper for getting pipe buffer by indexAl Viro
2022-07-21new iov_iter flavour - ITER_UBUFAl Viro
2022-07-21Merge branch 'for-5.20/block-iter' of git://git.kernel.dk/linux-block into wo...Al Viro
2022-07-21Merge branches 'fixes', 'work.9p' and 'work.iov_iter-base' into work.iov_iterAl Viro
2022-07-20crypto: lib - add module license to libsha1Eric Biggers
2022-07-19Merge branch 'for-5.20/drivers' into for-5.20/drivers-postJens Axboe