summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-13maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett1-92/+96
2023-04-13maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett1-2/+6
2023-04-13maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam R. Howlett1-1/+0
2023-04-13maple_tree: fix freeing of nodes in rcu modeLiam R. Howlett1-11/+62
2023-04-13maple_tree: detect dead nodes in mas_start()Liam R. Howlett1-0/+4
2023-04-13maple_tree: refine ma_state init from mas_start()Liam R. Howlett1-3/+3
2023-04-13maple_tree: be more cautious about dead nodesLiam R. Howlett1-9/+43
2023-04-13maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett1-1/+5
2023-04-13maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett1-0/+3
2023-04-13maple_tree: reduce user error potentialLiam R. Howlett1-0/+10
2023-04-13maple_tree: fix potential rcu issueLiam R. Howlett1-1/+1
2023-04-13maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam R. Howlett1-37/+43
2023-04-13maple_tree: fix a potential concurrency bug in RCU modePeng Zhang1-2/+1
2023-04-13maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang1-10/+5
2023-04-06zstd: Fix definition of assert()Jonathan Neuschäfer1-1/+1
2023-03-30maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett1-19/+5
2023-03-30test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett1-0/+48
2023-03-10sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi1-16/+12
2023-03-10sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi1-2/+8
2023-03-10cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra1-1/+14
2023-03-10kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai1-2/+10
2023-03-10kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman1-5/+5
2023-03-10printf: fix errname.c listArnd Bergmann1-8/+14
2023-03-10lib/mpi: Fix buffer overrun when SG is too longHerbert Xu1-1/+2
2023-03-10sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi1-4/+1
2023-03-10sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi1-96/+26
2023-03-10sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi1-5/+3
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-0/+7
2023-02-09maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2-9/+97
2023-02-09maple_tree: should get pivots boundary by typeWei Yang1-2/+3
2023-02-01netlink: prevent potential spectre v1 gadgetsEric Dumazet1-0/+3
2023-02-01lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik1-1/+0
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2023-01-12kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park1-1/+3
2023-01-07test_kprobes: Fix implicit declaration error of test_kprobesLi Hua1-0/+1
2022-12-31maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett1-1/+3
2022-12-31test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett1-0/+23
2022-12-31test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao1-0/+1
2022-12-31lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita1-1/+1
2022-12-31lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui1-2/+2
2022-12-31lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi1-0/+10
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-02error-injection: Add prompt for function error injectionSteven Rostedt (Google)1-1/+7
2022-12-01Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones1-0/+1
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-11-23lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman1-1/+1
2022-11-23test_kprobes: fix implicit declaration error of test_kprobesLi Hua1-0/+1
2022-11-23mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng1-5/+8
2022-11-09maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett1-2/+1
2022-11-09maple_tree: fix depth tracking in maple_stateLiam Howlett1-1/+2