aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17lib/sort: Add priv pointer to swap functionJiri Olsa1-10/+30
2022-03-17fprobe: Add a selftest for fprobeMasami Hiramatsu3-0/+188
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld2-9/+13
2022-03-11lib/logic_iomem: correct fallback config referencesJohannes Berg1-4/+4
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel1-1/+1
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-03-08lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch3-0/+136
2022-03-07lib: add rocksoft model crc64Keith Busch2-11/+68
2022-03-07Merge branch 'for-5.18/block' into for-5.18/64bit-piJens Axboe1-23/+17
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+10
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig1-0/+2
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+0
2022-03-03lib/mpi: export mpi_rshiftNicolai Stange1-0/+1
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien1-0/+10
2022-02-27lib: overflow: Convert to KunitKees Cook3-309/+263
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov1-1/+4
2022-02-25list: test: Add a test for list_entry_is_head()David Gow1-0/+21
2022-02-25list: test: Add a test for list_is_head()David Gow1-0/+19
2022-02-25list: test: Add test for list_del_init_careful()David Gow1-0/+21
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann2-2/+2
2022-02-25lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann1-3/+8
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy1-15/+21
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2022-02-21random: remove unused tracepointsJason A. Donenfeld1-2/+0
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha1-1/+0
2022-02-16overflow: Provide constant expression struct_sizeKees Cook1-9/+17
2022-02-16overflow: Implement size_t saturating arithmetic helpersKees Cook1-0/+98
2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook1-0/+5
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2-0/+10
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook4-1/+18
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko1-1/+2
2022-02-10vsprintf: Fix potential unaligned accessAndy Shevchenko1-5/+7
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+10
2022-02-09test_overflow: Regularize test reporting outputKees Cook1-24/+30
2022-02-08cxl: Prove CXL lockingDan Williams1-0/+23
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry1-3/+3
2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei1-20/+14
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet1-2/+0
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet1-1/+11
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet1-0/+5
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor1-1/+1