summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-17lib: devres: use numa aware allocationMark-PK Tsai
2022-07-17lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa
2022-07-17lib/test: introduce cpumask KUnit test suiteSander Vanheule
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule
2022-07-17lib/ts_bm.c: remove redundant store to variable consumed after additionColin Ian King
2022-07-17lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi
2022-07-17lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang
2022-07-17lib/radix-tree: remove unused argument of insert_entrieswuchi
2022-07-17lib/error-inject: traverse list with mutexwuchi
2022-07-17lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingVlastimil Babka
2022-07-17lib/lru_cache: fix error free handing in lc_createwuchi
2022-07-17lib/test_free_pages.c: pass a pointer to virt_to_page()Linus Walleij
2022-07-17lib: add support for device coherent type in test_hmmAlex Sierra
2022-07-17lib: test_hmm add module param for zone device typeAlex Sierra
2022-07-17lib: test_hmm add ioctl to get zone device typeAlex Sierra
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers
2022-07-14ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov
2022-07-14kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin
2022-07-12lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr
2022-07-11lib/test_printf.c: split write-beyond-buffer check in twoRasmus Villemoes
2022-07-10ida: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-07kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab
2022-07-06first_iovec_segment(): just return addresspull-work.iov_iter-baseAl Viro
2022-07-06iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro
2022-07-06iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro
2022-07-06iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro
2022-07-06iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro
2022-07-06iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro
2022-07-03lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin
2022-07-03lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds
2022-07-01lib: overflow: Do not define 64-bit tests on 32-bitKees Cook
2022-07-01kunit: Taint the kernel when KUnit tests are runDavid Gow
2022-07-01Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-30lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld
2022-06-28fix short copy handling in copy_mc_pipe_to_iter()Al Viro
2022-06-28copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro