index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
Age
Commit message (
Expand
)
Author
2 days
mm: make per-VMA locks available universally
Dave Hansen
2026-08-20
Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-08-13
mm/pagewalk: fix stale walk->action escaping walk_pmd_range()
Hyunwoo Kim
2026-08-04
mm/ptdump: always stabilise against page table freeing using init_mm
Lorenzo Stoakes (ARM)
2026-08-04
mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
Lorenzo Stoakes (ARM)
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
2026-04-05
mm/pagewalk: fix race between concurrent split and refault
Max Boone
2026-04-05
mm/pagewalk: drop FW_MIGRATION
David Hildenbrand (Arm)
2026-01-31
mm/pagewalk: use min() to simplify the code
zenghongling
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
2025-11-20
mm/madvise: allow guard page install/remove under VMA lock
Lorenzo Stoakes
2025-11-20
mm: rename walk_page_range_mm()
Lorenzo Stoakes
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-09-21
mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
David Hildenbrand
2025-09-18
arm64: Enable permission change on arm64 kernel block mappings
Dev Jain
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
2025-07-09
mm: madvise: use per_vma lock for MADV_FREE
Barry Song
2025-07-09
mm/pagewalk: split walk_page_range_novma() into kernel/user parts
Lorenzo Stoakes
2024-11-11
mm: pagewalk: add the ability to install PTEs
Lorenzo Stoakes
2024-10-28
mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check
David Hildenbrand
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
2024-09-01
mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
David Hildenbrand
2024-07-12
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
2023-12-10
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-07-27
mm/pagewalk: fix EFI_PGT_DUMP of espfix area
Hugh Dickins
2023-06-19
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
2023-01-18
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
2023-01-18
mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare
Peter Xu
2022-12-11
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
2022-12-11
mm/pagewalk: don't trigger test_walk() in walk_page_vma()
David Hildenbrand
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-26
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-11
mm: pagewalk: add api documentation for walk_page_range_novma()
Rolf Eike Beer
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2021-06-29
mm: pagewalk: fix walk for hugepage tables
Christophe Leroy
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
2020-02-04
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
2020-02-04
mm: pagewalk: fix termination condition in walk_pte_range()
Steven Price
2020-02-04
mm: pagewalk: don't lock PTEs for walk_page_range_novma()
Steven Price
2020-02-04
mm: pagewalk: allow walking without vma
Steven Price
2020-02-04
mm: pagewalk: add p4d_entry() and pgd_entry()
Steven Price
[next]