summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)Author
2023-03-30maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett
2023-03-30test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett
2023-03-10sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi
2023-03-10sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi
2023-03-10cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2023-03-10kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai
2023-03-10kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman
2023-03-10printf: fix errname.c listArnd Bergmann
2023-03-10lib/mpi: Fix buffer overrun when SG is too longHerbert Xu
2023-03-10sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi
2023-03-10sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi
2023-03-10sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-09maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett
2023-02-09maple_tree: should get pivots boundary by typeWei Yang
2023-02-01netlink: prevent potential spectre v1 gadgetsEric Dumazet
2023-02-01lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-12kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park
2023-01-07test_kprobes: Fix implicit declaration error of test_kprobesLi Hua
2022-12-31maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett
2022-12-31test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett
2022-12-31test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao
2022-12-31lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita
2022-12-31lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui
2022-12-31lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-12-01error-injection: Add prompt for function error injectionSteven Rostedt (Google)
2022-11-30Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-23lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman
2022-11-22test_kprobes: fix implicit declaration error of test_kprobesLi Hua
2022-11-22mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett
2022-11-08kmsan: make sure PREEMPT_RT is offAlexander Potapenko
2022-11-08Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-08maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett
2022-11-08maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-26rhashtable: make test actually randomRolf Eike Beer
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers