summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-6/+1Star
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-131-0/+34
* x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()Andy Lutomirski2017-09-131-1/+21
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-121-1/+1
|\
| * x86/mm: Make the SME mask a u64Borislav Petkov2017-09-071-1/+1
* | x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski2017-09-101-1/+1
* | mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-091-7/+15
|/
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-071-0/+44
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-36/+13Star
|\
| * x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-291-1/+1
| * x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-36/+13Star
| * Merge branch 'x86/asm' into x86/apicThomas Gleixner2017-08-251-1/+1
| |\
* | \ Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0416-176/+1481
|\ \ \
| * | | x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-311-4/+4
| * | | x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich2017-08-311-11/+15
| * | | x86/mm: Fix SME encryption stack ptr handlingBorislav Petkov2017-08-291-3/+3
| * | | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-262-4/+6
| |\| |
| * | | x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin2017-07-251-23/+41
| * | | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-252-16/+65
| * | | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-212-7/+20
| * | | x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-212-1/+38
| * | | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-212-6/+6
| * | | x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov2017-07-211-9/+9
| * | | x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov2017-07-211-5/+6
| * | | x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky2017-07-181-1/+76
| * | | x86/mm: Add support to encrypt the kernel in-placeTom Lendacky2017-07-183-0/+460
| * | | x86/mm: Use proper encryption attributes with /dev/memTom Lendacky2017-07-182-9/+12
| * | | x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-4/+8
| * | | x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-181-0/+2
| * | | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-0/+22
| * | | x86/mm: Add support for changing the memory encryption attributeTom Lendacky2017-07-181-0/+62
| * | | x86/mm: Add support to access persistent memory in the clearTom Lendacky2017-07-181-1/+30
| * | | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-0/+180
| * | | x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-182-1/+64
| * | | x86/mm: Add support for early encryption/decryption of memoryTom Lendacky2017-07-181-0/+76
| * | | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+44
| * | | x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-184-4/+24
| * | | x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-181-0/+9
| * | | x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky2017-07-181-10/+8Star
| * | | x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-182-0/+22
| * | | x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky2017-07-181-3/+3
| * | | Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-187-38/+30Star
| |\ \ \
| * | | | x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski2017-07-051-17/+3Star
| * | | | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-052-80/+118
| * | | | x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski2017-07-051-7/+95
| * | | | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-051-2/+4
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+42
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-252-4/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+42
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-23/+32
|\ \ \ \ \