summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan1-3/+2
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan1-4/+121
2024-04-30x86/irq: Factor out handler invocation from common_interrupt()Jacob Pan1-9/+14
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan1-0/+23
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini1-2/+2
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-7/+7
2023-06-08x86/irq: Add hardcoded hypervisor interrupts to /proc/statMichael Kelley1-0/+7
2021-10-22x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson1-1/+3
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-02-11x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-1/+1
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov1-0/+21
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner1-18/+6
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner1-3/+2
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner1-20/+7
2020-06-11x86/irq: Rework handle_irq() for 64-bitThomas Gleixner1-1/+10
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner1-5/+9
2020-06-11x86/irq: Use generic irq_regs implementationThomas Gleixner1-3/+0
2020-02-27x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner1-2/+1
2019-08-20x86/irq: Check for VECTOR_UNUSED directlyHeiner Kallweit1-1/+1
2019-08-20x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit1-2/+6
2019-07-09Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-07-03x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner1-1/+1
2019-06-11x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
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-31x86/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/li...Linus 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-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-54/+48
2015-09-01Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+7