summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+3
* x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-2/+2
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-121-39/+2
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-3/+0
* Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-161-0/+1
|\
| * x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-041-0/+1
* | x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-161-0/+4
* | x86: Clean up pgtable_types.hJuergen Gross2014-11-161-20/+1
* | x86: Make page cache mode a real typeJuergen Gross2014-11-161-1/+72
|/
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-6/+5
|\
| * x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-231-6/+5
* | mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-091-0/+14
|/
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-041-31/+35
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-6/+1
|\
| * x86_32, mm: Remove user bit from identity map PDEAndy Lutomirski2014-03-131-6/+1