summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)Author
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-08efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki
2019-11-26Merge branch 'acpica'Rafael J. Wysocki
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams
2019-11-07efi: Enumerate EFI_MEMORY_SPDan Williams
2019-10-31efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss
2019-10-07efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel
2019-07-08Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett
2019-06-11efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel
2018-11-27efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel