summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich1-19/+0
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky1-3/+3
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth1-1/+2
2017-05-28x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth1-2/+4
2017-05-09x86: use set_memory.h headerLaura Abbott1-1/+1
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar1-5/+5
2017-02-01efi/x86: Add debug code to print cooked memmapDave Young1-0/+5
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young1-5/+0
2017-01-29x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-1/+1
2017-01-29x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-7/+7
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones1-0/+66
2016-11-13x86/efi: Fix EFI memmap pointer size warningBorislav Petkov1-1/+1
2016-10-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-1/+1
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri1-2/+0
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-40/+0
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-12/+32
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-49/+17
2016-09-09x86/efi: Consolidate region mapping logicMatt Fleming1-7/+43
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+0