-
- Downloads
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: - MCE related boot crash fix on certain AMD systems - FPU exception handling fix - FPU handling race fix - revert+rewrite of the RSDP boot protocol extension, use boot_params instead - documentation fix" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/MCE/AMD: Fix the thresholding machinery initialization order x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapper x86/fpu: Disable bottom halves while loading FPU registers x86/acpi, x86/boot: Take RSDP address from boot params if available x86/boot: Mostly revert commit ae7e1238 ("Add ACPI RSDP address to setup_header") x86/ptrace: Fix documentation for tracehook_report_syscall_entry()
No related branches found
No related tags found
Showing
- Documentation/x86/boot.txt 1 addition, 31 deletionsDocumentation/x86/boot.txt
- arch/x86/boot/header.S 1 addition, 5 deletionsarch/x86/boot/header.S
- arch/x86/include/asm/fpu/internal.h 1 addition, 1 deletionarch/x86/include/asm/fpu/internal.h
- arch/x86/include/asm/x86_init.h 0 additions, 2 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/include/uapi/asm/bootparam.h 2 additions, 5 deletionsarch/x86/include/uapi/asm/bootparam.h
- arch/x86/kernel/acpi/boot.c 1 addition, 1 deletionarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/cpu/mcheck/mce_amd.c 6 additions, 13 deletionsarch/x86/kernel/cpu/mcheck/mce_amd.c
- arch/x86/kernel/fpu/signal.c 2 additions, 2 deletionsarch/x86/kernel/fpu/signal.c
- arch/x86/kernel/head32.c 0 additions, 1 deletionarch/x86/kernel/head32.c
- arch/x86/kernel/head64.c 0 additions, 2 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/setup.c 0 additions, 17 deletionsarch/x86/kernel/setup.c
- include/linux/tracehook.h 2 additions, 2 deletionsinclude/linux/tracehook.h
Please register or sign in to comment