summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-32/+0
2022-04-09lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan1-2/+6
2022-04-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+311
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld4-434/+0
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta1-0/+1
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka1-22/+45
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo1-5/+5
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow2-2/+41
2022-04-05list: test: Test the hlist structureDavid Gow1-1/+396
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman1-32/+0
2022-04-05kunit: split resource API impl from test.c into new resource.cDaniel Latypov3-115/+127
2022-04-04kasan: test: Use NULL macrosRicardo Ribalda1-1/+1
2022-04-04kunit: use NULL macrosRicardo Ribalda2-1/+3
2022-04-02Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2-0/+26
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2022-04-01bpf, tests: Add load store test case for tail callXu Kuohai1-0/+30
2022-04-01bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai1-4/+281
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)1-0/+2
2022-03-30lib/test: use after free in register_test_dev_kmod()Dan Carpenter1-0/+1
2022-03-29XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2-0/+24
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-1/+33
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds5-11/+204
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-39/+228
2022-03-25kasan: update function name in commentsPeter Collingbourne1-3/+3
2022-03-25kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov1-17/+22
2022-03-25kasan: improve vmalloc testsAndrey Konovalov1-6/+188
2022-03-25kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov1-10/+10
2022-03-25lib/vsprintf: avoid redundant work with 0 sizeWaiman Long1-3/+5
2022-03-25Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+23
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-105/+94
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-15/+254
2022-03-24Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2-23/+0
2022-03-24ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2022-03-24lib: bitmap: fix many kernel-doc warningsRandy Dunlap1-7/+17
2022-03-24lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang1-1/+2
2022-03-24Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook1-65/+74
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+10
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-57/+161