summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/efi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-4/+10
|\
| * efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-211-4/+6
| * efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-211-0/+4
* | efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas2021-12-131-2/+0
|/
* Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-211-4/+20
|\
| * x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski2021-01-291-4/+20
* | Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-1/+1
|\ \
| * | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-1/+1
| |/
* | efi: x86: clean up previous struct mm switchingArd Biesheuvel2021-01-191-12/+5
* | efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel2021-01-191-2/+1
|/
* ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin2020-11-061-0/+3
* efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt2020-10-261-2/+0
* efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel2020-08-201-10/+0
* x86/efi: Remove unused EFI_UV1_MEMMAP codesteve.wahl@hpe.com2020-07-171-18/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* efi/libstub: Add definitions for console input and eventsArvind Sankar2020-05-201-0/+10
* efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar2020-05-051-4/+15
* efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel2020-04-241-3/+8
* efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-241-6/+8
* efi/gop: Add prototypes for query_mode and set_modeArvind Sankar2020-04-231-0/+4
* efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
* efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-231-0/+8
* efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-231-1/+2
* efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-0/+2
* efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel2020-02-231-1/+0
* efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+4
* efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel2020-02-231-0/+3
* efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel2020-02-231-2/+0
* efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-12/+14
* efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-201-1/+1
* efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-0/+5
* efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-101-5/+66
* efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-101-2/+52
* efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-101-6/+0
* efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel2020-01-101-3/+0
* efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-101-4/+4
* efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel2020-01-101-7/+1
* efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFIArd Biesheuvel2020-01-101-16/+2
* efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-6/+6
* efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2019-12-251-16/+9
* efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-3/+3
* efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-29/+9
* efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-14/+20
* efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-7/+28
* efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-251-4/+6
* efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel2019-12-251-3/+0
* x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-0/+8
* x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-1/+8
* efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-0/+5