index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+12
2025-11-25
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-0
/
+12
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
1
-0
/
+4
2025-09-22
include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to st...
Andrew Morton
1
-3
/
+3
2025-09-14
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-0
/
+18
2025-09-14
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
1
-0
/
+8
2025-08-28
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
1
-6
/
+7
2025-08-28
mm: move page table sync declarations to linux/pgtable.h
Harry Yoo
1
-0
/
+16
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
1
-0
/
+45
2025-07-25
mm: add batched versions of ptep_modify_prot_start/commit
Dev Jain
1
-1
/
+83
2025-07-10
mm: remove devmap related functions and page table bits
Alistair Popple
1
-17
/
+2
2025-07-10
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-1
/
+1
2025-07-10
mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
1
-1
/
+1
2025-07-10
mm/filemap: allow arch to request folio size for exec memory
Ryan Roberts
1
-0
/
+11
2025-05-23
x86/mm/pat: remove old pfnmap tracking interface
David Hildenbrand
1
-66
/
+0
2025-05-23
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
1
-0
/
+39
2025-05-23
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
1
-8
/
+44
2025-05-14
mm: remove obsolete pgd_offset_gate()
Feng Lee
1
-4
/
+0
2025-04-12
mm: (un)track_pfn_copy() fix + doc improvements
David Hildenbrand
1
-3
/
+6
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+8
2025-03-26
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-6
/
+22
2025-03-17
mm: fix lazy mmu docs and usage
Ryan Roberts
1
-6
/
+8
2025-01-14
mm: pgtable: make ptep_clear() non-atomic
Qi Zheng
1
-1
/
+8
2024-11-12
mm: define general function pXd_init()
Bibo Mao
1
-0
/
+21
2024-11-07
mm: move set_pxd_safe() helpers from generic to platform
Anshuman Khandual
1
-38
/
+0
2024-09-17
mm: always define pxx_pgprot()
Peter Xu
1
-0
/
+12
2024-09-02
mm/x86: implement arch_check_zapped_pud()
Peter Xu
1
-0
/
+6
2024-07-13
mm: define __pte_leaf_size() to also take a PMD entry
Christophe Leroy
1
-0
/
+3
2024-07-04
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
1
-6
/
+20
2024-07-04
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-3
/
+1
2024-07-04
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+7
2024-05-06
mm/madvise: introduce clear_young_dirty_ptes() batch helper
Lance Yang
1
-30
/
+44
2024-04-26
mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
Ryan Roberts
1
-0
/
+30
2024-04-26
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
1
-0
/
+29
2024-04-26
mm: remove "prot" parameter from move_pte()
David Hildenbrand
1
-1
/
+1
2024-04-26
mm/arch: provide pud_pfn() fallback
Peter Xu
1
-0
/
+14
2024-04-26
mm: add pmd_folio()
Matthew Wilcox (Oracle)
1
-0
/
+2
2024-04-26
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-1
/
+1
2024-04-26
mm: document pXd_leaf() API
Peter Xu
1
-5
/
+19
2024-04-26
mm: remove guard around pgd_offset_k() macro
Christophe Leroy
1
-2
/
+0
2024-03-07
mm/treewide: align up pXd_leaf() retval across archs
Peter Xu
1
-4
/
+4
2024-02-23
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
1
-0
/
+21
2024-02-23
mm: tidy up pte_next_pfn() definition
Ryan Roberts
1
-2
/
+0
2024-02-23
mm: introduce pte_advance_pfn() and use for pte_next_pfn()
Ryan Roberts
1
-3
/
+6
2024-02-23
mm: clarify the spec for set_ptes()
Ryan Roberts
1
-0
/
+4
2024-02-23
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
1
-0
/
+70
2024-02-22
mm/memory: optimize fork() with PTE-mapped THP
David Hildenbrand
1
-0
/
+31
2024-02-22
mm/pgtable: make pte_next_pfn() independent of set_ptes()
David Hildenbrand
1
-1
/
+1
2024-01-17
Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+21
2024-01-05
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
1
-0
/
+7
[next]