summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel2020-05-171-4/+1
* efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel2020-03-081-1/+1
* Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-2/+2
|\
| * efi: READ_ONCE rng seed size before munmapJason A. Donenfeld2020-02-261-2/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-081-0/+57
|\ \
| * | efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-031-0/+57
| |/
* | efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel2020-02-291-3/+3
* | efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt2020-02-291-1/+0
* | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-8/+10
* | efi: Register EFI rtc platform device only when availableArd Biesheuvel2020-02-231-0/+3
* | efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-231-20/+8
* | efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel2020-02-231-0/+12
* | efi: Store mask of supported runtime services in struct efiArd Biesheuvel2020-02-231-10/+17
* | efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel2020-02-231-135/+0
* | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-34/+6
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-24/+23
* | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-31/+0
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-0/+61
* | efi: Make memreserve table handling local to efi.cArd Biesheuvel2020-02-231-6/+6
* | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-2/+1
* | efi: Make rng_seed table handling local to efi.cArd Biesheuvel2020-02-231-11/+10
* | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-24/+1
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-8/+6
* | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-3/+0
|/
* efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual2020-01-201-1/+1
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-171-2/+26
|\
| * efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel2019-12-081-2/+26
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-261-2/+11
|\
| * efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-071-0/+8
| * efi: Enumerate EFI_MEMORY_SPDan Williams2019-11-071-2/+3
* | Merge branch 'acpica'Rafael J. Wysocki2019-11-261-1/+1
|\ \ | |/ |/|
| * ACPICA: make acpi_load_table() return table indexNikolaus Voss2019-10-281-1/+1
* | efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski2019-10-311-1/+1
|/
* efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel2019-10-071-0/+3
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett2019-08-191-0/+6
* | efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+3
* | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-2/+0
* | efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
* | efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-33/+0
* | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-081-0/+2
|\ \ | |/ |/|
| * tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-0/+2
* | efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel2019-06-111-2/+10
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-4/+0
* efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel2018-11-301-4/+17
* efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-301-12/+27
* efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel2018-11-271-10/+26