1. 87f9fdc ext4: initialize full inode for inodes bigger than 128 bytes by Stefan Brüns · 8 years ago
  2. 290ce2f ext4: Use correct value for inode size even on revision 0 filesystems by Stefan Brüns · 8 years ago
  3. 87a40b6 ext4: Fix memory leak in case of failure by Stefan Brüns · 8 years ago
  4. 0ceef3d ext4: Avoid out-of-bounds access of block bitmap by Stefan Brüns · 8 years ago
  5. a9fa0ed ext4: After completely filled group, scan next group from the beginning by Stefan Brüns · 8 years ago
  6. e927265 ext4: Do not clear zalloc'ed buffers a second time by Stefan Brüns · 8 years ago
  7. 398d6fa ext4: Only update number of of unused inodes if GDT_CSUM feature is set by Stefan Brüns · 8 years ago
  8. b7dd40d ext4: Scan all directory blocks when looking up an entry by Stefan Brüns · 8 years ago
  9. 10a7a1b ext4: Avoid corruption of directories with hash tree indexes by Stefan Brüns · 8 years ago
  10. a321abd ext4: Scan all directory blocks for space when inserting a new entry by Stefan Brüns · 8 years ago
  11. b96c3c7 ext4: Do not crash when trying to grow a directory using extents by Stefan Brüns · 8 years ago
  12. a0d767e ext4: propagate error if creation of directory entry fails by Stefan Brüns · 8 years ago
  13. 76a2951 ext4: fix possible crash on directory traversal, ignore deleted entries by Stefan Brüns · 8 years ago
  14. 011bc33 ext4: fix wrong usage of le32_to_cpu() by Michael Walle · 8 years ago
  15. 58a9ecb ext4: fix endianess problems in ext4 write support by Michael Walle · 8 years ago
  16. 7f101be ext4: use kernel names for byte swaps by Michael Walle · 8 years ago
  17. 2a0b7a9 ext4: change structure fields to __le/__be types by Michael Walle · 8 years ago
  18. 2365a4b test/fs: Check writes using "." (same dir) relative path by Stefan Brüns · 8 years ago
  19. 14678b3 test/fs: Check ext4 behaviour if dirent is first entry in directory block by Stefan Brüns · 8 years ago
  20. d9554b7 test/fs: strip noise from filesystem code prior to checking results by Stefan Brüns · 8 years ago
  21. 06806e3 test/fs: remove use of undefined WRITE_FILE variable by Stefan Brüns · 8 years ago
  22. 8685356 test/fs: Restructure file path specification to allow some flexibility by Stefan Brüns · 8 years ago
  23. 454e3d9 cmd/fat: Do not crash on write when <bytes> is not specified by Stefan Brüns · 8 years ago
  24. ae1755b fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  25. 3c0ed9c fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  26. ed76f91 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  27. 201c9d8 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  28. 82f5279 ns16650: Make sure we have CONFIG_CLK set before using infrastructure by Tom Rini · 8 years ago
  29. 231af7f Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  30. 35343a2 ARM: dts: uniphier: sync clock/reset controller nodes with Linux by Masahiro Yamada · 8 years ago
  31. 6dc5b6b clk: uniphier: allow to have clock node under syscon node by Masahiro Yamada · 8 years ago
  32. 102e318 clk: uniphier: move U_BOOT_DRIVER entry to core code by Masahiro Yamada · 8 years ago
  33. 3524d47 clk: uniphier: constify clock data arrays/structures by Masahiro Yamada · 8 years ago
  34. c72f4d4 ARM: uniphier: add PLL init code for LD11 SoC by Masahiro Yamada · 8 years ago
  35. 0298f4c ARM: uniphier: move CONFIG_SPL_* to defconfig or select by Masahiro Yamada · 8 years ago
  36. 19d051a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  37. 58c8c09 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  38. a6c1309 Makefile: rm u-boot.cfg dependencies are missing by Stephen Warren · 8 years ago
  39. fcd29a4 Makefile: use if_change_dep for u-boot.cfg by Stephen Warren · 8 years ago
  40. de4be9e test/py/tests/test_vboot.py: Add check that we boot the image by Tom Rini · 8 years ago
  41. bd86ef1 image-fit: Fix fit_get_node_from_config semantics by Paul Burton · 8 years ago
  42. 4f0b8ef clk: rk3288: add PWM clock get rate by Kever Yang · 8 years ago
  43. 5e79f44 clk: rk3399: add pmucru controller support by Kever Yang · 8 years ago
  44. 4a79ece rk3399: add a empty "sys_proto.h" header file by Kever Yang · 8 years ago
  45. 5a4a90f rockchip: rk3288: skip lowlevel_init process by Xu Ziyuan · 8 years ago
  46. 05c6e30 board: evb-rk3399: enable usb 2.0 host vbus power on board_init by Kever Yang · 8 years ago
  47. 3562768 config: evb-rk3399: enable fixed regulator by Kever Yang · 8 years ago
  48. b850d92 dts: rk3399-evb: add regulator-fixed for usb host vbus by Kever Yang · 8 years ago
  49. fa5e2d1 dts: rk3399: add dwc3_typec node for rk3399 by MengDongyang · 8 years ago
  50. 923e7b4 config: rk3399: add usb related configs by MengDongyang · 8 years ago
  51. f7bb27a usb: host: add Kconfig for USB_XHCI_ROCKCHIP by Kever Yang · 8 years ago
  52. 892742d rockchip: select DM_USB for rockchip SoC by MengDongyang · 8 years ago
  53. b44566c usb: xhci-rockchip: add rockchip dwc3 controller driver by MengDongyang · 8 years ago
  54. aa89b55 rk3288: add arch_cpu_init for rk3288 by Kever Yang · 8 years ago
  55. e2e4e14 rk_pwm: remove grf setting code from driver by Kever Yang · 8 years ago
  56. 12406ae rk_pwm: use clock framework API to get module clock by Kever Yang · 8 years ago
  57. ce26e8a rockchip: use dummy byte only enable OF_PLATDATA by Xu Ziyuan · 8 years ago
  58. bd218ab dts: rk3399: add pinctrl for sdmmc by Kever Yang · 8 years ago
  59. ad05138 rk3399: enable the pwm2/3 pinctrl in board init by Kever Yang · 8 years ago
  60. 824c033 config: evb-rk3399: enable pinctrl driver by Kever Yang · 8 years ago
  61. a2c08df pinctrl: add driver for rk3399 by Kever Yang · 8 years ago
  62. c55e30e rk3399: syscon: add support for pmugrf by Kever Yang · 8 years ago
  63. fe4753c configs: fsl: Move SPI/SPI-FLASH configs to defconfig by Jagan Teki · 8 years ago
  64. 21b1dd1 spi: Kconfig: Move FSL_QSPI entry to non-dm place by Jagan Teki · 8 years ago
  65. e0027f0 zynqmp: Remove unnnecessary board config file for dc4 by Siva Durga Prasad Paladugu · 8 years ago
  66. 1309f67 ARM64: zynqmp: Use the same name for atf image everywhere by Michal Simek · 8 years ago
  67. 0e82602 ARM64: zynqmp: Enable CONFIG_AHCI via Kconfig by Michal Simek · 8 years ago
  68. 47e60cb ARM64: zynqmp: Add support for chip ID detection by Michal Simek · 9 years ago
  69. 6b24501 fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMP by Siva Durga Prasad Paladugu · 9 years ago
  70. 5242772 ARM64: zynqmp: Fix USB ulpi phy sequence by Michal Simek · 8 years ago
  71. 48255f5 ARM64: zynqmp: Add support for USB ulpi phy reset via mode pins by Michal Simek · 8 years ago
  72. d58fc12 ARM64: zynqmp: Add support for DFU from SPL by Michal Simek · 8 years ago
  73. e1024c9 ARM: Add new BOOT_DEVICE_DFU boot mode by Michal Simek · 8 years ago
  74. 3373a52 ARM64: zynqmp: Add USB boot mode by Michal Simek · 8 years ago
  75. 8ed31f3 ARM64: zynqmp: Move BSS location to the beginning of ram by Michal Simek · 8 years ago
  76. 5f647c2 spi: zynq: Use variable to remove u32 to u64 conversions by Michal Simek · 8 years ago
  77. 9feff38 ARM64: zynqmp: Fix usb_gadget_handle_interrupt routine by Michal Simek · 8 years ago
  78. 7f491d7 ARM64: zynqmp: Force certain bootmode for SPL by Michal Simek · 8 years ago
  79. 275bd6d ARM64: zynqmp: Wire up both USBs available on ZynqMP by Michal Simek · 8 years ago
  80. 6ded73a fpga: Add Kconfig to fpga subsystem by Michal Simek · 8 years ago
  81. bbdae16 omap4_panda: Disable ext2/3/4 support in SPL by Tom Rini · 8 years ago
  82. 3ce750e clk.h: Add <asm/errno.h> by Tom Rini · 8 years ago
  83. 3632c8e sf: Move flags macro's to spi_flash_params{} members by Jagan Teki · 8 years ago
  84. de05992 sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash by Jagan Teki · 8 years ago
  85. ddc2dfb sf: Remove SECT_32K by Jagan Teki · 8 years ago
  86. 3ac48d0 spi: Remove SPI_RX_FAST by Jagan Teki · 8 years ago
  87. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  88. b3afb23 sf: Remove e_rd_cmd from param table by Jagan Teki · 8 years ago
  89. edd35f7 sf: Simplify fastest read cmd code by Jagan Teki · 8 years ago
  90. 28b69f6 spi: ti_qspi: Remove unnecessary udelay for AM437x by Vignesh R · 8 years ago
  91. 2603685 spi: ti_qspi: use 128 bit transfer mode when writing to flash by Vignesh R · 8 years ago
  92. d299828 spi: zynq_spi: Fix infinite looping while xfer by Lad, Prabhakar · 8 years ago
  93. 423620b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  94. f85fad0 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  95. 31d36f7 MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  96. d263cda MIPS: Fix cache maintenance in relocate_code & simplify by Paul Burton · 8 years ago
  97. ad8783c boston: Introduce support for the MIPS Boston development board by Paul Burton · 8 years ago
  98. dd7c749 clk: boston: Providea simple driver for Boston board clocks by Paul Burton · 8 years ago
  99. 8291bc8 dm: syscon: Provide a generic syscon driver by Paul Burton · 8 years ago
  100. ce70172 dm: core: Match compatible strings in order of priority by Paul Burton · 8 years ago