| Commit message (Expand) | Author | Age | Lines |
* | MIPS: change 'extern inline' to 'static inline' | Daniel Schwierzeck | 2015-07-02 | -9/+9 |
* | MIPS: fix missing semicolon in cacheops.h | Tony Wu | 2015-07-02 | -1/+1 |
* | Move default y configs out of arch/board Kconfig | Joe Hershberger | 2015-06-25 | -3/+0 |
* | arch: Make board selection choices optional | Joe Hershberger | 2015-05-12 | -0/+1 |
* | MIPS: implement device-tree handover to Linux kernel | Daniel Schwierzeck | 2015-04-24 | -7/+8 |
* | net: cosmetic: Fix var naming net <-> eth drivers | Joe Hershberger | 2015-04-18 | -5/+7 |
* | net: Provide a function to get the current MAC address | Joe Hershberger | 2015-04-18 | -1/+1 |
* | generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig | Masahiro Yamada | 2015-03-28 | -2/+0 |
* | MIPS: unify CPU code in arch/mips/cpu/ | Daniel Schwierzeck | 2015-01-30 | -389/+13 |
* | MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 | Daniel Schwierzeck | 2015-01-30 | -10/+8 |
* | MIPS: handle mips64 ST0_KX bit in mips32 start.S | Paul Burton | 2015-01-30 | -1/+3 |
* | MIPS: handle mips64 relocs in mips32 start.S | Paul Burton | 2015-01-30 | -2/+17 |
* | MIPS: use asm.h macros in mips32 start.S | Paul Burton | 2015-01-30 | -55/+61 |
* | malta: IDE support | Paul Burton | 2015-01-29 | -0/+5 |
* | MIPS: clear TagLo select 2 during cache init | Paul Burton | 2015-01-29 | -2/+8 |
* | MIPS: allow systems to skip loads during cache init | Paul Burton | 2015-01-29 | -6/+19 |
* | MIPS: inline mips_init_[id]cache functions | Paul Burton | 2015-01-29 | -58/+28 |
* | MIPS: refactor cache loops to a macro | Paul Burton | 2015-01-29 | -17/+13 |
* | MIPS: refactor L1 cache config reads to a macro | Paul Burton | 2015-01-29 | -56/+41 |
* | MIPS: unify cache initialization code | Paul Burton | 2015-01-29 | -224/+15 |
* | MIPS: unify cache maintenance functions | Paul Burton | 2015-01-29 | -167/+119 |
* | MIPS: avoid .set ISA for cache operations | Paul Burton | 2015-01-29 | -38/+33 |
* | MIPS: add support for pre-relocation malloc | Daniel Schwierzeck | 2015-01-21 | -4/+46 |
* | MIPS: add support for CONFIG_SYS_INIT_SP_ADDR | Daniel Schwierzeck | 2015-01-21 | -2/+12 |
* | MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE | Daniel Schwierzeck | 2015-01-21 | -0/+4 |
* | MIPS: replace $(CPU) with Kconfig symbols | Daniel Schwierzeck | 2015-01-21 | -2/+12 |
* | MIPS: use common code from lib/time.c | Thomas Langer | 2015-01-21 | -110/+8 |
* | MIPS: bootm: add bootstage reporting | Daniel Schwierzeck | 2015-01-21 | -2/+6 |
* | MIPS: bootm: prepare a flattened device tree for the kernel | Daniel Schwierzeck | 2015-01-21 | -2/+47 |
* | MIPS: bootm: add mem, rd_start and rd_size to kernel command line | Daniel Schwierzeck | 2015-01-21 | -0/+26 |
* | MIPS: bootm: refactor preparation of Linux kernel environment | Daniel Schwierzeck | 2015-01-21 | -1/+22 |
* | MIPS: bootm: refactor preparation of Linux kernel command line | Daniel Schwierzeck | 2015-01-21 | -2/+27 |
* | Replace <compiler.h> with <linux/compiler.h> | Masahiro Yamada | 2014-12-08 | -1/+1 |
* | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck | 2014-12-08 | -0/+8 |
* | MIPS: bootm: remove unused or redundant header files | Daniel Schwierzeck | 2014-11-27 | -3/+0 |
* | MIPS: bootm: add missing initramfs relocation | Daniel Schwierzeck | 2014-11-27 | -0/+20 |
* | MIPS: remove board.c | Daniel Schwierzeck | 2014-11-27 | -323/+0 |
* | MIPS: fix setup of initial stack frame | Daniel Schwierzeck | 2014-11-27 | -4/+10 |
* | kbuild: use SoC-specific CONFIG to descend into SoC directory | Masahiro Yamada | 2014-11-23 | -1/+1 |
* | kbuild: Descend into SOC directory from CPU directory | Masahiro Yamada | 2014-11-23 | -0/+2 |
* | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | -2/+0 |
* | MIPS: add .padding section to linker script | Daniel Schwierzeck | 2014-11-01 | -1/+19 |
* | MIPS: refactor setting of compiler options | Daniel Schwierzeck | 2014-11-01 | -41/+29 |
* | MIPS: kconfig: merge targets qemu_mips and qemu_mips64 | Daniel Schwierzeck | 2014-11-01 | -6/+2 |
* | MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS | Daniel Schwierzeck | 2014-11-01 | -0/+4 |
* | MIPS: kconfig: add options for CPU type select | Daniel Schwierzeck | 2014-11-01 | -0/+68 |
* | MIPS: kconfig: add options for endianess select | Daniel Schwierzeck | 2014-11-01 | -0/+38 |
* | mips: enable CONFIG_USE_PRIVATE_LIBGCC by default | Masahiro Yamada | 2014-10-23 | -0/+3 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | -1/+0 |
* | kconfig: delete redundant CONFIG_${ARCH} definition | Masahiro Yamada | 2014-07-30 | -1/+1 |