index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pgtable.h
Age
Commit message (
Expand
)
Author
2025-09-21
include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to st...
Andrew Morton
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
2025-09-13
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
2025-08-27
mm: move page table sync declarations to linux/pgtable.h
Harry Yoo
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
2025-07-24
mm: add batched versions of ptep_modify_prot_start/commit
Dev Jain
2025-07-09
mm: remove devmap related functions and page table bits
Alistair Popple
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
2025-07-09
mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
2025-07-09
mm/filemap: allow arch to request folio size for exec memory
Ryan Roberts
2025-05-22
x86/mm/pat: remove old pfnmap tracking interface
David Hildenbrand
2025-05-22
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
2025-05-22
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
2025-05-13
mm: remove obsolete pgd_offset_gate()
Feng Lee
2025-04-11
mm: (un)track_pfn_copy() fix + doc improvements
David Hildenbrand
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-25
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
2025-03-17
mm: fix lazy mmu docs and usage
Ryan Roberts
2025-01-13
mm: pgtable: make ptep_clear() non-atomic
Qi Zheng
2024-11-11
mm: define general function pXd_init()
Bibo Mao
2024-11-06
mm: move set_pxd_safe() helpers from generic to platform
Anshuman Khandual
2024-09-17
mm: always define pxx_pgprot()
Peter Xu
2024-09-01
mm/x86: implement arch_check_zapped_pud()
Peter Xu
2024-07-12
mm: define __pte_leaf_size() to also take a PMD entry
Christophe Leroy
2024-07-03
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
2024-05-05
mm/madvise: introduce clear_young_dirty_ptes() batch helper
Lance Yang
2024-04-25
mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
Ryan Roberts
2024-04-25
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
2024-04-25
mm: remove "prot" parameter from move_pte()
David Hildenbrand
2024-04-25
mm/arch: provide pud_pfn() fallback
Peter Xu
2024-04-25
mm: add pmd_folio()
Matthew Wilcox (Oracle)
2024-04-25
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-04-25
mm: document pXd_leaf() API
Peter Xu
2024-04-25
mm: remove guard around pgd_offset_k() macro
Christophe Leroy
2024-03-06
mm/treewide: align up pXd_leaf() retval across archs
Peter Xu
2024-02-22
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
2024-02-22
mm: tidy up pte_next_pfn() definition
Ryan Roberts
2024-02-22
mm: introduce pte_advance_pfn() and use for pte_next_pfn()
Ryan Roberts
2024-02-22
mm: clarify the spec for set_ptes()
Ryan Roberts
2024-02-22
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
2024-02-22
mm/memory: optimize fork() with PTE-mapped THP
David Hildenbrand
2024-02-22
mm/pgtable: make pte_next_pfn() independent of set_ptes()
David Hildenbrand
2024-01-17
Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-05
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
2024-01-05
mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNG
Kinsey Ho
2023-12-20
mm: Introduce pudp/p4dp/pgdp_get() functions
Alexandre Ghiti
2023-09-29
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
[next]