summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar32-4/+55
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2-26/+85
2017-11-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2017-11-04Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski1-3/+14
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds31-0/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri1-54/+34
2017-11-01x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka1-1/+10
2017-10-30x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He1-5/+5
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar1-12/+0
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar1-12/+0
2017-10-20x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin1-21/+80
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+12
2017-10-18x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski1-58/+0
2017-10-18x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski1-12/+18
2017-10-18x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski1-2/+2
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski1-42/+111
2017-10-11x86/mm: Disable various instrumentations of mm/mem_encrypt.c and mm/tlb.cTom Lendacky1-2/+9
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-24/+27
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin1-1/+1
2017-09-29x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky1-0/+2
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar2-2/+25
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-1/+1
2017-09-25x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour1-23/+24
2017-09-25x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers1-0/+24
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar1-2/+1
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar1-1/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-2/+1
2017-09-17x86/mm: Factor out CR3-building codeAndy Lutomirski1-6/+5
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-6/+1
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-0/+34
2017-09-13x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()Andy Lutomirski1-1/+21
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-10x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski1-1/+1
2017-09-09mm/memory_hotplug: introduce add_pagesMichal Hocko1-7/+15
2017-09-07x86/mm: Make the SME mask a u64Borislav Petkov1-1/+1
2017-09-07x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski1-0/+44
2017-09-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-36/+13
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-176/+1481
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+42
2017-09-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+32
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2017-08-31x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov1-4/+4
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich1-11/+15
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner1-1/+1
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner1-36/+13
2017-08-29x86/mm: Fix SME encryption stack ptr handlingBorislav Petkov1-3/+3
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2-4/+6
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-4/+6
2017-08-25Merge branch 'x86/asm' into x86/apicThomas Gleixner1-1/+1