aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irqinit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha1-0/+22
2010-02-24x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu1-5/+2
2010-02-22Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin1-18/+17
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan1-1/+1
2010-01-19x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha1-18/+17
2009-10-14x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich1-2/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+6
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-16x86: platform: Fix section annotationsThomas Gleixner1-1/+1
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner1-8/+4
2009-08-31x86: Move pre_intr_init to x86_init_opsThomas Gleixner1-22/+2
2009-07-21x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"Hidehiro Kawai1-1/+1
2009-07-09x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen1-1/+1
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-1/+0
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+272
2009-06-03x86: fix panic with interrupts off (needed for MCE)Andi Kleen1-0/+3
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen1-0/+3
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin1-0/+270
2009-04-15x86: use used_vectors in init_IRQ()Yinghai Lu1-4/+4
2009-04-10x86, irqinit: preempt merge conflictsIngo Molnar1-0/+8
2009-04-10x86: remove some ifdefs from native_init_IRQ()Pekka Enberg1-6/+2
2009-04-10x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefsPekka Enberg1-6/+0
2009-04-10x86: unify irqinit_{32,64}.c into irqinit.cPekka Enberg1-0/+277