1. 9a38712 linux/io.h: add generic ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  2. 95ebc25 types.h: move and redefine resource_size_t by Masahiro Yamada · 8 years ago
  3. 88a7fff linux/compat.h: add dev_warn() by Andreas Bießmann · 8 years ago
  4. 25bab53 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  5. 715b3a9 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  6. ceee07b mtd: nand: Sync with Linux v4.6 by Scott Wood · 8 years ago
  7. 81c7725 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 8 years ago
  8. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  9. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  10. ea7d1ee mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · 8 years ago
  11. b7f2bbf armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC by Prabhakar Kushwaha · 8 years ago
  12. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 8 years ago
  13. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  14. 09c2b8f Change my mailaddress by Andreas Bießmann · 8 years ago
  15. 456ecd0 lib/crc8: Add crc start value by Stefan Roese · 8 years ago
  16. 3c1d218 armv8: LS2080A: Consolidate LS2080A and LS2085A by York Sun · 8 years ago
  17. 9b2c282 compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6 by Tom Rini · 9 years ago
  18. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  19. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  20. 284ca9c armv8: Add psci.h from the Linux kernel by Sergey Temerkhanov · 9 years ago
  21. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  22. 2e680f9 Revert "include/linux: move typdef for uintptr_t" by York Sun · 9 years ago
  23. e8f954a include/linux: move typdef for uintptr_t by Aneesh Bansal · 9 years ago
  24. 6af4e27 usb: xhci: zynqmp: Removing unused function usb_phy_reset by Marek Vasut · 9 years ago
  25. 7023100 armv8/ls1043ardb: add USB support by Gong Qianyu · 9 years ago
  26. 06b5301 armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · 9 years ago
  27. 4493721 armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  28. d8a26f0 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  29. 78e9e71 include/linux/mtd: Update copyright notices by Tom Rini · 9 years ago
  30. d858799 dm: implement a MTD uclass by Thomas Chou · 9 years ago
  31. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  32. de4d2e9 bitops: Add fls_long and __ffs64 by Fabio Estevam · 9 years ago
  33. f598e7a include: Add log2 header from the kernel by Fabio Estevam · 9 years ago
  34. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  35. 5219db8 linux, compat: add missing definitions for ubi by Heiko Schocher · 9 years ago
  36. 89b5c81 linux/bitops.h: GENMASK copy from linux by Jagan Teki · 9 years ago
  37. 6734528 linux/bitops: Move BIT definitions at top by Jagan Teki · 9 years ago
  38. 92a3188 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  39. 6201976 usb: gadget: at91_udc: add at91_udc into U-Boot by Heiko Schocher · 9 years ago
  40. 2580a2a mtd: nand: Increase max sizes of OOB and Page size by Siva Durga Prasad Paladugu · 9 years ago
  41. d396372 nand: Sync with Linux v4.1 by Scott Wood · 9 years ago
  42. 86a720a mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  43. 2733106 nand: Remove __UBOOT__ ifdefs by Scott Wood · 9 years ago
  44. 8be60f0 linux/kconfig.h: add CPP macros useful for per-image config options by Masahiro Yamada · 9 years ago
  45. 5598fac Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · 9 years ago
  46. 6f4e050 Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  47. 6b9f9ea linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · 9 years ago
  48. ebc3328 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · 9 years ago
  49. 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
  50. 2f47324 include: usb: Map USB controller base addresses for LS2085A by Nikhil Badola · 9 years ago
  51. 909a1ab include: usb: Move USB controller base address mapping by Nikhil Badola · 9 years ago
  52. 667f4dd drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller by Nikhil Badola · 9 years ago
  53. ba92ee0 usb: fsl: Add XHCI driver support by Ramneek Mehresh · 9 years ago
  54. dc9cdf8 usb: dwc3: Add DWC3 controller driver support by Ramneek Mehresh · 9 years ago
  55. f18d111 mtd: fix false positive "Offset exceeds device limit" error by Masahiro Yamada · 9 years ago
  56. 09c3280 mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 9 years ago
  57. af22ac6 include: introduce include/linux/io.h as a wrapper of asm/io.h by Masahiro Yamada · 9 years ago
  58. dedc44b tegra124: video: Add full link training for eDP by Simon Glass · 9 years ago
  59. 490f5fd video: Add drm_dp_helper.h by Simon Glass · 9 years ago
  60. ae42eb0 QE/DeepSleep: add QE deepsleep support for mpc85xx by Zhao Qiang · 10 years ago
  61. 8e2b661 dm: usb: Add a generic descriptor struct by Simon Glass · 10 years ago
  62. f84c052 dm: usb: Move struct usb_string to a common place by Simon Glass · 10 years ago
  63. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  64. 3f52e1b usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  65. 6f80390 include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error by Kishon Vijay Abraham I · 10 years ago
  66. 747a0a5 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  67. 9848e57 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  68. 45d9337 include: usb: modify gadget.h to include udc support by Kishon Vijay Abraham I · 10 years ago
  69. 073adf9 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · 10 years ago
  70. 950cb9b use ASM_NL instead of '; ' for assembler new line character in the macro by Chen Gang · 10 years ago
  71. 478b02f Add linux/compiler-gcc5.h to fix builds with gcc5 by Hans de Goede · 10 years ago
  72. dc28843 ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  73. c316f57 mtd: OMAP: Enable GPMC prefetch mode by Daniel Mack · 10 years ago
  74. e6126a5 x86: move arch-specific asmlinkage to <asm/linkage.h> by Masahiro Yamada · 10 years ago
  75. 80d9ef8 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  76. 98d2d5e Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  77. 063ec38 linux/compat.h: remove redundant macro defines by Masahiro Yamada · 10 years ago
  78. d11ac4b arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  79. 803f2eb Fix SIZE_MAX compiler warning when using stdint.h by Simon Glass · 10 years ago
  80. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  81. 111396c linux/kernel.h: add typechecking to roundup macro by Masahiro Yamada · 10 years ago
  82. 48c7ea3 linux/kernel.h: import more macros by Masahiro Yamada · 10 years ago
  83. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  84. 2db8c2d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  85. 0d296cc Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  86. 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  87. 9345651 arm: debug: replace license blocks with SPDX by Masahiro Yamada · 10 years ago
  88. 1cfe9fa arm: debug: import debug files from Linux 3.16 by Masahiro Yamada · 10 years ago
  89. 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  90. 5afe73f string.h: add missing prototypes by Jeroen Hofstee · 10 years ago
  91. 09bab6e musb: fix warning in include/linux/usb/musb.h by Igor Grinberg · 10 years ago
  92. bc0e8d7 keystone: usb: add support of usb xhci by WingMan Kwok · 10 years ago
  93. 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
  94. 0a5051c compiler_gcc: prevent redefining attributes by Jeroen Hofstee · 10 years ago
  95. fb8ffd7 compiler*.h: sync include/linux/compiler*.h with Linux 3.16 by Masahiro Yamada · 10 years ago
  96. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  97. fe5d1ab clang: workaround for generated constants by Jeroen Hofstee · 10 years ago
  98. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  99. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  100. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago