1. f00caa5 efi_loader: efi_mem_carve_out should return s64 by Heinrich Schuchardt · Sun May 27 16:45:09 2018 +0200
  2. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · Sat May 26 10:32:27 2018 +0200
  3. 431513d efi_loader: remove unnecessary include by Heinrich Schuchardt · Fri Apr 27 19:07:24 2018 +0200
  4. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  5. 3e85217 efi: Correct header order in efi_memory by Simon Glass · Thu Mar 08 21:53:27 2018 +0100
  6. 3b7b3b6 efi_loader: use constants in efi_allocate_pages() by Heinrich Schuchardt · Tue Jan 30 21:08:00 2018 +0100
  7. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  8. 1b32cae efi_loader: add comments to memory functions by Heinrich Schuchardt · Mon Dec 04 20:52:41 2017 +0100
  9. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · Mon Nov 06 21:17:48 2017 +0100
  10. e597fd4 efi_loader: make pool allocations cacheline aligned by Rob Clark · Wed Sep 13 18:05:36 2017 -0400
  11. a84c974 efi_loader: fix bug in efi_get_memory_map by Rob Clark · Wed Jul 26 14:34:05 2017 -0400
  12. e436e63 efi_memory: return MapKey by xypron.glpk@gmx.de · Fri Jul 21 19:05:44 2017 +0200
  13. 5487ab5 efi_memory: do parameter checks first by xypron.glpk@gmx.de · Fri Jul 21 19:04:33 2017 +0200
  14. 34ddae7 efi_memory: avoid NULL dereference in efi_free_pool by xypron.glpk@gmx.de · Fri Jul 14 19:12:39 2017 +0200
  15. a8e9f0a efi: Add a hook to allow adding memory mapping by York Sun · Mon Mar 06 09:02:27 2017 -0800
  16. 4e9ad8d efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · Sat Oct 01 23:32:29 2016 +0200
  17. 9d65651 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · Sat Oct 01 23:32:28 2016 +0200
  18. a4f4302 efi_loader: Readd freed pages to memory pool by Stefan Brüns · Sat Oct 01 23:32:27 2016 +0200
  19. 67b67d9 efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · Sun Oct 09 22:17:26 2016 +0200
  20. 5a09aef efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · Sun Oct 09 22:17:18 2016 +0200
  21. f625855 efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · Sun Oct 09 22:17:07 2016 +0200
  22. 1b00dc1 efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · Sat Oct 01 23:32:23 2016 +0200
  23. 338cf56 efi_loader: provide efi_mem_desc version by Mian Yousaf Kaukab · Mon Sep 05 23:59:22 2016 +0200
  24. 102f8bd efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · Sun Jul 17 06:57:11 2016 +0200
  25. 66d8623 efi_loader: Don't allocate from memory holes by Alexander Graf · Fri May 27 12:25:03 2016 +0200
  26. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · Thu Jun 02 11:38:27 2016 +0200
  27. 7c00a3c efi_loader: Add bounce buffer support by Alexander Graf · Wed May 11 18:25:48 2016 +0200
  28. d40f71e efi_loader: Handle memory overflows by Andreas Färber · Wed Apr 13 14:04:38 2016 +0200
  29. 9b59102 efi_loader: Expose ascending efi memory map by Alexander Graf · Mon Apr 11 23:51:02 2016 +0200
  30. de2a13b efi_loader: Always allocate the highest available address by Alexander Graf · Wed Mar 30 16:38:29 2016 +0200
  31. 8623f92 efi_loader: Implement memory allocation and map by Alexander Graf · Fri Mar 04 01:10:04 2016 +0100