aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-15/+254
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-5/+10
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-57/+161
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+29
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-6/+19
2022-03-22kfence: allow use of a deferrable timerGravatar Marco Elver 1-0/+12
2022-03-22kunit: make kunit_test_timeout compatible with commentGravatar Peng Liu 1-1/+1
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroGravatar Peng Liu 1-0/+1
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeGravatar Muchun Song 1-5/+5
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-409/+422
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-23/+17
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-9/+260
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+13
2022-03-21lib: stackinit: Convert to KUnitGravatar Kees Cook 3-174/+121
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusGravatar Petr Mladek 1-5/+8
2022-03-17lib/sort: Add priv pointer to swap functionGravatar Jiri Olsa 1-10/+30
2022-03-17fprobe: Add a selftest for fprobeGravatar Masami Hiramatsu 3-0/+188
2022-03-12random: replace custom notifier chain with standard oneGravatar Jason A. Donenfeld 2-9/+13
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORGravatar Paul Menzel 1-1/+1
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Gravatar Paul Menzel 1-1/+3
2022-03-08lib/raid6/test: fix multiple definition linking errorGravatar Dirk Müller 1-1/+0
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-03mm: remove the extra ZONE_DEVICE struct page refcountGravatar Christoph Hellwig 1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Gravatar Christoph Hellwig 1-0/+1
2022-03-03mm: remove pointless includes from <linux/hmm.h>Gravatar Christoph Hellwig 1-0/+2
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+0
2022-03-03lib/mpi: export mpi_rshiftGravatar Nicolai Stange 1-0/+1
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesGravatar Connor O'Brien 1-0/+10
2022-02-27lib: overflow: Convert to KunitGravatar Kees Cook 3-309/+263
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyGravatar Andrey Konovalov 1-1/+4
2022-02-25list: test: Add a test for list_entry_is_head()Gravatar David Gow 1-0/+21
2022-02-25list: test: Add a test for list_is_head()Gravatar David Gow 1-0/+19
2022-02-25list: test: Add test for list_del_init_careful()Gravatar David Gow 1-0/+21
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 2-2/+2
2022-02-25lib/test_lockup: fix kernel pointer check for separate address spacesGravatar Arnd Bergmann 1-3/+8
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 1-2/+2
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Gravatar Christophe Leroy 1-15/+21
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+2
2022-02-21random: remove unused tracepointsGravatar Jason A. Donenfeld 1-2/+0
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-16overflow: Provide constant expression struct_sizeGravatar Kees Cook 1-9/+17
2022-02-16overflow: Implement size_t saturating arithmetic helpersGravatar Kees Cook 1-0/+98
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Gravatar Andy Shevchenko 1-1/+2
2022-02-10vsprintf: Fix potential unaligned accessGravatar Andy Shevchenko 1-5/+7