index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
x86/irq: Ensure PI wakeup handler is unregistered before module unload
Sean Christopherson
1
-1
/
+3
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-02-10
x86/entry: Convert device interrupts to inline stack switching
Thomas Gleixner
1
-1
/
+1
2021-02-08
thermal: Move therm_throt there from x86/mce
Borislav Petkov
1
-0
/
+21
2020-09-22
x86/irq: Make run_on_irqstack_cond() typesafe
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
Thomas Gleixner
1
-18
/
+6
2020-06-11
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
Thomas Gleixner
1
-3
/
+2
2020-06-11
x86/entry: Use idtentry for interrupts
Thomas Gleixner
1
-20
/
+7
2020-06-11
x86/irq: Rework handle_irq() for 64-bit
Thomas Gleixner
1
-1
/
+10
2020-06-11
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
1
-5
/
+9
2020-06-11
x86/irq: Use generic irq_regs implementation
Thomas Gleixner
1
-3
/
+0
2020-02-27
x86/irq: Remove useless return value from do_IRQ()
Thomas Gleixner
1
-2
/
+1
2019-08-19
x86/irq: Check for VECTOR_UNUSED directly
Heiner Kallweit
1
-1
/
+1
2019-08-19
x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code
Heiner Kallweit
1
-2
/
+6
2019-07-08
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-07-08
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-07-03
x86/irq: Handle spurious interrupt after shutdown gracefully
Thomas Gleixner
1
-1
/
+1
2019-06-11
x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol
Zhao Yakui
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
1
-0
/
+1
2018-03-06
Drivers: hv: vmbus: Implement Direct Mode for stimer0
Michael Kelley
1
-0
/
+7
2018-01-30
x86/irq: Count Hyper-V reenlightenment interrupts
Vitaly Kuznetsov
1
-0
/
+9
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-12
/
+0
2017-12-17
x86/irq: Remove an old outdated comment about context tracking races
Andy Lutomirski
1
-12
/
+0
2017-09-25
x86/irq: Simplify hotplug vector accounting
Thomas Gleixner
1
-99
/
+0
2017-09-25
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
1
-2
/
+2
2017-08-29
x86/ipi: Make platform IPI depend on APIC
Thomas Gleixner
1
-5
/
+6
2017-08-29
x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
Thomas Gleixner
1
-20
/
+5
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/irq: Remove vector_used_by_percpu_irq()
Thomas Gleixner
1
-2
/
+0
2017-07-26
x86: irq: Define a global vector for nested posted interrupts
Wincy Van
1
-0
/
+19
2017-06-22
x86/irq: Use irq_migrate_all_off_this_cpu()
Thomas Gleixner
1
-87
/
+2
2017-06-22
x86/irq: Restructure fixup_irqs()
Thomas Gleixner
1
-26
/
+20
2017-06-22
x86/irq: Cleanup pending irq move in fixup_irqs()
Thomas Gleixner
1
-4
/
+21
2017-04-20
x86/irq: Optimize free vector check in the CPU offline path
Chen Yu
1
-2
/
+7
2017-01-05
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
Daniel Bristot de Oliveira
1
-2
/
+2
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
1
-1
/
+0
2016-08-11
x86/irq: Do not substract irq_tlb_count from irq_call_count
Aaron Lu
1
-2
/
+1
2016-01-15
x86/irq: Call irq_force_move_complete with irq descriptor
Thomas Gleixner
1
-1
/
+1
2016-01-15
x86/irq: Validate that irq descriptor is still active
Thomas Gleixner
1
-0
/
+9
2015-09-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-54
/
+48
2015-09-01
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+15
2015-08-06
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
1
-21
/
+16
2015-08-06
x86/irq: Get rid of an indentation level
Thomas Gleixner
1
-37
/
+35
2015-08-06
x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED
Thomas Gleixner
1
-4
/
+4
2015-08-06
x86/irq: Replace numeric constant
Thomas Gleixner
1
-2
/
+2
2015-08-06
Merge branch 'linus' into x86/apic
Thomas Gleixner
1
-2
/
+18
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-2
/
+18
[next]