summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0357-970/+1619
|\
| * x86/cpu/tme: Fix spelling: "configuation" -> "configuration"Colin Ian King2018-03-311-1/+1
| * x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky2018-03-283-18/+15Star
| * x86/mm: Update comment in detect_tme() regarding x86_phys_bitsKirill A. Shutemov2018-03-271-5/+2Star
| * x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-272-15/+0Star
| * Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-2731-208/+223
| |\
| * | x86/mm: Remove pointless checks in vmalloc_faultToshi Kani2018-03-151-39/+17Star
| * | Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-1420-75/+316
| |\ \
| * | | x86/platform/intel-mid: Add special handling for ACPI HW reduced platformsAndy Shevchenko2018-03-121-0/+6
| * | | ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callbackAndy Shevchenko2018-03-123-1/+5
| * | | ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and exportAndy Shevchenko2018-03-122-9/+17
| * | | x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leafKirill A. Shutemov2018-03-121-0/+50
| * | | x86/pconfig: Detect PCONFIG targetsKirill A. Shutemov2018-03-123-1/+98
| * | | x86/tme: Detect if TME and MKTME is activated by BIOSKirill A. Shutemov2018-03-121-0/+90
| * | | Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-1252-420/+746
| |\ \ \
| * | | | x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov2018-03-121-16/+53
| * | | | x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov2018-03-121-24/+23Star
| * | | | x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov2018-03-121-0/+6
| * | | | x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov2018-03-121-0/+10
| * | | | x86/mm: Do not use paravirtualized calls in native_set_p4d()Kirill A. Shutemov2018-03-121-2/+2
| * | | | kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He2018-03-121-0/+1
| * | | | x86/boot/compressed/64: Prepare new top-level page table for trampolineKirill A. Shutemov2018-03-121-0/+61
| * | | | x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov2018-03-123-1/+18
| * | | | x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov2018-03-122-0/+23
| * | | | x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov2018-03-123-0/+51
| * | | | x86/boot/compressed/64: Describe the logic behind the LA57 checkKirill A. Shutemov2018-03-121-3/+15
| * | | | x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2018-02-282-2/+3
| * | | | Merge branch 'x86/boot' into x86/mm, to unify branchesIngo Molnar2018-02-264-36/+32Star
| |\ \ \ \
| | * | | | x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov2018-02-112-35/+31Star
| | * | | | x86/boot/compressed/64: Rename pagetable.c to kaslr_64.cKirill A. Shutemov2018-02-112-1/+1
| * | | | | x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr2018-02-261-0/+18
| * | | | | x86/mm: Consider effective protection attributes in W+X checkJan Beulich2018-02-261-36/+58
| * | | | | x86/boot: Make the x86_init noop functions staticJuergen Gross2018-02-261-5/+5
| * | | | | x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross2018-02-261-3/+11
| * | | | | x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross2018-02-263-0/+21
| * | | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-2664-368/+479
| |\ \ \ \ \
| * | | | | | x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-216-13/+25
| * | | | | | x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov2018-02-211-10/+13
| * | | | | | x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov2018-02-213-11/+27
| * | | | | | x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-02-163-25/+3Star
| * | | | | | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-1610-45/+46
| * | | | | | x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov2018-02-163-6/+20
| * | | | | | x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2018-02-162-17/+26
| * | | | | | x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov2018-02-162-7/+5Star
| * | | | | | x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov2018-02-163-8/+14
| * | | | | | x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2018-02-164-15/+17
| * | | | | | x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov2018-02-162-4/+8
| * | | | | | x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov2018-02-162-2/+30
| * | | | | | x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov2018-02-144-4/+26
| * | | | | | x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamicKirill A. Shutemov2018-02-144-11/+6Star