aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq.c
AgeCommit message (Expand)Author
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-04x86: irq: Get correct available vectors for cpu disableYinghai Lu
2014-04-16x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava
2014-04-02x86/platform/hyperv: Handle VMBUS driver being a moduleK. Y. Srinivasan
2014-03-04x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTORThomas Gleixner
2014-01-30x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava
2014-01-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-15x86: Add check for number of available vectors before CPU downPrarit Bhargava
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava
2013-08-06x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen
2013-06-21trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-04-30x86: Eliminate irq_mis_count counted in arch_irq_statLi Fei
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama
2012-08-22x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng
2012-07-26x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-03-29x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-12-18x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao
2011-12-14x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-05-19x86: Don't unmask disabled irqs when migrating themTian, Kevin
2011-05-19x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs()Tian, Kevin
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-12x86: Use generic show_interruptsThomas Gleixner
2011-03-12x86: Use the proper accessors in fixup_irqs()Thomas Gleixner
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior
2011-02-18x86: Eliminate pointless adjustment attempts in fixup_irqs()Jan Beulich
2011-02-12x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner
2011-01-13Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-12-15x86, of: Define irq functions to allow drivers/of/* to build on x86Andres Salomon
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra
2010-10-12x86: Convert irq_chip access to new functionsThomas Gleixner
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-08Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-11-23x86: Tighten conditionals on MCE related statisticsJan Beulich
2009-11-02x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs()Suresh Siddha
2009-11-02x86: Force irq complete move during cpu offlineSuresh Siddha
2009-11-02x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remappingSuresh Siddha
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha