index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
lmb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-15
lmb: description lmb_is_reserved, lmb_is_reserved_flags
Heinrich Schuchardt
1
-3
/
+18
2023-04-06
lmb: Fix LMB_MEMORY_REGIONS flag usage
Patrick Delaunay
1
-1
/
+19
2022-08-10
lmb: Fix LMB_MEMORY_REGIONS flag usage
Patrice Chotard
1
-1
/
+1
2022-07-26
lmb: Fix lmb property's defination under struct lmb
Ashok Reddy Soma
1
-1
/
+1
2021-11-20
lmb: drop unused lmb_size_bytes()
Heinrich Schuchardt
1
-6
/
+0
2021-11-20
lmb: remove extern keyword in lmb.h
Heinrich Schuchardt
1
-19
/
+17
2021-11-20
doc: add include/lmb.h to the HTML documentation
Heinrich Schuchardt
1
-11
/
+12
2021-11-20
lmb: remove lmb_is_nomap() from include
Heinrich Schuchardt
1
-7
/
+0
2021-09-23
lmb: Add generic arch_lmb_reserve_generic()
Marek Vasut
1
-0
/
+1
2021-06-07
lmb: add lmb_is_reserved_flags
Patrick Delaunay
1
-0
/
+9
2021-06-07
lmb: Add support of flags for no-map properties
Patrick Delaunay
1
-0
/
+29
2021-04-22
lmb: Add 2 config to define the max number of regions
Patrick Delaunay
1
-0
/
+34
2021-04-22
lmb: correct size of the regions array
Patrick Delaunay
1
-1
/
+1
2021-04-22
lmb: move MAX_LMB_REGIONS value in Kconfig
Patrick Delaunay
1
-3
/
+1
2021-04-22
lmb: add a max parameter in the struct lmb_region
Patrick Delaunay
1
-0
/
+1
2021-04-22
lmb: remove lmb_region.size
Patrick Delaunay
1
-1
/
+0
2020-08-04
lmb/bdinfo: dump lmb info via bdinfo
Tero Kristo
1
-0
/
+1
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-1
/
+2
2019-02-02
lmb: handle more than one DRAM BANK
Simon Goldschmidt
1
-2
/
+5
2019-01-26
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
Simon Goldschmidt
1
-1
/
+1
2019-01-16
lmb: remove unused extern declaration
Simon Goldschmidt
1
-2
/
+0
2019-01-16
fs: prevent overwriting reserved memory
Simon Goldschmidt
1
-0
/
+2
2019-01-16
lib: lmb: extend lmb for checks at load time
Simon Goldschmidt
1
-0
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-4
/
+1
2013-05-14
image: Add device tree setup to image library
Simon Glass
1
-2
/
+0
2012-06-19
lmb: do not export anything without CONFIG_LMB
Mike Frysinger
1
-0
/
+2
2010-01-21
lmb: only force on arches that use it
Mike Frysinger
1
-0
/
+4
2008-07-10
Fix LMB type issues
Andy Fleming
1
-1
/
+1
2008-07-03
lmb: fix "implicit declaration of function 'lmb_free'" warning
Wolfgang Denk
1
-0
/
+1
2008-06-12
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
1
-10
/
+12
2008-02-29
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Kumar Gala
1
-0
/
+54