summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2018-04-12x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel1-0/+9
2018-04-12x86/pti: Leave kernel text global for !PCIDDave Hansen2-4/+80
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen3-10/+35
2018-04-12x86/pti: Enable global pages for shared areasDave Hansen2-2/+35
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-12x86/mm: Do not auto-massage page protectionsDave Hansen5-1/+28
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen3-1/+18
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
2018-04-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2018-04-03Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-87/+3
2018-04-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-722/+750
2018-04-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes1-11/+0
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2-32/+76
2018-03-24Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2-32/+76
2018-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+48
2018-03-23Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-32/+28
2018-03-23x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-23mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2018-03-20dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig1-70/+3
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-1/+1
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig1-8/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-7/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-3/+1
2018-03-15x86/mm: Remove pointless checks in vmalloc_faultToshi Kani1-39/+17
2018-03-15x86, memremap: fix altmap accounting at freeDan Williams1-32/+28
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner1-3/+3
2018-03-14x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani1-3/+3
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar5-5/+24
2018-03-12x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth1-3/+3
2018-03-12Merge branch 'x86/mm' into efi/coreIngo Molnar5-583/+607
2018-03-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-03-08x86/pti: Fix a comment typoSeunghun Han1-1/+1
2018-03-08x86/fault: Do not print IP in show_fault_oops()Borislav Petkov1-1/+0
2018-03-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+21
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2-0/+21
2018-02-28x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2-2/+3
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+2
2018-02-26x86/mm: Consider effective protection attributes in W+X checkJan Beulich1-36/+58
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar5-9/+9
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov1-0/+6
2018-02-21x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra1-0/+2
2018-02-20x86/mm: Remove stale comment about KMEMCHECKJann Horn1-4/+0
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov7-28/+32
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov1-1/+2
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov1-4/+4
2018-02-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-7/+7