summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-03-234-57/+161
|\
| * list: test: Add a test for list_entry_is_head()David Gow2022-02-251-0/+21
| * list: test: Add a test for list_is_head()David Gow2022-02-251-0/+19
| * list: test: Add test for list_del_init_careful()David Gow2022-02-251-0/+21
| * kunit: factor out str constants from binary assertion structsDaniel Latypov2022-01-311-19/+19
| * kunit: remove va_format from kunit_assertDaniel Latypov2022-01-312-16/+23
| * kunit: split out part of kunit_assert into a static constDaniel Latypov2022-01-252-10/+14
| * kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov2022-01-252-6/+1
| * kunit: move check if assertion passed into the macrosDaniel Latypov2022-01-251-9/+4
| * kunit: add example test case showing off all the expect macrosDaniel Latypov2022-01-251-0/+42
* | Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-231-20/+29
|\ \
| * \ Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek2022-03-211-5/+8
| |\ \
| | * | vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko2022-02-101-1/+2
| | * | vsprintf: Fix potential unaligned accessAndy Shevchenko2022-02-101-5/+7
| * | | vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy2022-02-241-15/+21
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+3
|\ \ \
| * | | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
| * | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| * | | mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-6/+19
|\ \ \ \
| * | | | kfence: allow use of a deferrable timerMarco Elver2022-03-221-0/+12
| * | | | kunit: make kunit_test_timeout compatible with commentPeng Liu2022-03-221-1/+1
| * | | | kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-0/+1
| * | | | xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-221-5/+5
* | | | | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-214-409/+422
|\ \ \ \ \
| * | | | | lib: stackinit: Convert to KUnitKees Cook2022-03-213-174/+121
| * | | | | lib: overflow: Convert to KunitKees Cook2022-02-273-309/+263
| * | | | | overflow: Provide constant expression struct_sizeKees Cook2022-02-161-9/+17
| * | | | | overflow: Implement size_t saturating arithmetic helpersKees Cook2022-02-161-0/+98
| * | | | | test_overflow: Regularize test reporting outputKees Cook2022-02-091-24/+30
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-3/+4
|\ \ \ \ \
| * | | | | lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel2022-03-081-1/+1
| * | | | | lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-03-081-1/+3
| * | | | | lib/raid6/test: fix multiple definition linking errorDirk Müller2022-03-081-1/+0
* | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-23/+17
|\| | | | |
| * | | | | sbitmap: Delete old sbitmap_queue_get_shallow()John Garry2022-02-081-3/+3
| * | | | | lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei2022-02-081-20/+14
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-216-9/+260
|\ \ \ \ \ \
| * | | | | | lib/mpi: export mpi_rshiftNicolai Stange2022-03-031-0/+1
| * | | | | | lib/crc32test: correct printed bytes countKevin Bracey2022-01-311-1/+1
| * | | | | | lib/crc32: Make crc32_be weak for arch overrideKevin Bracey2022-01-311-2/+3
| * | | | | | lib/crc32: remove unneeded castsKevin Bracey2022-01-311-6/+3
| * | | | | | crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-283-0/+252
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-212-11/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | random: replace custom notifier chain with standard oneJason A. Donenfeld2022-03-122-9/+13
| * | | | | random: remove unused tracepointsJason A. Donenfeld2022-02-211-2/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-021-1/+0
|\ \ \ \ \
| * | | | | ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-02-211-1/+0
* | | | | | kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov2022-02-261-1/+4
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-02-221-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |