index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lib
/
lmb.c
Age
Commit message (
Expand
)
Author
2025-06-25
lmb: use a single function to free up memory
Sughosh Ganu
2025-06-25
lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
2025-06-25
lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
2025-03-26
test: lmb: fix the lmb_alloc_addr() based test cases
Sughosh Ganu
2025-03-24
Merge tag 'v2025.04-rc5' into next
Tom Rini
2025-03-24
lmb: change the return code on lmb_alloc_addr()
Ilias Apalodimas
2025-03-17
lmb: check if a region can be reserved by lmb_reserve()
Sughosh Ganu
2024-12-30
lmb: Remove lmb_alloc_base_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_alloc_addr_flags()
Ilias Apalodimas
2024-12-30
lmb: Rename free_mem to available_mem
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_reserve_flags()
Ilias Apalodimas
2024-12-12
lmb: Return -EEXIST in lmb_add_region_flags() if region already added
Sam Protsenko
2024-12-05
lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
Ilias Apalodimas
2024-10-29
lmb: Fix lmb_add_region_flags() return codes and testing
Ilias Apalodimas
2024-09-03
Merge patch series "Make LMB memory map global and persistent"
Tom Rini
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2024-08-26
test: Drop the blank line before test macros
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
test: Remove <common.h> and add needed includes
Tom Rini
2023-12-13
test: lmb: Move tests into the lib suite
Simon Glass
2023-10-09
test: lmb: Add test for coalescing and overlap range
Udit Kumar
2023-02-08
test: lmb: Rework lib_test_lmb_max_regions test to scale
Tom Rini
2021-11-20
lmb: remove lmb_is_nomap() from include
Heinrich Schuchardt
2021-06-07
test: lmb: add test for lmb_reserve_flags
Patrick Delaunay
2021-04-22
test: lmb: add test for overflow protection in lmb_add_region
Patrick Delaunay
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-02-02
test: lib: lmb: add lmb test for multiple RAM banks
Simon Goldschmidt
2019-01-26
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
Simon Goldschmidt
2019-01-16
lib: lmb: extend lmb for checks at load time
Simon Goldschmidt
2019-01-16
lib: lmb: reserving overlapping regions should fail
Simon Goldschmidt
2019-01-16
lmb: fix allocation at end of address range
Simon Goldschmidt
2019-01-16
test: add test for lib/lmb.c
Simon Goldschmidt