summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu-0/+32
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu-1/+1
2022-04-26test_firmware: Error injection for firmware uploadRuss Weight-5/+122
2022-04-26test_firmware: Add test support for firmware uploadRuss Weight-0/+261
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)-0/+2
2022-04-22printk: rename cpulock functionsJohn Ogness-4/+4
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf-1/+1
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-4/+5
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-11/+14
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra-2/+2
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-34/+6
2022-04-13lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Sebastian Andrzej Siewior-2/+6
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+0
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan-2/+6
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-4/+311
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld-434/+0
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta-0/+1
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka-22/+45
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo-5/+5
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow-2/+41
2022-04-05list: test: Test the hlist structureDavid Gow-1/+396
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman-32/+0
2022-04-04kunit: split resource API impl from test.c into new resource.cDaniel Latypov-115/+127
2022-04-04kasan: test: Use NULL macrosRicardo Ribalda-1/+1
2022-04-04kunit: use NULL macrosRicardo Ribalda-1/+3
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds-0/+26
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2022-04-01bpf, tests: Add load store test case for tail callXu Kuohai-0/+30
2022-04-01bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai-4/+281
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)-0/+2
2022-03-29lib/test: use after free in register_test_dev_kmod()Dan Carpenter-0/+1
2022-03-28XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)-0/+24
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+33
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+204
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-39/+228
2022-03-24kasan: update function name in commentsPeter Collingbourne-3/+3
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov-17/+22
2022-03-24kasan: improve vmalloc testsAndrey Konovalov-6/+188
2022-03-24kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov-10/+10
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long-3/+5
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-0/+23
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-105/+94
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-15/+254
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver-23/+0
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang-9/+1
2022-03-23lib: bitmap: fix many kernel-doc warningsRandy Dunlap-7/+17
2022-03-23lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang-1/+2
2022-03-23Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook-65/+74