summaryrefslogtreecommitdiffstats
path: root/include/linux/maple_tree.h
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-291-0/+2
* maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-291-0/+9
* maple_tree: shrink struct maple_treeMateusz Guzik2023-08-241-1/+1
* maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2023-08-181-1/+1
* maple_tree: introduce __mas_set_range()Liam R. Howlett2023-08-181-3/+18
* maple_tree: Be more strict about lockingLiam R. Howlett2023-08-181-1/+6
* mm/mmap: change detached vma locking schemeLiam R. Howlett2023-08-181-0/+3
* maple_tree: relax lockdep checks for on-stack treesLiam R. Howlett2023-08-181-1/+3
* maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gapPeng Zhang2023-08-181-2/+0
* maple_tree: fix a few documentation issuesThomas Gleixner2023-08-181-2/+3
* maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang2023-06-091-6/+6
* maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2023-06-091-0/+2
* maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2023-06-091-1/+2
* maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett2023-06-091-2/+2
* maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-06-091-3/+97
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-091-2/+7
* maple_tree: add mas_init() functionLiam R. Howlett2023-02-091-0/+11
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-1/+1
* maple_tree: remove the redundant codeVernon Yang2023-01-181-4/+0
* maple_tree: remove extra space and blank lineVernon Yang2023-01-181-2/+0
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+7
* Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+685