1. 86b4a6d rockchip: rk3399: dts: add boot order for rockpro64 by Kever Yang · 5 years ago
  2. e3e5825 usb: musb_hcd: fix compilation error by Jean-Jacques Hiblot · 5 years ago
  3. 9dcab2c dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
  4. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  5. 50dce8f usb: storage: submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  6. fdd135b usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  7. 3e816a2 usb_kdb: only process events successfully received by Michal Suchanek · 5 years ago
  8. 001c8ea Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  9. 3aec234 Merge tag 'u-boot-amlogic-20190910' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  10. dd4faa9 x86: tangier: Use spaces over TABs in ASL code by Andy Shevchenko · 5 years ago
  11. 980fe1a x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · 5 years ago
  12. 0c6352e x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · 5 years ago
  13. 19b6e1b x86: acpi: Annotate struct acpi_table_header with __packed by Andy Shevchenko · 5 years ago
  14. b35b807 usb: xhci-dwc3: Add support for dis_u2_susphy_quirk by Neil Armstrong · 5 years ago
  15. 5793553 x86: efi_loader: Use efi_add_conventional_memory_map() by Park, Aiden · 5 years ago
  16. 74b7635 x86: show UEFI images involved in crash by Heinrich Schuchardt · 5 years ago
  17. 5a85580 doc: slimbootloader: Update Linux booting steps on QEMU by Park, Aiden · 5 years ago
  18. 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
  19. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  20. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  21. d2860c0 x86: Drop weak version board_get_usable_ram_top() by Bin Meng · 5 years ago
  22. 03f7886 x86: acpi: Slightly reduce binary size of ACPI tables for Tangier by Andy Shevchenko · 5 years ago
  23. 08afd71 tools: Add ifwitool to .gitignore by Andy Shevchenko · 5 years ago
  24. c705fc3 arm: ti: Add missing "=" from previous fix by Tom Rini · 5 years ago
  25. 11335c0 efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  26. 632834c efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  27. e692ed1 efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  28. 9bb62fa efi_loader: file size checks by Heinrich Schuchardt · 5 years ago
  29. 83a74ad efi_loader: correct reading of directories by Heinrich Schuchardt · 5 years ago
  30. 87c4840 efi_loader: eliminate inline function ascii2unicode() by Heinrich Schuchardt · 5 years ago
  31. b0f1c72 efi_loader: EFI_FILE_PROTOCOL.Write() check args by Heinrich Schuchardt · 5 years ago
  32. 40e362a Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  33. 2f76073 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  34. ba83753 Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-boot by Tom Rini · 5 years ago
  35. e0351b2 git-mailrc: Add rpi and bcm283x maintainer by Andrei Gherzan · 5 years ago
  36. c796140 RPI: Add memory map for bcm2711 by Andrei Gherzan · 5 years ago
  37. e0e3c7d mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci by Matthias Brugger · 5 years ago
  38. 76bce8c ARM: bcm283x: Include definition for additional emmc clock by Andrei Gherzan · 5 years ago
  39. 32a84c9 RPI: Add entry for Raspberry Pi 4 model B by Andrei Gherzan · 5 years ago
  40. c6bcf05 ARM: bcm283x: Define configs for RaspberryPi 4 by Andrei Gherzan · 5 years ago
  41. 1cfac52 ARM: bcm283x: Add BCM283x_BASE define by Matthias Brugger · 5 years ago
  42. 193279d RPI: Add defconfigs for rpi4 (32/64) by Andrei Gherzan · 5 years ago
  43. 659f4fe rpi: increase SYS_BOOTM_LEN to 64M on ARM64 by Bonnans, Laurent · 5 years ago
  44. b112580 mmc: bcm2835-host: Fix wait_transfer_complete by Raul Benet · 5 years ago
  45. 4982244 ARM: bcm283x mbox: Fix send status register by Fabian Vogt · 5 years ago
  46. 9562b20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 5 years ago
  47. 6128e61 Merge tag 'efi-2019-10-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  48. cd45d6f mmc: sdhci: Add support for dt caps & caps mask by T Karthik Reddy · 5 years ago
  49. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  50. fe1a81c doc: UEFI API documentation by Heinrich Schuchardt · 5 years ago
  51. cda9b35 efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() by Heinrich Schuchardt · 5 years ago
  52. 9d3f339 efi_loader: use EFI_PRINT() instead of debug() by Heinrich Schuchardt · 5 years ago
  53. f59f082 efi_loader: parameter checks BLOCK_IO_PROTOCOL by Heinrich Schuchardt · 5 years ago
  54. 0344698 efi_loader: do not set invalid screen mode by Heinrich Schuchardt · 5 years ago
  55. 97ea069 efi_loader: cursor positioning by Heinrich Schuchardt · 5 years ago
  56. d41f99e efi_loader: correctly render UsbClass DP nodes as text by Heinrich Schuchardt · 5 years ago
  57. d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  58. 4411652 efi_loader: correctly render MAC address device path nodes by Heinrich Schuchardt · 5 years ago
  59. 8254f8f efi_loader: correct text conversion for vendor DP by Heinrich Schuchardt · 5 years ago
  60. b5b9eff efi_loader: Extract adding a conventional memory in separate routine by Park, Aiden · 5 years ago
  61. 5b4746f efi_loader: implement MCastIPtoMAC by Heinrich Schuchardt · 5 years ago
  62. 72a8f16 efi_loader: fix status management in network stack by Heinrich Schuchardt · 5 years ago
  63. 5947b49 efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header by Heinrich Schuchardt · 5 years ago
  64. 0c7adf4 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · 5 years ago
  65. 7f6d874 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · 5 years ago
  66. 794219b riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago
  67. d7441d8 ARM: exynos5: Try to boot on mmc2 before mmc0/1 by Guillaume GARDET · 5 years ago
  68. d330239 dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind() by Bin Meng · 5 years ago
  69. c077c05 mmc: dw_mmc: fix timeout calculate method by Kever Yang · 5 years ago
  70. 30231e0 ARM: dts: ast2500: Add SDHCI nodes by Eddie James · 5 years ago
  71. c8bcd9b configs: AST2500 EVB: Enable SD controller by Eddie James · 5 years ago
  72. 7764ee2 mmc: Add Aspeed SD controller driver by Eddie James · 5 years ago
  73. 38c9f08 clk: aspeed: Add support for SD clock by Eddie James · 5 years ago
  74. 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  75. 116cffe mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · 5 years ago
  76. 701a51e dm: mmc: remove unused U_BOOT_DRIVER(mmc) by Andy Yan · 5 years ago
  77. ece9834 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago
  78. 5a5d1de net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · 5 years ago
  79. 15eea9a net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
  80. cccc05e env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET by Heinrich Schuchardt · 5 years ago
  81. 5d14ee4 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
  82. cf3a4f1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
  83. aa207cf CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · 5 years ago
  84. 741a8a0 CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
  85. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  86. 12c2a31 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  87. 5ccd657 net: macb: Fix rx buffer cache handling by Stefan Roese · 5 years ago
  88. 642b80d net: designware: drop compatible altr, socfpga-stmmac by Ralph Siemsen · 5 years ago
  89. 19f3b78 Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · 5 years ago
  90. 2e0f324 network: set timeline for CONFIG_DM_ETH conversion by Heinrich Schuchardt · 5 years ago
  91. e3562b3 drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array by Alex Marginean · 5 years ago
  92. 53e3d52 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · 5 years ago
  93. 50d86e5 net: dwc_eth_qos: Change eqos_ops function to static by Patrick Delaunay · 5 years ago
  94. 9bbff54 drivers: net: pfe_eth: undefined return value by Heinrich Schuchardt · 5 years ago
  95. fd6d88f test: dm_mdio: avoid out of bounds access by Heinrich Schuchardt · 5 years ago
  96. a37c082 net: mvpp2: support setting hardware addresses from ethernet core by Matt Pelland · 5 years ago
  97. 7660d5c arm: dts: Set custom names for cp110 master/slave MDIO buses by Alex Marginean · 5 years ago
  98. 8bd37ce drivers: net: add marvell MDIO driver by Alex Marginean · 5 years ago
  99. 01c9f04 doc: bindings: add mdio.txt describing generic MDIO properties by Alex Marginean · 5 years ago
  100. 6b3abc0 net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago