aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irqinit.c
AgeCommit message (Expand)Author
2018-02-13x86/apic: Simplify init_bsp_APIC() usageDou Liyang
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van
2017-04-14x86/irq: Remove a redundant #ifdef directiveDou Liyang
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-03-23x86: use for_each_clear_bit_from()Akinobu Mita
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-16x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-12x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner
2011-02-23x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior
2011-02-23x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior
2011-02-14x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra
2010-10-12x86: Remove useless reinitialization of irq descriptorsThomas Gleixner
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha