summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pgtable.h
AgeCommit message (Expand)Author
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-05-11x86: remove custom definition of mk_pte()Matthew Wilcox (Oracle)
2025-04-01x86/mm: Remove the arch-specific p4d_leaf() definitionBaoquan He
2025-04-01x86/mm: Remove the arch-specific pgd_leaf() definitionBaoquan He
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual
2024-09-17mm/x86: support large pfn mappingsPeter Xu
2024-09-01mm/x86: add missing pud helpersPeter Xu
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu
2024-09-01mm/x86: make pud_leaf() only care about PSE bitPeter Xu
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-03-06mm/treewide: drop pXd_large()Peter Xu
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)
2023-09-22x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr...Ingo Molnar
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24x86: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi
2023-08-02mm: Don't allow write GUPs to shadow stack memoryRick Edgecombe
2023-07-11x86/mm: Warn if create Write=0,Dirty=1 with raw protRick Edgecombe
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Introduce _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Move pmd_write(), pud_write() up in the fileRick Edgecombe
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand