summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe1-8/+24
2022-11-09kasan: switch kunit tests to console tracepointsAndrey Konovalov1-1/+1
2022-11-09maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett1-2/+1
2022-11-09maple_tree: fix depth tracking in maple_stateLiam Howlett1-1/+2
2022-11-09kmsan: make sure PREEMPT_RT is offAlexander Potapenko1-0/+1
2022-11-09Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko1-1/+1
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett4-35741/+232
2022-11-09maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett1-6/+4
2022-11-09maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett1-3/+1
2022-11-09lib: Fix some kernel-doc commentsYang Li1-1/+1
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain2-22/+2
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-26/+15
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook2-0/+382
2022-11-02netlink: introduce bigendian integer typesFlorian Westphal1-26/+15
2022-11-02x86/mem: Move memmove to out of line assemblerNick Desaulniers1-0/+22
2022-11-01siphash: Convert selftest to KUnitKees Cook3-105/+82
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook1-0/+13
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook4-154/+135
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko1-14/+12
2022-10-30Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-3/+4
2022-10-29kunit/memcpy: Add dynamic size and window testsKees Cook1-0/+205
2022-10-29string: Rewrite and add more kern-doc for the str*() functionsKees Cook1-82/+0
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo1-0/+10
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn1-2/+2
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko1-1/+2
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-36/+22
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+36
2022-10-27kunit: remove unused structure definitionYoungJun.park1-5/+0
2022-10-27kunit: Add KUnit memory block assertions to the example_all_expect_macros_testMaíra Canal1-0/+7
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaíra Canal1-0/+56
2022-10-27kunit: log numbers in decimal and hexMark Rutland1-2/+4
2022-10-26rhashtable: make test actually randomRolf Eike Beer1-36/+22
2022-10-26overflow: Refactor test skips for Clang-specific issuesKees Cook1-17/+35
2022-10-26overflow: disable failing tests for older clang versionsNick Desaulniers1-1/+8
2022-10-25kset: fix memory leak when kset_register() returns errorYang Yingliang1-1/+8
2022-10-24zstd: import usptream v1.5.2Nick Terrell35-2427/+6654
2022-10-24zstd: Move zstd-common module exports to zstd_common_module.cNick Terrell4-14/+33
2022-10-24lib: zstd: Fix comment typoXin Gao1-1/+1
2022-10-24lib: zstd: fix repeated words in commentsJilin Yuan1-1/+1
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman1-5/+5
2022-10-19kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka1-3/+3
2022-10-19kunit: update NULL vs IS_ERR() testsDan Carpenter2-3/+3
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen1-1/+1
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-0/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-47/+38
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+8
2022-10-16lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor1-2/+7
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-25/+126
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-10-13hmm-tests: add test for migrate_device_range()Alistair Popple2-21/+100