summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
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-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
2022-04-01bpf, tests: Add load store test case for tail callXu Kuohai
2022-04-01bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-03-29lib/test: use after free in register_test_dev_kmod()Dan Carpenter
2022-03-28XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24kasan: update function name in commentsPeter Collingbourne
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov
2022-03-24kasan: improve vmalloc testsAndrey Konovalov
2022-03-24kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang
2022-03-23lib: bitmap: fix many kernel-doc warningsRandy Dunlap
2022-03-23lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang
2022-03-23Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds