summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-13lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan
2022-04-13lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang
2022-04-13ref_tracker: implement use-after-free detectionEric Dumazet
2022-04-13lib/logic_iomem: correct fallback config referencesJohannes Berg
2022-04-08XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-04-08XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-04-08lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-04-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel
2022-04-08lib/test: use after free in register_test_dev_kmod()Dan Carpenter
2022-04-08vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy
2022-04-08vsprintf: Fix potential unaligned accessAndy Shevchenko
2022-04-08kunit: make kunit_test_timeout compatible with commentPeng Liu
2022-04-08lib/raid6/test: fix multiple definition linking errorDirk Müller
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20lib: remove redundant assignment to variable retColin Ian King
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov
2022-01-20test_hash.c: refactor into kunitIsabella Basso
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso
2022-01-20test_hash.c: split test_hash_initIsabella Basso
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei
2022-01-20kstrtox: uninline everythingAlexey Dobriyan
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15vsprintf: rework bitmap_list_stringYury Norov
2022-01-15lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov