aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
AgeCommit message (Expand)Author
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
2023-02-02x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2022-11-30mm/uffd: sanity check write bit for uffd-wp protected ptesPeter Xu
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen
2022-05-13mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit
2022-05-09x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig
2022-02-23x86/coco: Add API to handle encryption maskKirill A. Shutemov
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2021-12-09x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross
2020-06-18x86/mm/32: Fix -Wmissing prototypes warnings for init.cBenjamin Thiel