index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
Age
Commit message (
Expand
)
Author
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
2019-11-06
mm: Add a walk_page_mapping() function to the pagewalk code
Thomas Hellstrom
2019-11-06
mm: pagewalk: Take the pagetable lock in walk_pte_range()
Thomas Hellstrom
2019-09-07
pagewalk: use lockdep_assert_held for locking validation
Christoph Hellwig
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2018-04-05
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
2018-02-06
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
2017-11-15
mm/pagewalk.c: report holes in hugetlb ranges
Jann Horn
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-06
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-02-24
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
[next]