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