Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Misc fixes: - unwinder fixes - AMD CPU topology enumeration fixes - microcode loader fixes - x86 embedded platform fixes - fix for a bootup crash that may trigger when clearcpuid= is used with invalid values" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mpx: Use compatible types in comparison to fix sparse error x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc() x86/entry: Fix the end of the stack for newly forked tasks x86/unwind: Include __schedule() in stack traces x86/unwind: Disable KASAN checks for non-current tasks x86/unwind: Silence warnings for non-current tasks x86/microcode/intel: Use correct buffer size for saving microcode data x86/microcode/intel: Fix allocation size of struct ucode_patch x86/microcode/intel: Add a helper which gives the microcode revision x86/microcode: Use native CPUID to tickle out microcode revision x86/CPU: Add native CPUID variants returning a single datum x86/boot: Add missing declaration of string functions x86/CPU/AMD: Fix Bulldozer topology x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev' x86/cpu: Fix typo in the comment for Anniedale x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line option
No related branches found
No related tags found
Showing
- arch/x86/boot/string.c 1 addition, 0 deletionsarch/x86/boot/string.c
- arch/x86/boot/string.h 9 additions, 0 deletionsarch/x86/boot/string.h
- arch/x86/entry/entry_32.S 11 additions, 19 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 7 additions, 4 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/intel-family.h 1 addition, 1 deletionarch/x86/include/asm/intel-family.h
- arch/x86/include/asm/microcode_intel.h 15 additions, 0 deletionsarch/x86/include/asm/microcode_intel.h
- arch/x86/include/asm/processor.h 18 additions, 0 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/stacktrace.h 1 addition, 1 deletionarch/x86/include/asm/stacktrace.h
- arch/x86/include/asm/switch_to.h 9 additions, 1 deletionarch/x86/include/asm/switch_to.h
- arch/x86/kernel/cpu/amd.c 1 addition, 8 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/common.c 1 addition, 1 deletionarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/intel.c 3 additions, 8 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/microcode/intel.c 17 additions, 53 deletionsarch/x86/kernel/cpu/microcode/intel.c
- arch/x86/kernel/tsc.c 1 addition, 0 deletionsarch/x86/kernel/tsc.c
- arch/x86/kernel/unwind_frame.c 28 additions, 2 deletionsarch/x86/kernel/unwind_frame.c
- arch/x86/mm/mpx.c 1 addition, 1 deletionarch/x86/mm/mpx.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/device_libs/platform_mrfld_spidev.c 4 additions, 0 deletions...86/platform/intel-mid/device_libs/platform_mrfld_spidev.c
Loading
Please register or sign in to comment