summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pgtable_types.h
AgeCommit message (Expand)Author
2018-10-20mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara
2018-08-15mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-07-13x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen
2016-02-18x86/mm/pkeys: Add PTE bits for storing protection keyDave Hansen
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich
2016-01-15x86, mm: introduce _PAGE_DEVMAPDan Williams
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-12-04x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov
2015-09-22x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani
2015-09-22x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2014-12-04x86: Introduce function to get pmd entry pointerJuergen Gross
2014-11-16x86: Enable PAT to use cache mode translation tablesJuergen Gross
2014-11-16x86: Clean up pgtable_types.hJuergen Gross
2014-11-16x86: Make page cache mode a real typeJuergen Gross
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-13x86_32, mm: Remove user bit from identity map PDEAndy Lutomirski
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming
2014-03-04x86, pageattr: Export page unmapping interfaceBorislav Petkov
2014-01-30mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin
2013-11-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2013-11-02x86/efi: Runtime services virtual mappingBorislav Petkov
2013-09-11mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pteCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-04-10x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin