index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
interval_tree.c
Age
Commit message (
Expand
)
Author
2026-08-24
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: elide unnecessary static inline's in interval_tree.c
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
2026-08-04
mm/rmap: update mm/interval_tree.c comments
Lorenzo Stoakes
2026-08-04
mm: move vma_start_pgoff() into mm.h and clean up
Lorenzo Stoakes
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
2021-04-30
mm/interval_tree: add comments to improve code readability
Zhiyuan Dai
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
Thomas Gleixner
2018-01-31
mm/interval_tree.c: use vma_pages() helper
Vasyl Gomonovych
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2015-02-10
mm: replace vma->sharead.linear with vma->shared
Kirill A. Shutemov
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2012-10-09
mm: add CONFIG_DEBUG_VM_RB build option
Michel Lespinasse
2012-10-09
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
2012-10-09
mm: interval tree updates
Michel Lespinasse
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse