summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
AgeCommit message (Expand)Author
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-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
2019-10-07efi/x86: Do not clean dummy variable in kexec pathDave Young
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth
2017-05-28x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar
2017-02-01efi/x86: Add debug code to print cooked memmapDave Young
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones
2016-11-13x86/efi: Fix EFI memmap pointer size warningBorislav Petkov
2016-10-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming