summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-237-58/+227
|\
| * x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-231-1/+2
| * x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-225-30/+78
| * x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-1/+105
| * x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-221-4/+4
| * x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-221-1/+1
| * x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-221-37/+53
| * x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-221-1/+1
* | Do not hash userspace addresses in fault handlersKees Cook2017-12-201-1/+1
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-1/+17
|\|
| * x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski2017-12-171-1/+17
| * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-171-7/+136
| * Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
| |\
| * \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-172-26/+85
| |\ \
| * \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-54/+34
| |\ \ \
* | \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-152-7/+9
|\ \ \ \ \
| * | | | | x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2017-12-112-7/+9
* | | | | | kmemcheck: rip it out for realMichal Hocko2017-12-089-9/+0
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-071-1/+3
|\| | | | |
| * | | | | x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-281-1/+3
* | | | | | x86: don't hash faulting address in oops printoutLinus Torvalds2017-12-061-1/+1
* | | | | | locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook2017-12-061-1/+1
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-262-3/+70
|\| | | | |
| * | | | | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-221-7/+136
| * | | | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+16
| * | | | | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-162-3/+54
* | | | | | mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2017-11-161-1/+0
* | | | | | x86/mm/kasan: don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-161-7/+136
* | | | | | x86/mm: set fields in deferred pagesPavel Tatashin2017-11-161-2/+8
* | | | | | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-1614-1320/+2
* | | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-164-9/+8
* | | | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-6/+0
|/ / / / /
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-141-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-137-238/+509
|\ \ \ \
| * | | | Merge branch 'linus' into x86/asm, to resolve conflictIngo Molnar2017-11-101-1/+1
| |\| | |
| * | | | Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar2017-11-101-1/+0
| |\ \ \ \
| | * | | | x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky2017-11-071-1/+0
| * | | | | Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar2017-11-081-118/+2
| |\ \ \ \ \
| | * | | | | x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri2017-11-011-154/+2
| | * | | | | x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0Ricardo Neri2017-11-011-8/+20
| | * | | | | x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11bRicardo Neri2017-11-011-2/+19
| | * | | | | x86/mpx: Use signed variables to compute effective addressesRicardo Neri2017-11-011-6/+14
| | * | | | | x86/mpx: Simplify handling of errors when computing linear addressesRicardo Neri2017-11-011-7/+6
| | | |_|/ / | | |/| | |
| * | | | | x86: Add support for changing memory encryption attribute in early bootBrijesh Singh2017-11-071-0/+130
| * | | | | x86/io: Unroll string I/O when SEV is activeTom Lendacky2017-11-071-0/+8
| * | | | | x86/boot: Add early boot support when running with SEV activeTom Lendacky2017-11-071-11/+39
| * | | | | x86/mm: Add DMA support for SEV memory encryptionTom Lendacky2017-11-071-0/+86
| * | | | | x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky2017-11-071-12/+67
| * | | | | x86/mm: Include SEV for encryption memory attribute changesTom Lendacky2017-11-071-2/+2