Age | Commit message (Expand) | Author |
2014-01-30 | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() | Prarit Bhargava |
2014-01-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-01-15 | x86: Add check for number of available vectors before CPU down | Prarit Bhargava |
2014-01-12 | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava |
2013-08-06 | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen |
2013-06-21 | trace,x86: Move creation of irq tracepoints from apic.c to irq.c | Steven Rostedt (Red Hat) |
2013-06-20 | x86, trace: Add irq vector tracepoints | Seiji Aguchi |
2013-06-20 | x86, trace: Introduce entering/exiting_irq() | Seiji Aguchi |
2013-05-05 | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2013-04-30 | x86: Eliminate irq_mis_count counted in arch_irq_stat | Li Fei |
2013-04-16 | KVM: VMX: Register a new IPI for posted interrupt | Yang Zhang |
2012-10-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-09-27 | x86: Distinguish TLB shootdown interrupts from other functions call interrupts | Tomoki Sekiyama |
2012-08-22 | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_mask | Liu, Chuansheng |
2012-07-26 | x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs | Tomoki Sekiyama |
2012-06-06 | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches |
2012-03-29 | x86: Preserve lazy irq disable semantics in fixup_irqs() | Liu, Chuansheng |
2012-01-06 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2011-12-18 | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao |
2011-12-14 | x86: Add per-cpu stat counter for APIC ICR read tries | Fernando Luis Vázquez Cao |
2011-12-11 | x86: Call idle notifier after irq_enter() | Frederic Weisbecker |
2011-10-31 | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker |
2011-05-19 | x86: Don't unmask disabled irqs when migrating them | Tian, Kevin |
2011-05-19 | x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs() | Tian, Kevin |
2011-03-29 | x86: Stop including <linux/delay.h> in two asm header files | Jean Delvare |
2011-03-15 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2011-03-12 | x86: Use generic show_interrupts | Thomas Gleixner |
2011-03-12 | x86: Use the proper accessors in fixup_irqs() | Thomas Gleixner |
2011-02-23 | x86: Add device tree support | Sebastian Andrzej Siewior |
2011-02-18 | x86: Eliminate pointless adjustment attempts in fixup_irqs() | Jan Beulich |
2011-02-12 | x86: Readd missing irq_to_desc() in fixup_irq() | Thomas Gleixner |
2011-01-13 | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo |
2010-12-15 | x86, of: Define irq functions to allow drivers/of/* to build on x86 | Andres Salomon |
2010-10-21 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra |
2010-10-12 | x86: Convert irq_chip access to new functions | Thomas Gleixner |
2009-12-14 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner |
2009-12-08 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2009-12-05 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2009-11-23 | x86: Tighten conditionals on MCE related statistics | Jan Beulich |
2009-11-02 | x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs() | Suresh Siddha |
2009-11-02 | x86: Force irq complete move during cpu offline | Suresh Siddha |
2009-11-02 | x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping | Suresh Siddha |
2009-11-02 | x86: Unify fixup_irqs() for 32-bit and 64-bit kernels | Suresh Siddha |
2009-10-15 | Merge branch 'linus' into x86/urgent | Ingo Molnar |
2009-10-14 | x86: UV RTC: Rename generic_interrupt to x86_platform_ipi | Dimitri Sivanich |
2009-10-14 | x86, perf_event: Rename 'performance counter interrupt' | Li Hong |
2009-10-09 | Revert "x86, timers: Check for pending timers after (device) interrupts" | Ingo Molnar |
2009-10-08 | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven |