summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-0/+3
* efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
* efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+3
* efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-1/+0
* efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-2/+4
* efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-0/+33
* efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang2019-05-251-0/+2
* x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-19/+0
* efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-3/+3
* x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-051-1/+2
* x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4