aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth1-5/+5
2025-03-10x86/coco: Replace 'static const cc_mask' with the newly introduced cc_get_mask() functionArnd Bergmann1-1/+1
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov1-0/+2
2024-12-05x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse1-2/+6
2024-08-14x86/mm: Remove unused NX related declarationsYue Haibing1-2/+0
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov1-0/+1
2024-05-13Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov1-1/+2
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-0/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+36
2023-07-17x86/mm: Fix PAT bit missing from page protection modify maskJanusz Krzysztofik1-5/+6
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe1-3/+5
2023-07-11x86/mm: Introduce _PAGE_SAVED_DIRTYRick Edgecombe1-4/+30
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-3/+0
2022-12-15x86/mm/pae: Make pmd_t similar to pte_tPeter Zijlstra1-3/+1
2022-07-17x86/mm: move protection_map[] inside the platformAnshuman Khandual1-19/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit1-0/+2
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson1-4/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-01-08x86/mm: Remove duplicate definition of _PAGE_PAT_LARGEArvind Sankar1-2/+0
2020-12-10x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar1-0/+1
2020-06-26x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig1-0/+2
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-32/+12
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+6
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig1-2/+0
2020-04-23x86/mm: Use pgprotval_t in protval_4k_2_large() and protval_large_2_4k()Christoph Hellwig1-2/+2
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig1-12/+2
2020-04-23x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig1-13/+13
2020-04-20x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig1-10/+0
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli1-1/+11
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom1-1/+1
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2020-01-27x86/mm: Introduce lookup_address_in_mm()Sean Christopherson1-0/+4
2019-12-10x86/mm: Tabulate the page table encoding definitionsIngo Molnar1-69/+74
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-1/+0
2018-11-30x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya1-2/+6
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-1/+1
2018-07-20x86/mm/pae: Populate valid user PGD entriesJoerg Roedel1-2/+26
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-1/+0
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen1-13/+16
2018-03-08x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski1-2/+0
2018-02-20x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich1-0/+10
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-13/+0
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-06x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi1-5/+5
2017-07-30acpi, x86/mm: Remove encryption mask from ACPI page protection typeTom Lendacky1-0/+1