1. ed16050 MIPS: unify CPU code in arch/mips/cpu/ by Daniel Schwierzeck · 10 years ago
  2. 74fc3c0 MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 by Daniel Schwierzeck · 10 years ago
  3. debf0e0 MIPS: handle mips64 ST0_KX bit in mips32 start.S by Paul Burton · 10 years ago
  4. cb2ab2f MIPS: handle mips64 relocs in mips32 start.S by Paul Burton · 10 years ago
  5. ce14da2 MIPS: use asm.h macros in mips32 start.S by Paul Burton · 10 years ago
  6. 02df4e6 MIPS: unify cache initialization code by Paul Burton · 10 years ago
  7. 4ff6b10 MIPS: unify cache maintenance functions by Paul Burton · 10 years ago
  8. 5429af8 MIPS: avoid .set ISA for cache operations by Paul Burton · 10 years ago
  9. 01cab27 MIPS: add support for pre-relocation malloc by Daniel Schwierzeck · 10 years ago
  10. 2814459 MIPS: add support for CONFIG_SYS_INIT_SP_ADDR by Daniel Schwierzeck · 10 years ago
  11. c37c980 MIPS: use common code from lib/time.c by Thomas Langer · 10 years ago
  12. f224c1a MIPS: fix setup of initial stack frame by Daniel Schwierzeck · 10 years ago
  13. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  14. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  15. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  16. 4e6cdff MIPS: add .padding section to linker script by Daniel Schwierzeck · 10 years ago
  17. c03df26 MIPS: refactor setting of compiler options by Daniel Schwierzeck · 10 years ago
  18. 2e1823d MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
  19. d0589bb MIPS: define __init_end in u-boot.lds by Paul Burton · 11 years ago
  20. 9a309cd MIPS: stub interrupt_init function by Paul Burton · 11 years ago
  21. b0df44b mips: xburst: remove remainders of dead board by Masahiro Yamada · 11 years ago
  22. 1263ea8 MIPS: always keep all sections in u-boot ELF binary. by Daniel Schwierzeck · 11 years ago
  23. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  24. 0d084d4 mips: move CONFIG_MIPS{32, 64} definition to config.mk by Masahiro Yamada · 11 years ago
  25. a06c7cd config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  26. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  27. 10a74b5 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  28. f122b5a mips32: detect L1 cache sizes if they're not defined by Paul Burton · 11 years ago
  29. 48a47f0 mips: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  30. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  31. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  32. 02d51a2 MIPS: mips32/cache.S: use v1 register for indirect function calls by Gabor Juhos · 11 years ago
  33. 5b4f4ff MIPS: mips32/cache.S: store cache line size in t8 register by Gabor Juhos · 11 years ago
  34. 187fe81 MIPS: mips32/cache.S: save return address in t9 register by Gabor Juhos · 11 years ago
  35. 01c3e0e MIPS: xburst/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  36. 1ac4713 MIPS: xburst/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  37. 858b025 MIPS: xburst/start.S: save gd in s0 register by Gabor Juhos · 11 years ago
  38. 3a22c9e MIPS: xburst/start.S: save relocation offset in s1 register by Gabor Juhos · 11 years ago
  39. 5c79dc3 MIPS: xburst/start.S: save relocation address in s2 register by Gabor Juhos · 11 years ago
  40. b847879 MIPS: mips32/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  41. 489c5d7 MIPS: mips32/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  42. 9a26513 MIPS: mips32/cache.S: remove superfluous register assignment by Gabor Juhos · 11 years ago
  43. d4967b5 MIPS: mips64/interrupt.c: remove superfluous include by Gabor Juhos · 11 years ago
  44. 9c747bd MIPS: mips32/time.c: fix checkpatch errors/warnings by Gabor Juhos · 11 years ago
  45. b6be59a MIPS: start.S: emulate REVISION register for qemu-malta by Gabor Juhos · 12 years ago
  46. 7d2d26b MIPS: mips64: fix typos in copyright text of start.S by Tom Rini · 11 years ago
  47. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  48. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  49. 84937ab MIPS: add dynamic relocation support by Gabor Juhos · 12 years ago
  50. 44ea3c3 MIPS: u-boot.lds: add relocation specific sections by Gabor Juhos · 12 years ago
  51. 7f2d540 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation by Daniel Schwierzeck · 12 years ago
  52. 0de9cc5 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  53. 9049d03 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  54. 56b5ec7 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  55. 7092ce8 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  56. ec44316 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  57. 7e44614 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  58. 2fb7bd3 MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago
  59. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  60. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  61. 7f44466 MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  62. 1da7d29 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  63. d84ec3a MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  64. bc18d0b MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  65. eb59024 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  66. fac2f65 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  67. f902d46 MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  68. d9bcb6c MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  69. 9a081ab MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  70. 9d632e6 MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  71. 26dd82b MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · 12 years ago
  72. a1fe6aa Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  73. e48b617 MIPS: do not initialize timestamp variable before relocate_code by Zhi-zhou Zhang · 12 years ago
  74. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  75. 39a7693 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  76. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  77. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  78. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  79. 724f618 MIPS: don't use camel-case style by Zhi-zhou Zhang · 12 years ago
  80. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  81. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  82. 76cb60d serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · 12 years ago
  83. 2a9d935 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · 12 years ago
  84. 01f9ea8 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · 12 years ago
  85. 09c5206 MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles by Daniel Schwierzeck · 12 years ago
  86. c390ba5 MIPS: factor out endianess flag handling to arch config.mk by Daniel Schwierzeck · 12 years ago
  87. d11a3c7 dm: mips: Fix lb60 timer code by Marek Vasut · 12 years ago
  88. 309c07c dm: mips: Fix lb60 WDT control by Marek Vasut · 12 years ago
  89. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  90. d8a49ca MIPS: fix endianess handling by Daniel Schwierzeck · 13 years ago
  91. 9adc190 MIPS: fix inconsistency in config option for cache operation mode by Daniel Schwierzeck · 13 years ago
  92. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  93. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  94. 2f46d42 MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · 13 years ago
  95. acf5117 MIPS: mips32: fix wrong loop bound in flush_cache() by Yao Cheng · 13 years ago
  96. 7dc16be MIPS: make cache operation mode configurable by Daniel Schwierzeck · 13 years ago
  97. 6ff8ae0 MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG by Daniel Schwierzeck · 13 years ago
  98. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  99. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  100. 60a471f MIPS: Move timer code to arch/mips/cpu/$(CPU)/ by Shinya Kuribayashi · 14 years ago