Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "There's a number of fixes: - a round of fixes for CPUID-less legacy CPUs - a number of microcode loader fixes - i8042 detection robustization fixes - stack dump/unwinder fixes - x86 SoC platform driver fixes - a GCC 7 warning fix - virtualization related fixes" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits) Revert "x86/unwind: Detect bad stack return address" x86/paravirt: Mark unused patch_default label x86/microcode/AMD: Reload proper initrd start address x86/platform/intel/quark: Add printf attribute to imr_self_test_result() x86/platform/intel-mid: Switch MPU3050 driver to IIO x86/alternatives: Do not use sync_core() to serialize I$ x86/topology: Document cpu_llc_id x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic x86/asm: Rewrite sync_core() to use IRET-to-self x86/microcode/intel: Replace sync_core() with native_cpuid() Revert "x86/boot: Fail the boot if !M486 and CPUID is missing" x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6 x86/tools: Fix gcc-7 warning in relocs.c x86/unwind: Dump stack data on warnings x86/unwind: Adjust last frame check for aligned function stacks x86/init: Fix a couple of comment typos x86/init: Remove i8042_detect() from platform ops Input: i8042 - Trust firmware a bit more when probing on X86 x86/init: Add i8042 state to the platform data ...
No related branches found
No related tags found
Showing
- Documentation/x86/topology.txt 9 additions, 0 deletionsDocumentation/x86/topology.txt
- arch/x86/boot/cpu.c 0 additions, 6 deletionsarch/x86/boot/cpu.c
- arch/x86/include/asm/processor.h 58 additions, 22 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/unwind.h 1 addition, 1 deletionarch/x86/include/asm/unwind.h
- arch/x86/include/asm/x86_init.h 21 additions, 5 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/acpi/boot.c 7 additions, 0 deletionsarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/alternative.c 10 additions, 5 deletionsarch/x86/kernel/alternative.c
- arch/x86/kernel/cpu/common.c 4 additions, 3 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/microcode/amd.c 33 additions, 23 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/microcode/core.c 24 additions, 16 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/microcode/intel.c 23 additions, 3 deletionsarch/x86/kernel/cpu/microcode/intel.c
- arch/x86/kernel/cpu/mshyperv.c 24 additions, 0 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/paravirt_patch_32.c 1 addition, 1 deletionarch/x86/kernel/paravirt_patch_32.c
- arch/x86/kernel/paravirt_patch_64.c 1 addition, 1 deletionarch/x86/kernel/paravirt_patch_64.c
- arch/x86/kernel/platform-quirks.c 5 additions, 0 deletionsarch/x86/kernel/platform-quirks.c
- arch/x86/kernel/unwind_frame.c 46 additions, 10 deletionsarch/x86/kernel/unwind_frame.c
- arch/x86/kernel/x86_init.c 0 additions, 2 deletionsarch/x86/kernel/x86_init.c
- arch/x86/platform/ce4100/ce4100.c 0 additions, 6 deletionsarch/x86/platform/ce4100/ce4100.c
- arch/x86/platform/intel-mid/device_libs/Makefile 1 addition, 1 deletionarch/x86/platform/intel-mid/device_libs/Makefile
- arch/x86/platform/intel-mid/intel-mid.c 0 additions, 7 deletionsarch/x86/platform/intel-mid/intel-mid.c
Loading
Please register or sign in to comment