summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa2023-05-301-1/+1
* maple_tree: make maple state reusable after mas_empty_area()Peng Zhang2023-05-241-9/+3
* lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-05-241-1/+4
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-243-4/+7
* debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-111-6/+15
* debugobject: Prevent init race with static objectsThomas Gleixner2023-05-111-59/+66
* kunit: fix bug in the order of lines in debugfs logsRae Moar2023-05-112-9/+26
* kunit: improve KTAP compliance of KUnit test outputRae Moar2023-05-113-7/+10
* maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang2023-04-261-12/+7
* maple_tree: fix mas_empty_area() searchLiam R. Howlett2023-04-261-9/+11
* maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett2023-04-261-14/+13
* maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2023-04-201-2/+5
* maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett2023-04-131-92/+96
* maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett2023-04-131-2/+6
* maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam R. Howlett2023-04-131-1/+0
* maple_tree: fix freeing of nodes in rcu modeLiam R. Howlett2023-04-131-11/+62
* maple_tree: detect dead nodes in mas_start()Liam R. Howlett2023-04-131-0/+4
* maple_tree: refine ma_state init from mas_start()Liam R. Howlett2023-04-131-3/+3
* maple_tree: be more cautious about dead nodesLiam R. Howlett2023-04-131-9/+43
* maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett2023-04-131-1/+5
* maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett2023-04-131-0/+3
* maple_tree: reduce user error potentialLiam R. Howlett2023-04-131-0/+10
* maple_tree: fix potential rcu issueLiam R. Howlett2023-04-131-1/+1
* maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam R. Howlett2023-04-131-37/+43
* maple_tree: fix a potential concurrency bug in RCU modePeng Zhang2023-04-131-2/+1
* maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang2023-04-131-10/+5
* zstd: Fix definition of assert()Jonathan Neuschäfer2023-04-061-1/+1
* maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett2023-03-301-19/+5
* test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett2023-03-301-0/+48
* sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi2023-03-101-16/+12
* sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi2023-03-101-2/+8
* cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-03-101-1/+14
* kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-03-101-2/+10
* kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2023-03-101-5/+5
* printf: fix errname.c listArnd Bergmann2023-03-101-8/+14
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-101-1/+2
* sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi2023-03-101-4/+1
* sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi2023-03-101-96/+26
* sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi2023-03-101-5/+3
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+7
* maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2023-02-092-9/+97
* maple_tree: should get pivots boundary by typeWei Yang2023-02-091-2/+3
* netlink: prevent potential spectre v1 gadgetsEric Dumazet2023-02-011-0/+3
* lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-02-011-1/+0
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-241-2/+1
* kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park2023-01-121-1/+3
* test_kprobes: Fix implicit declaration error of test_kprobesLi Hua2023-01-071-0/+1
* maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-311-1/+3
* test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-311-0/+23
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2022-12-311-0/+1