aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-01x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony1-1/+24
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2018-08-08x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen1-4/+4
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen1-0/+13
2018-08-05x86/mm/pti: Clear Global bit more aggressivelyDave Hansen1-0/+6
2018-04-25x86/pti: Fix boot warning from Global-bit settingDave Hansen1-10/+30
2018-04-25x86/pti: Fix boot problems from Global-bit settingDave Hansen1-2/+2
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen1-3/+9
2018-04-12x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen1-2/+4
2018-04-12x86/mm: Remove extra filtering in pageattr codeDave Hansen1-4/+2
2018-04-09x86/mm: Undo double _PAGE_PSE clearingDave Hansen1-3/+6
2018-04-09x86/mm: Factor out pageattr _PAGE_GLOBAL settingDave Hansen1-43/+23
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-5/+5
2017-11-07x86/mm: Include SEV for encryption memory attribute changesTom Lendacky1-2/+2
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+2
2017-07-18x86/mm: Add support for changing the memory encryption attributeTom Lendacky1-0/+62
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-0/+3
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams1-0/+6
2017-05-26x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-0/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+1
2017-03-27x86/mm/pat: Add 5-level paging supportKirill A. Shutemov1-14/+40
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-0/+13
2017-01-30x86/mm/cpa: Avoid wbinvd() for PREEMPTJohn Ogness1-0/+13
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming1-10/+11
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+10
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski1-0/+5
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski1-5/+2
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski1-28/+0
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski1-3/+6
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen1-1/+1
2016-07-10x86/mm: Do not reference phys addr beyond kernelThomas Garnier1-2/+10
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-04-28x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming1-1/+7
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+23
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+4
2016-03-16x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming1-1/+1
2016-03-15x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger1-10/+4
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-02-25x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui1-4/+10
2016-02-25x86/mm: Avoid premature success when changing page attributesJan Beulich1-1/+3
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-1/+1
2016-02-22x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth1-0/+3
2016-02-22x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth1-0/+14
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixesIngo Molnar1-6/+11