summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand1-2/+0
2023-01-19mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-12/+12
2022-12-01mm/uffd: sanity check write bit for uffd-wp protected ptesPeter Xu1-1/+17
2022-12-01mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+8
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-09-27mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-1/+2
2022-09-27mm: 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-10x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+17
2022-04-29x86/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
2021-12-09x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior1-0/+1
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen1-56/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel1-1/+1
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-4/+3
2020-06-18x86/mm/32: Fix -Wmissing prototypes warnings for init.cBenjamin Thiel1-6/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-71/+0
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport1-14/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+1
2020-06-05mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe1-0/+3
2020-04-11mm: define pte_index as macro for x86Arjun Roy1-0/+3
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu1-0/+15
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli1-0/+52
2020-03-31Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual1-6/+0
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom1-2/+5
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price1-1/+2
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-1/+1
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2019-10-18x86/mm: implement arch_faults_on_old_pte() stub on x86Jia He1-0/+6
2019-07-17mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-2/+2
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+26
2019-05-07Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit1-0/+3
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-11x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior1-2/+19