summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski
2017-09-13x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()Andy Lutomirski
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-10x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko
2017-09-07x86/mm: Make the SME mask a u64Borislav Petkov
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-31x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner
2017-08-29x86/mm: Fix SME encryption stack ptr handlingBorislav Petkov
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-25Merge branch 'x86/asm' into x86/apicThomas Gleixner
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov
2017-08-16x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov
2017-08-11x86: provide an init_mem_mapping hypervisor hookJuergen Gross
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski
2017-07-25x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin
2017-07-25x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov
2017-07-21x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov
2017-07-21x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky
2017-07-18x86/mm: Add support to encrypt the kernel in-placeTom Lendacky
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-07-18x86/mm: Add support for changing the memory encryption attributeTom Lendacky
2017-07-18x86/mm: Add support to access persistent memory in the clearTom Lendacky
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky
2017-07-18x86/mm: Add support for early encryption/decryption of memoryTom Lendacky
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky
2017-07-18x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky