summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko-14/+12
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-3/+4
2022-10-28kunit/memcpy: Add dynamic size and window testsKees Cook-0/+205
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook-82/+0
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo-0/+10
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn-2/+2
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko-1/+2
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-36/+22
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+36
2022-10-27kunit: remove unused structure definitionYoungJun.park-5/+0
2022-10-27kunit: Add KUnit memory block assertions to the example_all_expect_macros_testMaíra Canal-0/+7
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaíra Canal-0/+56
2022-10-27kunit: log numbers in decimal and hexMark Rutland-2/+4
2022-10-26rhashtable: make test actually randomRolf Eike Beer-36/+22
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook-17/+35
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers-1/+8
2022-10-25kset: fix memory leak when kset_register() returns errorYang Yingliang-1/+8
2022-10-24zstd: import usptream v1.5.2Nick Terrell-2427/+6654
2022-10-24zstd: Move zstd-common module exports to zstd_common_module.cNick Terrell-14/+33
2022-10-24lib: zstd: Fix comment typoXin Gao-1/+1
2022-10-24lib: zstd: fix repeated words in commentsJilin Yuan-1/+1
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman-5/+5
2022-10-18kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka-3/+3
2022-10-18kunit: update NULL vs IS_ERR() testsDan Carpenter-3/+3
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen-1/+1
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra-0/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-47/+38
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+8
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor-2/+7
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+126
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2022-10-12hmm-tests: add test for migrate_device_range()Alistair Popple-21/+100
2022-10-12mm: free device private pages have zero refcountAlistair Popple-1/+1
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple-3/+4
2022-10-12lib/test_meminit: add checks for the allocation functionsXiaoke Wang-0/+21
2022-10-12Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds-95/+43
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+6
2022-10-13Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada-0/+1
2022-10-13Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada-2/+2
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-3/+3
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-12/+12
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld-14/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-15/+15
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1600/+45612
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds-14/+2
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-11/+98
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds-142/+536