Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A couple of fixlets for x86: - Fix the ESPFIX double fault handling for 5-level pagetables - Fix the commandline parsing for 'apic=' on 32bit systems and update documentation - Make zombie stack traces reliable - Fix kexec with stack canary - Fix the delivery mode for APICs which was missed when the x86 vector management was converted to single target delivery. Caused a regression due to the broken hardware which ignores affinity settings in lowest prio delivery mode. - Unbreak modules when AMD memory encryption is enabled - Remove an unused parameter of prepare_switch_to" * 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/apic: Switch all APICs to Fixed delivery mode x86/apic: Update the 'apic=' description of setting APIC driver x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR) x86: Remove unused parameter of prepare_switch_to x86/stacktrace: Make zombie stack traces reliable x86/mm: Unbreak modules that use the DMA API x86/build: Make isoimage work on Debian x86/espfix/64: Fix espfix double-fault handling on 5-level systems
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 5 additions, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/boot/genimage.sh 16 additions, 12 deletionsarch/x86/boot/genimage.sh
- arch/x86/include/asm/switch_to.h 2 additions, 3 deletionsarch/x86/include/asm/switch_to.h
- arch/x86/kernel/apic/apic.c 2 additions, 0 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/apic_flat_64.c 1 addition, 1 deletionarch/x86/kernel/apic/apic_flat_64.c
- arch/x86/kernel/apic/apic_noop.c 1 addition, 1 deletionarch/x86/kernel/apic/apic_noop.c
- arch/x86/kernel/apic/msi.c 2 additions, 6 deletionsarch/x86/kernel/apic/msi.c
- arch/x86/kernel/apic/probe_32.c 1 addition, 1 deletionarch/x86/kernel/apic/probe_32.c
- arch/x86/kernel/apic/x2apic_cluster.c 1 addition, 1 deletionarch/x86/kernel/apic/x2apic_cluster.c
- arch/x86/kernel/machine_kexec_32.c 1 addition, 3 deletionsarch/x86/kernel/machine_kexec_32.c
- arch/x86/kernel/stacktrace.c 5 additions, 1 deletionarch/x86/kernel/stacktrace.c
- arch/x86/kernel/traps.c 1 addition, 1 deletionarch/x86/kernel/traps.c
- arch/x86/mm/mem_encrypt.c 2 additions, 2 deletionsarch/x86/mm/mem_encrypt.c
- drivers/pci/host/pci-hyperv.c 2 additions, 6 deletionsdrivers/pci/host/pci-hyperv.c
Loading
Please register or sign in to comment