summaryrefslogtreecommitdiff
path: root/include/lmb.h
AgeCommit message (Expand)Author
2024-11-11Merge patch series "Fix IOVA allocation in Apple dart iommu after global LMB ...Tom Rini
2024-11-11lmb: Add basic io_lmb functionalityJanne Grunau
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-09-20cmd: sf: prevent overwriting the reserved memoryPrasad Kummari
2024-09-03lmb: remove the unused board_lmb_reserve() functionSughosh Ganu
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: introduce a function to add memory to the lmb memory mapSughosh Ganu
2024-09-03lmb: allow for resizing lmb regionsSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-09-03lmb: use the BIT macro for lmb flagsSughosh Ganu
2024-09-03lmb: staticize __lmb_alloc_base()Sughosh Ganu
2024-09-03lmb: remove the unused lmb_is_reserved() functionSughosh Ganu
2023-08-15lmb: description lmb_is_reserved, lmb_is_reserved_flagsHeinrich Schuchardt
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay
2022-08-10lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard
2022-07-26lmb: Fix lmb property's defination under struct lmbAshok Reddy Soma
2021-11-20lmb: drop unused lmb_size_bytes()Heinrich Schuchardt
2021-11-20lmb: remove extern keyword in lmb.hHeinrich Schuchardt
2021-11-20doc: add include/lmb.h to the HTML documentationHeinrich Schuchardt
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay
2021-04-22lmb: correct size of the regions arrayPatrick Delaunay
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-16lmb: remove unused extern declarationSimon Goldschmidt
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-14image: Add device tree setup to image librarySimon Glass
2012-06-19lmb: do not export anything without CONFIG_LMBMike Frysinger
2010-01-21lmb: only force on arches that use itMike Frysinger
2008-07-10Fix LMB type issuesAndy Fleming
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala