aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-22/+15
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-4/+4
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-12/+7
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu1-1/+0
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu1-2/+2
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-1/+1
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-2/+1
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_ISOLATIONBreno Leitao1-9/+9
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho1-6/+0
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)1-0/+8
2023-09-22x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions from <asm/processor.h> to <asm/pgtable.h>Ingo Molnar1-0/+8
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+266
2023-08-24x86: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+7
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-2/+2
2023-08-02mm: Don't allow write GUPs to shadow stack memoryRick Edgecombe1-0/+5
2023-07-11x86/mm: Warn if create Write=0,Dirty=1 with raw protRick Edgecombe1-1/+8
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+6
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe1-21/+130
2023-07-11x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTYRick Edgecombe1-2/+22
2023-07-11x86/mm: Introduce _PAGE_SAVED_DIRTYRick Edgecombe1-0/+83
2023-07-11x86/mm: Move pmd_write(), pud_write() up in the fileRick Edgecombe1-12/+12
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-2/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand1-2/+0
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-12/+12
2022-11-30mm/uffd: sanity check write bit for uffd-wp protected ptesPeter Xu1-1/+17
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+8
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-1/+2
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-3/+3
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen1-10/+0
2022-05-13mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang1-0/+17
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit1-0/+5
2022-05-09x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+17
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig1-5/+0
2022-02-23x86/coco: Add API to handle encryption maskKirill A. Shutemov1-6/+7
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+28
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin1-2/+27
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann1-1/+1