aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-0/+7
2018-01-30x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov1-0/+9
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+0
2017-12-17x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski1-12/+0
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-99/+0
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner1-2/+2
2017-08-29x86/ipi: Make platform IPI depend on APICThomas Gleixner1-5/+6
2017-08-29x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner1-20/+5
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner1-1/+1
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner1-2/+0
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van1-0/+19
2017-06-22x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner1-87/+2
2017-06-22x86/irq: Restructure fixup_irqs()Thomas Gleixner1-26/+20
2017-06-22x86/irq: Cleanup pending irq move in fixup_irqs()Thomas Gleixner1-4/+21
2017-04-20x86/irq: Optimize free vector check in the CPU offline pathChen Yu1-2/+7
2017-01-05x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira1-2/+2
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-08-11x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu1-2/+1
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner1-1/+1
2016-01-15x86/irq: Validate that irq descriptor is still activeThomas Gleixner1-0/+9
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-54/+48
2015-09-01Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-21/+16
2015-08-06x86/irq: Get rid of an indentation levelThomas Gleixner1-37/+35
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner1-4/+4
2015-08-06x86/irq: Replace numeric constantThomas Gleixner1-2/+2
2015-08-06Merge branch 'linus' into x86/apicThomas Gleixner1-2/+18
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-2/+18
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+3
2015-07-08x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov1-4/+7
2015-07-07x86/irq: Retrieve irq data after locking irq_descThomas Gleixner1-1/+6
2015-07-07x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner1-1/+12
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an RCU assertionAndy Lutomirski1-0/+15
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-0/+6
2015-05-19x86/irq: Show statistics information for posted-interruptsFeng Wu1-0/+12
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu1-0/+26
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner1-12/+4
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst1-0/+6
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+6
2015-03-02x86: Fix up obsolete __cpu_set() function usageRusty Russell1-2/+2
2015-02-18x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()Joerg Roedel1-0/+3
2015-01-20x86, irq: Properly tag virtualization entry in /proc/interruptsJan Beulich1-1/+1
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes1-15/+15
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+9
2014-06-04x86: irq: Get correct available vectors for cpu disableYinghai Lu1-4/+12
2014-04-16x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava1-4/+9
2014-04-02x86/platform/hyperv: Handle VMBUS driver being a moduleK. Y. Srinivasan1-1/+1
2014-03-04x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTORThomas Gleixner1-0/+6