summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
Commit message (Expand)AuthorAgeFilesLines
* x86/platform/uv/BAU: Add APIC idt entryAndrew Banman2018-03-281-0/+1
* x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-231-8/+0
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-2/+1
* | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-1/+2
|/
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-20/+0
* x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner2017-08-291-1/+1
* x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner2017-08-291-2/+2
* x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner2017-08-291-3/+3
* x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner2017-08-291-1/+1
* x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2017-08-291-2/+2
* x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner2017-08-291-1/+1
* x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2017-08-291-1/+1
* x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-261-0/+2
* x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-181-0/+1
* arch/x86/irq: Purge useless handler declarations from hw_irq.hNicolai Stange2016-02-251-14/+0
* x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch2016-01-151-0/+5
* x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-3/+3
* x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-1/+1
* Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-0/+2
|\
| * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+2
* | x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu2015-05-191-0/+2
* | x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker2015-05-191-2/+1
* | Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-111-35/+0
|\ \
| * | x86/asm/entry/irq: Remove unused invalidate_interrupt prototypesBrian Gerst2015-05-101-35/+0
| |/
* | x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-241-24/+0
* | x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu2015-04-241-3/+0
* | x86/irq: Remove function apic_set_affinity()Jiang Liu2015-04-241-2/+0
* | x86/irq: Make functions only used in vector.c staticJiang Liu2015-04-241-3/+0
* | x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu2015-04-241-1/+0
* | x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu2015-04-241-7/+0
* | irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu2015-04-241-13/+0
* | irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu2015-04-241-9/+0
* | x86/irq: Remove irq_cfg.irq_remappedJiang Liu2015-04-241-1/+0
* | x86/uv: Use hierarchical irqdomain to manage UV interruptsJiang Liu2015-04-241-0/+9
* | x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu2015-04-241-0/+13
* | x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu2015-04-241-0/+7
* | x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu2015-04-241-1/+8
* | irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu2015-04-241-0/+37
* | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu2015-04-241-0/+17
* | x86/irq: Save destination CPU ID in irq_cfgJiang Liu2015-04-241-0/+1
|/
* x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko2015-04-081-3/+2
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-33/+0
* x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner2014-12-161-1/+2
* x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu2014-12-161-13/+16
* x86, irq: Introduce helpers to access struct irq_cfgJiang Liu2014-12-161-0/+2
* x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu2014-12-161-2/+2
* x86, irq: Refine hw_irq.h to prepare for irqdomain supportJiang Liu2014-12-161-43/+51
* x86, irq: Convert irq_2_pin list to generic listYinghai Lu2014-12-161-1/+1