aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-05-12kunit: bail out of test filtering logic quicker if OOMGravatar Daniel Latypov 2-6/+25
2022-05-12lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTSGravatar Daniel Latypov 1-5/+10
2022-05-12kunit: Rework kunit_resource allocation policyGravatar David Gow 1-57/+7
2022-05-09dim: initialize all struct fieldsGravatar Jesse Brandeburg 1-22/+22
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-2/+2
2022-05-03selftests/sysctl: add sysctl macro testGravatar Tonghao Zhang 1-0/+32
2022-05-02kunit: fix debugfs code to use enum kunit_status, not boolGravatar Daniel Latypov 1-1/+1
2022-05-02kunit: add ability to specify suite-level init and exit functionsGravatar Daniel Latypov 2-0/+31
2022-05-02kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Gravatar Daniel Latypov 1-4/+4
2022-05-02Merge 5.18-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 4-12/+35
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-04-29lib: remove back_str initializationGravatar Tom Rix 1-1/+1
2022-04-29lib/string.c: simplify str[c]spnGravatar Rasmus Villemoes 1-19/+6
2022-04-29lib/test_string.c: add strspn and strcspn testsGravatar Rasmus Villemoes 1-0/+33
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsGravatar Rasmus Villemoes 1-21/+0
2022-04-29lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testGravatar Xiaoke Wang 1-2/+10
2022-04-28nvdimm: Drop nd_device_lock()Gravatar Dan Williams 1-17/+0
2022-04-28cxl: Drop cxl_device_lock()Gravatar Dan Williams 1-6/+0
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-10/+33
2022-04-27hex2bin: fix access beyond string endGravatar Mikulas Patocka 1-3/+6
2022-04-27hex2bin: make the function hex_to_bin constant-timeGravatar Mikulas Patocka 1-7/+25
2022-04-26bootconfig: Support embedding a bootconfig file in kernelGravatar Masami Hiramatsu 4-0/+32
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileGravatar Masami Hiramatsu 1-1/+1
2022-04-26test_firmware: Error injection for firmware uploadGravatar Russ Weight 1-5/+122
2022-04-26test_firmware: Add test support for firmware uploadGravatar Russ Weight 1-0/+261
2022-04-22XArray: Disallow sibling entries of nodesGravatar Matthew Wilcox (Oracle) 1-0/+2
2022-04-22printk: rename cpulock functionsGravatar John Ogness 2-4/+4
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONGravatar Josh Poimboeuf 1-1/+1
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Gravatar Josh Poimboeuf 1-1/+1
2022-04-22objtool: Make noinstr hacks optionalGravatar Josh Poimboeuf 2-4/+5
2022-04-22objtool: Add CONFIG_OBJTOOLGravatar Josh Poimboeuf 3-11/+14
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesGravatar Peter Zijlstra 2-2/+2
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 2-34/+6
2022-04-13lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Gravatar Sebastian Andrzej Siewior 1-2/+6
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-32/+0
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGravatar Guo Xuenan 1-2/+6
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-4/+311
2022-04-08crypto: sm3,sm4 - move into crypto directoryGravatar Jason A. Donenfeld 4-434/+0
2022-04-06mm/slub: use stackdepot to save stack trace in objectsGravatar Oliver Glitta 1-0/+1
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyGravatar Vlastimil Babka 1-22/+45
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsGravatar Hyeonggon Yoo 1-5/+5
2022-04-05kunit: Make kunit_remove_resource() idempotentGravatar David Gow 2-2/+41
2022-04-05list: test: Test the hlist structureGravatar David Gow 1-1/+396
2022-04-05kobject: kobj_type: remove default_attrsGravatar Greg Kroah-Hartman 1-32/+0
2022-04-04kunit: split resource API impl from test.c into new resource.cGravatar Daniel Latypov 3-115/+127
2022-04-04kasan: test: Use NULL macrosGravatar Ricardo Ribalda 1-1/+1
2022-04-04kunit: use NULL macrosGravatar Ricardo Ribalda 2-1/+3
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 2-0/+26
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4