Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | x86/irq: Cure live lock in fixup_irqs() | Thomas Gleixner | 1 | -0/+1 |
2016-02-25 | arch/x86/irq: Purge useless handler declarations from hw_irq.h | Nicolai Stange | 1 | -14/+0 |
2016-01-15 | x86/PCI: Add driver for Intel Volume Management Device (VMD) | Keith Busch | 1 | -0/+5 |
2015-08-06 | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 1 | -3/+3 |
2015-08-06 | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED | Thomas Gleixner | 1 | -1/+1 |
2015-06-07 | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 1 | -0/+2 |
2015-05-19 | x86/irq: Define a global vector for VT-d Posted-Interrupts | Feng Wu | 1 | -0/+2 |
2015-05-19 | x86: Rename eisa_set_level_irq to elcr_set_level_irq | Paul Gortmaker | 1 | -2/+1 |
2015-05-11 | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 1 | -35/+0 |
2015-05-10 | x86/asm/entry/irq: Remove unused invalidate_interrupt prototypes | Brian Gerst | 1 | -35/+0 |
2015-05-07 | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 1 | -0/+2 |
2015-04-24 | x86/irq: Move irqdomain specific code into asm/irqdomain.h | Jiang Liu | 1 | -24/+0 |
2015-04-24 | x86/irq: Move private data in struct irq_cfg into dedicated data structure | Jiang Liu | 1 | -3/+0 |
2015-04-24 | x86/irq: Remove function apic_set_affinity() | Jiang Liu | 1 | -2/+0 |
2015-04-24 | x86/irq: Make functions only used in vector.c static | Jiang Liu | 1 | -3/+0 |
2015-04-24 | x86/irq: Remove unused alloc_irq_and_cfg_at() | Jiang Liu | 1 | -1/+0 |
2015-04-24 | x86/irq: Move irq_cfg.irq_2_pin into io_apic.c | Jiang Liu | 1 | -7/+0 |
2015-04-24 | irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c | Jiang Liu | 1 | -13/+0 |
2015-04-24 | irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c | Jiang Liu | 1 | -9/+0 |
2015-04-24 | x86/irq: Remove irq_cfg.irq_remapped | Jiang Liu | 1 | -1/+0 |
2015-04-24 | x86/uv: Use hierarchical irqdomain to manage UV interrupts | Jiang Liu | 1 | -0/+9 |
2015-04-24 | x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts | Jiang Liu | 1 | -0/+13 |
2015-04-24 | x86/irq: Use hierarchical irqdomain to manage DMAR interrupts | Jiang Liu | 1 | -0/+7 |
2015-04-24 | x86/MSI: Use hierarchical irqdomains to manage MSI interrupts | Jiang Liu | 1 | -1/+8 |
2015-04-24 | irq_remapping: Introduce new interfaces to support hierarchical irqdomains | Jiang Liu | 1 | -0/+37 |
2015-04-24 | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors | Jiang Liu | 1 | -0/+17 |
2015-04-24 | x86/irq: Save destination CPU ID in irq_cfg | Jiang Liu | 1 | -0/+1 |
2015-04-08 | x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout | Denys Vlasenko | 1 | -3/+2 |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu | 1 | -33/+0 |
2014-12-16 | x86, irq: Make UP version of irq_complete_move() an inline stub | Thomas Gleixner | 1 | -1/+2 |
2014-12-16 | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu | 1 | -13/+16 |
2014-12-16 | x86, irq: Introduce helpers to access struct irq_cfg | Jiang Liu | 1 | -0/+2 |
2014-12-16 | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() | Jiang Liu | 1 | -2/+2 |
2014-12-16 | x86, irq: Refine hw_irq.h to prepare for irqdomain support | Jiang Liu | 1 | -43/+51 |
2014-12-16 | x86, irq: Convert irq_2_pin list to generic list | Yinghai Lu | 1 | -1/+1 |
2014-12-16 | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu | 1 | -1/+1 |
2014-12-16 | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 1 | -1/+2 |
2014-12-16 | x86, irq: Provide empty send_cleanup_vector() stub for UP builds | Jiang Liu | 1 | -0/+4 |
2014-04-14 | x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definition | Prarit Bhargava | 1 | -2/+2 |
2014-02-27 | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 1 | -1/+0 |
2014-01-12 | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava | 1 | -0/+3 |
2013-11-09 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 1 | -0/+3 |
2013-08-07 | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | 1 | -62/+58 |
2013-06-21 | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 1 | -0/+17 |
2013-04-16 | KVM: VMX: Register a new IPI for posted interrupt | Yang Zhang | 1 | -0/+1 |
2013-01-28 | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel | 1 | -0/+1 |
2013-01-28 | x86, irq: Add data structure to keep AMD specific irq remapping information | Joerg Roedel | 1 | -1/+11 |
2011-09-21 | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 1 | -1/+1 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-16 | x86, mce: Replace MCE_SELF_VECTOR by irq_work | Hidetoshi Seto | 1 | -1/+0 |