summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)Author
2022-03-22kunit: make kunit_test_timeout compatible with commentPeng Liu
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-21lib: stackinit: Convert to KUnitKees Cook
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek
2022-03-17lib/sort: Add priv pointer to swap functionJiri Olsa
2022-03-17fprobe: Add a selftest for fprobeMasami Hiramatsu
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-03-11lib/logic_iomem: correct fallback config referencesJohannes Berg
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel
2022-03-08lib/raid6/test: fix multiple definition linking errorDirk Müller
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch
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