| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/irq: Call irq_force_move_complete with irq descriptor | Thomas Gleixner | 2016-01-15 | 1 | -1/+1 |
* | x86/irq: Validate that irq descriptor is still active | Thomas Gleixner | 2016-01-15 | 1 | -0/+9 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -54/+48 |
|\ |
|
| * | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 2015-08-06 | 1 | -21/+16 |
| * | x86/irq: Get rid of an indentation level | Thomas Gleixner | 2015-08-06 | 1 | -37/+35 |
| * | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED | Thomas Gleixner | 2015-08-06 | 1 | -4/+4 |
| * | x86/irq: Replace numeric constant | Thomas Gleixner | 2015-08-06 | 1 | -2/+2 |
| * | Merge branch 'linus' into x86/apic | Thomas Gleixner | 2015-08-06 | 1 | -2/+18 |
| |\ |
|
| * | | x86/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-07-13 | 1 | -2/+3 |
* | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-V | Vitaly Kuznetsov | 2015-07-08 | 1 | -4/+7 |
| |/ / |
|
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -0/+15 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 2015-07-31 | 1 | -2/+18 |
| |\ \
| |/ /
|/| | |
|
| * | | x86/irq, context_tracking: Document how IRQ context tracking works and add an... | Andy Lutomirski | 2015-07-07 | 1 | -0/+15 |
| |/ |
|
* | | x86/irq: Retrieve irq data after locking irq_desc | Thomas Gleixner | 2015-07-07 | 1 | -1/+6 |
* | | x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable() | Thomas Gleixner | 2015-07-07 | 1 | -1/+12 |
|/ |
|
* | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 2015-06-07 | 1 | -0/+6 |
|\ |
|
| * | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 2015-05-07 | 1 | -0/+6 |
* | | x86/irq: Show statistics information for posted-interrupts | Feng Wu | 2015-05-19 | 1 | -0/+12 |
* | | x86/irq: Define a global vector for VT-d Posted-Interrupts | Feng Wu | 2015-05-19 | 1 | -0/+26 |
* | | x86: Use entering[_ack]_irq() instead of open coding it | Thomas Gleixner | 2015-05-15 | 1 | -12/+4 |
* | | x86/irq: Merge irq_regs & irq_stat | Brian Gerst | 2015-05-10 | 1 | -0/+6 |
|/ |
|
* | x86: Fix up obsolete __cpu_set() function usage | Rusty Russell | 2015-03-02 | 1 | -2/+2 |
* | x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable() | Joerg Roedel | 2015-02-18 | 1 | -0/+3 |
* | x86, irq: Properly tag virtualization entry in /proc/interrupts | Jan Beulich | 2015-01-20 | 1 | -1/+1 |
* | x86: Replace seq_printf() with seq_puts() | Rasmus Villemoes | 2014-12-08 | 1 | -15/+15 |
* | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-12 | 1 | -4/+9 |
|\ |
|
| * | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava | 2014-04-16 | 1 | -4/+9 |
* | | x86: irq: Get correct available vectors for cpu disable | Yinghai Lu | 2014-06-04 | 1 | -4/+12 |
|/ |
|
* | x86/platform/hyperv: Handle VMBUS driver being a module | K. Y. Srinivasan | 2014-04-02 | 1 | -1/+1 |
* | x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTOR | Thomas Gleixner | 2014-03-04 | 1 | -0/+6 |
* | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() | Prarit Bhargava | 2014-01-30 | 1 | -1/+8 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-01-20 | 1 | -0/+70 |
|\ |
|
| * | x86: Add check for number of available vectors before CPU down | Prarit Bhargava | 2014-01-15 | 1 | -0/+70 |
* | | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava | 2014-01-12 | 1 | -6/+13 |
|/ |
|
* | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | 2013-08-06 | 1 | -4/+4 |
* | trace,x86: Move creation of irq tracepoints from apic.c to irq.c | Steven Rostedt (Red Hat) | 2013-06-21 | 1 | -0/+2 |
* | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 2013-06-20 | 1 | -0/+13 |
* | x86, trace: Introduce entering/exiting_irq() | Seiji Aguchi | 2013-06-20 | 1 | -10/+8 |
* | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-05-05 | 1 | -0/+22 |
|\ |
|
| * | KVM: VMX: Register a new IPI for posted interrupt | Yang Zhang | 2013-04-16 | 1 | -0/+22 |
* | | x86: Eliminate irq_mis_count counted in arch_irq_stat | Li Fei | 2013-04-30 | 1 | -4/+0 |
|/ |
|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-10-01 | 1 | -2/+2 |
|\ |
|
| * | x86: Distinguish TLB shootdown interrupts from other functions call interrupts | Tomoki Sekiyama | 2012-09-27 | 1 | -2/+2 |
* | | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_mask | Liu, Chuansheng | 2012-08-22 | 1 | -1/+1 |
* | | x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs | Tomoki Sekiyama | 2012-07-26 | 1 | -0/+1 |
|/ |
|
* | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches | 2012-06-06 | 1 | -2/+2 |
* | x86: Preserve lazy irq disable semantics in fixup_irqs() | Liu, Chuansheng | 2012-03-29 | 1 | -1/+6 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 1 | -0/+5 |
|\ |
|
| * | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao | 2011-12-18 | 1 | -2/+2 |