1. 240cde7 am335x_evm: Add NOR to Kconfig by Tom Rini · Mon Oct 27 16:15:07 2014 -0400
  2. ae0a494 Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · Wed Nov 05 07:23:32 2014 -0500
  3. a4c152b Merge git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · Wed Nov 05 07:12:16 2014 -0500
  4. ea7851d dm: sunxi: Request USB vbus gpio by Hans de Goede · Fri Oct 31 17:04:52 2014 +0100
  5. 3d1095f dm: sunxi: Request card detect gpio by Hans de Goede · Fri Oct 31 16:55:02 2014 +0100
  6. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · Thu Oct 30 20:25:50 2014 -0600
  7. 7830453 dm: sunxi: Modify the GPIO driver to support driver model by Simon Glass · Thu Oct 30 20:25:49 2014 -0600
  8. e941e2b dm: sunxi: Make sure that GPIOs are requested by Simon Glass · Thu Oct 30 20:25:48 2014 -0600
  9. d862453 dm: sunxi: Add pinmux functions which take a bank parameter by Simon Glass · Thu Oct 30 20:25:47 2014 -0600
  10. b38f911 dm: sunxi: Add a new config for an FDT-based pcDuino3 by Simon Glass · Thu Oct 30 20:25:46 2014 -0600
  11. eb27dfb dm: sunxi: dts: Add sun7i device tree files by Simon Glass · Thu Oct 30 20:25:45 2014 -0600
  12. faef71b sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms. by Ian Campbell · Fri Oct 24 21:20:50 2014 +0100
  13. 0ea187d sunxi: kconfig: Introduce CONFIG_TARGET_<BOARD> by Ian Campbell · Fri Oct 24 21:20:49 2014 +0100
  14. 33502bf sunxi: Drop FEL variants of defconfigs. by Ian Campbell · Fri Oct 24 21:20:48 2014 +0100
  15. 8f32aaa sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · Fri Oct 24 21:20:47 2014 +0100
  16. 8ad104b sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option by Ian Campbell · Fri Oct 24 21:20:46 2014 +0100
  17. 4a24a1c sunxi: kconfig: Rename TARGET_SUN[45678]I to MACH_SUN[45678]I. by Ian Campbell · Fri Oct 24 21:20:45 2014 +0100
  18. d8e69e0 sunxi: kconfig: Add top-level ARCH_SUNXI by Ian Campbell · Fri Oct 24 21:20:44 2014 +0100
  19. a2e1868 ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename by Chen-Yu Tsai · Fri Oct 24 16:07:25 2014 +0800
  20. b9cd76f ppc: Fix ppc4xx CONFIG_SYS_GENERIC_BOARD by Dirk Eibach · Mon Nov 03 10:56:31 2014 +0100
  21. 4a551ca Merge git://git.denx.de/u-boot-sh by Tom Rini · Tue Nov 04 18:24:44 2014 -0500
  22. 8f9e583 ARM: kwimage: fix v0 format by Gerald Kerma · Fri Oct 31 01:03:27 2014 +0100
  23. 61ad13a MAINTAINERS: fix Pantelis Antoniou email address by Igor Grinberg · Mon Nov 03 11:19:14 2014 +0200
  24. 6736b8b Fix cosmetic issues in mkimage manpage by Vagrant Cascadian · Sat Nov 01 18:09:01 2014 -0700
  25. 88d4c45 kbuild: do not hide clang warnings during build with W=1 by Masahiro Yamada · Fri Oct 31 11:00:34 2014 +0900
  26. c02a327 sparc: move CONFIG_SYS_TEXT_BASE to Kconfig by Masahiro Yamada · Thu Oct 30 15:30:58 2014 +0900
  27. b37a03d sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR defines by Masahiro Yamada · Thu Oct 30 15:30:57 2014 +0900
  28. 156be26 sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mk by Masahiro Yamada · Thu Oct 30 15:30:56 2014 +0900
  29. f54d7d6 sparc: move CONFIG_{LEON, LEON2, LEON3} to Kconfig by Masahiro Yamada · Thu Oct 30 15:30:55 2014 +0900
  30. 14eaac1 sparc: Use nicer prompt for board select menu by Masahiro Yamada · Thu Oct 30 15:30:54 2014 +0900
  31. 6512cc1 serial: add prototypes for init functions by Jeroen Hofstee · Mon Oct 27 20:10:07 2014 +0100
  32. 2f65bef arm926ejs: cache: use __weak by Jeroen Hofstee · Mon Oct 27 20:10:06 2014 +0100
  33. f458c4d i2c: use __weak by Jeroen Hofstee · Mon Oct 27 22:27:18 2014 +0100
  34. 3fbb558 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Tue Nov 04 10:46:45 2014 -0500
  35. c5b908e Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Tue Nov 04 07:00:48 2014 -0500
  36. 01e6f33 usb: ehci: rmobile: Collect up address data by Nobuhiro Iwamatsu · Tue Nov 04 09:56:42 2014 +0900
  37. 0e2c967 usb: ehci: rmobile: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:56:41 2014 +0900
  38. 2d02ae7 usb: kbd: Add (optional) support for using an interrupt queue for polling by Hans de Goede · Wed Sep 24 14:06:11 2014 +0200
  39. 3c79470 usb: kbd: Cache pipe, interval and packetsize by Hans de Goede · Wed Sep 24 14:06:10 2014 +0200
  40. 35e116c stdio: Fix memleak on stdio_deregister by Hans de Goede · Wed Sep 24 14:06:09 2014 +0200
  41. 55a5451 usb: kbd: Fix memleak on usb_kbd_deregister() by Hans de Goede · Wed Sep 24 14:06:08 2014 +0200
  42. 36fc749 usb: kbd: Remove unused usb_kbd_generic_poll function by Hans de Goede · Wed Sep 24 14:06:07 2014 +0200
  43. 6f68122 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · Wed Sep 24 14:06:06 2014 +0200
  44. 8c5c5ca usb: ehci: Move cache invalidation to poll_int_queue by Hans de Goede · Wed Sep 24 14:06:05 2014 +0200
  45. 7f7cb73 usb: ehci: Move interrupt packet length check to create_int_queue by Hans de Goede · Wed Sep 24 14:06:04 2014 +0200
  46. 8ba55ed usb: ehci: Do not disable an already disabled periodic schedule by Hans de Goede · Wed Sep 24 14:06:03 2014 +0200
  47. 5893f23 usb: Do not power-cycle usb devices on init by Hans de Goede · Sat Sep 20 17:03:53 2014 +0200
  48. 1ac890d usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · Sat Sep 20 17:03:52 2014 +0200
  49. 5ba66ad net: sh-eth: Add cache writeback control after setting bit of DMA descriptor by Nobuhiro Iwamatsu · Tue Nov 04 09:15:48 2014 +0900
  50. 1c82211 net: sh-eth: Use memalign instead of orignal memroy alignment function by Nobuhiro Iwamatsu · Tue Nov 04 09:15:47 2014 +0900
  51. c24b3eb net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE by Nobuhiro Iwamatsu · Tue Nov 04 09:15:46 2014 +0900
  52. 4d86edb serial: sh: r8a7794: Add support external clock by Nobuhiro Iwamatsu · Tue Nov 04 09:14:38 2014 +0900
  53. 290fdfd net: sh-eth: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:13:40 2014 +0900
  54. c452066 serial: sh: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:12:50 2014 +0900
  55. 8be3d9f Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Mon Nov 03 12:46:12 2014 -0500
  56. 186f7f1 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Mon Nov 03 12:43:42 2014 -0500
  57. 7ec578a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Nov 03 12:42:58 2014 -0500
  58. 4e6cdff MIPS: add .padding section to linker script by Daniel Schwierzeck · Wed Oct 29 17:30:36 2014 +0100
  59. c03df26 MIPS: refactor setting of compiler options by Daniel Schwierzeck · Sun Oct 26 14:16:23 2014 +0100
  60. 2721e7a MIPS: kconfig: add options for vct board variant select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  61. eb652f4 MIPS: kconfig: add options for dbau1x00 board variant select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  62. 94384d1 MIPS: kconfig: merge targets qemu_mips and qemu_mips64 by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  63. 99e7af2 MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  64. 256034d MIPS: kconfig: add options for CPU type select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  65. a4c242b MIPS: kconfig: add options for endianess select by Daniel Schwierzeck · Sun Oct 26 14:14:07 2014 +0100
  66. 5d1244b Remove the CREDITS file by Masahiro Yamada · Thu Oct 30 15:50:15 2014 +0900
  67. 20363ee novena: Add MAINTAINERS file by Fabio Estevam · Thu Oct 30 18:46:37 2014 -0200
  68. 1d2ade0 ppc/arm: remove remainders of dead boards in Kconfig by Masahiro Yamada · Thu Oct 30 18:29:15 2014 +0900
  69. 0ea611c Remove unused files by Masahiro Yamada · Thu Oct 30 18:28:01 2014 +0900
  70. 5859f8d twl4030: VMMC2 3.2V enable on MMC init by Paul Kocialkowski · Tue Oct 28 18:14:23 2014 +0100
  71. 933918c tools/kwbimage: Fix compilation warning by Stefan Roese · Tue Oct 28 11:32:24 2014 +0100
  72. 7abec5b tools/kwbimage.c: fix build on darwin by Andreas Bießmann · Fri Oct 24 23:39:11 2014 +0200
  73. 4157375 odroid: adjust gpio calls to dm gpio api by Przemyslaw Marczak · Tue Oct 28 17:31:07 2014 +0100
  74. cce257f exynos4/4x12: gpio: use gpio extra base addresses by Przemyslaw Marczak · Tue Oct 28 17:31:06 2014 +0100
  75. d24de93 exynos4/4x12: cpu: add extra gpio base addresses by Przemyslaw Marczak · Tue Oct 28 17:31:05 2014 +0100
  76. 202ae02 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Oct 29 15:57:59 2014 -0400
  77. b5ab442 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · Wed Oct 29 15:57:33 2014 -0400
  78. fb8c2a6 x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MB by Simon Glass · Fri Oct 10 08:22:01 2014 -0600
  79. ecb2e37 powerpc: TQM5200: convert to generic board by Wolfgang Denk · Fri Oct 24 15:33:43 2014 +0200
  80. 3edb620 powerpc: tqm8xx*: convert to generic board by Wolfgang Denk · Fri Oct 24 15:31:26 2014 +0200
  81. 0bf0c6d serial: UniPhier: add static to locally used functions by Masahiro Yamada · Fri Oct 24 17:00:11 2014 +0900
  82. d11fbd5 serial: UniPhier: add .pending handler by Masahiro Yamada · Fri Oct 24 17:00:10 2014 +0900
  83. 4b5e7e3 ARM: UniPhier: make pinmon command optional by Masahiro Yamada · Mon Oct 20 20:45:22 2014 +0900
  84. 393db65 arm: interrupt_init: set sp in IRQ/FIQ modes by Georges Savoundararadj · Tue Oct 28 23:16:12 2014 +0100
  85. 58623d1 arm: relocate the exception vectors by Georges Savoundararadj · Tue Oct 28 23:16:11 2014 +0100
  86. c381084 arm: make .vectors section allocatable by Georges Savoundararadj · Tue Oct 28 23:16:10 2014 +0100
  87. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · Tue Oct 28 23:16:09 2014 +0100
  88. ef6073e i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · Tue Oct 28 12:12:00 2014 +0100
  89. 55844a7 i2c: mxs: Add support for I2C 1 on i.MX28 by Marek Vasut · Mon Oct 20 00:23:43 2014 +0200
  90. 051f0ea i2c: mxs: Pass the i2c_adapter around by Marek Vasut · Mon Oct 20 00:23:42 2014 +0200
  91. f6da94a i2c: mxs: Add basic support for i2c framework by Marek Vasut · Mon Oct 20 00:23:41 2014 +0200
  92. 1910402 i2c: mxs: Consolidate hard-coded bus address by Marek Vasut · Mon Oct 20 00:23:40 2014 +0200
  93. ddf446b x86: Correct a few progress message nits by Simon Glass · Fri Oct 10 08:21:59 2014 -0600
  94. 67b22d5 x86: bootm: Support booting a 64-bit raw kernel by Simon Glass · Fri Oct 10 08:21:58 2014 -0600
  95. 9d42830 x86: image: Add new image type for x64_64 by Simon Glass · Fri Oct 10 08:21:57 2014 -0600
  96. d98a5bd x86: Move kernel boot function to arch/x86/lib/bootm.c by Simon Glass · Fri Oct 10 08:21:56 2014 -0600
  97. 463fac2 x86: Add support for starting 64-bit kernel by Simon Glass · Fri Oct 10 08:21:55 2014 -0600
  98. 2f2efbc x86: Display basic CPU information on boot by Simon Glass · Fri Oct 10 08:21:54 2014 -0600
  99. 44f4b21 x86: Bring in msr-index.h from linux 3.8 by Simon Glass · Fri Oct 10 08:21:53 2014 -0600
  100. d8d9fec x86: Move paging functions into cpu.c by Simon Glass · Fri Oct 10 08:21:52 2014 -0600