aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig1-1/+4
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-29/+38
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2-6/+4
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2-7/+9
2018-01-08mm: don't export arch_add_memoryChristoph Hellwig1-1/+0
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-49/+638
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2-5/+72
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2-6/+26
2017-12-23x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov1-5/+10
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen1-27/+37
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2-1/+2
2017-12-23x86/mm: Abstract switching CR3Dave Hansen1-2/+20
2017-12-23x86/mm: Allow flushing for future ASID switchesDave Hansen1-0/+35
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+65
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-0/+9
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner1-0/+27
2017-12-23x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski1-0/+11
2017-12-23x86/mm/pti: Share entry text PMDThomas Gleixner1-0/+10
2017-12-23x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski1-0/+25
2017-12-23x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski1-0/+127
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen1-2/+3
2017-12-23x86/mm/pti: Add mapping helper functionsDave Hansen1-0/+41
2017-12-23x86/pti: Add the pti= cmdline option and documentationBorislav Petkov1-1/+25
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner3-3/+90
2017-12-23x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen1-3/+9
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-58/+227
2017-12-23x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner1-1/+2
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner5-30/+78
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2-1/+105
2017-12-22x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen1-4/+4
2017-12-22x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra1-1/+1
2017-12-22x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner1-37/+53
2017-12-22x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner1-1/+1
2017-12-19Do not hash userspace addresses in fault handlersKees Cook1-1/+1
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+17
2017-12-18x86/mm: Unbreak modules that use the DMA APITom Lendacky1-2/+2
2017-12-17x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski1-1/+17
2017-12-17x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin1-7/+136
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar1-1/+1
2017-12-17Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2-26/+85
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-54/+34
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+9
2017-12-11x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2-7/+9
2017-12-08kmemcheck: rip it out for realMichal Hocko9-9/+0
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-12-05x86: don't hash faulting address in oops printoutLinus Torvalds1-1/+1
2017-12-05locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook1-1/+1
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross1-1/+3