aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31parisc: oops_enter()/oops_exit() in die()Helge Deller1-0/+3
2009-03-31parisc: document light weight syscall ABIHelge Deller1-10/+48
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller11-4/+269
2009-03-31parisc: simplify sys_clone()Helge Deller1-12/+2
2009-03-31parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORTHelge Deller3-0/+70
2009-03-31parisc: allow to build with 16k default kernel page sizeHelge Deller1-8/+17
2009-03-31parisc: expose 32/64-bit capabilities in cpuinfoColin Watson3-1/+14
2009-03-31parisc: use constants instead of numbers in assemblyHelge Deller1-4/+4
2009-03-31parisc: fix usage of 32bit PTE page table entries on 32bit kernelsHelge Deller3-16/+19
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds15-58/+72
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds50-83/+3
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtioLinus Torvalds3-51/+63
2009-03-30Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds7-26/+3
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-4/+11
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan7-26/+3
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds28-747/+502
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-4/+11
2009-03-30Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds137-3346/+5909
2009-03-30Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds44-281/+352
2009-03-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds269-4505/+19829
2009-03-30x86: fix mismerge in arch/x86/include/asm/timer.hStephen Rothwell1-1/+1
2009-03-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds4-12/+101
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-73/+0
2009-03-30V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_camera_linkSascha Hauer1-1/+0
2009-03-30V4L/DVB (11031): pcm990 baseboard: add camera bus width switch settingSascha Hauer1-9/+45
2009-03-30V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCsGuennadi Liakhovetski1-0/+52
2009-03-30V4L/DVB (10665): soc-camera: add data signal polarity flags to driversGuennadi Liakhovetski2-3/+5
2009-03-30MIPS: Alchemy: PB1200: use SMC91X platform data.Manuel Lauss1-0/+10
2009-03-30MIPS: Alchemy: MIPS hazard workarounds are not required.Manuel Lauss2-3/+3
2009-03-30MIPS: Alchemy: provide cpu feature overrides.Manuel Lauss1-0/+49
2009-03-30MIPS: Alchemy: unify CPU model constants.Manuel Lauss4-38/+11
2009-03-30MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev1-1/+1
2009-03-30MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.cDmitri Vorobiev1-7/+7
2009-03-30MIPS: Malta: make a needlessly global integer variable staticDmitri Vorobiev2-3/+1
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle5-18/+9
2009-03-30MIPS: Convert obsolete irq_desc_t to struct irq_descThomas Gleixner1-1/+1
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle12-41/+59
2009-03-30MIPS: EMMA2RH: Set UART mapbaseShinya Kuribayashi1-0/+3
2009-03-30MIPS: EMMA2RH: Use set_irq_chip_and_handler_nameShinya Kuribayashi1-6/+6
2009-03-30MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interruptsShinya Kuribayashi1-18/+10
2009-03-30MIPS: Mark Eins: Fix cascading interrupt dispatcherShinya Kuribayashi1-4/+6
2009-03-30MIPS: Au1000: convert to using gpiolibFlorian Fainelli3-128/+146
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle6-7/+14
2009-03-30MIPS: Cavium: Add -WerrorRalf Baechle1-0/+2
2009-03-30MIPS: Makefile: Add simple make install target.Ralf Baechle1-0/+6
2009-03-30MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Ralf Baechle1-3/+3
2009-03-30MIPS: __raw_spin_lock() may spin forever on ticket wrap.David Daney1-4/+4
2009-03-30MIPS: Forward declare struct task_struct to avoid potencial warning.Ralf Baechle1-0/+2
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell43-53/+2
2009-03-30cpumask: remove node_to_first_cpuRusty Russell7-30/+1