summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+29
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+3
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+19
2022-03-23kfence: allow use of a deferrable timerMarco Elver1-0/+12
2022-03-23kunit: make kunit_test_timeout compatible with commentPeng Liu1-1/+1
2022-03-23kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu1-0/+1
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song1-5/+5
2022-03-22Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-409/+422
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+4
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+17
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-9/+260
2022-03-22Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+13
2022-03-21lib: stackinit: Convert to KUnitKees Cook3-174/+121
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek1-5/+8
2022-03-13random: replace custom notifier chain with standard oneJason A. Donenfeld2-9/+13
2022-03-09lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel1-1/+1
2022-03-09lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-03-09lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
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-03Merge 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-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-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-17overflow: Provide constant expression struct_sizeKees Cook1-9/+17
2022-02-17overflow: Implement size_t saturating arithmetic helpersKees Cook1-0/+98
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-10test_overflow: Regularize test reporting outputKees Cook1-24/+30
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-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-31lib/crc32test: correct printed bytes countKevin Bracey1-1/+1
2022-01-31lib/crc32: Make crc32_be weak for arch overrideKevin Bracey1-2/+3
2022-01-31lib/crc32: remove unneeded castsKevin Bracey1-6/+3
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver1-0/+5
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang3-0/+252
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu1-2/+6
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds6-21/+87
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver1-0/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka3-6/+33
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+22
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+4