开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
fdt.c
Age
Commit message (
Expand
)
Author
2024-04-29
efi: libstub: only free priv.runtime_map when allocated
Hagar Hemdan
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
2022-09-27
efi: libstub: remove DT dependency from generic stub
Ard Biesheuvel
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-26
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
2022-09-26
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
2022-09-20
efi: libstub: drop pointless get_memory_map() call
Ard Biesheuvel
2021-10-05
efi/libstub: Simplify "Exiting bootservices" message
Heinrich Schuchardt
2020-12-09
efi: stub: get rid of efi_get_max_fdt_addr()
Ard Biesheuvel
2020-09-29
efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
Ard Biesheuvel
2020-05-01
efi/libstub: Move pr_efi/pr_efi_err into efi namespace
Arvind Sankar
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
2020-02-23
efi/libstub/arm: Relax FDT alignment requirement
Ard Biesheuvel
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-06-24
Abstract out support for locating an EFI config table
Matthew Garrett
2019-02-04
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2019-02-04
efi/fdt: Apply more cleanups
Ingo Molnar
2018-11-30
efi/fdt: Simplify the get_fdt() flow
Julien Thierry
2018-11-30
efi/fdt: Indentation fix
Julien Thierry
2018-11-15
efi/arm/libstub: Pack FDT after populating it
Ard Biesheuvel
2017-05-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-04-05
efi/libstub/arm*: Set default address and size cells values for an empty dtb
Sameer Goel
2017-04-05
efi/arm-stub: Round up FDT allocation to mapping size
Ard Biesheuvel
2017-02-01
efi/fdt: Avoid FDT manipulation after ExitBootServices()
Ard Biesheuvel
2016-12-28
efi/libstub/arm*: Pass latest memory map to the kernel
Ard Biesheuvel
2016-09-05
efi/libstub: Use efi_exit_boot_services() in FDT
Jeffrey Hugo
2016-09-05
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
2016-04-15
efi: ARM/arm64: ignore DT memory nodes instead of removing them
Ard Biesheuvel
2016-02-24
arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness
Ard Biesheuvel
2015-12-08
treewide: Fix typos in printk
Masanari Iida
2015-10-12
arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property
Ard Biesheuvel
2015-04-01
efi/libstub: Retrieve FDT size when loaded from UEFI config table
Ard Biesheuvel
2015-01-12
arm64/efi: move SetVirtualAddressMap() to UEFI stub
Ard Biesheuvel
2014-09-09
efi/arm64: Fix fdt-related memory reservation
Mark Salter
2014-08-04
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-07-18
efi: efistub: Convert into static library
Ard Biesheuvel