summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-031-3/+3
|\
| * x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth2018-03-121-3/+3
| * Merge branch 'x86/mm' into efi/coreIngo Molnar2018-03-125-583/+607
| |\
* | \ Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-031-87/+3Star
|\ \ \
| * \ \ Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-242-32/+76
| |\ \ \
| * | | | dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig2018-03-201-70/+3Star
| * | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-1/+1
| * | | | dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2018-03-201-8/+0Star
| * | | | x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2018-03-201-7/+0Star
| * | | | x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-201-3/+1Star
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0312-722/+750
|\ \ \ \ \
| * | | | | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-271-11/+0Star
| * | | | | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-272-32/+76
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | x86/mm: Remove pointless checks in vmalloc_faultToshi Kani2018-03-151-39/+17Star
| * | | | Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-125-5/+24
| |\ \ \ \ \
| * | | | | | x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2018-02-282-2/+3
| * | | | | | x86/mm: Consider effective protection attributes in W+X checkJan Beulich2018-02-261-36/+58
| * | | | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-265-9/+9
| |\ \ \ \ \ \
| * | | | | | | x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-0/+6
| * | | | | | | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-167-28/+32
| * | | | | | | x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov2018-02-161-1/+2
| * | | | | | | x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2018-02-161-4/+4
| * | | | | | | x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov2018-02-142-3/+13
| * | | | | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-143-9/+7Star
| * | | | | | | x86/mm: Make LDT_BASE_ADDR dynamicKirill A. Shutemov2018-02-141-1/+4
| * | | | | | | x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-02-141-8/+0Star
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...Andy Lutomirski2018-02-131-0/+32
| * | | | | | x86/mm/encrypt: Simplify sme_pgtable_calc()Kirill A. Shutemov2018-02-131-30/+12Star
| * | | | | | x86/mm/encrypt: Simplify sme_populate_pgd() and sme_populate_pgd_large()Kirill A. Shutemov2018-02-131-87/+72Star
| * | | | | | x86/mm/encrypt: Move page table helpers into separate translation unitKirill A. Shutemov2018-02-133-582/+607
| * | | | | | x86/mm: Align TLB invalidation infoNadav Amit2018-02-131-1/+1
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-031-1/+0Star
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | x86/fault: Do not print IP in show_fault_oops()Borislav Petkov2018-03-081-1/+0Star
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-03-231-0/+48
|\ \ \ \ \ \
| * | | | | | x86/mm: implement free pmd/pte page interfacesToshi Kani2018-03-231-2/+26
| * | | | | | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-231-0/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-231-32/+28Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86, memremap: fix altmap accounting at freeDan Williams2018-03-141-32/+28Star
| |/ / / /
* | | | | x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani2018-03-141-3/+3
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-042-0/+21
|\| | |
| * | | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-012-0/+21
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-262-4/+2Star
|\| | | | |_|/ |/| |
| * | x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-02-211-0/+2
| * | x86/mm: Remove stale comment about KMEMCHECKJann Horn2018-02-201-4/+0Star
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-151-2/+2
|\ \ \ | |/ / |/| |
| * | x86/mm/kcore: Add vsyscall page to /proc/kcore conditionallyJia Zhang2018-02-131-1/+2
| * | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-2/+1Star