summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)Author
2023-08-11debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa
2023-08-11lib/bitmap: workaround const_eval test build failureYury Norov
2023-08-03test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac
2023-08-03maple_tree: fix 32 bit mas_next testingLiam R. Howlett
2023-08-03maple_tree: add __init and __exit to test moduleLiam R. Howlett
2023-08-03test_maple_tree: test modifications while iteratingLiam R. Howlett
2023-07-27maple_tree: set the node limit when creating a new root nodePeng Zhang
2023-07-19lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov
2023-07-19lib/ts_bm: reset initial match offset for every block of textJeremy Sowden
2023-07-01maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang
2023-06-21test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac
2023-06-21test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-06-14lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings
2023-06-09test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac
2023-06-09test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac
2023-05-30debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa
2023-05-24maple_tree: make maple state reusable after mas_empty_area()Peng Zhang
2023-05-24lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen
2023-05-24linux/dim: Do nothing if no time delta between samplesRoy Novich
2023-05-11debugobject: Ensure pool refill (again)Thomas Gleixner
2023-05-11debugobject: Prevent init race with static objectsThomas Gleixner
2023-05-11kunit: fix bug in the order of lines in debugfs logsRae Moar
2023-05-11kunit: improve KTAP compliance of KUnit test outputRae Moar
2023-04-26maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang
2023-04-26maple_tree: fix mas_empty_area() searchLiam R. Howlett
2023-04-26maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett
2023-04-20maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-04-13maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett
2023-04-13maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett
2023-04-13maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam R. Howlett
2023-04-13maple_tree: fix freeing of nodes in rcu modeLiam R. Howlett
2023-04-13maple_tree: detect dead nodes in mas_start()Liam R. Howlett
2023-04-13maple_tree: refine ma_state init from mas_start()Liam R. Howlett
2023-04-13maple_tree: be more cautious about dead nodesLiam R. Howlett
2023-04-13maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett
2023-04-13maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett
2023-04-13maple_tree: reduce user error potentialLiam R. Howlett
2023-04-13maple_tree: fix potential rcu issueLiam R. Howlett
2023-04-13maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam R. Howlett
2023-04-13maple_tree: fix a potential concurrency bug in RCU modePeng Zhang
2023-04-13maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang
2023-04-06zstd: Fix definition of assert()Jonathan Neuschäfer
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