summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/efi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationArd Biesheuvel2019-02-041-1/+0
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-261-4/+2
|\
| * x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2018-12-041-4/+2
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
| |/
* / x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
|/
* efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+1
* x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth2018-03-121-15/+10
* efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+1
* x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-02-201-2/+15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/efi: move asmlinkage before return typeJoe Perches2017-07-121-2/+2
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1