summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-311-16/+0
* x86, irq: Clean up irqdomain transition codeJiang Liu2014-06-211-17/+11
* x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-211-0/+61
* x86, irq: Simplify the way to handle ISA IRQJiang Liu2014-06-211-60/+38
* x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-211-70/+0
* x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-211-1/+98
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+41
* x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-211-35/+123
* x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-211-12/+15
* x86, irq: Simplify arch_early_irq_init()Jiang Liu2014-06-211-22/+11
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-18/+25
* x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-211-7/+22
* x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu2014-06-211-28/+33
* x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu2014-06-211-10/+10
* x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu2014-06-211-58/+62
* x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu2014-06-211-19/+5
* x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-211-3/+0
* x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-211-16/+5
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-121-10/+18
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-161-10/+18
* | x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner2014-05-161-3/+0
* | x86: Remove create/destroy_irq()Thomas Gleixner2014-05-161-105/+1
* | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-5/+0
* | x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-13/+10
* | x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2014-05-161-0/+33
* | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
* | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+5
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-3/+0
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-3/+0
* | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava2014-01-131-1/+1
* | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-121-9/+9
|/
* x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan2013-08-261-3/+6
* x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2013-08-201-0/+5
* x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-14/+6
* x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-27/+30
* x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-10/+3
* x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-2/+2
* x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel2013-01-281-6/+2
* x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-43/+1
* x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel2013-01-281-3/+0
* x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-4/+2
* x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-9/+5
* x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-281-10/+7
* x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-94/+10
* x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-281-7/+1
* x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-281-53/+56
* x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-281-22/+19
* x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-32/+133
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-111-2/+3
|\
| * x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich2012-11-021-2/+3
OpenPOWER on IntegriCloud