aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15x86: Fix various duplicate-word comment typosJason Wang1-1/+1
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng1-23/+0
2022-04-13efi: Save location of EFI confidential computing areaDov Murik1-0/+3
2021-05-22x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel1-1/+1
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-69/+0
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz1-0/+3
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel1-69/+0
2020-07-17x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPsteve.wahl@hpe.com1-1/+1
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com1-11/+3
2020-04-24efi: Clean up config table description arraysArd Biesheuvel1-4/+4
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-0/+2
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede1-0/+1
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede1-0/+1
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky1-0/+1
2020-02-29efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky1-0/+2
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel1-73/+14
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel1-3/+6
2020-02-23efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel1-17/+2
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel1-12/+48
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel1-3/+1
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel1-3/+3
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-0/+30
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel1-36/+10
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel1-1/+1
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-2/+30
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel1-2/+0
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-1/+0
2020-02-23efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel1-7/+4
2020-02-23efi/x86: Reindent struct initializer for legibilityArd Biesheuvel1-5/+5
2020-02-02efi/x86: Fix boot regression on systems with invalid memmap entriesArd Biesheuvel1-1/+1
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams1-2/+8
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel1-20/+10
2020-01-10efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel1-3/+0
2020-01-10efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel1-14/+14
2020-01-10efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel1-84/+82
2020-01-10efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel1-90/+5
2020-01-10efi/x86: Simplify mixed mode call wrapperArd Biesheuvel1-15/+4
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel1-28/+2
2020-01-10efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel1-6/+7
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel1-2/+2
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel1-4/+4
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams1-0/+2
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams1-4/+45
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams1-0/+3
2019-10-07efi/x86: Do not clean dummy variable in kexec pathDave Young1-3/+0
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-1/+0
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel1-2/+4
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel1-0/+33
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang1-0/+2