summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/efi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-271-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-271-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-131-2/+2
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
* x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-071-0/+5
* efi: Allow bitness-agnostic protocol callsLukas Wunner2016-11-131-5/+11
* x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner2016-09-091-9/+6
* x86/efi: Optimize away setup_gop32/64 if unusedLukas Wunner2016-09-091-2/+11
* efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-091-1/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-261-1/+0
|\
| * x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-1/+0
* | efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton2016-06-271-5/+4
|/
* x86/efi: Enable runtime call flag checkingMark Rutland2016-04-281-1/+3
* x86/efi: Move to generic {__,}efi_call_virt()Mark Rutland2016-04-281-29/+12
* x86/efi/efifb: Move DMI based quirks handling out of generic codeArd Biesheuvel2016-04-281-0/+2
* x86/efi: Prepare GOP handling code for reuse as generic codeArd Biesheuvel2016-04-281-0/+5
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-1/+27
|\
| * x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-221-1/+1
| * x86/efi: Build our own page table structuresMatt Fleming2015-11-291-0/+1
| * x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-291-0/+25
* | efi: stub: use high allocation for converted command lineArd Biesheuvel2016-02-241-0/+2
|/