summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irqinit.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-1/+1
* x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner2019-04-171-2/+2
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* x86/apic: Simplify init_bsp_APIC() usageDou Liyang2018-02-131-2/+7
* Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-141-0/+3
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-0/+1
* | x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-3/+0Star
|/
* x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner2017-08-291-18/+0Star
* x86/idt: Move APIC gate initialization to tablesThomas Gleixner2017-08-291-68/+1Star
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-291-4/+1Star
* x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner2017-08-291-12/+0Star
* x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-261-0/+2
* x86/irq: Remove a redundant #ifdef directiveDou Liyang2017-04-141-2/+0Star
* x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-2/+2
* x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-2/+2
* Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-0/+4
|\
| * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+4
* | x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu2015-05-191-0/+2
* | x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-101-2/+2
|/
* x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko2015-04-081-1/+2
* x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu2014-12-161-22/+0Star
* x86: Avoid building unused IRQ entry stubsJan Beulich2014-12-161-4/+9
* x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki2014-10-281-2/+1Star
* x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko2014-08-251-1/+1
* x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-211-6/+0Star
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-3/+3
* x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-121-2/+2
* KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-161-0/+4
* x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-171-40/+0Star
* x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-281-73/+0Star
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-301-1/+1
|\
| * x86: Use enum instead of literals for trap valuesKees Cook2012-03-101-1/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\ \
| * | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0Star
| |/
* / x86: use for_each_clear_bit_from()Akinobu Mita2012-03-241-3/+3
|/
* driver-core: remove sysdev.h usage.Kay Sievers2011-12-221-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto2011-06-161-3/+0Star
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-161-1/+8
|\
| * x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior2011-02-231-0/+6
| * x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior2011-02-231-1/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-8/+71
|\ \
| * | x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li2011-02-141-8/+71
| |/
* | x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner2011-03-121-0/+2
* | x86: Cleanup the genirq name spaceThomas Gleixner2011-03-121-1/+1
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-13/+4Star
|\
| * x86: Remove useless reinitialization of irq descriptorsThomas Gleixner2010-10-121-13/+4Star
* | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-3/+3
|/