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-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/+0Star
* | 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/+2Star
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-164-9/+8Star
* | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-6/+0Star
|/
* 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/+0Star
| |\ \
| | * | x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky2017-11-071-1/+0Star
| * | | Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar2017-11-081-118/+2Star
| |\ \ \
| | * | | x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri2017-11-011-154/+2Star
| | * | | 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/+6Star
| * | | | 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
| * | | | x86/mm: Use encrypted access of boot related data with SEVTom Lendacky2017-11-071-14/+30
| * | | | x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2017-11-071-0/+26
| * | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0732-4/+55
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-062-26/+85
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-10-301-5/+5
| | * | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-301-12/+0Star
| | |\ \ \
| | * | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-21/+80
| * | | | | x86/mm: Relocate page fault error codes to traps.hRicardo Neri2017-11-011-54/+34Star
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0733-16/+55
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-243-46/+82
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2017-10-103-24/+27
| |\ \ \ \
| * | | | | locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook2017-09-281-1/+6
* | | | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina2017-11-081-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-3/+14
|\ \ \ \ \
| * | | | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-041-3/+14
| | |_|_|/ | |/| | |
* | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0231-0/+31
|\ \ \ \ \
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
| | |_|_|/ | |/| | |
* | | | | x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka2017-11-011-1/+10
| |/ / / |/| | |
* | | | Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar2017-10-271-12/+0Star
|/ / /
* | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-10-201-0/+12
* | | x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-181-58/+0Star