summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2014-12-161-9/+9
* x86, irq: Prefer assigned ID in APIC ID register for x86_64Yinghai Lu2014-12-161-6/+39
* x86, irq: Split out alloc_ioapic_save_registers()Yinghai Lu2014-12-161-7/+15
* x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-161-12/+0
* PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-2/+2
* PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-2/+2
* x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objectsRafael J. Wysocki2014-09-011-0/+5
* x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-291-0/+12
* x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu2014-08-271-1/+14
* 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
OpenPOWER on IntegriCloud