summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin7-100/+893
2013-05-09MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill2-2/+25
2013-05-09MIPS: microMIPS: Fix incorrect mask for jump immediate.Steven J. Hill1-1/+2
2013-05-08MIPS: microMIPS: Support dynamic ASID sizing.Steven J. Hill1-2/+32
2013-05-08MIPS: Allow ASID size to be determined at boot time.Steven J. Hill10-61/+137
2013-05-08MIPS: FW: malta: Code formatting clean-ups.Steven J. Hill4-88/+64
2013-05-08MIPS: FW: Remove obsolete header file for MTI platforms.Steven J. Hill14-61/+4
2013-05-08MIPS: FW: malta: Use new common FW library variable processing.Steven J. Hill5-199/+28
2013-05-08MIPS: FW: sead3: Use new common FW library variable processing.Steven J. Hill4-86/+51
2013-05-08MIPS: FW: Add environment variable processing.Steven J. Hill3-0/+150
2013-05-08MIPS: Add declarations to MIPS Technologies Inc. generic header.Steven J. Hill1-0/+3
2013-05-08MIPS: sead3: Use generic suspend/resume for LEDs.Lars-Peter Clausen1-22/+2
2013-05-01MIPS: Add option to disable software I/O coherency.Steven J. Hill7-24/+112
2013-05-01MIPS: malta: Add new Malta config files.Steven J. Hill5-57/+796
2013-05-01MIPS: microMIPS: Add instruction utility macros.Steven J. Hill1-0/+18
2013-05-01MIPS: microMIPS: uasm: Add microMIPS micro assembler support.Steven J. Hill4-0/+230
2013-05-01MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill4-273/+313
2013-05-01MIPS: microMIPS: Add instruction formats.Steven J. Hill1-0/+449
2013-04-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-24/+28
2013-04-05MIPS: Delete definition of SA_RESTORER.Ralf Baechle1-2/+6
2013-04-05MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu4-13/+7
2013-04-05MIPS: Fix build error cavium-octeon without CONFIG_SMPEunBong Song1-1/+4
2013-04-05MIPS: Kconfig: Rename SNIPROM tooPaul Bolle1-2/+2
2013-04-05MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"Paul Bolle1-2/+2
2013-04-05MIPS: Unbreak function tracer for 64-bit kernel.David Daney1-4/+7
2013-04-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-72/+220
2013-03-19Fix breakage in MIPS siginfo handlingDavid Howells1-1/+1
2013-03-19Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()"Jonas Gorski1-1/+1
2013-03-19MIPS: BCM63XX: Make nvram checksum failure non fatalJonas Gorski3-11/+5
2013-03-19MIPS: Fix code generation for non-DSP capable CPUsFlorian Fainelli2-38/+196
2013-03-13MIPS: Fix inconsistent formatting inside /proc/cpuinfoJohn Crispin1-1/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-12MIPS: SEAD3: Enable LL/SC.Ralf Baechle1-1/+1
2013-03-12MIPS: Get rid of CONFIG_CPU_HAS_LLSC againPaul Bolle2-5/+0
2013-03-12MIPS: Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGEBen Hutchings1-1/+1
2013-03-12MIPS: VR4133: Fix probe for LL/SC.Yoichi Yuasa1-3/+4
2013-03-12MIPS: Fix logic errors in bitops.cDavid Daney1-8/+8
2013-03-12MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos1-2/+2
2013-03-11MIPS: compat: Return same error ENOSYS as native for invalid operation.Ralf Baechle1-1/+1
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds877-15913/+16059
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-1/+9
2013-03-01MIPS: ath79: use dynamically allocated watchdog deviceGabor Juhos1-6/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-477/+81