summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-12ida: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-07lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld
2022-06-14iov_iter: fix build issue due to possible type mis-matchLinus Torvalds
2022-06-14mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-06-14nodemask: Fix return values to be unsignedKees Cook
2022-06-14iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells
2022-06-14bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu
2022-06-09lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu
2022-06-09kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov
2022-06-09kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov
2022-06-09kunit: bail out of test filtering logic quicker if OOMDaniel Latypov
2022-06-06assoc_array: Fix BUG_ON during garbage collectStephen Brennan
2022-05-30random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-05-18percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro
2022-05-09dim: initialize all struct fieldsJesse Brandeburg
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-27hex2bin: fix access beyond string endMikulas Patocka
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra
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-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman
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-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