summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub-helper.c
Commit message (Expand)AuthorAgeFilesLines
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-311-14/+10
* efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
* Abstract out support for locating an EFI config tableMatthew Garrett2019-06-241-0/+15
* efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel2019-02-041-0/+10
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-4/+1
* efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-2/+29
* efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He2017-08-171-2/+2
* efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel2017-04-051-0/+9
* efi/libstub: Unify command line param parsingArd Biesheuvel2017-04-051-8/+11
* efi/libstub: Fix harmless command line parsing bugArd Biesheuvel2017-04-051-2/+2
* efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel2017-02-071-1/+10
* efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner2017-02-011-0/+63
* efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-131-9/+0
* efi/libstub: Fix allocation size calculationsRoy Franz2016-11-131-10/+14
* efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-051-0/+73
* efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-30/+66
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-2/+4
* efi: stub: use high allocation for converted command lineArd Biesheuvel2016-02-241-1/+6
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-03-021-4/+4
|\
| * efi/libstub: Fix boundary checking in efi_high_alloc()Yinghai Lu2015-02-241-4/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-10/+6
|\ \ | |/
| * Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming2015-02-181-10/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-8/+17
|\ \ | |/ |/|
| * efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZEArd Biesheuvel2015-01-121-8/+17
* | efi/libstub: Call get_memory_map() to obtain map and desc sizesArd Biesheuvel2015-01-201-6/+10
* | arm64/efi: efistub: Apply __init annotationArd Biesheuvel2015-01-151-1/+1
|/
* efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-031-2/+60
* efi: efistub: Convert into static libraryArd Biesheuvel2014-07-181-0/+632