summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irqinit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+1
|\
| * x86: Use enum instead of literals for trap valuesKees Cook2012-03-091-1/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \
| * | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
| |/
* / x86: use for_each_clear_bit_from()Akinobu Mita2012-03-231-3/+3
|/
* driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto2011-06-161-3/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-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-151-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/+4
|\
| * x86: Remove useless reinitialization of irq descriptorsThomas Gleixner2010-10-121-13/+4
* | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-3/+3
|/
* x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-031-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha2010-03-161-0/+22
* x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu2010-02-241-5/+2
* Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin2010-02-221-18/+17
|\
| * x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha2010-01-191-18/+17
* | x86, pic: Make use of legacy_pic abstractionJacob Pan2010-02-191-1/+1
|/
* x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-141-2/+2
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-30/+6
|\
| * x86: platform: Fix section annotationsThomas Gleixner2009-09-161-1/+1
| * x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-8/+4
| * x86: Move pre_intr_init to x86_init_opsThomas Gleixner2009-08-311-22/+2
* | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-171-1/+1
|\ \ | |/ |/|
| * x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-091-1/+1
* | x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"Hidehiro Kawai2009-07-211-1/+1
|/
* Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-1/+0
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-9/+6
* | x86: fix panic with interrupts off (needed for MCE)Andi Kleen2009-06-031-0/+3
* | x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-031-0/+3
* | Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-011-8/+3
|/
* x86: use used_vectors in init_IRQ()Yinghai Lu2009-04-151-4/+4
* x86, irqinit: preempt merge conflictsIngo Molnar2009-04-101-0/+8
* x86: remove some ifdefs from native_init_IRQ()Pekka Enberg2009-04-101-6/+2
* x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefsPekka Enberg2009-04-101-6/+0
* x86: unify irqinit_{32,64}.c into irqinit.cPekka Enberg2009-04-101-0/+277