aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19test_firmware: fix end of loop test in upload_read_show()Dan Carpenter1-4/+7
2022-05-19siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld2-7/+5
2022-05-19random: remove mostly unused async readiness notifierJason A. Donenfeld1-44/+22
2022-05-19random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld1-4/+3
2022-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2022-05-18random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-2/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-340/+7
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-22/+10
2022-05-18percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro1-0/+1
2022-05-17kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov1-4/+5
2022-05-16kunit: take `kunit_assert` as `const`Miguel Ojeda1-2/+2
2022-05-13kasan: clean-up kconfig options descriptionsAndrey Konovalov1-86/+82
2022-05-13lib/kstrtox.c: add "false"/"true" support to kstrtobool()Jagdish Gediya1-1/+5
2022-05-13debugobjects: Convert to SPDX license identifierThomas Gleixner1-4/+1
2022-05-12lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu1-0/+3
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+22
2022-05-12kunit: bail out of test filtering logic quicker if OOMDaniel Latypov2-6/+25
2022-05-12lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTSDaniel Latypov1-5/+10
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow1-57/+7
2022-05-09dim: initialize all struct fieldsJesse Brandeburg1-22/+22
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-05-03selftests/sysctl: add sysctl macro testTonghao Zhang1-0/+32
2022-05-02kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov1-1/+1
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2-0/+31
2022-05-02kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Daniel Latypov1-4/+4
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman4-12/+35
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2022-04-29lib: remove back_str initializationTom Rix1-1/+1
2022-04-29lib/string.c: simplify str[c]spnRasmus Villemoes1-19/+6
2022-04-29lib/test_string.c: add strspn and strcspn testsRasmus Villemoes1-0/+33
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes1-21/+0
2022-04-29lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang1-2/+10
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams1-17/+0
2022-04-28cxl: Drop cxl_device_lock()Dan Williams1-6/+0
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+33
2022-04-27hex2bin: fix access beyond string endMikulas Patocka1-3/+6
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-7/+25
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu4-0/+32
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu1-1/+1
2022-04-26test_firmware: Error injection for firmware uploadRuss Weight1-5/+122
2022-04-26test_firmware: Add test support for firmware uploadRuss Weight1-0/+261
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)1-0/+2
2022-04-22printk: rename cpulock functionsJohn Ogness2-4/+4
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf1-1/+1
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf1-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf2-4/+5
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf3-11/+14
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra2-2/+2
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-34/+6
2022-04-13lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Sebastian Andrzej Siewior1-2/+6