1. fabdb73 lmb: move lmb_map_update_notify() to EFI by Heinrich Schuchardt · Sun Feb 16 12:12:40 2025 +0100
  2. 63bb30b lmb: avoid superfluous value check in lmb_map_update_notify() by Heinrich Schuchardt · Sun Feb 16 12:12:39 2025 +0100
  3. 31bf8f1 lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:37 2024 +0200
  4. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  5. cc2ed3d lmb: Remove lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:35 2024 +0200
  6. e2a6f97 lmb: Remove lmb_add_region() by Ilias Apalodimas · Wed Dec 18 09:02:34 2024 +0200
  7. 5421c33 lmb: Rename free_mem to available_mem by Ilias Apalodimas · Wed Dec 18 09:02:33 2024 +0200
  8. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  9. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  10. 41e55ad lmb: Remove lmb_align_down() by Ilias Apalodimas · Wed Dec 18 09:02:30 2024 +0200
  11. fd04259 lmb: Improve kernel-doc comments by Sam Protsenko · Tue Dec 10 20:25:50 2024 -0600
  12. c9a8b36 lmb: Improve coding style by Sam Protsenko · Tue Dec 10 20:25:49 2024 -0600
  13. 41bf8f0 lmb: Make const flag_str[] in lmb_print_region_flags() more const by Sam Protsenko · Tue Dec 10 20:25:48 2024 -0600
  14. 646d9f7 lmb: Fix flags data type in lmb_add_region_flags() by Sam Protsenko · Tue Dec 10 20:25:47 2024 -0600
  15. b4f8110 lmb: Return -EEXIST in lmb_add_region_flags() if region already added by Sam Protsenko · Tue Dec 10 20:17:01 2024 -0600
  16. ed220b8 lmb: prohibit allocations above ram_top even from same bank by Sughosh Ganu · Mon Dec 02 12:36:24 2024 +0530
  17. 5aaeb0e lmb: Fix the allocation of overlapping memory areas with !LMB_NONE by Ilias Apalodimas · Mon Dec 02 16:42:45 2024 +0200
  18. 2abe305 lmb.c: add missing comma in lmb_dump_region() by Heinrich Schuchardt · Thu Nov 07 11:14:42 2024 +0100
  19. 5573820 lmb: do not panic in lmb_print_region_flags by Heinrich Schuchardt · Sat Nov 02 07:32:26 2024 +0100
  20. e818d3c lmb: Add basic io_lmb functionality by Janne Grunau · Mon Nov 11 07:56:33 2024 +0100
  21. 5631f44 lmb: cosmetic: reorder functions and global LMB variable by Janne Grunau · Mon Nov 11 07:56:32 2024 +0100
  22. d9c7040 lmb: Do not use global LMB variable in _lmb_free() by Janne Grunau · Mon Nov 11 07:56:31 2024 +0100
  23. 3a7291a lmb: Drop extra 16KB of stack space by Simon Glass · Mon Oct 28 13:47:59 2024 +0100
  24. e904f17 lmb: remove __maybe_unused from lmb_map_update_notify by Heinrich Schuchardt · Mon Oct 28 07:21:36 2024 +0100
  25. 036d264 lmb: Correctly unmap memory after notifications by Ilias Apalodimas · Thu Oct 24 13:46:25 2024 +0300
  26. 7d182fb lmb: Remove lmb_alloc_flags() by Ilias Apalodimas · Wed Oct 23 18:26:36 2024 +0300
  27. 2930f89 lmb: Simplify lmb_should_notify usage by Ilias Apalodimas · Wed Oct 23 18:22:01 2024 +0300
  28. 9849125 lmb: Fix lmb_add_region_flags() return codes and testing by Ilias Apalodimas · Wed Oct 23 18:22:00 2024 +0300
  29. cd9feea lmb: add a check to prevent memory overrun by Sughosh Ganu · Mon Oct 21 22:48:20 2024 +0530
  30. 176eba5 lmb: Export the lmb data structure by Simon Glass · Mon Oct 21 10:19:31 2024 +0200
  31. a202567 lmb: notify when adjacent regions are added by Caleb Connolly · Fri Oct 18 15:51:07 2024 +0200
  32. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · Tue Oct 15 21:07:17 2024 +0530
  33. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · Tue Oct 15 21:07:15 2024 +0530
  34. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · Tue Oct 15 21:07:11 2024 +0530
  35. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  36. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · Tue Oct 15 21:07:05 2024 +0530
  37. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · Tue Oct 15 21:07:04 2024 +0530
  38. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  39. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  40. f04416f lmb: add logic to print lmb flag strings by Sughosh Ganu · Mon Aug 26 17:29:40 2024 +0530
  41. 4a85f13 lmb: remove the unused board_lmb_reserve() function by Sughosh Ganu · Mon Aug 26 17:29:31 2024 +0530
  42. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · Mon Aug 26 17:29:30 2024 +0530
  43. ac42434 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · Mon Aug 26 17:29:26 2024 +0530
  44. 27fc17f lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · Mon Aug 26 17:29:25 2024 +0530
  45. 6518b41 lmb: reserve common areas during board init by Sughosh Ganu · Mon Aug 26 17:29:24 2024 +0530
  46. 65597fa lmb: introduce a function to add memory to the lmb memory map by Sughosh Ganu · Mon Aug 26 17:29:23 2024 +0530
  47. 50e2727 lmb: allow for resizing lmb regions by Sughosh Ganu · Mon Aug 26 17:29:19 2024 +0530
  48. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  49. 78435de lmb: staticize __lmb_alloc_base() by Sughosh Ganu · Mon Aug 26 17:29:16 2024 +0530
  50. f12b794 lmb: remove the unused lmb_is_reserved() function by Sughosh Ganu · Mon Aug 26 17:29:15 2024 +0530
  51. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · Thu Dec 14 13:16:58 2023 -0500
  52. 4e8e663 lmb: remove overlapping region with next range by Udit Kumar · Tue Sep 26 16:54:42 2023 +0530
  53. 6c23052 lmb: add max number of region in lmb_dump_region() output by Patrick Delaunay · Wed Mar 22 19:12:26 2023 +0100
  54. 479de71 lmb: Fix LMB_MEMORY_REGIONS flag usage by Patrick Delaunay · Wed Mar 22 19:12:25 2023 +0100
  55. 8cce491 lmb: Treat a region which is a subset as equal by Sjoerd Simons · Sun Feb 12 16:07:05 2023 +0100
  56. 47a5a84 lmb: Set correct lmb flags for EFI memory map entries by Sjoerd Simons · Thu Jan 19 09:38:18 2023 +0100
  57. c9bb2eb lmb: consider EFI memory map by Heinrich Schuchardt · Wed Jan 04 01:36:14 2023 +0100
  58. e1eab08 lmb: Fix LMB_MEMORY_REGIONS flag usage by Patrice Chotard · Tue Aug 02 10:21:35 2022 +0200
  59. 5e8732e lmb: Fix lmb property's defination under struct lmb by Ashok Reddy Soma · Thu Jul 07 10:45:36 2022 +0200
  60. 0fcae7f lmb: Reserve U-Boot separately if relocation is disabled by Marek Vasut · Sat Nov 13 18:34:37 2021 +0100
  61. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · Sat Sep 25 19:43:21 2021 -0600
  62. a2eec02 lmb: Add generic arch_lmb_reserve_generic() by Marek Vasut · Fri Sep 10 22:47:09 2021 +0200
  63. 4812002 lmb: add lmb_dump_region() function by Patrick Delaunay · Fri May 07 14:50:31 2021 +0200
  64. db2c9aa lmb: add lmb_is_reserved_flags by Patrick Delaunay · Fri May 07 14:50:30 2021 +0200
  65. e11c908 lmb: Add support of flags for no-map properties by Patrick Delaunay · Fri May 07 14:50:29 2021 +0200
  66. 71cc9c5 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · Wed Mar 10 10:16:31 2021 +0100
  67. cd831af lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:28 2021 +0100
  68. 8c69fc2 lmb: add a max parameter in the struct lmb_region by Patrick Delaunay · Wed Mar 10 10:16:27 2021 +0100
  69. bab3296 lmb: remove lmb_region.size by Patrick Delaunay · Wed Mar 10 10:16:26 2021 +0100
  70. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  71. 97c418b lmb/bdinfo: dump lmb info via bdinfo by Tero Kristo · Mon Jul 20 11:10:45 2020 +0300
  72. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  73. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  74. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  75. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  76. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · Sat Jan 26 22:13:04 2019 +0100
  77. f41f7d6 lib: lmb: cleanup var names and patman warnings by Simon Goldschmidt · Mon Jan 21 20:29:56 2019 +0100
  78. 7510a56 lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · Mon Jan 21 20:29:55 2019 +0100
  79. 5b2c687 fs: prevent overwriting reserved memory by Simon Goldschmidt · Mon Jan 14 22:38:19 2019 +0100
  80. 7a6ee46 lib: lmb: extend lmb for checks at load time by Simon Goldschmidt · Mon Jan 14 22:38:18 2019 +0100
  81. cb57d13 lib: lmb: reserving overlapping regions should fail by Simon Goldschmidt · Mon Jan 14 22:38:16 2019 +0100
  82. 6402d9b lmb: fix allocation at end of address range by Simon Goldschmidt · Mon Jan 14 22:38:15 2019 +0100
  83. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  84. a020972 lmb: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:39 2014 +0200
  85. b6a010b lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM by Stephen Warren · Thu Jul 31 13:40:07 2014 -0600
  86. 0461dda lib:lmb: use __weak by Jeroen Hofstee · Thu Jun 26 20:04:37 2014 +0200
  87. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  88. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500[Renamed from lib_generic/lmb.c]
  89. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  90. 12cec0a Fix some more print() format errors. by Wolfgang Denk · Fri Jul 11 01:16:00 2008 +0200
  91. 09d2a71 Fix LMB type issues by Andy Fleming · Mon Jul 07 14:24:39 2008 -0500
  92. 78bd5a7 Fix an underflow bug in __lmb_alloc_base by Andy Fleming · Mon Jun 16 13:58:55 2008 -0500
  93. 1ae346c Add lmb_free by Andy Fleming · Mon Jun 16 13:58:54 2008 -0500
  94. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · Mon Jun 09 20:37:18 2008 -0500
  95. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · Wed Feb 27 21:51:47 2008 -0600