aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-5/+7
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-1/+1
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-2/+0
2015-01-30MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck12-389/+13
2015-01-30MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck10-10/+8
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-29malta: IDE supportPaul Burton1-0/+5
2015-01-29MIPS: clear TagLo select 2 during cache initPaul Burton1-2/+8
2015-01-29MIPS: allow systems to skip loads during cache initPaul Burton2-6/+19
2015-01-29MIPS: inline mips_init_[id]cache functionsPaul Burton1-58/+28
2015-01-29MIPS: refactor cache loops to a macroPaul Burton1-17/+13
2015-01-29MIPS: refactor L1 cache config reads to a macroPaul Burton1-56/+41
2015-01-29MIPS: unify cache initialization codePaul Burton5-224/+15
2015-01-29MIPS: unify cache maintenance functionsPaul Burton4-167/+119
2015-01-29MIPS: avoid .set ISA for cache operationsPaul Burton3-38/+33
2015-01-21MIPS: add support for pre-relocation mallocDaniel Schwierzeck3-4/+46
2015-01-21MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2-2/+12
2015-01-21MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACEDaniel Schwierzeck1-0/+4
2015-01-21MIPS: replace $(CPU) with Kconfig symbolsDaniel Schwierzeck2-2/+12
2015-01-21MIPS: use common code from lib/time.cThomas Langer2-110/+8
2015-01-21MIPS: bootm: add bootstage reportingDaniel Schwierzeck1-2/+6
2015-01-21MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2-2/+47
2015-01-21MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck1-0/+26
2015-01-21MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck2-1/+22
2015-01-21MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck2-2/+27
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck1-3/+0
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck1-0/+20
2014-11-27MIPS: remove board.cDaniel Schwierzeck2-323/+0
2014-11-27MIPS: fix setup of initial stack frameDaniel Schwierzeck2-4/+10
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: add .padding section to linker scriptDaniel Schwierzeck2-1/+19
2014-11-01MIPS: refactor setting of compiler optionsDaniel Schwierzeck3-41/+29
2014-11-01MIPS: kconfig: merge targets qemu_mips and qemu_mips64Daniel Schwierzeck1-6/+2
2014-11-01MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPSDaniel Schwierzeck1-0/+4
2014-11-01MIPS: kconfig: add options for CPU type selectDaniel Schwierzeck1-0/+68
2014-11-01MIPS: kconfig: add options for endianess selectDaniel Schwierzeck1-0/+38
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada1-0/+3
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+37
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+2
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck9-3084/+0
2014-04-20MIPS: allow use of generic boardPaul Burton3-0/+13