summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/efi.c
AgeCommit message (Expand)Author
2024-01-30x86/efi: Implement arch_ima_efi_boot_mode() in source fileThomas Zimmermann
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-10efi/x86: Remove EfiMemoryMappedIO from E820 mapBjorn Helgaas
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel
2022-08-15x86: Fix various duplicate-word comment typosJason Wang
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng
2022-04-13efi: Save location of EFI confidential computing areaDov Murik
2021-05-22x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel
2020-07-17x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPsteve.wahl@hpe.com
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com
2020-04-24efi: Clean up config table description arraysArd Biesheuvel
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-29efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-23efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd 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: Move mem_attr_table out of struct efiArd 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-02-23efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel
2020-02-23efi/x86: Reindent struct initializer for legibilityArd Biesheuvel
2020-02-02efi/x86: Fix boot regression on systems with invalid memmap entriesArd Biesheuvel
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel
2020-01-10efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel
2020-01-10efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel
2020-01-10efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel
2020-01-10efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel
2020-01-10efi/x86: Simplify mixed mode call wrapperArd Biesheuvel
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel
2020-01-10efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams