aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 8-10/+10
2009-04-08Merge branch 'next' into for-linusGravatar Dmitry Torokhov 2-18/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 5-31/+31
2009-04-06Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 9-0/+264
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2009-04-02Allow rwlocks to re-enable interruptsGravatar Robin Holt 1-0/+2
2009-04-02preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.Gravatar Ralf Baechle 5-6/+20
2009-04-02Simplify copy_thread()Gravatar Alexey Dobriyan 1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-0/+1
2009-04-01bcm47xx: fix GPIO API return codesGravatar Michael Buesch 1-8/+12
2009-04-01mm: use debug_kmap_atomicGravatar Akinobu Mita 1-0/+2
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 14-16/+3
2009-03-30trivial: fix typos/grammar errors in Kconfig textsGravatar Matt LaPlante 1-1/+1
2009-03-30trivial: Fix misspelling of firmwareGravatar Nick Andrew 1-1/+1
2009-03-30MIPS: Alchemy: PB1200: use SMC91X platform data.Gravatar Manuel Lauss 1-0/+10
2009-03-30MIPS: Alchemy: MIPS hazard workarounds are not required.Gravatar Manuel Lauss 2-3/+3
2009-03-30MIPS: Alchemy: provide cpu feature overrides.Gravatar Manuel Lauss 1-0/+49
2009-03-30MIPS: Alchemy: unify CPU model constants.Gravatar Manuel Lauss 4-38/+11
2009-03-30MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cGravatar Dmitri Vorobiev 1-1/+1
2009-03-30MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.cGravatar Dmitri Vorobiev 1-7/+7
2009-03-30MIPS: Malta: make a needlessly global integer variable staticGravatar Dmitri Vorobiev 2-3/+1
2009-03-30MIPS: Use BUG_ON() where possible.Gravatar Ralf Baechle 5-18/+9
2009-03-30MIPS: Convert obsolete irq_desc_t to struct irq_descGravatar Thomas Gleixner 1-1/+1
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsGravatar Ralf Baechle 12-41/+59
2009-03-30MIPS: EMMA2RH: Set UART mapbaseGravatar Shinya Kuribayashi 1-0/+3
2009-03-30MIPS: EMMA2RH: Use set_irq_chip_and_handler_nameGravatar Shinya Kuribayashi 1-6/+6
2009-03-30MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interruptsGravatar Shinya Kuribayashi 1-18/+10
2009-03-30MIPS: Mark Eins: Fix cascading interrupt dispatcherGravatar Shinya Kuribayashi 1-4/+6
2009-03-30MIPS: Au1000: convert to using gpiolibGravatar Florian Fainelli 3-128/+146
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Gravatar Ralf Baechle 6-7/+14
2009-03-30MIPS: Cavium: Add -WerrorGravatar Ralf Baechle 1-0/+2
2009-03-30MIPS: Makefile: Add simple make install target.Gravatar Ralf Baechle 1-0/+6
2009-03-30MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Gravatar Ralf Baechle 1-3/+3
2009-03-30MIPS: __raw_spin_lock() may spin forever on ticket wrap.Gravatar David Daney 1-4/+4
2009-03-30MIPS: Forward declare struct task_struct to avoid potencial warning.Gravatar Ralf Baechle 1-0/+2
2009-03-30cpumask: remove references to struct irqaction's mask field.Gravatar Rusty Russell 12-14/+2
2009-03-30cpumask: remove node_to_first_cpuGravatar Rusty Russell 2-2/+1
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 3-36/+2
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-36/+2
2009-03-27generic compat_sys_ustatGravatar Christoph Hellwig 3-36/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 8-10/+15
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-1/+2
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 22-231/+556
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-14/+13
2009-03-26Merge commit 'v2.6.29' into core/header-fixesGravatar Ingo Molnar 50-476/+929
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Gravatar Ming Lei 1-14/+13
2009-03-23MIPS: R2: Fix problem with code that incorrectly modifies ebase.Gravatar Chris Dearman 1-5/+7
2009-03-23MIPS: Change {set,clear,change}_c0_<foo> to return old value.Gravatar Ralf Baechle 1-11/+11