aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman1-0/+1
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas1-8/+0
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner1-2/+1
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-1/+2
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner1-20/+0
2017-08-29x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner1-1/+1
2017-08-29x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner1-2/+2
2017-08-29x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner1-3/+3
2017-08-29x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner1-1/+1
2017-08-29x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner1-2/+2
2017-08-29x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner1-1/+1
2017-08-29x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner1-1/+1
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van1-0/+2
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner1-0/+1
2016-02-25arch/x86/irq: Purge useless handler declarations from hw_irq.hNicolai Stange1-14/+0
2016-01-15x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch1-0/+5
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-3/+3
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner1-1/+1
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-0/+2
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu1-0/+2
2015-05-19x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker1-2/+1
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar1-35/+0
2015-05-10x86/asm/entry/irq: Remove unused invalidate_interrupt prototypesBrian Gerst1-35/+0
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+2
2015-04-24x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu1-24/+0
2015-04-24x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu1-3/+0
2015-04-24x86/irq: Remove function apic_set_affinity()Jiang Liu1-2/+0
2015-04-24x86/irq: Make functions only used in vector.c staticJiang Liu1-3/+0
2015-04-24x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu1-1/+0
2015-04-24x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu1-7/+0
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu1-13/+0
2015-04-24irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu1-9/+0
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu1-1/+0
2015-04-24x86/uv: Use hierarchical irqdomain to manage UV interruptsJiang Liu1-0/+9
2015-04-24x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu1-0/+13
2015-04-24x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu1-0/+7
2015-04-24x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu1-1/+8
2015-04-24irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu1-0/+37
2015-04-24x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu1-0/+17
2015-04-24x86/irq: Save destination CPU ID in irq_cfgJiang Liu1-0/+1
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko1-3/+2
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-33/+0
2014-12-16x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner1-1/+2
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu1-13/+16
2014-12-16x86, irq: Introduce helpers to access struct irq_cfgJiang Liu1-0/+2
2014-12-16x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu1-2/+2
2014-12-16x86, irq: Refine hw_irq.h to prepare for irqdomain supportJiang Liu1-43/+51
2014-12-16x86, irq: Convert irq_2_pin list to generic listYinghai Lu1-1/+1