summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-03-07lib: add rocksoft model crc64Keith Busch
2022-03-07Merge branch 'for-5.18/block' into for-5.18/64bit-piJens Axboe
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-03-03lib/mpi: export mpi_rshiftNicolai Stange
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien
2022-02-27lib: overflow: Convert to KunitKees Cook
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov
2022-02-25list: test: Add a test for list_entry_is_head()David Gow
2022-02-25list: test: Add a test for list_is_head()David Gow
2022-02-25list: test: Add test for list_del_init_careful()David Gow
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-02-21random: remove unused tracepointsJason A. Donenfeld
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-16overflow: Provide constant expression struct_sizeKees Cook
2022-02-16overflow: Implement size_t saturating arithmetic helpersKees Cook
2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko
2022-02-10vsprintf: Fix potential unaligned accessAndy Shevchenko
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09test_overflow: Regularize test reporting outputKees Cook
2022-02-08cxl: Prove CXL lockingDan Williams
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry
2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov
2022-01-31lib/crc32test: correct printed bytes countKevin Bracey
2022-01-31lib/crc32: Make crc32_be weak for arch overrideKevin Bracey
2022-01-31lib/crc32: remove unneeded castsKevin Bracey
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang