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 all over the place: - might_sleep() atomicity fix in the microcode loader - resctrl boundary condition fix - APIC arithmethics bug fix for frequencies >= 4.2 GHz - three 5-level paging crash fixes - two speculation fixes - a perf/stacktrace fix" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/unwind/orc: Fall back to using frame pointers for generated code perf/x86: Always store regs->ip in perf_callchain_kernel() x86/speculation: Allow guests to use SSBD even if host does not x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init() x86/boot/64: Add missing fixup_pointer() for next_early_pgt access x86/boot/64: Fix crash if kernel image crosses page table boundary x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz x86/resctrl: Prevent possible overrun during bitmap operations x86/microcode: Fix the microcode load on CPU hotplug for real
Showing
- arch/x86/events/core.c 5 additions, 5 deletionsarch/x86/events/core.c
- arch/x86/kernel/apic/apic.c 2 additions, 1 deletionarch/x86/kernel/apic/apic.c
- arch/x86/kernel/cpu/bugs.c 10 additions, 1 deletionarch/x86/kernel/cpu/bugs.c
- arch/x86/kernel/cpu/microcode/core.c 10 additions, 5 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/resctrl/rdtgroup.c 16 additions, 19 deletionsarch/x86/kernel/cpu/resctrl/rdtgroup.c
- arch/x86/kernel/head64.c 11 additions, 9 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/unwind_orc.c 22 additions, 4 deletionsarch/x86/kernel/unwind_orc.c
- arch/x86/mm/init_64.c 13 additions, 11 deletionsarch/x86/mm/init_64.c
Please register or sign in to comment