summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)Author
2017-11-07x86/mm: Include SEV for encryption memory attribute changesTom Lendacky
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-18x86/mm: Add support for changing the memory encryption attributeTom Lendacky
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams
2017-05-26x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-03-27x86/mm/pat: Add 5-level paging supportKirill A. Shutemov
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar
2017-01-30x86/mm/cpa: Avoid wbinvd() for PREEMPTJohn Ogness
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen
2016-07-10x86/mm: Do not reference phys addr beyond kernelThomas Garnier
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-04-28x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-16x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming
2016-03-15x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-02-25x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui
2016-02-25x86/mm: Avoid premature success when changing page attributesJan Beulich
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook
2016-02-22x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth
2016-02-22x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming
2016-01-12x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones
2016-01-08x86/mm: Micro-optimise clflush_cache_range()Chris Wilson
2015-11-29x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-10-25x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth
2015-09-22x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani
2015-09-22x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani
2015-09-22x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani
2015-09-22x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani