summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)Author
2014-09-01x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objectsRafael J. Wysocki
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu
2014-08-27x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes
2014-06-21x86, irq: Clean up irqdomain transition codeJiang Liu
2014-06-21x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu
2014-06-21x86, irq: Clean up unused IOAPIC interfaceJiang Liu
2014-06-21x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu
2014-06-21x86, irq: Simplify arch_early_irq_init()Jiang Liu
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu
2014-06-21x86, irq: Introduce some helper utilities to improve readabilityJiang Liu
2014-06-21x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu
2014-06-21x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-16x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-13x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-08-26x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan
2013-08-20x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel
2013-01-28x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel
2013-01-28x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel
2013-01-28x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel