aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i8259.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
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-04-14x86: i8259: export legacy_pic symbolHans de Goede1-0/+1
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov1-8/+21
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst1-4/+4
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki1-2/+1
2014-04-14x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan1-1/+19
2013-09-04x86/irq: Correct comment about i8259 initializationYanchuan Nian1-2/+1
2012-08-22x86/irq/i8259: Fix incorrect commentYuanhan Liu1-1/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-23/+10
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner1-1/+1
2010-10-12x86: i8259: Convert to new irq_chip functionsThomas Gleixner1-31/+32
2010-07-20x86, i8259: Only register sysdev if we have a real 8259 PICAdam Lackorzynski1-10/+15
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
2010-02-23x86, pic: Fix section mismatch in legacy picJacob Pan1-3/+3
2010-02-22Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin1-15/+15
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan1-7/+14
2010-02-19x86, pic: Introduce legacy_pic abstractionJacob Pan1-0/+43
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner1-15/+15
2009-02-23x86: refactor x86_quirks supportIngo Molnar1-1/+0
2009-01-04x86: i8259.c fix style problemsJaswinder Singh Rajput1-4/+4
2008-07-12x64, x2apic/intr-remap: 8259 specific mask/unmask routinesSuresh Siddha1-0/+24
2008-06-02i8259: fix final uglinessPavel Machek1-14/+8
2008-05-24x86: i8259: cleanup codingstylePavel Machek1-4/+4
2008-05-24x86: i8259.c: remove trivial ifdefsPavel Machek1-17/+3
2008-05-24x86: i8259.c: remove #ifdefs around includesPavel Machek1-11/+0
2008-05-24x86: automatical unification of i8259.cPavel Machek1-0/+368