aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irqinit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31x86/fred: Invoke FRED initialization code to enable FREDGravatar H. Peter Anvin (Intel) 1-1/+6
2023-01-16x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELGravatar Thomas Gleixner 1-1/+3
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Gravatar Ingo Molnar 1-0/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-03-21x86: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-11/+5
2020-02-16x86: Fix a handful of typosGravatar Martin Molnar 1-1/+1
2019-04-17x86/irq/32: Handle irq stack allocation failure properGravatar Thomas Gleixner 1-1/+1
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Gravatar Thomas Gleixner 1-2/+2
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hGravatar Nicolai Stange 1-0/+1
2018-02-13x86/apic: Simplify init_bsp_APIC() usageGravatar Dou Liyang 1-2/+7
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Gravatar Ville Syrjälä 1-0/+3
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-25x86/irq/vector: Initialize matrix allocatorGravatar Thomas Gleixner 1-0/+1
2017-09-25x86/apic: Remove init_bsp_APIC()Gravatar Dou Liyang 1-3/+0
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeGravatar Thomas Gleixner 1-18/+0
2017-08-29x86/idt: Move APIC gate initialization to tablesGravatar Thomas Gleixner 1-68/+1
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityGravatar Thomas Gleixner 1-4/+1
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Gravatar Thomas Gleixner 1-12/+0
2017-07-26x86: irq: Define a global vector for nested posted interruptsGravatar Wincy Van 1-0/+2
2017-04-14x86/irq: Remove a redundant #ifdef directiveGravatar Dou Liyang 1-2/+0
2015-08-06x86/irq: Store irq descriptor in vector arrayGravatar Thomas Gleixner 1-2/+2
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDGravatar Thomas Gleixner 1-2/+2
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsGravatar Ingo Molnar 1-0/+4
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsGravatar Feng Wu 1-0/+2
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosGravatar Brian Gerst 1-2/+2
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerGravatar Aravind Gopalakrishnan 1-0/+4
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutGravatar Denys Vlasenko 1-1/+2
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cGravatar Jiang Liu 1-22/+0
2014-12-16x86: Avoid building unused IRQ entry stubsGravatar Jan Beulich 1-4/+9
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsGravatar Maciej W. Rozycki 1-2/+1
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceGravatar Andy Shevchenko 1-1/+1
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainGravatar Jiang Liu 1-6/+0
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Gravatar Jiang Liu 1-3/+3
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsGravatar Prarit Bhargava 1-2/+2
2013-04-16KVM: VMX: Register a new IPI for posted interruptGravatar Yang Zhang 1-0/+4
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingGravatar H. Peter Anvin 1-40/+0
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORGravatar Alex Shi 1-73/+0
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Disintegrate asm/system.h for X86Gravatar David Howells 1-1/+0
2012-03-23x86: use for_each_clear_bit_from()Gravatar Akinobu Mita 1-3/+3
2012-03-09x86: Use enum instead of literals for trap valuesGravatar Kees Cook 1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Gravatar Kay Sievers 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-16x86, mce: Replace MCE_SELF_VECTOR by irq_workGravatar Hidetoshi Seto 1-3/+0
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+8
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+71
2011-03-12x86: Mark low level interrupts IRQF_NO_THREADGravatar Thomas Gleixner 1-0/+2