summaryrefslogtreecommitdiff
path: root/mm/interval_tree.c
AgeCommit message (Expand)Author
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_tLorenzo Stoakes
2026-08-04mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: elide unnecessary static inline's in interval_tree.cLorenzo Stoakes
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-08-04mm/rmap: update mm/interval_tree.c commentsLorenzo Stoakes
2026-08-04mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes
2026-04-05mm/memory: simplify calculation in unmap_mapping_range_tree()David Hildenbrand (Arm)
2021-04-30mm/interval_tree: add comments to improve code readabilityZhiyuan Dai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2018-01-31mm/interval_tree.c: use vma_pages() helperVasyl Gomonovych
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2015-02-10mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm: interval tree updatesMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse