summaryrefslogtreecommitdiff
path: root/arch/mips/cpu/mips32
AgeCommit message (Expand)AuthorFilesLines
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck1-7/+0
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2015-01-30MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck5-404/+0
2015-01-30MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck9-2493/+0
2015-01-30MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton1-1/+3
2015-01-30MIPS: handle mips64 relocs in mips32 start.SPaul Burton1-2/+17
2015-01-30MIPS: use asm.h macros in mips32 start.SPaul Burton1-55/+61
2015-01-29MIPS: unify cache initialization codePaul Burton2-275/+1
2015-01-29MIPS: unify cache maintenance functionsPaul Burton1-109/+0
2015-01-29MIPS: avoid .set ISA for cache operationsPaul Burton2-38/+20
2015-01-21MIPS: add support for pre-relocation mallocDaniel Schwierzeck1-1/+23
2015-01-21MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck1-1/+6
2015-01-21MIPS: use common code from lib/time.cThomas Langer1-55/+4
2014-11-27MIPS: fix setup of initial stack frameDaniel Schwierzeck1-2/+5
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-1/+1
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada1-2/+0
2014-11-01MIPS: refactor setting of compiler optionsDaniel Schwierzeck1-14/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck6-649/+0
2014-04-20MIPS: stub interrupt_init functionPaul Burton1-0/+5
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-98/+1
2014-03-07mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada1-3/+1
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada1-1/+2
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2013-11-09qemu-malta: rename to just "malta"Paul Burton1-1/+1
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton2-19/+144
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada3-70/+6
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos1-4/+4
2013-07-24MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos1-3/+3
2013-07-24MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos1-1/+1
2013-07-24MIPS: mips32/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos1-2/+1
2013-07-24MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos1-2/+3
2013-07-24MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos1-1/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk17-291/+17
2013-02-13MIPS: add dynamic relocation supportGabor Juhos1-0/+28
2013-02-13MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck1-4/+3
2013-02-13MIPS: start.S: optimize BSS initializationDaniel Schwierzeck1-9/+11
2013-02-13MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck1-150/+36
2013-02-13MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-01-31MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos1-0/+6
2013-01-31MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos1-4/+1
2013-01-27MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos1-10/+2
2013-01-27MIPS: start.S: simplify relocation offset calculationGabor Juhos1-9/+3
2013-01-27MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos1-2/+3
2013-01-27MIPS: start.S: set sp register directlyGabor Juhos1-2/+1