1. 67450c3 mips: Use common _AC macro now. by Tom Rini · 8 years ago
  2. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  3. 9a7ca03 MIPS: Fix map_physmem for cached mappings by Paul Burton · 8 years ago
  4. 0ecd903 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve by Paul Burton · 8 years ago
  5. fde2572 mips: Let cache.h be included from assembly source by Marek Vasut · 8 years ago
  6. e8d3155 MIPS: add handling for generic and EJTAG exceptions by Daniel Schwierzeck · 9 years ago
  7. d8209b8 MIPS: reserve space for exception vectors by Daniel Schwierzeck · 9 years ago
  8. c8e280f MIPS: add asm-offsets for struct pt_regs by Daniel Schwierzeck · 9 years ago
  9. 41dc35e MIPS: add possibility to setup initial stack and global data in SRAM by Daniel Schwierzeck · 8 years ago
  10. 993a122 MIPS: factor out code for initial stack and global data by Daniel Schwierzeck · 8 years ago
  11. ecf0d79 MIPS: fix iand optimize setup of CP0 registers by Daniel Schwierzeck · 9 years ago
  12. 8b2fd07 MIPS: fix ROM exception vectors by Daniel Schwierzeck · 9 years ago
  13. 754cd05 MIPS: make inclusion of ROM exception vectors configurable by Daniel Schwierzeck · 9 years ago
  14. 259b1fb Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  15. cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  16. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  17. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  18. fcdc1fb MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  19. 92a06ee MIPS: Fix cache maintenance in relocate_code & simplify by Paul Burton · 8 years ago
  20. f5de32a boston: Introduce support for the MIPS Boston development board by Paul Burton · 8 years ago
  21. 0286885 MIPS: Ensure cache ops complete in mips_cache_reset by Paul Burton · 8 years ago
  22. ac8668a MIPS: Clear hazard between TagLo writes & cache ops by Paul Burton · 8 years ago
  23. 82c9d89 MIPS: Ensure Config.K0=2 applies before any memory accesses by Paul Burton · 8 years ago
  24. 59a4c8b MIPS: Malta: Enable CM & L2 support by Paul Burton · 8 years ago
  25. a8b8bd2 MIPS: Join the coherent domain when a CM is present by Paul Burton · 8 years ago
  26. 8156078 MIPS: L2 cache support by Paul Burton · 8 years ago
  27. 79ac174 MIPS: Map CM Global Control Registers by Paul Burton · 8 years ago
  28. f868be5 MIPS: Define register names for cache init by Paul Burton · 8 years ago
  29. 68b4c75 MIPS: If we don't need DDR for cache init, init cache first by Paul Burton · 8 years ago
  30. 4f5561c MIPS: Preserve Config implementation-defined bits by Paul Burton · 8 years ago
  31. 8c57b04 MIPS: Enable use of the instruction cache earlier by Paul Burton · 8 years ago
  32. dc2037e MIPS: Probe cache line sizes once during boot by Paul Burton · 8 years ago
  33. da3388a MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init by Paul Burton · 8 years ago
  34. 1d153b3 mips: Add MIPSfpga platform support by Zubair Lutfullah Kakakhel · 8 years ago
  35. e9b5b3f mips: xilfpga: Add device tree files by Zubair Lutfullah Kakakhel · 8 years ago
  36. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  37. 8ff8689 libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  38. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  39. 79e49fd MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex by Paul Burton · 8 years ago
  40. 1194f94 MIPS: Fix invalidate_dcache_range to operate on L1 Dcache by Paul Burton · 8 years ago
  41. 8958f56 mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define by Wills Wang · 9 years ago
  42. 4b97393 mips: ath79: Add support for ungating USB and ethernet on qca953x by Wills Wang · 9 years ago
  43. 56f0219 mips: ath79: ap121: Enable ethernet by Wills Wang · 9 years ago
  44. ddc0552 mips: ath79: Rename get_bootstrap into ath79_get_bootstrap by Wills Wang · 9 years ago
  45. a97d593 MIPS: Abstract cache op loops with a macro by Paul Burton · 9 years ago
  46. 62f1352 MIPS: Split I & D cache line size config by Paul Burton · 9 years ago
  47. 5e51142 MIPS: Move cache sizes to Kconfig by Paul Burton · 9 years ago
  48. 68e0314 MIPS: remove dead code from asm/u-boot-mips.h by Daniel Schwierzeck · 9 years ago
  49. c7661d5 MIPS: add tune for MIPS 34kc by Daniel Schwierzeck · 9 years ago
  50. 848a7cc MIPS: provide a default u-boot-spl.lds by Daniel Schwierzeck · 9 years ago
  51. 825cfbd malta: Allow MIPS64 builds by Paul Burton · 9 years ago
  52. e683f1f MIPS: Use CPHYSADDR to implement mips32 virt_to_phys by Paul Burton · 9 years ago
  53. 86572f6 mips: Drop unused code in u-boot.h by Simon Glass · 9 years ago
  54. ba810e1 mips: ath79: ar933x: Avoid warning with gcc5 by Wills Wang · 9 years ago
  55. 5287245 mips: ath79: ar933x: Fix ethernet PHY mismatch by Wills Wang · 9 years ago
  56. ae373f2 mips: Drop JZ4740 remnants by Marek Vasut · 9 years ago
  57. aa796b5 mips: Allow overriding start.S in SPL by Marek Vasut · 9 years ago
  58. a31a3df malta: Use device model & tree for UART by Paul Burton · 9 years ago
  59. 1c10e0d malta: Support MIPS32r6 configurations by Paul Burton · 9 years ago
  60. 55e29dd MIPS: Support for targetting MIPSr6 by Paul Burton · 9 years ago
  61. 3246437 MIPS: Simplify CONFIG_SYS_CPU values by Paul Burton · 9 years ago
  62. 53c9826 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · 9 years ago
  63. aee8312 mips: ath79: Add support for TPLink WDR4300 by Marek Vasut · 9 years ago
  64. 6a713ea mips: ath79: Add AR934x support by Marek Vasut · 9 years ago
  65. c06cdad mips: ath79: Add support for ungating ethernet on ar933x and ar934x by Marek Vasut · 9 years ago
  66. 00326b2 mips: ath79: dts: Add ethernet MAC nodes for ar933x by Marek Vasut · 9 years ago
  67. dff26d8 mips: ath79: Add support for ungating USB on ar933x and ar934x by Marek Vasut · 9 years ago
  68. 28f06b1 mips: ath79: dts: Add generic-ehci node by Marek Vasut · 9 years ago
  69. fef5908 mips: ath79: Fix compiler warning on const assignment by Marek Vasut · 9 years ago
  70. d04ad79 mips: ath79: Fix ar71xx_regs.h indent by Marek Vasut · 9 years ago
  71. a9c6e8b mips: Add MIPS 74Kc tune by Marek Vasut · 9 years ago
  72. b7b7a31 mips: Fix compiler warning in cpu.c by Marek Vasut · 9 years ago
  73. e99c8f8 ath79: add readonly attribute for ath79_soc_desc by Wills Wang · 9 years ago
  74. 59025fe ath79: ar933x: use BIT macro for bit shift operation by Wills Wang · 9 years ago
  75. 80c8798 mips: ath79: add AP143 reference board by Wills Wang · 9 years ago
  76. 8d8d2ed mips: ath79: add AP121 reference board by Wills Wang · 9 years ago
  77. 6b83b44 mips: ath79: add support for QCA953x SOCs by Wills Wang · 9 years ago
  78. 2a551c5 mips: ath79: add support for AR933x SOCs by Wills Wang · 9 years ago
  79. 833a1a8 mips: add base support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  80. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  81. 432549f MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · 9 years ago
  82. a8b8f7b board: pic32mzda: enable USB-host, USB-storage support. by Purna Chandra Mandal · 9 years ago
  83. 57bcea2 MIPS: fix mips_cache fallback without __builtin_mips_cache by Matthias Schiffer · 9 years ago
  84. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  85. d319148 board: Enable ethernet, tftpboot support to pic32mzdask board. by Purna Chandra Mandal · 9 years ago
  86. 85491f5 board: add SDHCI support for PIC32MZDASK board. by Purna Chandra Mandal · 9 years ago
  87. 745dd32 board: Add Microchip PIC32MZ[DA]-Starter-Kit board. by Purna Chandra Mandal · 9 years ago
  88. 5c2dcd2 MIPS: Add support for Microchip PIC32MZ[DA] SoC family. by Purna Chandra Mandal · 9 years ago
  89. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  90. 825b321 MIPS: initial infrastructure for Microchip PIC32 architecture by Purna Chandra Mandal · 9 years ago
  91. 8d6600b MIPS: Support dynamic I/O port base address by Paul Burton · 9 years ago
  92. a053bb1 MIPS: Remove SLOW_DOWN_IO by Paul Burton · 9 years ago
  93. 0e50ffc mips: cache: Bulletproof the code against cornercases by Marek Vasut · 9 years ago
  94. 7aa7164 MIPS: start.S: fix and optimize instructions by Daniel Schwierzeck · 9 years ago
  95. 5c8cdf4 MIPS: initialize board_init_f() argument to zero. by Purna Chandra Mandal · 9 years ago
  96. 434dc7b mips: asm/io.h: Add in <linux/bug.h> by Tom Rini · 9 years ago
  97. 650f3f2 MIPS: implement bit manipulating I/O accessors by Daniel Schwierzeck · 9 years ago
  98. a518653 MIPS: fix SPDX license identifier in remaining arch header files by Daniel Schwierzeck · 9 years ago
  99. a6dae71 MIPS: sync processor and register definitions with linux-4.4 by Daniel Schwierzeck · 9 years ago
  100. b01d3e1 MIPS: sync I/O related header files with linux-4.4 by Daniel Schwierzeck · 9 years ago