aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
Commit message (Expand)AuthorAge
* x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner2015-01-22
* x86/ioapic: Check x2apic reallyThomas Gleixner2015-01-22
* x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu2014-12-16
* x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu2014-12-16
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-16
* x86, irq: Move HT IRQ related code from io_apic.c into htirq.cJiang Liu2014-12-16
* x86, irq: Move PCI MSI related code from io_apic.c into msi.cJiang Liu2014-12-16
* x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu2014-12-16
* x86, irq: Introduce helpers to access struct irq_cfgJiang Liu2014-12-16
* x86, irq: Protect __clear_irq_vector() with vector_lockJiang Liu2014-12-16
* x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu2014-12-16
* x86, irq: Convert irq_2_pin list to generic listYinghai Lu2014-12-16
* x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-16
* x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu2014-12-16
* x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu2014-12-16
* x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-additionJiang Liu2014-12-16
* x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2014-12-16
* x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2014-12-16
* x86, irq: Prefer assigned ID in APIC ID register for x86_64Yinghai Lu2014-12-16
* x86, irq: Split out alloc_ioapic_save_registers()Yinghai Lu2014-12-16
* x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-16
* PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-23
* PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-23
* x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objectsRafael J. Wysocki2014-09-01
* x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-29
* x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu2014-08-27
* x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-31
* x86, irq: Clean up irqdomain transition codeJiang Liu2014-06-21
* x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-21
* x86, irq: Simplify the way to handle ISA IRQJiang Liu2014-06-21
* x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-21
* x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-21
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-21
* x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-21
* x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-21
* x86, irq: Simplify arch_early_irq_init()Jiang Liu2014-06-21
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-21
* x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-21
* x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu2014-06-21
* x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu2014-06-21
* x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu2014-06-21
* x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu2014-06-21
* x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-21
* x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-21
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-12
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-16
* | x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner2014-05-16
* | x86: Remove create/destroy_irq()Thomas Gleixner2014-05-16
* | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-16
* | x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-16