summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-59/+160
2009-04-14sh: sh7786: modify usb setup timeout judgment bug.Kuninori Morimoto1-7/+7
2009-04-14Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2-5/+5
2009-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt583-766/+35544
2009-04-14x86: fix function definitions after: x86: apic - introduce imcr_ helpersAlexander van Heukelum1-2/+2
2009-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-18/+4
2009-04-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-19/+57
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+4
2009-04-13Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds157-0/+15708
2009-04-13sh: ap325: use edge control for ov772x cameraKuninori Morimoto1-0/+1
2009-04-12x86: smp.c - align smp_ops assignmentsCyrill Gorcunov1-10/+10
2009-04-12x86: apic - introduce dummy apic operationsCyrill Gorcunov3-9/+28
2009-04-12x86: apic - introduce imcr_ helpersCyrill Gorcunov1-4/+25
2009-04-12x86: irq.c - tiny cleanupCyrill Gorcunov1-4/+5
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha4-2/+15
2009-04-12x86: fix wrong section of pat_disable & make it staticMarcin Slusarz1-1/+1
2009-04-12x86: Fix section mismatches in mpparseRakib Mullick1-3/+4
2009-04-11sh: Plug in support for ARCH=sh64 using sh SRCARCH.Paul Mundt1-2/+15
2009-04-11sh: urquell: Fix up address mapping in board comments.Kuninori Morimoto1-15/+18
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu6-18/+24
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds137-55/+9130
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frvLinus Torvalds114-0/+8626
2009-04-10x86, irqinit: preempt merge conflictsIngo Molnar1-0/+8
2009-04-10Separate out the proc- and unit-specific header directories from the generalDavid Howells34-64/+30
2009-04-10Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.David Howells121-14/+9123
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 Enberg3-10/+2
2009-04-10x86: unify irqinit_{32,64}.c into irqinit.cPekka Enberg3-278/+1
2009-04-10x86: unify apic_intr_init() in irqinit_{32,64}.cPekka Enberg2-1/+19
2009-04-10x86: unify trivial differences in irqinit_{32,64}.cPekka Enberg2-0/+24
2009-04-10x86: unify native_init_IRQ() in irqinit_{32,64}.cPekka Enberg2-20/+115
2009-04-10x86: unify init_ISA_irqs() in irqinit_{32,64}.cPekka Enberg2-5/+7
2009-04-10x86: unify smp_intr_init() in irqinit_{32,64}.hPekka Enberg2-3/+7
2009-04-10x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ()Pekka Enberg2-5/+6
2009-04-10x86: introduce apic_intr_init() in irqinit_32.cPekka Enberg1-18/+22
2009-04-10x86: introduce smp_intr_init() in irqinit_32.cPekka Enberg1-28/+33
2009-04-10x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.cPekka Enberg1-24/+24
2009-04-10x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg4-24/+19
2009-04-10x86: Document get_user_pages_fast()Andy Grover1-0/+16
2009-04-10x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han1-1/+4
2009-04-10FRV: Move to arch/frv/include/asm/David Howells114-0/+8626
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu4-6/+7
2009-04-09MN10300: Kill MN10300's own profiling KconfigDavid Howells2-25/+0
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+35
2009-04-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+4
2009-04-09sh: Add support for DMA API debugging.Paul Mundt4-16/+51
2009-04-09MN10300: Convert obsolete no_irq_type to no_irq_chipThomas Gleixner1-1/+1
2009-04-09mutex: have non-spinning mutexes on s390 by defaultHeiko Carstens2-0/+4
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput2-0/+0