summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-181-0/+2
* x86/mm: Add support for changing the memory encryption attributeTom Lendacky2017-07-181-0/+62
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-0/+3
* x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams2017-06-271-0/+6
* x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)2017-05-261-1/+1
* x86: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+1
|\
| * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-0/+13
| |\
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | x86/mm/pat: Add 5-level paging supportKirill A. Shutemov2017-03-271-14/+40
| |/ |/|
* | x86/mm/cpa: Avoid wbinvd() for PREEMPTJohn Ogness2017-01-301-0/+13
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming2016-09-201-10/+11
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-2/+10
|\
| * x86/mm: Do not reference phys addr beyond kernelThomas Garnier2016-07-101-2/+10
* | x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski2016-07-231-0/+5
* | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski2016-07-231-5/+2
* | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-28/+0
* | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski2016-07-151-3/+6
* | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-131-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-2/+2
|\
| * x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
| * x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-311-1/+1
* | x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming2016-04-281-1/+7
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-11/+23
|\
| * x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming2016-03-161-1/+1
| * x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-221-0/+3
| * x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth2016-02-221-0/+14
| * Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-031-6/+11
| |\
| * | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-291-11/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-10/+4
|\ \ \
| * | | x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-151-10/+4
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm: Avoid premature success when changing page attributesJan Beulich2016-02-251-1/+3
| | |/ | |/|
* | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-1/+1
|\ \ \
| * | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-1/+1
| |/ /
* | | x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
|/ /
* | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2
* | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
* | x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-081-4/+6
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-031-29/+50
|\
| * x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani2015-09-221-1/+1
| * x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani2015-09-221-12/+19
| * x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani2015-09-221-10/+14
| * x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani2015-09-221-7/+17
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-271-3/+6
|\ \ | |/ |/|
| * x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth2015-10-251-3/+6
* | x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2015-08-251-1/+0
|/
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-071-13/+49
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-071-3/+0
OpenPOWER on IntegriCloud