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 set of x86 fixes: - Cure the LDT remapping to user space on 5 level paging which ended up in the KASLR space - Remove LDT mapping before freeing the LDT pages - Make NFIT MCE handling more robust - Unbreak the VSMP build by removing the dependency on paravirt ops - Support broken PIT emulation on Microsoft hyperV - Don't trace vmware_sched_clock() to avoid tracer recursion - Remove -pipe from KBUILD CFLAGS which breaks clang and is also slower on GCC - Trivial coding style and typo fixes" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpu/vmware: Do not trace vmware_sched_clock() x86/vsmp: Remove dependency on pv_irq_ops x86/ldt: Remove unused variable in map_ldt_struct() x86/ldt: Unmap PTEs for the slot before freeing LDT pages x86/mm: Move LDT remap out of KASLR region on 5-level paging acpi/nfit, x86/mce: Validate a MCE's address before using it acpi/nfit, x86/mce: Handle only uncorrectable machine checks x86/build: Remove -pipe from KBUILD_CFLAGS x86/hyper-v: Fix indentation in hv_do_fast_hypercall16() Documentation/x86: Fix typo in zero-page.txt x86/hyper-v: Enable PIT shutdown quirk clockevents/drivers/i8253: Add support for PIT shutdown quirk
No related branches found
No related tags found
Showing
- Documentation/x86/x86_64/mm.txt 18 additions, 16 deletionsDocumentation/x86/x86_64/mm.txt
- Documentation/x86/zero-page.txt 1 addition, 1 deletionDocumentation/x86/zero-page.txt
- arch/x86/Kconfig 0 additions, 1 deletionarch/x86/Kconfig
- arch/x86/Makefile 1 addition, 3 deletionsarch/x86/Makefile
- arch/x86/include/asm/mce.h 2 additions, 0 deletionsarch/x86/include/asm/mce.h
- arch/x86/include/asm/mshyperv.h 1 addition, 1 deletionarch/x86/include/asm/mshyperv.h
- arch/x86/include/asm/page_64_types.h 7 additions, 5 deletionsarch/x86/include/asm/page_64_types.h
- arch/x86/include/asm/pgtable_64_types.h 1 addition, 3 deletionsarch/x86/include/asm/pgtable_64_types.h
- arch/x86/kernel/cpu/mcheck/mce.c 4 additions, 2 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mshyperv.c 11 additions, 0 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/cpu/vmware.c 1 addition, 1 deletionarch/x86/kernel/cpu/vmware.c
- arch/x86/kernel/ldt.c 38 additions, 21 deletionsarch/x86/kernel/ldt.c
- arch/x86/kernel/vsmp_64.c 7 additions, 77 deletionsarch/x86/kernel/vsmp_64.c
- arch/x86/xen/mmu_pv.c 3 additions, 3 deletionsarch/x86/xen/mmu_pv.c
- drivers/acpi/nfit/mce.c 6 additions, 2 deletionsdrivers/acpi/nfit/mce.c
- drivers/clocksource/i8253.c 12 additions, 2 deletionsdrivers/clocksource/i8253.c
- include/linux/i8253.h 1 addition, 0 deletionsinclude/linux/i8253.h
Loading
Please register or sign in to comment