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
old/tizen_20241126
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
/
lib
/
efi_loader
/
efi_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-13
efi_loader: fix memory allocation on sandbox
Heinrich Schuchardt
1
-0
/
+6
2018-12-02
efi_loader: Align runtime section to 64kb
Alexander Graf
1
-3
/
+17
2018-12-02
efi_loader: macro efi_size_in_pages()
Heinrich Schuchardt
1
-3
/
+3
2018-12-02
efi_loader: eliminate sandbox addresses
Heinrich Schuchardt
1
-5
/
+4
2018-12-02
efi_loader: Reserve unaccessible memory
Alexander Graf
1
-3
/
+29
2018-12-02
efi_loader: correct efi_add_known_memory()
Heinrich Schuchardt
1
-6
/
+14
2018-12-02
efi_loader: Ensure memory allocations are page aligned
Alexander Graf
1
-0
/
+6
2018-09-23
efi_loader: Merge memory map entries
Alexander Graf
1
-0
/
+45
2018-09-23
Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""
Stephen Warren
1
-1
/
+1
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-2
/
+1
2018-08-21
efi: Fix truncation of constant value
Eugeniu Rosca
1
-4
/
+3
2018-08-20
efi_loader: avoid NULL dereference in efi_get_memory_map()
Heinrich Schuchardt
1
-1
/
+3
2018-08-20
Revert "efi_loader: efi_allocate_pages is too restrictive"
Stephen Warren
1
-1
/
+1
2018-07-25
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
1
-1
/
+7
2018-07-25
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
1
-10
/
+15
2018-07-25
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
1
-0
/
+6
2018-07-25
efi_loader: Expose U-Boot addresses in memory map for sandbox
Alexander Graf
1
-6
/
+7
2018-07-25
efi: sandbox: Adjust memory usage for sandbox
Simon Glass
1
-3
/
+10
2018-07-25
efi_loader: efi_allocate_pages is too restrictive
Heinrich Schuchardt
1
-1
/
+1
2018-06-03
efi_loader: efi_mem_carve_out should return s64
Heinrich Schuchardt
1
-14
/
+18
2018-06-03
efi_loader: avoid anonymous constants for AllocatePages
Heinrich Schuchardt
1
-3
/
+5
2018-06-03
efi_loader: remove unnecessary include
Heinrich Schuchardt
1
-1
/
+0
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2018-04-04
efi: Correct header order in efi_memory
Simon Glass
1
-3
/
+2
2018-04-04
efi_loader: use constants in efi_allocate_pages()
Heinrich Schuchardt
1
-3
/
+3
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
1
-1
/
+1
2018-01-22
efi_loader: add comments to memory functions
Heinrich Schuchardt
1
-2
/
+42
2017-12-01
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
1
-10
/
+10
2017-09-20
efi_loader: make pool allocations cacheline aligned
Rob Clark
1
-2
/
+3
2017-07-26
efi_loader: fix bug in efi_get_memory_map
Rob Clark
1
-2
/
+2
2017-07-24
efi_memory: return MapKey
xypron.glpk@gmx.de
1
-0
/
+2
2017-07-24
efi_memory: do parameter checks first
xypron.glpk@gmx.de
1
-3
/
+3
2017-07-19
efi_memory: avoid NULL dereference in efi_free_pool
xypron.glpk@gmx.de
1
-0
/
+3
2017-03-14
efi: Add a hook to allow adding memory mapping
York Sun
1
-4
/
+10
2016-10-18
efi_loader: Do not leak memory when unlinking a mapping
Stefan Brüns
1
-2
/
+5
2016-10-18
efi_loader: Keep memory mapping sorted when splitting an entry
Stefan Brüns
1
-1
/
+2
2016-10-18
efi_loader: Readd freed pages to memory pool
Stefan Brüns
1
-2
/
+9
2016-10-18
efi_loader: Track size of pool allocations to allow freeing
Stefan Brüns
1
-3
/
+39
2016-10-18
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
Stefan Brüns
1
-0
/
+14
2016-10-18
efi_loader: Fix memory map size check to avoid out-of-bounds access
Stefan Brüns
1
-1
/
+2
2016-10-18
efi_loader: Update description of internal efi_mem_carve_out
Stefan Brüns
1
-3
/
+11
2016-09-07
efi_loader: provide efi_mem_desc version
Mian Yousaf Kaukab
1
-0
/
+3
2016-07-22
efi_loader: Add debug output for efi_add_memory_map()
Andreas Färber
1
-0
/
+3
2016-06-06
efi_loader: Don't allocate from memory holes
Alexander Graf
1
-10
/
+45
2016-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
1
-2
/
+0
2016-05-27
efi_loader: Add bounce buffer support
Alexander Graf
1
-0
/
+16
2016-04-18
efi_loader: Handle memory overflows
Andreas Färber
1
-4
/
+4
2016-04-18
efi_loader: Expose ascending efi memory map
Alexander Graf
1
-2
/
+7
2016-04-01
efi_loader: Always allocate the highest available address
Alexander Graf
1
-0
/
+29
2016-03-15
efi_loader: Implement memory allocation and map
Alexander Graf
1
-0
/
+319