summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel2024-07-021-2/+0
* x86/efi: Implement arch_ima_efi_boot_mode() in source fileThomas Zimmermann2024-01-301-0/+5
* efi: Add unaccepted memory supportKirill A. Shutemov2023-06-061-0/+3
* efi: Drop minimum EFI version check at bootArd Biesheuvel2023-02-031-1/+1
* Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-0/+46
|\
| * efi/x86: Remove EfiMemoryMappedIO from E820 mapBjorn Helgaas2022-12-101-0/+46
* | efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2022-11-181-3/+5
|/
* x86: Fix various duplicate-word comment typosJason Wang2022-08-151-1/+1
* efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-23/+0
* efi: Save location of EFI confidential computing areaDov Murik2022-04-131-0/+3
* x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel2021-05-221-1/+1
* Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-121-69/+0
|\
| * efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel2020-08-201-69/+0
* | efi: Support for MOK variable config tableLenny Szubowicz2020-09-161-0/+3
|/
* x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPsteve.wahl@hpe.com2020-07-171-1/+1
* x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com2020-07-171-11/+3
* efi: Clean up config table description arraysArd Biesheuvel2020-04-241-4/+4
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-081-0/+2
|\
| * efi: Add embedded peripheral firmware supportHans de Goede2020-03-031-0/+1
| * efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-031-0/+1
* | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-0/+1
* | efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky2020-02-291-0/+2
* | efi/x86: Drop 'systab' member from struct efiArd Biesheuvel2020-02-231-73/+14
* | efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-231-3/+6
* | efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel2020-02-231-17/+2
* | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-12/+48
* | efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel2020-02-231-3/+1
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-3/+3
* | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-0/+30
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-36/+10
* | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-1/+1
* | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-2/+30
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-2/+0
* | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-1/+0
* | efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel2020-02-231-7/+4
* | efi/x86: Reindent struct initializer for legibilityArd Biesheuvel2020-02-231-5/+5
|/
* efi/x86: Fix boot regression on systems with invalid memmap entriesArd Biesheuvel2020-02-021-1/+1
* efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-201-2/+8
* efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-20/+10
* efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel2020-01-101-3/+0
* efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-01-101-14/+14
* efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel2020-01-101-84/+82
* efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-90/+5
* efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-101-15/+4
* efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-101-28/+2
* efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-01-101-6/+7
* efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-2/+2
* efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-251-4/+4
* x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-0/+2
* x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-071-4/+45