1. 26dd82b MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · Sat Nov 24 05:07:12 2012 +0000
  2. a1fe6aa Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Tue Nov 27 20:34:51 2012 -0700
  3. e48b617 MIPS: do not initialize timestamp variable before relocate_code by Zhi-zhou Zhang · Sat Nov 24 05:07:13 2012 +0000
  4. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  5. 39a7693 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Wed Oct 17 08:57:13 2012 -0700
  6. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · Tue Oct 09 07:10:08 2012 +0000
  7. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · Sat Oct 06 14:07:02 2012 +0000
  8. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · Tue Oct 16 15:02:08 2012 +0200
  9. 724f618 MIPS: don't use camel-case style by Zhi-zhou Zhang · Tue Oct 16 15:02:08 2012 +0200
  10. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  11. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · Fri Sep 14 23:44:09 2012 +0200
  12. 76cb60d serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · Thu Sep 13 01:20:59 2012 +0200
  13. 2a9d935 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · Thu Sep 13 01:20:07 2012 +0200
  14. 01f9ea8 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · Thu Sep 13 01:16:50 2012 +0200
  15. 09c5206 MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles by Daniel Schwierzeck · Tue Aug 21 23:38:25 2012 +0200
  16. c390ba5 MIPS: factor out endianess flag handling to arch config.mk by Daniel Schwierzeck · Tue Aug 21 23:27:37 2012 +0200
  17. d11a3c7 dm: mips: Fix lb60 timer code by Marek Vasut · Sun Aug 12 16:53:35 2012 +0200
  18. 309c07c dm: mips: Fix lb60 WDT control by Marek Vasut · Sun Aug 12 16:53:35 2012 +0200
  19. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · Tue May 22 18:36:19 2012 +0000
  20. d8a49ca MIPS: fix endianess handling by Daniel Schwierzeck · Mon Apr 02 02:57:56 2012 +0000
  21. 9adc190 MIPS: fix inconsistency in config option for cache operation mode by Daniel Schwierzeck · Mon Apr 02 02:57:55 2012 +0000
  22. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  23. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · Wed Oct 12 02:31:39 2011 +0000
  24. 2f46d42 MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · Wed Oct 12 12:24:06 2011 +0800
  25. acf5117 MIPS: mips32: fix wrong loop bound in flush_cache() by Yao Cheng · Wed Aug 10 15:11:16 2011 +0800
  26. 7dc16be MIPS: make cache operation mode configurable by Daniel Schwierzeck · Wed Jul 27 13:22:38 2011 +0200
  27. 6ff8ae0 MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG by Daniel Schwierzeck · Wed Jul 27 13:22:37 2011 +0200
  28. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · Fri Jul 15 02:19:44 2011 +0000
  29. 5e669ff Timer: Remove set_timer completely by Graeme Russ · Fri Jul 15 02:18:12 2011 +0000
  30. 60a471f MIPS: Move timer code to arch/mips/cpu/$(CPU)/ by Shinya Kuribayashi · Sat May 07 00:18:13 2011 +0900
  31. 6911d0a MIPS: Coding style cleanups on common assembly files by Shinya Kuribayashi · Sat May 07 00:18:13 2011 +0900
  32. 1949d53 MIPS: Remove mips_cache_lock() feature by Shinya Kuribayashi · Sat May 07 00:18:13 2011 +0900
  33. 1f00ad6 MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory by Daniel Schwierzeck · Mon Mar 28 18:33:58 2011 +0200
  34. b52f991 MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory by Daniel Schwierzeck · Mon Mar 28 18:33:57 2011 +0200
  35. 53f4449 MIPS: Optimize the setup of CPU optimization flags by Daniel Schwierzeck · Mon Mar 28 18:33:56 2011 +0200
  36. ce82730 MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32 by Daniel Schwierzeck · Mon Mar 28 18:33:55 2011 +0200
  37. 95a3e6f MIPS: Purple: Remove Purple support by Daniel Schwierzeck · Mon Mar 28 18:33:54 2011 +0200
  38. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  39. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  40. 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
  41. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  42. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  43. 1d85dee mips: Move cpu/mips/* to arch/mips/cpu/* by Peter Tyser · Mon Apr 12 22:28:14 2010 -0500