summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson2021-10-221-1/+3
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-1/+1
|\
| * x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-101-1/+1
* | thermal: Move therm_throt there from x86/mceBorislav Petkov2021-02-081-0/+21
|/
* x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-221-1/+1
* x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner2020-06-111-18/+6
* x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner2020-06-111-3/+2
* x86/entry: Use idtentry for interruptsThomas Gleixner2020-06-111-20/+7
* x86/irq: Rework handle_irq() for 64-bitThomas Gleixner2020-06-111-1/+10
* x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-111-5/+9
* x86/irq: Use generic irq_regs implementationThomas Gleixner2020-06-111-3/+0
* x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner2020-02-271-2/+1
* x86/irq: Check for VECTOR_UNUSED directlyHeiner Kallweit2019-08-191-1/+1
* x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit2019-08-191-2/+6
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-1/+1
|\
| * x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui2019-06-111-1/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+1
|\ \ | |/ |/|
| * x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner2019-07-031-1/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-0/+7
* x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov2018-01-301-0/+9
* Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-12/+0
|\
| * x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski2017-12-171-12/+0
* | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-99/+0
* | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-2/+2
|/
* x86/ipi: Make platform IPI depend on APICThomas Gleixner2017-08-291-5/+6
* x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner2017-08-291-20/+5
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-291-1/+1
* x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner2017-08-291-2/+0
* x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-261-0/+19
* x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner2017-06-221-87/+2
* x86/irq: Restructure fixup_irqs()Thomas Gleixner2017-06-221-26/+20
* x86/irq: Cleanup pending irq move in fixup_irqs()Thomas Gleixner2017-06-221-4/+21
* x86/irq: Optimize free vector check in the CPU offline pathChen Yu2017-04-201-2/+7
* x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-051-2/+2
* x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
* x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2016-08-111-2/+1
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-151-1/+1
* x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-54/+48
|\
| * x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-21/+16
| * x86/irq: Get rid of an indentation levelThomas Gleixner2015-08-061-37/+35
| * x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-4/+4
| * x86/irq: Replace numeric constantThomas Gleixner2015-08-061-2/+2
| * Merge branch 'linus' into x86/apicThomas Gleixner2015-08-061-2/+18
| |\
| * | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-2/+3
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+7
|\ \ \
| * | | x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov2015-07-081-4/+7
| |/ /