index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-4
/
+3
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-4
/
+4
2025-11-20
mm/madvise: allow guard page install/remove under VMA lock
Lorenzo Stoakes
1
-5
/
+12
2025-11-20
mm: rename walk_page_range_mm()
Lorenzo Stoakes
1
-11
/
+11
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-11
/
+11
2025-09-21
mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
David Hildenbrand
1
-1
/
+1
2025-09-18
arm64: Enable permission change on arm64 kernel block mappings
Dev Jain
1
-12
/
+24
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
1
-10
/
+10
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-5
/
+3
2025-07-09
mm: madvise: use per_vma lock for MADV_FREE
Barry Song
1
-1
/
+4
2025-07-09
mm/pagewalk: split walk_page_range_novma() into kernel/user parts
Lorenzo Stoakes
1
-22
/
+55
2024-11-11
mm: pagewalk: add the ability to install PTEs
Lorenzo Stoakes
1
-66
/
+180
2024-10-28
mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check
David Hildenbrand
1
-5
/
+11
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
1
-1
/
+1
2024-09-01
mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
David Hildenbrand
1
-0
/
+202
2024-07-12
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
1
-53
/
+4
2023-12-10
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
1
-1
/
+28
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
1
-1
/
+1
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-3
/
+33
2023-07-27
mm/pagewalk: fix EFI_PGT_DUMP of espfix area
Hugh Dickins
1
-1
/
+4
2023-06-19
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
1
-10
/
+23
2023-01-18
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
1
-3
/
+1
2023-01-18
mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare
Peter Xu
1
-0
/
+2
2022-12-11
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
1
-0
/
+20
2022-12-11
mm/pagewalk: don't trigger test_walk() in walk_page_vma()
David Hildenbrand
1
-7
/
+0
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+10
2022-09-26
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-11
mm: pagewalk: add api documentation for walk_page_range_novma()
Rolf Eike Beer
1
-1
/
+9
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
1
-9
/
+12
2021-06-29
mm: pagewalk: fix walk for hugepage tables
Christophe Leroy
1
-5
/
+53
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-3
/
+3
2020-02-04
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
1
-1
/
+6
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-6
/
+25
2020-02-04
mm: pagewalk: fix termination condition in walk_pte_range()
Steven Price
1
-2
/
+2
2020-02-04
mm: pagewalk: don't lock PTEs for walk_page_range_novma()
Steven Price
1
-7
/
+28
2020-02-04
mm: pagewalk: allow walking without vma
Steven Price
1
-8
/
+32
2020-02-04
mm: pagewalk: add p4d_entry() and pgd_entry()
Steven Price
1
-15
/
+35
2019-11-06
mm: Add a walk_page_mapping() function to the pagewalk code
Thomas Hellstrom
1
-1
/
+93
2019-11-06
mm: pagewalk: Take the pagetable lock in walk_pte_range()
Thomas Hellstrom
1
-2
/
+3
2019-09-07
pagewalk: use lockdep_assert_held for locking validation
Christoph Hellwig
1
-2
/
+2
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-52
/
+72
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2018-04-05
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
1
-0
/
+3
2018-02-06
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
1
-0
/
+1
2017-11-15
mm/pagewalk.c: report holes in hugetlb ranges
Jann Horn
1
-1
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-06
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
1
-1
/
+2
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-3
/
+29
2017-02-24
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
1
-1
/
+19
[next]