aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-12MIPS: Ignore vmlinux.*Yoichi Yuasa1-0/+1
2010-01-12MIPS: Move vmlinux.ecoff to arch/mips/bootYoichi Yuasa1-1/+1
2010-01-12MIPS: cpumask_of_node() should handle -1 as a nodeAnton Blanchard1-1/+3
2010-01-12MIPS: Octeon: Use non-overflowing arithmetic in sched_clockDavid Daney1-3/+28
2010-01-12MIPS: Malta, PowerTV: Remove unnecessary "Linux started"Yoichi Yuasa3-7/+0
2010-01-12MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE.Yoichi Yuasa1-3/+0
2010-01-12MIPS: AR7: Remove unused prom_getchar()Yoichi Yuasa1-7/+0
2010-01-12MIPS: PowerTV: Remove extra r4k_clockevent_init() callDavid VomLehn1-1/+0
2010-01-12MIPS: Cobalt use strlcat() for the command line argumentsYoichi Yuasa1-16/+8
2010-01-12MIPS: Octeon: Add sched_clock() to csrc-octeon.cDavid Daney1-0/+7
2010-01-12MIPS: TXx9: Cleanup builtin-cmdline processingAtsushi Nemoto1-21/+0
2010-01-12MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init()Yoichi Yuasa4-56/+10
2010-01-12MIPS: PowerTV: Remove unused platform_die()Yoichi Yuasa1-21/+0
2010-01-12MIPS: PowerTV: Remove mips_machine_halt()Yoichi Yuasa1-18/+0
2010-01-12MIPS: PowerTV: Remove unused ptv_memsizeYoichi Yuasa1-5/+0
2010-01-12MIPS: PowerTV: Remove unused prom_getcmdline()Yoichi Yuasa1-5/+0
2010-01-12MIPS: AR7: Remove kgdb_enabledYoichi Yuasa1-8/+0
2010-01-12MIPS: Alchemy: Correct code taking the size of a pointerJulia Lawall1-2/+2
2010-01-12MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.cFlorian Fainelli1-17/+16
2010-01-12MIPS: VR41xx: Use strlcat() for the command line argumentsYoichi Yuasa1-3/+3
2010-01-12MIPS: Cleanup and Fixup of compressed kernel supportWu Zhangjin3-155/+59
2010-01-12MIPS: Cleanup forgotten label_module_alloc in tlbex.cDavid Daney1-8/+0
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart2-2/+2
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds229-3906/+16743
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-12-17fix up O_SYNC commentsChristoph Hellwig1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+1
2009-12-17MIPS: Lasat: Fix botched changes to sysctl code.Ralf Baechle1-1/+1
2009-12-17MIPS: Cleanup random differences beween lmo and Linus' kernel.Ralf Baechle1-2/+2
2009-12-17MIPS: No longer hardwire CONFIG_EMBEDDED to yMartin Michlmayr1-2/+0
2009-12-17MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev48-38/+123
2009-12-17MIPS: eXcite: Remove platform.Ralf Baechle69-3225/+0
2009-12-17MIPS: Loongson: Cleanups of serial port supportWu Zhangjin6-26/+51
2009-12-17MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin1-0/+11
2009-12-17MIPS: Excite: move iodev_remove to .devexit.textUwe Kleine-König1-2/+2
2009-12-17MIPS: Lasat: Convert to proc_fops / seq_fileAlexey Dobriyan1-45/+68
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle4-84/+70
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle6-23/+140
2009-12-17MIPS: Move EARLY_PRINTK to Kconfig.debugRalf Baechle2-14/+14
2009-12-17MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin1-19/+2
2009-12-17MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin3-4/+72
2009-12-17MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin3-1/+319
2009-12-17MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev5-6/+6
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin3-7/+38
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Wu Zhangjin1-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin3-15/+106
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin2-2/+33
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSWu Zhangjin3-0/+149
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin7-37/+53
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin5-1/+154