summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-12kunit: bail out of test filtering logic quicker if OOMDaniel Latypov
2022-05-12lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTSDaniel Latypov
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow
2022-05-09dim: initialize all struct fieldsJesse Brandeburg
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-03selftests/sysctl: add sysctl macro testTonghao Zhang
2022-05-02kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov
2022-05-02kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Daniel Latypov
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-29lib: remove back_str initializationTom Rix
2022-04-29lib/string.c: simplify str[c]spnRasmus Villemoes
2022-04-29lib/test_string.c: add strspn and strcspn testsRasmus Villemoes
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes
2022-04-29lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams
2022-04-28cxl: Drop cxl_device_lock()Dan Williams
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-27hex2bin: fix access beyond string endMikulas Patocka
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu
2022-04-26test_firmware: Error injection for firmware uploadRuss Weight
2022-04-26test_firmware: Add test support for firmware uploadRuss Weight
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)
2022-04-22printk: rename cpulock functionsJohn Ogness
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-13lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Sebastian Andrzej Siewior
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow
2022-04-05list: test: Test the hlist structureDavid Gow
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman
2022-04-04kunit: split resource API impl from test.c into new resource.cDaniel Latypov
2022-04-04kasan: test: Use NULL macrosRicardo Ribalda
2022-04-04kunit: use NULL macrosRicardo Ribalda
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds