index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source 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
2026-08-04
mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
Kiryl Shutsemau (Meta)
2026-07-30
mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES
Usama Arif
2026-07-28
mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()
David Hildenbrand (Arm)
2026-07-28
mm: drop pte_clear_not_present_full()
David Hildenbrand (Arm)
2026-07-28
mm: replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header files
Thomas Huth
2026-06-17
Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2026-06-16
Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...
Linus Torvalds
2026-06-08
mm: Refactor lazy_mmu_mode_pause() and lazy_mmu_mode_resume()
Juergen Gross
2026-06-05
bpf: Replace scratch PTE atomically when allocating arena pages
Tejun Heo
2026-06-02
mm: Make empty_zero_page[] const
Ard Biesheuvel
2026-05-23
mm: Add ptep_try_set() for lockless empty-slot installs
Tejun Heo
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
2026-04-05
mm: change to return bool for pmdp_test_and_clear_young()
Baolin Wang
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
2026-04-05
mm: add a batched helper to clear the young flag for large folios
Baolin Wang
2026-04-05
mm: replace READ_ONCE() in pud_trans_unstable()
Anshuman Khandual
2026-04-05
mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Mike Rapoport (Microsoft)
2026-04-05
arch, mm: consolidate empty_zero_page
Mike Rapoport (Microsoft)
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
2026-04-05
mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
Mike Rapoport (Microsoft)
2026-02-12
mm: rmap: support batched checks of the references for large folios
Baolin Wang
2026-02-12
mm: relocate the page table ceiling and floor definitions
Liam R. Howlett
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...
Rohan McLure
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...
Rohan McLure
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...
Rohan McLure
2026-01-26
mm/page_table_check: provide addr parameter to page_table_check_ptes_set()
Rohan McLure
2026-01-20
mm: enable lazy_mmu sections to nest
Kevin Brodsky
2026-01-20
mm: bail out of lazy_mmu_mode_* in interrupt context
Kevin Brodsky
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2026-01-20
mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
2026-01-20
mm: clarify lazy_mmu sleeping constraints
Kevin Brodsky
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
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
[next]