summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/efi.h
AgeCommit message (Expand)Author
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin
2020-10-26efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel
2020-07-17x86/efi: Remove unused EFI_UV1_MEMMAP codesteve.wahl@hpe.com
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar
2020-04-14efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar
2020-01-10efi/x86: Simplify mixed mode call wrapperArd Biesheuvel
2020-01-10efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel
2020-01-10efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel
2020-01-10efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFIArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel
2019-12-25efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel
2019-02-04efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationArd Biesheuvel
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth
2018-03-12x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth
2018-02-20x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse