1. 77b0ae3 net: wget: prevent overwriting reserved memory by Masahisa Kojima · Fri Nov 10 13:25:34 2023 +0900
  2. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  3. 29763fd blk: Drop reference to DM_SPL by Simon Glass · Sun Nov 12 13:03:47 2023 -0700
  4. 0ccddec dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · Sun Nov 12 13:03:46 2023 -0700
  5. 9d1c1b4 fs: btrfs: fix reading when length specified by Sam Edwards · Sat Nov 11 08:19:04 2023 -0700
  6. acb2281 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · Fri Nov 10 05:59:55 2023 +0000
  7. 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · Fri Nov 10 05:59:54 2023 +0000
  8. 1c1efe0 poplar: provide more space for kernel image by Igor Opaniuk · Thu Nov 09 23:34:35 2023 +0100
  9. 9694326 poplar: use random mac address by Igor Opaniuk · Thu Nov 09 23:34:34 2023 +0100
  10. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  11. d107617 spi: meson_spifc_a1: Use define for time interval by Igor Prusov · Thu Nov 09 20:10:03 2023 +0300
  12. 700a06c linux/time.h: Add Linux time conversion defines by Igor Prusov · Thu Nov 09 20:10:02 2023 +0300
  13. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · Wed Nov 08 12:51:09 2023 -0500
  14. bdb3a3f sysreset: Fix unsupported request return values by Paul Barker · Wed Nov 08 08:51:10 2023 +0000
  15. f4ecd0f board: cssi: Remove usage of common.h by Christophe Leroy · Mon Nov 06 19:12:05 2023 +0100
  16. 98a58c8 powerpc: mpc8xx: Remove usage of common.h by Christophe Leroy · Mon Nov 06 19:12:04 2023 +0100
  17. 1f064bc fs/squashfs: enable LZ4 compression support by David Oberhollenzer · Mon Nov 06 11:14:03 2023 +0100
  18. d052ac0 fs/squashfs: remove unused declarations by David Oberhollenzer · Mon Nov 06 11:03:20 2023 +0100
  19. 85e8fc8 test: eth: Don't crash if env_get returns NULL by Sean Anderson · Sat Oct 28 18:57:27 2023 -0400
  20. 0f1c62e bootm: Enable legacy VxWorks booting from FITs by Sean Anderson · Fri Oct 27 16:07:40 2023 -0400
  21. 39c48da Merge patch series "spl: Use common function for loading/parsing images" by Tom Rini · Thu Nov 16 12:55:48 2023 -0500
  22. 9025188 spl: fat: Add option to disable DMA alignment by Sean Anderson · Wed Nov 08 11:48:58 2023 -0500
  23. b664e67 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · Wed Nov 08 11:48:57 2023 -0500
  24. 38e4f62 spl: Convert spi to spl_load by Sean Anderson · Wed Nov 08 11:48:56 2023 -0500
  25. 531d837 spl: Convert semihosting to spl_load by Sean Anderson · Wed Nov 08 11:48:55 2023 -0500
  26. 7314325 spl: Convert NVMe to spl_load by Sean Anderson · Wed Nov 08 11:48:54 2023 -0500
  27. 2a5d23f spl: Convert nor to spl_load by Sean Anderson · Wed Nov 08 11:48:53 2023 -0500
  28. 810e16e spl: Convert net to spl_load by Sean Anderson · Wed Nov 08 11:48:52 2023 -0500
  29. 1c39806 spl: Convert nand to spl_load by Sean Anderson · Wed Nov 08 11:48:51 2023 -0500
  30. 29e338f spl: Convert mmc to spl_load by Sean Anderson · Wed Nov 08 11:48:50 2023 -0500
  31. 09a4602 spl: Convert fat to spl_load by Sean Anderson · Wed Nov 08 11:48:49 2023 -0500
  32. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · Wed Nov 08 11:48:48 2023 -0500
  33. 3a4a2b7 spl: Add generic spl_load function by Sean Anderson · Wed Nov 08 11:48:47 2023 -0500
  34. 8cba988 test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · Wed Nov 08 11:48:46 2023 -0500
  35. ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · Wed Nov 08 11:48:45 2023 -0500
  36. 06dce4c spl: nand: Remove spl_nand_legacy_read by Sean Anderson · Wed Nov 08 11:48:44 2023 -0500
  37. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  38. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  39. b27c5f8 spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · Wed Nov 08 11:48:41 2023 -0500
  40. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  41. f97fc6d spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · Wed Nov 08 11:48:39 2023 -0500
  42. 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · Thu Nov 16 12:46:09 2023 -0500
  43. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · Wed Nov 08 11:48:38 2023 -0500
  44. 05a9e04 spl: Remove NULL assignments in spl_load_info by Sean Anderson · Wed Nov 08 11:48:37 2023 -0500
  45. 0087ec0 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · Wed Nov 08 11:48:36 2023 -0500
  46. 4d9e0f6 spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · Wed Nov 08 11:48:35 2023 -0500
  47. 9330878 arm: Disable SPL_FS_FAT when it isn't used by Sean Anderson · Wed Nov 08 11:48:34 2023 -0500
  48. cc35160 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · Wed Nov 08 11:48:33 2023 -0500
  49. 97c0aaf arm: Enable SYS_THUMB_BUILD on AT91 by Sean Anderson · Sat Nov 04 22:27:42 2023 -0400
  50. 765dc6a test: spl: Add a test for NAND by Sean Anderson · Sat Nov 04 16:37:53 2023 -0400
  51. 326422b nand: Add sandbox driver by Sean Anderson · Sat Nov 04 16:37:52 2023 -0400
  52. 988996f arch: sandbox: Add function to create temporary files by Sean Anderson · Sat Nov 04 16:37:51 2023 -0400
  53. 28e2eaf nand: Allow reinitialization by Sean Anderson · Sat Nov 04 16:37:50 2023 -0400
  54. 96fc205 nand: Add function to unregister NAND devices by Sean Anderson · Sat Nov 04 16:37:49 2023 -0400
  55. 55d6f04 mtd: Add some fallbacks for add/del_mtd_device by Sean Anderson · Sat Nov 04 16:37:48 2023 -0400
  56. 34ec166 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · Sat Nov 04 16:37:47 2023 -0400
  57. 6f5be66 spl: nand: Map memory before accessing it by Sean Anderson · Sat Nov 04 16:37:46 2023 -0400
  58. 23230f7 cmd: nand: Map memory before accessing it by Sean Anderson · Sat Nov 04 16:37:45 2023 -0400
  59. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · Sat Nov 04 16:37:44 2023 -0400
  60. ef3d458 spl: legacy: Honor bl_len when decompressing by Sean Anderson · Sat Nov 04 16:37:43 2023 -0400
  61. ec66ca8 nand: spl_loaders: Only read enough pages to load the image by Sean Anderson · Sat Nov 04 16:37:42 2023 -0400
  62. 11a4c70 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically by Sean Anderson · Sat Nov 04 16:37:41 2023 -0400
  63. e476f11 nand: Don't dereference NULL manufacturer_desc by Sean Anderson · Sat Nov 04 16:37:40 2023 -0400
  64. 5efc7ce spl: nand: Fix NULL-pointer dereference by Sean Anderson · Sat Nov 04 16:37:39 2023 -0400
  65. 34d4a82 Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Mon Nov 13 09:07:23 2023 -0500
  66. d29531c stm32mp2: initial support by Patrice Chotard · Fri Oct 27 16:43:04 2023 +0200
  67. ca7289e ARM: dts: stm32: Add STM32MP257F Evaluation board support by Patrice Chotard · Fri Oct 27 16:43:03 2023 +0200
  68. 692f872 pinctrl: pinctrl_stm32: Add stm32mp2 support by Patrice Chotard · Fri Oct 27 16:43:02 2023 +0200
  69. f93f92b serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · Fri Oct 27 16:43:01 2023 +0200
  70. 1115c30 stm32mp: bsec: Fix AARCH64 compilation warnings by Patrice Chotard · Fri Oct 27 16:43:00 2023 +0200
  71. 5501e38 stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP by Patrice Chotard · Fri Oct 27 16:42:59 2023 +0200
  72. 4c06377 stm32mp: dram_init: Fix AARCH64 compilation warnings by Patrick Delaunay · Fri Oct 27 16:42:58 2023 +0200
  73. 0f0faea stm32mp: dram_init: Get RAM size from DT if no RAM driver found by Patrice Chotard · Fri Oct 27 16:42:57 2023 +0200
  74. 4d776d0 arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch by Patrice Chotard · Fri Oct 27 16:42:56 2023 +0200
  75. 2cd0f78 Merge branch '2023-11-10-improve-semihosting-armv6' into next by Tom Rini · Fri Nov 10 11:55:28 2023 -0500
  76. bf641f2 arm: semihosting: Support semihosting fallback on 32-bit ARM by Sean Anderson · Fri Oct 27 16:40:15 2023 -0400
  77. 6ae865f arm: semihosting: Fix returning from traps on ARMv6 and lower by Sean Anderson · Fri Oct 27 16:40:14 2023 -0400
  78. e82259c arm: Fix software interrupt handler by Sean Anderson · Fri Oct 27 16:40:13 2023 -0400
  79. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · Fri Oct 27 20:59:51 2023 -0400
  80. 4071efe Merge branch '2023-11-07-assorted-big-cleanups' into next by Tom Rini · Tue Nov 07 18:33:09 2023 -0500
  81. 91a503f x86: Drop <common.h> from remaining header files by Tom Rini · Wed Nov 01 12:28:24 2023 -0400
  82. bf05dea arm: Drop <common.h> from remaining header files by Tom Rini · Wed Nov 01 12:28:23 2023 -0400
  83. 9dbd24e sandbox: Drop <common.h> by Tom Rini · Wed Nov 01 12:28:22 2023 -0400
  84. 3e073c1 ti: k3: Drop <common.h> usage by Tom Rini · Wed Nov 01 12:28:21 2023 -0400
  85. 528bca8 include: Drop <common.h> from include lists by Tom Rini · Wed Nov 01 12:28:20 2023 -0400
  86. dcf4de1 include/linux/mii.h: Add <linux/types.h> by Tom Rini · Wed Nov 01 12:28:19 2023 -0400
  87. 0427440 fsl-mc: Add prototype for bd_info by Tom Rini · Wed Nov 01 12:28:18 2023 -0400
  88. 44de6a9 ls2080aqds: Add missing headers to eth_ls1088aqds.c by Tom Rini · Wed Nov 01 12:28:17 2023 -0400
  89. b08c38f ls1088a: Add missing headers to eth_ls1088aqds.c by Tom Rini · Wed Nov 01 12:28:16 2023 -0400
  90. 1017b0c pg-wcom-ls102xa: Include <config.h> in the board file by Tom Rini · Wed Nov 01 12:28:15 2023 -0400
  91. d8d716a powerpc: Rework <asm/fsl_lbc.h> includes by Tom Rini · Wed Nov 01 12:28:14 2023 -0400
  92. cbac7b2 qe: Add <asm/ppc.h> on PowerPC by Tom Rini · Wed Nov 01 12:28:13 2023 -0400
  93. aa956e5 mpc85xx: Add missing include in mpc85xx_sleep.c by Tom Rini · Wed Nov 01 12:28:12 2023 -0400
  94. 7a21355 powerpc: mpc83xx: Rework includes slightly by Tom Rini · Wed Nov 01 12:28:11 2023 -0400
  95. e8ea29d spi: Add <errno.h> to spi-mem-nodm.c by Tom Rini · Wed Nov 01 12:28:10 2023 -0400
  96. 25a19ec omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h> by Tom Rini · Wed Nov 01 12:28:09 2023 -0400
  97. 742c856 fsl_qe: Drop common.h by Tom Rini · Wed Nov 01 12:28:08 2023 -0400
  98. b5a3ed3 display_options.h: Correct includes by Tom Rini · Wed Nov 01 12:28:07 2023 -0400
  99. 10599d6 powerpc: Switch <asm/global_data.h> to <linux/types.h> by Tom Rini · Wed Nov 01 12:28:06 2023 -0400
  100. fa9af72 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · Wed Nov 01 12:28:05 2023 -0400