aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-14x86, apic: Move SGI UV functionality out of generic IO-APIC codeDimitri Sivanich1-6/+23
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-0/+6
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-1/+24
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-06-03x86: fix panic with interrupts off (needed for MCE)Andi Kleen1-0/+1
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen1-0/+1
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang1-1/+0
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu1-2/+19
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu1-1/+3
2009-04-12x86: clean up declarations and variablesJaswinder Singh Rajput1-0/+4
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra1-0/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-0/+1
2009-03-04x86: UV, SGI RTC: add generic system vectorDimitri Sivanich1-0/+1
2009-02-13Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-22/+2