1. 80c8798 mips: ath79: add AP143 reference board by Wills Wang · Wed Mar 16 17:00:00 2016 +0800
  2. 8d8d2ed mips: ath79: add AP121 reference board by Wills Wang · Wed Mar 16 16:59:59 2016 +0800
  3. 6b83b44 mips: ath79: add support for QCA953x SOCs by Wills Wang · Wed Mar 16 16:59:54 2016 +0800
  4. 2a551c5 mips: ath79: add support for AR933x SOCs by Wills Wang · Wed Mar 16 16:59:53 2016 +0800
  5. 833a1a8 mips: add base support for QCA/Atheros ath79 SOCs by Wills Wang · Wed Mar 16 16:59:52 2016 +0800
  6. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · Wed May 04 04:47:31 2016 -0400
  7. 432549f MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · Mon Apr 18 18:31:38 2016 +0530
  8. a8b8f7b board: pic32mzda: enable USB-host, USB-storage support. by Purna Chandra Mandal · Mon Mar 21 13:05:43 2016 +0530
  9. 57bcea2 MIPS: fix mips_cache fallback without __builtin_mips_cache by Matthias Schiffer · Sat Mar 05 04:15:40 2016 +0100
  10. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  11. d319148 board: Enable ethernet, tftpboot support to pic32mzdask board. by Purna Chandra Mandal · Thu Jan 28 15:30:22 2016 +0530
  12. 85491f5 board: add SDHCI support for PIC32MZDASK board. by Purna Chandra Mandal · Thu Jan 28 15:30:19 2016 +0530
  13. 745dd32 board: Add Microchip PIC32MZ[DA]-Starter-Kit board. by Purna Chandra Mandal · Thu Jan 28 15:30:17 2016 +0530
  14. 5c2dcd2 MIPS: Add support for Microchip PIC32MZ[DA] SoC family. by Purna Chandra Mandal · Thu Jan 28 15:30:16 2016 +0530
  15. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · Thu Jan 28 15:30:15 2016 +0530
  16. 825b321 MIPS: initial infrastructure for Microchip PIC32 architecture by Purna Chandra Mandal · Thu Jan 28 15:30:10 2016 +0530
  17. 8d6600b MIPS: Support dynamic I/O port base address by Paul Burton · Fri Jan 29 13:54:52 2016 +0000
  18. a053bb1 MIPS: Remove SLOW_DOWN_IO by Paul Burton · Fri Jan 29 13:54:51 2016 +0000
  19. 0e50ffc mips: cache: Bulletproof the code against cornercases by Marek Vasut · Wed Jan 27 03:13:59 2016 +0100
  20. 7aa7164 MIPS: start.S: fix and optimize instructions by Daniel Schwierzeck · Sat Jan 09 22:24:47 2016 +0100
  21. 5c8cdf4 MIPS: initialize board_init_f() argument to zero. by Purna Chandra Mandal · Thu Jan 21 20:02:51 2016 +0530
  22. 434dc7b mips: asm/io.h: Add in <linux/bug.h> by Tom Rini · Mon Jan 25 18:52:23 2016 -0500
  23. 650f3f2 MIPS: implement bit manipulating I/O accessors by Daniel Schwierzeck · Fri Jan 15 15:54:48 2016 +0100
  24. a518653 MIPS: fix SPDX license identifier in remaining arch header files by Daniel Schwierzeck · Tue Jan 12 21:48:27 2016 +0100
  25. a6dae71 MIPS: sync processor and register definitions with linux-4.4 by Daniel Schwierzeck · Tue Jan 12 21:48:26 2016 +0100
  26. b01d3e1 MIPS: sync I/O related header files with linux-4.4 by Daniel Schwierzeck · Tue Jan 12 21:48:25 2016 +0100
  27. 02ca55e MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFT by Daniel Schwierzeck · Sat Jan 09 17:32:50 2016 +0100
  28. aadd332 MIPS: Kconfig: optimize gcc -march and -mtune setup by Daniel Schwierzeck · Sat Dec 26 19:55:37 2015 +0100
  29. 536ce92 MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/ by Daniel Schwierzeck · Mon Dec 21 16:35:14 2015 +0100
  30. e6e124b MIPS: Kconfig: refactor machine setup by Daniel Schwierzeck · Mon Dec 21 16:35:13 2015 +0100
  31. de5b6e2 MIPS: add initial infrastructure for device-tree files by Daniel Schwierzeck · Sat Dec 19 20:20:48 2015 +0100
  32. eda26dd MIPS: do not build position-independent executables for SPL by Daniel Schwierzeck · Sat Dec 19 20:20:47 2015 +0100
  33. 04a665d MIPS: create .text sub-sections for assembler functions by Daniel Schwierzeck · Sat Dec 19 20:20:46 2015 +0100
  34. 7509b57 MIPS: fix annotation of _start and relocate_code by Daniel Schwierzeck · Sat Dec 19 20:20:45 2015 +0100
  35. 23b631d MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. by Purna Chandra Mandal · Thu Dec 17 23:01:31 2015 +0530
  36. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  37. 859e010 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Nov 06 09:17:17 2015 -0500
  38. 735bb01 MIPS: bootm: use CONFIG_IS_ENABLED() everywhere by Daniel Schwierzeck · Sun Nov 01 17:36:15 2015 +0100
  39. 20a8b1c MIPS: bootm: rework and fix broken bootm code by Daniel Schwierzeck · Sun Nov 01 17:36:14 2015 +0100
  40. c6c3fe6 mips: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:35 2015 -0200
  41. c7e758e MIPS: fix syntax for fdt_chosen/initrd. by Govindraj Raja · Wed Aug 19 19:19:15 2015 +0100
  42. 36c624a mips: Use unsigned int when reading c0 registers by Chris Packham · Tue Jul 14 22:54:41 2015 +1200
  43. 06f823f MIPS: change 'extern inline' to 'static inline' by Daniel Schwierzeck · Wed Jul 01 16:36:43 2015 +0200
  44. d76628d MIPS: fix missing semicolon in cacheops.h by Tony Wu · Sat May 30 15:02:39 2015 +0800
  45. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · Mon Jun 22 16:15:29 2015 -0500
  46. f069960 arch: Make board selection choices optional by Joe Hershberger · Tue May 12 14:46:23 2015 -0500
  47. d1b29d2 MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · Sun Feb 22 16:58:30 2015 +0100
  48. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  49. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · Sun Mar 22 17:09:00 2015 -0500
  50. 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · Thu Mar 19 19:42:51 2015 +0900
  51. ed16050 MIPS: unify CPU code in arch/mips/cpu/ by Daniel Schwierzeck · Thu Jan 29 14:56:20 2015 +0100
  52. 74fc3c0 MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 by Daniel Schwierzeck · Thu Jan 29 14:47:01 2015 +0100
  53. debf0e0 MIPS: handle mips64 ST0_KX bit in mips32 start.S by Paul Burton · Thu Jan 29 10:04:10 2015 +0000
  54. cb2ab2f MIPS: handle mips64 relocs in mips32 start.S by Paul Burton · Thu Jan 29 10:04:09 2015 +0000
  55. ce14da2 MIPS: use asm.h macros in mips32 start.S by Paul Burton · Thu Jan 29 10:04:08 2015 +0000
  56. c6c3853 malta: IDE support by Paul Burton · Thu Jan 29 10:38:20 2015 +0000
  57. 69acad0 MIPS: clear TagLo select 2 during cache init by Paul Burton · Thu Jan 29 01:28:03 2015 +0000
  58. 6832bdc MIPS: allow systems to skip loads during cache init by Paul Burton · Thu Jan 29 01:28:02 2015 +0000
  59. ca41a03 MIPS: inline mips_init_[id]cache functions by Paul Burton · Thu Jan 29 01:28:01 2015 +0000
  60. d878cc2 MIPS: refactor cache loops to a macro by Paul Burton · Thu Jan 29 01:28:00 2015 +0000
  61. edf1f85 MIPS: refactor L1 cache config reads to a macro by Paul Burton · Thu Jan 29 01:27:59 2015 +0000
  62. 02df4e6 MIPS: unify cache initialization code by Paul Burton · Thu Jan 29 01:27:58 2015 +0000
  63. 4ff6b10 MIPS: unify cache maintenance functions by Paul Burton · Thu Jan 29 01:27:57 2015 +0000
  64. 5429af8 MIPS: avoid .set ISA for cache operations by Paul Burton · Thu Jan 29 01:27:56 2015 +0000
  65. 01cab27 MIPS: add support for pre-relocation malloc by Daniel Schwierzeck · Sun Jan 18 22:18:39 2015 +0100
  66. 2814459 MIPS: add support for CONFIG_SYS_INIT_SP_ADDR by Daniel Schwierzeck · Sun Jan 18 22:18:38 2015 +0100
  67. 7dca686 MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE by Daniel Schwierzeck · Sun Jan 18 22:00:18 2015 +0100
  68. dfbad0f MIPS: replace $(CPU) with Kconfig symbols by Daniel Schwierzeck · Sun Jan 18 21:59:35 2015 +0100
  69. c37c980 MIPS: use common code from lib/time.c by Thomas Langer · Wed Jan 14 18:44:00 2015 +0000
  70. 1a4797c MIPS: bootm: add bootstage reporting by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  71. 8d7ff4d MIPS: bootm: prepare a flattened device tree for the kernel by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  72. 2edd528 MIPS: bootm: add mem, rd_start and rd_size to kernel command line by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  73. c07dc60 MIPS: bootm: refactor preparation of Linux kernel environment by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  74. f9749fa MIPS: bootm: refactor preparation of Linux kernel command line by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  75. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · Wed Nov 26 16:00:58 2014 +0900
  76. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · Fri Nov 21 23:51:33 2014 +0100
  77. ea7e328 MIPS: bootm: remove unused or redundant header files by Daniel Schwierzeck · Sun Nov 16 01:27:23 2014 +0100
  78. 0665838 MIPS: bootm: add missing initramfs relocation by Daniel Schwierzeck · Sun Nov 16 01:27:23 2014 +0100
  79. cf707c9 MIPS: remove board.c by Daniel Schwierzeck · Sat Nov 15 23:46:58 2014 +0100
  80. f224c1a MIPS: fix setup of initial stack frame by Daniel Schwierzeck · Thu Nov 20 23:55:32 2014 +0100
  81. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · Thu Nov 13 12:28:42 2014 +0900
  82. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · Thu Nov 13 12:28:40 2014 +0900
  83. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  84. 4e6cdff MIPS: add .padding section to linker script by Daniel Schwierzeck · Wed Oct 29 17:30:36 2014 +0100
  85. c03df26 MIPS: refactor setting of compiler options by Daniel Schwierzeck · Sun Oct 26 14:16:23 2014 +0100
  86. 94384d1 MIPS: kconfig: merge targets qemu_mips and qemu_mips64 by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  87. 99e7af2 MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  88. 256034d MIPS: kconfig: add options for CPU type select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  89. a4c242b MIPS: kconfig: add options for endianess select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  90. ee2e54f mips: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · Fri Oct 24 01:30:46 2014 +0900
  91. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  92. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · Wed Jul 30 14:08:23 2014 +0900
  93. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  94. 021d202 common/board_f: Initialized global data for generic board by York Sun · Fri May 02 17:28:04 2014 -0700
  95. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  96. 2e1823d MIPS: drop incaip board by Daniel Schwierzeck · Thu Apr 10 00:39:28 2014 +0200
  97. d0120b0 MIPS: allow use of generic board by Paul Burton · Mon Apr 07 10:11:22 2014 +0100
  98. d0589bb MIPS: define __init_end in u-boot.lds by Paul Burton · Mon Apr 07 10:11:19 2014 +0100
  99. c3d31a5 MIPS: move mips_io_port_base out of board.c by Paul Burton · Mon Apr 07 10:11:18 2014 +0100
  100. 9a309cd MIPS: stub interrupt_init function by Paul Burton · Mon Apr 07 10:11:17 2014 +0100