Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86/apic changes from Ingo Molnar: "Main changes: - Multiple MSI support added to the APIC, PCI and AHCI code - acked by all relevant maintainers, by Alexander Gordeev. The advantage is that multiple AHCI ports can have multiple MSI irqs assigned, and can thus spread to multiple CPUs. [ Drivers can make use of this new facility via the pci_enable_msi_block_auto() method ] - x86 IOAPIC code from interrupt remapping cleanups from Joerg Roedel: These patches move all interrupt remapping specific checks out of the x86 core code and replaces the respective call-sites with function pointers. As a result the interrupt remapping code is better abstraced from x86 core interrupt handling code. - Various smaller improvements, fixes and cleanups." * 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (26 commits) x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess x86, kvm: Fix intialization warnings in kvm.c x86, irq: Move irq_remapped out of x86 core code x86, io_apic: Introduce eoi_ioapic_pin call-back x86, msi: Introduce x86_msi.compose_msi_msg call-back x86, irq: Introduce setup_remapped_irq() x86, irq: Move irq_remapped() check into free_remapped_irq x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq() x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core x86, irq: Add data structure to keep AMD specific irq remapping information x86, irq: Move irq_remapping_enabled declaration to iommu code x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin x86, io_apic: Move irq_remapping_enabled checks out of check_timer() x86, io_apic: Convert setup_ioapic_entry to function pointer x86, io_apic: Introduce set_affinity function pointer x86, msi: Use IRQ remapping specific setup_msi_irqs routine x86, hpet: Introduce x86_msi_ops.setup_hpet_msi x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging x86, io_apic: Introduce x86_io_apic_ops.disable() x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume ...
Showing
- Documentation/PCI/MSI-HOWTO.txt 32 additions, 5 deletionsDocumentation/PCI/MSI-HOWTO.txt
- arch/x86/include/asm/hpet.h 3 additions, 2 deletionsarch/x86/include/asm/hpet.h
- arch/x86/include/asm/hw_irq.h 12 additions, 1 deletionarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/hypervisor.h 4 additions, 9 deletionsarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/io_apic.h 28 additions, 0 deletionsarch/x86/include/asm/io_apic.h
- arch/x86/include/asm/irq_remapping.h 18 additions, 22 deletionsarch/x86/include/asm/irq_remapping.h
- arch/x86/include/asm/kvm_para.h 4 additions, 4 deletionsarch/x86/include/asm/kvm_para.h
- arch/x86/include/asm/pci.h 3 additions, 0 deletionsarch/x86/include/asm/pci.h
- arch/x86/include/asm/x86_init.h 23 additions, 4 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/apic/apic.c 12 additions, 16 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/io_apic.c 199 additions, 258 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/apic/ipi.c 1 addition, 1 deletionarch/x86/kernel/apic/ipi.c
- arch/x86/kernel/cpu/hypervisor.c 7 additions, 0 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/cpu/vmware.c 13 additions, 0 deletionsarch/x86/kernel/cpu/vmware.c
- arch/x86/kernel/hpet.c 1 addition, 1 deletionarch/x86/kernel/hpet.c
- arch/x86/kernel/kvm.c 1 addition, 0 deletionsarch/x86/kernel/kvm.c
- arch/x86/kernel/x86_init.c 16 additions, 8 deletionsarch/x86/kernel/x86_init.c
- arch/x86/xen/enlighten.c 1 addition, 0 deletionsarch/x86/xen/enlighten.c
- drivers/ata/ahci.c 89 additions, 4 deletionsdrivers/ata/ahci.c
- drivers/ata/ahci.h 6 additions, 0 deletionsdrivers/ata/ahci.h
Loading
Please register or sign in to comment