1. 8f96965 ARM: make LTO available by Marek Behún · 3 years, 4 months ago
  2. e5fc903 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · 3 years, 4 months ago
  3. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 4 months ago
  4. c234369 arm: zimage: Use correct symbol to hide messages in SPL by Samuel Holland · 3 years, 5 months ago
  5. 6f6876a arm64: gic-v3-its: Clear the Pending table before enabling LPIs by Hou Zhiqiang · 3 years, 7 months ago
  6. 0ca7c4d bootm: do not hang on failure by Heinrich Schuchardt · 3 years, 7 months ago
  7. 8ca0f51 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 8 months ago
  8. 503eea4 arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 8 months ago
  9. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  10. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  11. 6424fba bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit by Bin Meng · 3 years, 8 months ago
  12. 98592c7 bdinfo: Rename function names to be clearer by Bin Meng · 3 years, 8 months ago
  13. 6224dc9 arm: Remove vital devices last by Simon Glass · 3 years, 8 months ago
  14. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  15. 18dd984 efi_loader: add Linux magic to aarch64 crt0 by Heinrich Schuchardt · 3 years, 8 months ago
  16. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 3 years, 10 months ago
  17. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  18. 59b07a2 treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 3 years, 10 months ago
  19. 28c851f arm64: Add support for larger PIE U-Boot by Edgar E. Iglesias · 4 years, 1 month ago
  20. dfd2390 arm: Add SPL build check to SPL early bss clear by Brian Moyer · 4 years, 2 months ago
  21. 2ae7adc arch: arm: use dt and UCLASS_SYSCON to get gic lpi details by Rayagonda Kokatanur · 4 years, 2 months ago
  22. a76bfe5 arch: arm: use dt and UCLASS_IRQ to get gic details by Rayagonda Kokatanur · 4 years, 2 months ago
  23. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  24. d877f8f arm: provide a function for boards init code to modify MMU virtual-physical map by Marek Szyprowski · 4 years, 4 months ago
  25. 59b0d7d bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 5 months ago
  26. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  27. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  28. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  29. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  30. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  31. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  32. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  33. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  34. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  35. c2a2123 cmd: cache: Fix non-cached memory cachability by Patrice Chotard · 4 years, 5 months ago
  36. 143414c Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 5 months ago
  37. 5cf9e3b common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 5 months ago
  38. 54be09c arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 5 months ago
  39. 2e8d68e arm: caches: add DCACHE_DEFAULT_OPTION by Patrick Delaunay · 4 years, 5 months ago
  40. c8ec1e3 arm: caches: protect dram_bank_mmu_setup access to bi_dram by Patrick Delaunay · 4 years, 5 months ago
  41. b46e6cc ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them by Claudius Heine · 4 years, 7 months ago
  42. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 6 months ago
  43. 6184858 arm: asm/cache.c: Introduce arm_reserve_mmu by Ovidiu Panait · 4 years, 6 months ago
  44. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 6 months ago
  45. 8ce1f10 ARM: bootm: take into account gd->ram_top by Patrice Chotard · 4 years, 7 months ago
  46. 6de2992 arm: set the relocated gd with gd->new_gd by Patrick Delaunay · 4 years, 7 months ago
  47. f381a26 arch: arm: Fix SZ_64K undeclared compilation error by Wasim Khan · 4 years, 7 months ago
  48. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  49. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  50. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 9 months ago
  51. 0bc4356 arch: arm: Program GIC LPI configuration table by Bharat Kumar Reddy Gooty · 4 years, 9 months ago
  52. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 11 months ago
  53. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 11 months ago
  54. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 11 months ago
  55. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  56. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  57. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 4 years, 11 months ago
  58. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 4 years, 11 months ago
  59. 22b7b86 spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  60. 7a540ee arm: caches: Disable mmu only if mmu is available by Lokesh Vutla · 5 years ago
  61. 899a9de boot: arm: Enable support for custom board_prep_linux by Lokesh Vutla · 5 years ago
  62. 57bbf44 arm64: print instructions leading to exception by Heinrich Schuchardt · 5 years ago
  63. 5e0404f board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  64. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  65. fe42438 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  66. a5a5d99 spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · 5 years ago
  67. a35c33c efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  68. 382de4a arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
  69. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  70. 02c038d arm: zimage: add barebox image magic number by Christoph Fritz · 5 years ago
  71. a0a0d04 arm: add a separate stack for TPL by Kever Yang · 5 years ago
  72. dc23c27 arm: remove ARCH_ROCKCHIP macro in common code by Kever Yang · 5 years ago
  73. 6916dad rockchip: arm: use 'arch-rockchip' for common header by Kever Yang · 5 years ago
  74. 98ffbb7 arm: arm64 32bit address relocation by Ibai Erkiaga · 6 years ago
  75. bba8165 arm: print information about loaded UEFI images by Heinrich Schuchardt · 5 years ago
  76. 6dad56d arm: lib: bootm: Push the Starting kernel print to the end by Keerthy · 6 years ago
  77. 86dc480 ARM: cache: Fix incorrect bitwise operation by Marek Vasut · 6 years ago
  78. b3b7706 arch: arm: lib: Flush L3 after relocation to DDR by Meenakshi Aggarwal · 6 years ago
  79. e4fd695 efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  80. f8878da arm: bootm: fix sp detection at end of address range by Simon Goldschmidt · 6 years ago
  81. fb8ebf5 arm: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  82. ba08afe arm: Make arch specific memcpy thumb-safe. by Klaus Goger · 6 years ago
  83. e3beca3 Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  84. b417d47 arm: do not include efi_loader.h twice by Heinrich Schuchardt · 6 years ago
  85. e614957 arm64: gic: Do gicv3 secure initialization based on EL level by Michal Simek · 7 years ago
  86. f70b72e arm: K3: Update _start instruction by Lokesh Vutla · 6 years ago
  87. d22336a arm: armv7m: clean up armv7m unified code compilation by Vikas Manocha · 6 years ago
  88. 680223a arm: armv7m: remove un-necessary If then instruction by Vikas Manocha · 6 years ago
  89. 74c69cd ARM: PSCI: Enable the PSCI node by Stephen Warren · 6 years ago
  90. 326bd72 ARM: PSCI: Support PSCI v0.2 by Stephen Warren · 6 years ago
  91. b966e5d arm: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  92. 7f13b37 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  93. a1b73c1 arm: Do not clear LR on exception in SPL by Andrew F. Davis · 6 years ago
  94. bd2a13f arm: print instructions pointed to by pc by Heinrich Schuchardt · 6 years ago
  95. 7f1cb1d bootm: fix 'memory-fixup' for vxWorks boot by Hannes Schmelzer · 6 years ago
  96. a43d46a arm: v7R: Add support for enabling caches by Lokesh Vutla · 6 years ago
  97. f4bcd76 arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15 by Lokesh Vutla · 6 years ago
  98. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 6 years ago
  99. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  100. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago