1. 25c5843 dlmalloc: Make sure allocation size is within malloc area by Richard Weinberger · 4 months ago
  2. b6c32c5 dlmalloc: Fix integer overflow in sbrk() by Richard Weinberger · 4 months ago
  3. 9bc2d82 dlmalloc: Fix integer overflow in request2size() by Richard Weinberger · 4 months ago
  4. ebdc4a6 bootstage: Fix out-of-bounds read in reloc_bootstage() by Richard Weinberger · 4 months ago
  5. c4d807a Merge patch series "Universal Payload initial series" by Tom Rini · 4 months ago
  6. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · 4 months ago
  7. 9b5bfba spl: Plumb in the Universal Payload handoff by Simon Glass · 4 months ago
  8. 3266828 spl: Set SPL_FIT_FOUND for full FIT also by Simon Glass · 4 months ago
  9. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · 4 months ago
  10. 1162e49 Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · 4 months ago
  11. e4fdd1d malloc: Support testing with realloc() by Simon Glass · 4 months ago
  12. d4beba6 Merge patch series "omap configuration cleanups" by Tom Rini · 4 months ago
  13. f2e354b omap3: Define maximum SPL size in Kconfig instead of defconfigs by Paul Kocialkowski · 4 months ago
  14. 14cb262 omap3: Define common SPL text base in Kconfig instead of defconfigs by Paul Kocialkowski · 4 months ago
  15. cc42f2c sandbox: Increase cyclic CPU-time limit by Simon Glass · 4 months ago
  16. 0b38522 cyclic: Add a symbol for SPL by Simon Glass · 4 months ago
  17. 8c6b437 arm: ti: Remove omap4 platform support by Tom Rini · 4 months ago
  18. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · 4 months ago
  19. 5bfbd07 bloblist: fix bloblist convention check. by Levi Yun · 5 months ago
  20. 69c6fa8 common: Remove duplicate newlines by Marek Vasut · 4 months ago
  21. d54a7e7 Merge patch series "Add Turris 1.x board" by Tom Rini · 4 months ago
  22. 64a15c8 board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images by Pali Rohár · 6 months ago
  23. 659e41c usb: Assimilate usb_get_descriptor() to linux by Philip Oberfichtner · 6 months ago
  24. 6726179 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · 6 months ago
  25. 1f47e4e Merge branch 'next' by Tom Rini · 5 months ago
  26. 01e836c spl: correct link to FIT specification by Heinrich Schuchardt · 5 months ago
  27. ab2e3c5 spl: Allow ATF to work when dcache is disabled by Simon Glass · 5 months ago
  28. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
  29. c9aa613 cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 by Jiaxun Yang · 6 months ago
  30. 04f5cb6 Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 5 months ago
  31. e51ca6a spl: Introduce SoC specific init function by Lukas Funke · 8 months ago
  32. 98379e3 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · 5 months ago
  33. ea36ada cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · 6 months ago
  34. d84e291 cyclic: stop strdup'ing name in cyclic_register() by Rasmus Villemoes · 6 months ago
  35. a90e793 Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · 5 months ago
  36. d15a79c spl: nvme: Make this depend on SPL_BLK by Tom Rini · 6 months ago
  37. c6fc150 spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build by Vignesh Raghavendra · 6 months ago
  38. 82b5a86 Merge patch series "'eeprom' command improvements" by Tom Rini · 6 months ago
  39. b4f950c common: eeprom_field: Drop unnecessary comparison by Marek Behún · 6 months ago
  40. 59193a7 common: eeprom_field: Fix updating binary field by Marek Behún · 6 months ago
  41. 246db75 common: eeprom_layout: Split field finding code from the field update function by Marek Behún · 6 months ago
  42. 1dc94be common: eeprom_layout: Assign default layout methods and parameters before specific ones by Marek Behún · 6 months ago
  43. 24da831 include: Move snprintf to stdio.h by Raymond Mao · 6 months ago
  44. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  45. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  46. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 7 months ago
  47. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  48. fb71c88 rockchip: Enable preconsole for rk3328 by Jagan Teki · 10 months ago
  49. 3765b86 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 7 months ago
  50. de4de6b Merge patch series "mcheck implementation for U-Boot" by Tom Rini · 8 months ago
  51. 5d7f16f mcheck: let mcheck_abortfunc_t print the pointer by Eugene Uriev · 8 months ago
  52. 2d54641 mcheck: add stats, add a comment with test results by Eugene Uriev · 8 months ago
  53. e84d69a mcheck: introduce mcheck_on_ramrelocation(.) by Eugene Uriev · 8 months ago
  54. 2601b61 mcheck: add pedantic mode support by Eugene Uriev · 8 months ago
  55. c61e313 mcheck: support memalign by Eugene Uriev · 8 months ago
  56. 172be69 mcheck: integrate mcheck into dlmalloc.c by Eugene Uriev · 8 months ago
  57. f5f24c8 mcheck: introduce essentials of mcheck by Eugene Uriev · 8 months ago
  58. 5a1d968 mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck. by Eugene Uriev · 8 months ago
  59. 33bd33d mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands by Eugene Uriev · 8 months ago
  60. 127ad5f cli: always show cursor by Heinrich Schuchardt · 8 months ago
  61. c838172 usb: kbd: Add probe quirk for Apple and Keychron keyboards by Janne Grunau · 8 months ago
  62. 4a7fda9 usb: kbd: support Apple Magic Keyboards (2021) by Janne Grunau · 8 months ago
  63. 176e8f0 usb: Add environment based device ignorelist by Janne Grunau · 8 months ago
  64. c4da10a Merge branch 'next' by Tom Rini · 8 months ago
  65. c05e9e7 spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDR by Randolph · 8 months ago
  66. b10091b test: dm: add button_cmd test by Caleb Connolly · 8 months ago
  67. ecb7eaa spl: Improve error message for SPL memory allocation by Leo Yu-Chi Liang · 9 months ago
  68. ae31efc cli: allow users to determine history buffer allocation method by Hanyuan Zhao · 9 months ago
  69. 13c54e7 cli: panic when failed to allocate memory for the history buffer by Hanyuan Zhao · 9 months ago
  70. 489a578 cmd: md5sum: use hash_command by Igor Opaniuk · 9 months ago
  71. c5bd289 autoboot: Add check for result of malloc_cache_aligned() by Maks Mishin · 9 months ago
  72. 1bcd488 log: fixup log_head after relocating global data by Thomas Weißschuh · 9 months ago
  73. 26f5130 common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc by Stefan Bosch · 10 months ago
  74. 8a3b4cb Merge patch series "Handoff bloblist from previous boot stage" by Tom Rini · 9 months ago
  75. 72c99cc bloblist: Load the bloblist from the previous loader by Raymond Mao · 10 months ago
  76. 1a99d2c bloblist: refactor of bloblist_reloc() by Raymond Mao · 10 months ago
  77. bc7f0ab bloblist: check bloblist with specified buffer size by Raymond Mao · 10 months ago
  78. fe016b6 bloblist: add API to check the register conventions by Raymond Mao · 10 months ago
  79. 0e60c7c common: usb-hub: Reset USB 3.0 hubs only by Shantur Rathore · 9 months ago
  80. 66fde11 common: avb_verify: add str_avb_io_error/str_avb_slot_error by Igor Opaniuk · 10 months ago
  81. f18ec6d common: avb_verify: rework error/debug prints by Igor Opaniuk · 10 months ago
  82. 29cb886 avb: move SPDX license identifiers to the first line by Igor Opaniuk · 10 months ago
  83. 9655618 common: avb_verify: don't call mmc_switch_part for SD by Igor Opaniuk · 10 months ago
  84. 2259c29 boot: add support for button commands by Caleb Connolly · 11 months ago
  85. 36aa4ec Merge branch '2024-02-06-assorted-fixes' by Tom Rini · 10 months ago
  86. 81a8923 common: event: check event_type_name() argument by Heinrich Schuchardt · 10 months ago
  87. 4d87ac3 spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework by Kever Yang · 10 months ago
  88. b193397 spl: riscv: falcon: move fdt blob to specified address by Randolph · 11 months ago
  89. 699afcb common: splash_source: Don't compile ubifs splash cmd for SPL build by Devarsh Thakkar · 10 months ago
  90. 2dbedf9 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · 10 months ago
  91. 2febd46 video: Skip framebuffer reservation if already reserved by Devarsh Thakkar · 12 months ago
  92. 46245d4 common/board_f: Catch bloblist before starting reservations by Devarsh Thakkar · 12 months ago
  93. 84e0834 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · 12 months ago
  94. 7618389 sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · 1 year, 1 month ago
  95. 3d37a01 sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · 1 year, 1 month ago
  96. cc82bae common: console: Fix print complete stdio device list by Patrice Chotard · 10 months ago
  97. 813aa8f common: usb-hub: Reset hub port before scanning by Shantur Rathore · 12 months ago
  98. 479f54a getchar(): Correct usage by Tom Rini · 11 months ago
  99. 9d8e671 cmd/command.c: relax length check in cmd_get_data_size() by Rasmus Villemoes · 11 months ago
  100. 209329d cmd/command.c: constify "arg" argument of cmd_get_data_size() by Rasmus Villemoes · 11 months ago