summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel
2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-11-10test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Colin Ian King
2022-11-09mac_pton: Don't access memory over expected lengthAndy Shevchenko
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe
2022-11-08kasan: switch kunit tests to console tracepointsAndrey Konovalov
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett
2022-11-08kmsan: make sure PREEMPT_RT is offAlexander Potapenko
2022-11-08Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-08maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett
2022-11-08maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett
2022-11-08lib: Fix some kernel-doc commentsYang Li
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-11-01x86/mem: Move memmove to out of line assemblerNick Desaulniers
2022-11-01siphash: Convert selftest to KUnitKees Cook
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28kunit/memcpy: Add dynamic size and window testsKees Cook
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-27kunit: remove unused structure definitionYoungJun.park
2022-10-27kunit: Add KUnit memory block assertions to the example_all_expect_macros_testMaíra Canal
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaíra Canal
2022-10-27kunit: log numbers in decimal and hexMark Rutland
2022-10-26rhashtable: make test actually randomRolf Eike Beer
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers
2022-10-25kset: fix memory leak when kset_register() returns errorYang Yingliang
2022-10-24zstd: import usptream v1.5.2Nick Terrell
2022-10-24zstd: Move zstd-common module exports to zstd_common_module.cNick Terrell
2022-10-24lib: zstd: Fix comment typoXin Gao
2022-10-24lib: zstd: fix repeated words in commentsJilin Yuan
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman
2022-10-18kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka
2022-10-18kunit: update NULL vs IS_ERR() testsDan Carpenter
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra