Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A few updates for x86: - Fix an unintended sign extension issue in the fault handling code - Rename the new resource control config switch so it's less confusing - Avoid setting up EFI info in kexec when the EFI runtime is disabled. - Fix the microcode version check in the AMD microcode loader so it only loads higher version numbers and never downgrades - Set EFER.LME in the 32bit trampoline before returning to long mode to handle older AMD/KVM behaviour properly. - Add Darren and Andy as x86/platform reviewers" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/resctrl: Avoid confusion over the new X86_RESCTRL config x86/kexec: Don't setup EFI info if EFI runtime is not enabled x86/microcode/amd: Don't falsely trick the late loading mechanism MAINTAINERS: Add Andy and Darren as arch/x86/platform/ reviewers x86/fault: Fix sign-extend unintended sign extension x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning to long mode x86/cpu: Add Atom Tremont (Jacobsville)
Showing
- Documentation/x86/resctrl_ui.txt 1 addition, 1 deletionDocumentation/x86/resctrl_ui.txt
- MAINTAINERS 9 additions, 0 deletionsMAINTAINERS
- arch/x86/Kconfig 3 additions, 3 deletionsarch/x86/Kconfig
- arch/x86/boot/compressed/head_64.S 8 additions, 0 deletionsarch/x86/boot/compressed/head_64.S
- arch/x86/boot/compressed/pgtable.h 1 addition, 1 deletionarch/x86/boot/compressed/pgtable.h
- arch/x86/include/asm/intel-family.h 2 additions, 1 deletionarch/x86/include/asm/intel-family.h
- arch/x86/include/asm/resctrl_sched.h 2 additions, 2 deletionsarch/x86/include/asm/resctrl_sched.h
- arch/x86/kernel/cpu/Makefile 1 addition, 1 deletionarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/microcode/amd.c 1 addition, 1 deletionarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/resctrl/Makefile 2 additions, 2 deletionsarch/x86/kernel/cpu/resctrl/Makefile
- arch/x86/kernel/kexec-bzimage64.c 3 additions, 0 deletionsarch/x86/kernel/kexec-bzimage64.c
- arch/x86/mm/fault.c 1 addition, 1 deletionarch/x86/mm/fault.c
- include/linux/sched.h 1 addition, 1 deletioninclude/linux/sched.h
Loading
Please register or sign in to comment