aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-16x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu1-1/+1
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich1-1/+2
2014-12-16x86, irq: Provide empty send_cleanup_vector() stub for UP buildsJiang Liu1-0/+4
2014-04-14x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definitionPrarit Bhargava1-2/+2
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-1/+0
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava1-0/+3
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-0/+3
2013-08-06x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen1-62/+58
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-0/+17
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang1-0/+1
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel1-0/+1
2013-01-28x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel1-1/+11
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-16x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto1-1/+0
2011-02-14x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li1-0/+24
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+13
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-1/+1
2010-10-12x86: uv: Clean up the direct access to irq_descThomas Gleixner1-1/+0
2010-10-12x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner1-0/+10
2010-10-12x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner1-3/+3
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha1-0/+1
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan1-7/+0
2009-12-17x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha1-1/+2
2009-12-08Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-11-02x86: Remove move_cleanup_count from irq_cfgSuresh Siddha1-1/+0
2009-10-14x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich1-2/+2
2009-10-14x86, apic: Fix prototype in hw_irq.hIngo Molnar1-0/+2