aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+10
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-2/+4
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+0
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesGravatar Connor O'Brien 1-0/+10
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyGravatar Andrey Konovalov 1-1/+4
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+2
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferGravatar Max Kellermann 1-0/+2
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEGravatar Julian Braha 1-1/+0
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-2/+10
2022-02-06ref_tracker: remove filter_irq_stacks() callGravatar Eric Dumazet 1-2/+0
2022-02-05ref_tracker: add a count of untracked referencesGravatar Eric Dumazet 1-1/+11
2022-02-05ref_tracker: implement use-after-free detectionGravatar Eric Dumazet 1-0/+5
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-2/+2
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Gravatar Nathan Chancellor 1-1/+1
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONGravatar Nathan Chancellor 1-2/+2
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEGravatar Marco Elver 1-0/+5
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Gravatar Yonghong Song 1-0/+8
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangGravatar Laibin Qiu 1-2/+6
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 6-21/+87
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Gravatar Marco Elver 1-0/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 3-6/+33
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Gravatar Luis Chamberlain 1-21/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+22
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+4
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-184/+167
2022-01-20lib: remove redundant assignment to variable retGravatar Colin Ian King 1-2/+0
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEGravatar Kees Cook 2-35/+0
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRGravatar Marco Elver 1-0/+2
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBGravatar Nathan Chancellor 1-0/+1
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testGravatar Andrey Konovalov 1-0/+1
2022-01-20test_hash.c: refactor into kunitGravatar Isabella Basso 3-143/+81
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesGravatar Isabella Basso 2-4/+13
2022-01-20test_hash.c: split test_hash_initGravatar Isabella Basso 1-12/+54
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsGravatar Isabella Basso 1-29/+62
2022-01-20hash.h: remove unused define directiveGravatar Isabella Basso 1-23/+1
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Gravatar Zhen Lei 1-4/+4
2022-01-20kstrtox: uninline everythingGravatar Alexey Dobriyan 1-0/+12
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-0/+2
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeGravatar Jason A. Donenfeld 1-81/+14
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardGravatar Jason A. Donenfeld 2-68/+0
2022-01-18lib/crypto: add prompts back to crypto librariesGravatar Justin M. Forbes 2-5/+14
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+52
2022-01-15vsprintf: rework bitmap_list_stringGravatar Yury Norov 1-17/+7
2022-01-15lib: bitmap: add performance test for bitmap_print_to_pagebufGravatar Yury Norov 1-0/+37
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateGravatar Yury Norov 1-1/+1
2022-01-15lib: add find_first_and_bit()Gravatar Yury Norov 2-0/+42
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyGravatar Yury Norov 1-3/+0