summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-03-12x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov
2018-03-12x86/mm: Do not use paravirtualized calls in native_set_p4d()Kirill A. Shutemov
2018-03-12kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He
2018-03-12x86/boot/compressed/64: Prepare new top-level page table for trampolineKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Describe the logic behind the LA57 checkKirill A. Shutemov
2018-02-28x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky
2018-02-26Merge branch 'x86/boot' into x86/mm, to unify branchesIngo Molnar
2018-02-26x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr
2018-02-26x86/mm: Consider effective protection attributes in W+X checkJan Beulich
2018-02-26x86/boot: Make the x86_init noop functions staticJuergen Gross
2018-02-26x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross
2018-02-26x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-23x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves
2018-02-23x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov
2018-02-21x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann
2018-02-20x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed
2018-02-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava
2018-02-16x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov
2018-02-16x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov
2018-02-16x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigMatthew Whitehead
2018-02-16x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...Matthew Whitehead
2018-02-16x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig groupMatthew Whitehead
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds