index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: Extract adding a conventional memory in separate routine
Park, Aiden
2019-09-05
1
-32
/
+50
*
efi_loader: fix comment for struct efi_pool_allocation
Heinrich Schuchardt
2019-07-16
1
-5
/
+9
*
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
2019-07-16
1
-12
/
+20
*
efi_loader: AllocatePages() must accept addr == 0
Heinrich Schuchardt
2019-06-14
1
-3
/
+3
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
1
-1
/
+1
*
efi_loader: notify memory map changes
Heinrich Schuchardt
2019-06-04
1
-0
/
+11
*
efi_loader: simplify efi_allocate_pages()
Heinrich Schuchardt
2019-05-12
1
-28
/
+15
*
efi_loader: AllocateAdress error handling
Heinrich Schuchardt
2019-05-12
1
-6
/
+13
*
efi_loader: out of resources in AllocatePages()
Heinrich Schuchardt
2019-05-12
1
-2
/
+2
*
efi_loader: check memory address before freeing
Heinrich Schuchardt
2019-05-12
1
-5
/
+47
*
efi_loader: FreePages() must fail with pages = 0
Heinrich Schuchardt
2019-05-02
1
-1
/
+1
*
efi_loader: check memory type in AllocatePages()
Heinrich Schuchardt
2019-04-23
1
-0
/
+4
*
efi_loader: update virtual address in efi_mem_carve_out
Heinrich Schuchardt
2019-04-12
1
-0
/
+2
*
efi_loader: EFI_PRINT instead of debug for memory services
Heinrich Schuchardt
2019-04-07
1
-2
/
+2
*
efi_loader: sanity checks when freeing memory
Heinrich Schuchardt
2019-04-07
1
-18
/
+58
*
efi_loader: correct parameter size in efi_allocate_pool
Heinrich Schuchardt
2019-03-20
1
-2
/
+3
*
efi_loader: fix memory allocation on sandbox
Heinrich Schuchardt
2019-02-13
1
-0
/
+6
*
efi_loader: Align runtime section to 64kb
Alexander Graf
2018-12-02
1
-3
/
+17
*
efi_loader: macro efi_size_in_pages()
Heinrich Schuchardt
2018-12-02
1
-3
/
+3
*
efi_loader: eliminate sandbox addresses
Heinrich Schuchardt
2018-12-02
1
-5
/
+4
*
efi_loader: Reserve unaccessible memory
Alexander Graf
2018-12-02
1
-3
/
+29
*
efi_loader: correct efi_add_known_memory()
Heinrich Schuchardt
2018-12-02
1
-6
/
+14
*
efi_loader: Ensure memory allocations are page aligned
Alexander Graf
2018-12-02
1
-0
/
+6
*
efi_loader: Merge memory map entries
Alexander Graf
2018-09-23
1
-0
/
+45
*
Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""
Stephen Warren
2018-09-23
1
-1
/
+1
*
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
1
-2
/
+1
*
efi: Fix truncation of constant value
Eugeniu Rosca
2018-08-21
1
-4
/
+3
*
efi_loader: avoid NULL dereference in efi_get_memory_map()
Heinrich Schuchardt
2018-08-20
1
-1
/
+3
*
Revert "efi_loader: efi_allocate_pages is too restrictive"
Stephen Warren
2018-08-20
1
-1
/
+1
*
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2018-07-25
1
-1
/
+7
*
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
2018-07-25
1
-10
/
+15
*
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
2018-07-25
1
-0
/
+6
*
efi_loader: Expose U-Boot addresses in memory map for sandbox
Alexander Graf
2018-07-25
1
-6
/
+7
*
efi: sandbox: Adjust memory usage for sandbox
Simon Glass
2018-07-25
1
-3
/
+10
*
efi_loader: efi_allocate_pages is too restrictive
Heinrich Schuchardt
2018-07-25
1
-1
/
+1
*
efi_loader: efi_mem_carve_out should return s64
Heinrich Schuchardt
2018-06-03
1
-14
/
+18
*
efi_loader: avoid anonymous constants for AllocatePages
Heinrich Schuchardt
2018-06-03
1
-3
/
+5
*
efi_loader: remove unnecessary include
Heinrich Schuchardt
2018-06-03
1
-1
/
+0
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
efi: Correct header order in efi_memory
Simon Glass
2018-04-04
1
-3
/
+2
*
efi_loader: use constants in efi_allocate_pages()
Heinrich Schuchardt
2018-04-04
1
-3
/
+3
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
efi_loader: add comments to memory functions
Heinrich Schuchardt
2018-01-22
1
-2
/
+42
*
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-12-01
1
-10
/
+10
*
efi_loader: make pool allocations cacheline aligned
Rob Clark
2017-09-20
1
-2
/
+3
*
efi_loader: fix bug in efi_get_memory_map
Rob Clark
2017-07-26
1
-2
/
+2
*
efi_memory: return MapKey
xypron.glpk@gmx.de
2017-07-24
1
-0
/
+2
*
efi_memory: do parameter checks first
xypron.glpk@gmx.de
2017-07-24
1
-3
/
+3
*
efi_memory: avoid NULL dereference in efi_free_pool
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+3
*
efi: Add a hook to allow adding memory mapping
York Sun
2017-03-14
1
-4
/
+10
[next]