summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/efi.h
Commit message (Expand)AuthorAgeFilesLines
* efi: Add mixed-mode thunk recipe for GetMemoryAttributesArd Biesheuvel2023-02-101-0/+3
* efi: x86: Wire up IBT annotation in memory attributes tableArd Biesheuvel2023-02-091-1/+3
* efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov2023-01-301-0/+7
* efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2022-11-181-0/+22
* efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-181-0/+12
* efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2022-11-181-0/+5
* efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel2022-11-181-0/+11
* efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-181-35/+30
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-6/+1
|\
| * efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-2/+1
| * efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-4/+0
* | efi/x86: libstub: Fix typo in __efi64_argmap* nameEvgeniy Baskov2022-06-211-1/+1
|/
* efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-0/+9
* efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-0/+5
* x86/ibt: Disable IBT around firmwarePeter Zijlstra2022-03-151-2/+7
* Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-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-201-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-201-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