aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irqinit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-02-13x86/apic: Simplify init_bsp_APIC() usageDou Liyang1-2/+7
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä1-0/+3
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-0/+1
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang1-3/+0
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner1-18/+0
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner1-68/+1
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner1-4/+1
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner1-12/+0
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van1-0/+2
2017-04-14x86/irq: Remove a redundant #ifdef directiveDou Liyang1-2/+0
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-2/+2
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner1-2/+2
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-0/+4
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu1-0/+2
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst1-2/+2
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+4
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko1-1/+2
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu1-22/+0
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich1-4/+9
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki1-2/+1
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko1-1/+1
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu1-6/+0
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACYJiang Liu1-3/+3
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava1-2/+2
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang1-0/+4
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin1-40/+0
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi1-73/+0
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-23x86: use for_each_clear_bit_from()Akinobu Mita1-3/+3
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-16x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto1-3/+0
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+71
2011-03-12x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner1-0/+2
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner1-1/+1
2011-02-23x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior1-0/+6
2011-02-23x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior1-1/+2
2011-02-14x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li1-8/+71
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+4
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-3/+3
2010-10-12x86: Remove useless reinitialization of irq descriptorsThomas Gleixner1-13/+4
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0