summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/efi.h
AgeCommit message (Expand)Author
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
2021-11-21efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel
2021-02-20Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski
2021-01-29x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski
2021-01-19efi: x86: clean up previous struct mm switchingArd Biesheuvel
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel
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