summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_types.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Remove duplicate definition of _PAGE_PAT_LARGEArvind Sankar2021-01-081-2/+0
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-101-0/+1
* x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig2020-06-261-0/+2
* Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-32/+12
|\
| * x86/mm: Use pgprotval_t in protval_4k_2_large() and protval_large_2_4k()Christoph Hellwig2020-04-231-2/+2
| * x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig2020-04-231-12/+2
| * x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig2020-04-231-13/+13
| * x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig2020-04-201-10/+0
* | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+6
* | x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-021-2/+0
|/
* userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-071-1/+11
* x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2020-03-171-1/+1
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-0/+4
|\
| * x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-271-0/+4
* | x86/mm: Tabulate the page table encoding definitionsIngo Molnar2019-12-101-69/+74
|/
* mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-161-1/+0
* x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya2018-11-301-2/+6
* mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-1/+1
* x86/mm/pae: Populate valid user PGD entriesJoerg Roedel2018-07-201-2/+26
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-1/+0
* x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-091-13/+16
* x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-2/+0
* x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich2018-02-201-0/+10
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-13/+0
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov2017-11-061-2/+1
|/
* mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2017-09-081-5/+5
* acpi, x86/mm: Remove encryption mask from ACPI page protection typeTom Lendacky2017-07-301-0/+1
* x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4Tom Lendacky2017-07-181-0/+5
* x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-0/+1
* x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+8
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-16/+29
* x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+9
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-6/+4
* x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov2017-03-141-1/+29
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+4
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-2/+0
* x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-2/+0
* x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2016-07-131-0/+6
* x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen2016-02-181-0/+5
* x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen2016-02-181-2/+10
* x86/mm/pkeys: Add PTE bits for storing protection keyDave Hansen2016-02-181-3/+19
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-311-4/+2
|\
| * x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich2016-01-261-4/+2
* | x86, mm: introduce _PAGE_DEVMAPDan Williams2016-01-151-1/+6
* | x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-2/+0
|/
* x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-041-10/+4
* x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani2015-09-221-2/+2
* x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani2015-09-221-2/+34