summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-24/+27
|\
| * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-291-1/+1
| * x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| * x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
* | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar2017-09-262-2/+25
|\ \ | |/ |/|
| * x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-1/+1
| * x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers2017-09-251-0/+24
| * x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar2017-09-241-2/+1
| * x86/fpu: Simplify fpu->fpregs_active useIngo Molnar2017-09-241-1/+1
* | x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-2/+1
* | x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-171-6/+5
|/
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-6/+1
* 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-081-7/+15
|/
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-061-0/+44
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-36/+13
|\
| * x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-291-1/+1
| * x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-36/+13
| * 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/+8
OpenPOWER on IntegriCloud