Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 updates from Ingo Molnar. This touches some non-x86 files due to the sanitized INLINE_SPIN_UNLOCK config usage. Fixed up trivial conflicts due to just header include changes (removing headers due to cpu_idle() merge clashing with the <asm/system.h> split). * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/apic/amd: Be more verbose about LVT offset assignments x86, tls: Off by one limit check x86/ioapic: Add io_apic_ops driver layer to allow interception x86/olpc: Add debugfs interface for EC commands x86: Merge the x86_32 and x86_64 cpu_idle() functions x86/kconfig: Remove CONFIG_TR=y from the defconfigs x86: Stop recursive fault in print_context_stack after stack overflow x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=y x86/apic: Add separate apic_id_valid() functions for selected apic drivers locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage x86/kconfig: Update defconfigs x86: Fix excessive MSR print out when show_msr is not specified
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/debugfs-olpc 16 additions, 0 deletionsDocumentation/ABI/testing/debugfs-olpc
- arch/mips/configs/db1300_defconfig 1 addition, 1 deletionarch/mips/configs/db1300_defconfig
- arch/x86/configs/i386_defconfig 22 additions, 42 deletionsarch/x86/configs/i386_defconfig
- arch/x86/configs/x86_64_defconfig 23 additions, 44 deletionsarch/x86/configs/x86_64_defconfig
- arch/x86/include/asm/apic.h 1 addition, 1 deletionarch/x86/include/asm/apic.h
- arch/x86/include/asm/idle.h 1 addition, 0 deletionsarch/x86/include/asm/idle.h
- arch/x86/include/asm/io_apic.h 9 additions, 0 deletionsarch/x86/include/asm/io_apic.h
- arch/x86/include/asm/x2apic.h 5 additions, 0 deletionsarch/x86/include/asm/x2apic.h
- arch/x86/kernel/acpi/boot.c 1 addition, 1 deletionarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/apic/apic.c 9 additions, 4 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/apic_numachip.c 1 addition, 2 deletionsarch/x86/kernel/apic/apic_numachip.c
- arch/x86/kernel/apic/io_apic.c 112 additions, 47 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/apic/x2apic_cluster.c 1 addition, 1 deletionarch/x86/kernel/apic/x2apic_cluster.c
- arch/x86/kernel/apic/x2apic_phys.c 1 addition, 1 deletionarch/x86/kernel/apic/x2apic_phys.c
- arch/x86/kernel/apic/x2apic_uv_x.c 6 additions, 1 deletionarch/x86/kernel/apic/x2apic_uv_x.c
- arch/x86/kernel/cpu/common.c 1 addition, 1 deletionarch/x86/kernel/cpu/common.c
- arch/x86/kernel/dumpstack.c 5 additions, 2 deletionsarch/x86/kernel/dumpstack.c
- arch/x86/kernel/process.c 114 additions, 0 deletionsarch/x86/kernel/process.c
- arch/x86/kernel/process_32.c 0 additions, 58 deletionsarch/x86/kernel/process_32.c
- arch/x86/kernel/process_64.c 0 additions, 107 deletionsarch/x86/kernel/process_64.c
Loading
Please register or sign in to comment