summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-121-4/+9
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-161-4/+9
* | x86: irq: Get correct available vectors for cpu disableYinghai Lu2014-06-041-4/+12
|/
* x86/platform/hyperv: Handle VMBUS driver being a moduleK. Y. Srinivasan2014-04-021-1/+1
* x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTORThomas Gleixner2014-03-041-0/+6
* x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava2014-01-301-1/+8
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+70
|\
| * x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-01-151-0/+70
* | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-121-6/+13
|/
* x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen2013-08-061-4/+4
* trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)2013-06-211-0/+2
* x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-201-0/+13
* x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-201-10/+8
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+22
|\
| * KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-161-0/+22
* | x86: Eliminate irq_mis_count counted in arch_irq_statLi Fei2013-04-301-4/+0
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-011-2/+2
|\
| * x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama2012-09-271-2/+2
* | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng2012-08-221-1/+1
* | x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama2012-07-261-0/+1
|/
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-2/+2
* x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng2012-03-291-1/+6
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-0/+5
|\
| * x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2011-12-181-2/+2
| * x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao2011-12-141-0/+5
* | x86: Call idle notifier after irq_enter()Frederic Weisbecker2011-12-111-3/+3
|/
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* x86: Don't unmask disabled irqs when migrating themTian, Kevin2011-05-191-1/+2
* x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs()Tian, Kevin2011-05-191-1/+1
* x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-291-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-9/+0
|\
| * x86: Add device tree supportSebastian Andrzej Siewior2011-02-231-9/+0
* | x86: Use generic show_interruptsThomas Gleixner2011-03-121-55/+2
* | x86: Use the proper accessors in fixup_irqs()Thomas Gleixner2011-03-121-10/+13
* | x86: Eliminate pointless adjustment attempts in fixup_irqs()Jan Beulich2011-02-181-1/+1
|/
* x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner2011-02-121-1/+2
* Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-131-0/+10
|\
| * x86, of: Define irq functions to allow drivers/of/* to build on x86Andres Salomon2010-12-151-0/+10
* | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-3/+3
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-11/+13
|\
| * x86: Convert irq_chip access to new functionsThomas Gleixner2010-10-121-11/+13
* | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-4/+4
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-7/+7
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-10/+10
|\
| * x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-141-10/+10
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-0/+90
|\ \
| * | x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs()Suresh Siddha2009-11-021-4/+28
| * | x86: Force irq complete move during cpu offlineSuresh Siddha2009-11-021-0/+7
| * | x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remappingSuresh Siddha2009-11-021-2/+2
| * | x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-021-0/+59
| |/
OpenPOWER on IntegriCloud