summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-07-18lib: devres: use numa aware allocationMark-PK Tsai1-5/+10
2022-07-18lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa1-1/+1
2022-07-18lib/test: introduce cpumask KUnit test suiteSander Vanheule3-0/+148
2022-07-18cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2-2/+3
2022-07-18lib/ts_bm.c: remove redundant store to variable consumed after additionColin Ian King1-1/+1
2022-07-18lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi1-2/+2
2022-07-18lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang1-3/+3
2022-07-18lib/radix-tree: remove unused argument of insert_entrieswuchi1-2/+2
2022-07-18lib/error-inject: traverse list with mutexwuchi1-3/+9
2022-07-18lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingVlastimil Babka2-19/+49
2022-07-18lib/lru_cache: fix error free handing in lc_createwuchi1-2/+2
2022-07-18lib/test_free_pages.c: pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-07-18lib: add support for device coherent type in test_hmmAlex Sierra2-61/+196
2022-07-18lib: test_hmm add module param for zone device typeAlex Sierra2-21/+53
2022-07-18lib: test_hmm add ioctl to get zone device typeAlex Sierra2-6/+19
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov1-28/+0
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov1-55/+0
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov1-9/+9
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-3/+2
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-15lib/bitmap: change return types to bool where appropriateYury Norov1-2/+2
2022-07-14kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow1-1/+3
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin1-0/+6
2022-07-12lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin1-1/+1
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-11lib/test_printf.c: split write-beyond-buffer check in twoRasmus Villemoes1-1/+6
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
2022-07-06iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro1-9/+14
2022-07-04lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)1-7/+8
2022-07-04mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin1-0/+9
2022-07-04lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds1-25/+0
2022-07-02lib: overflow: Do not define 64-bit tests on 32-bitKees Cook1-0/+6
2022-07-02kunit: Taint the kernel when KUnit tests are runDavid Gow1-0/+4
2022-07-01Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2022-07-01lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin1-0/+62
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld1-3/+3
2022-06-29fix short copy handling in copy_mc_pipe_to_iter()Al Viro1-4/+11
2022-06-29copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro1-187/+4