summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)Author
2012-04-04x86: Do not unmask io_apic when interrupt is in progressIngo Molnar
2012-04-04x86: Call idle notifier after irq_enter()Frederic Weisbecker
2011-11-10x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa...Mathias Nyman
2011-11-10x86/apic: Do not clear nr_irqs_gsi if no legacy irqsJacob Pan
2011-10-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-13x86/irq: Standardize on CONFIG_SPARSE_IRQ=yYinghai Lu
2011-10-12x86, ioapic: Clean up ioapic/apic_id usageYinghai Lu
2011-10-12x86, ioapic: Factor out print_IO_APIC() to only print one io apicYinghai Lu
2011-10-12x86, ioapic: Print out irte with right ioapic indexYinghai Lu
2011-10-12x86, ioapic: Split up setup_ioapic_entry()Yinghai Lu
2011-10-12x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq()Yinghai Lu
2011-09-21x86, ioapic: Consolidate the explicit EOI codeSuresh Siddha
2011-09-21x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq()Suresh Siddha
2011-09-21x86, kdump, ioapic: Reset remote-IRR in clear_IO_APICSuresh Siddha
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha
2011-09-21x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha
2011-09-21x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha
2011-07-12x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar
2011-07-12x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar
2011-07-11x86, ioapic: Also print Dest fieldNaga Chumbalkar
2011-07-11x86, ioapic: Format clean up for IOAPIC outputNaga Chumbalkar
2011-07-08x86: print APIC data a little later during bootNaga Chumbalkar
2011-05-24x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha
2011-05-20x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Add struct ioapicSuresh Siddha
2011-05-20x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha
2011-05-20x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha
2011-05-20x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha
2011-05-20x86, ioapic: Fix potential resume deadlockDaniel J Blueman
2011-04-28x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-12x86: ioapic: Avoid redundant lookup of irq_cfgThomas Gleixner
2011-03-12x86: ioapic: Use new move_irq functionsThomas Gleixner
2011-03-12x86: ioapic: Use irq_data->stateThomas Gleixner
2011-03-12x86: ioapic: Simplify irq chip and handler setupThomas Gleixner
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner
2011-02-23x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner
2011-02-23x86: ioapic: Remove useless inlinesThomas Gleixner
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner
2011-02-23x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner
2011-02-23x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner
2011-02-23x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner
2011-02-23x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner