summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2017-07-25x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin1-23/+41
2017-07-25x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2-16/+65
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2-7/+20
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2-1/+38
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2-6/+6
2017-07-21x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov1-9/+9
2017-07-21x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov1-5/+6
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky1-1/+76
2017-07-18x86/mm: Add support to encrypt the kernel in-placeTom Lendacky3-0/+460
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky2-9/+12
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky1-4/+8
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+2
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-0/+22
2017-07-18x86/mm: Add support for changing the memory encryption attributeTom Lendacky1-0/+62
2017-07-18x86/mm: Add support to access persistent memory in the clearTom Lendacky1-1/+30
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky1-0/+180
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2-1/+64
2017-07-18x86/mm: Add support for early encryption/decryption of memoryTom Lendacky1-0/+76
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky1-0/+44
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky4-4/+24
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky1-0/+9
2017-07-18x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky1-10/+8
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2-0/+22
2017-07-18x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky1-3/+3
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar7-38/+30
2017-07-13x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-11x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-6/+1
2017-07-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+12
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2017-07-07mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+1
2017-07-07mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2-4/+4
2017-07-07mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2-12/+2
2017-07-07mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2-2/+2
2017-07-05x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski1-17/+3
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2-80/+118
2017-07-05x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski1-7/+95
2017-07-05x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski1-2/+4
2017-07-05x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka1-16/+12
2017-07-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-814/+364
2017-06-30x86/mm: Delete a big outdated comment about TLB flushingAndy Lutomirski1-36/+0
2017-06-30x86/mm: Don't reenter flush_tlb_func_common()Andy Lutomirski1-2/+15
2017-06-28x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams1-0/+6
2017-06-26x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUDJérôme Glisse1-1/+7
2017-06-24x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko1-3/+0
2017-06-22x86/ldt: Simplify the LDT switching logicAndy Lutomirski1-18/+2
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar3-4/+7
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-13x86/mm: Add support for 5-level paging for KASLRKirill A. Shutemov1-19/+62
2017-06-13x86/mm: Make kernel_physical_mapping_init() support 5-level pagingKirill A. Shutemov1-9/+60
2017-06-13x86/mm: Add sync_global_pgds() for configuration with 5-level pagingKirill A. Shutemov1-0/+39