summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/efi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-251-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-201-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
|/
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-0/+1
|\
| * x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi2015-10-121-0/+1
* | arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin2015-10-011-0/+2
* | x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin2015-09-221-0/+10
|/
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-011-2/+4
* efi/x86: Move x86 back to libstubArd Biesheuvel2014-11-111-0/+24
* Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-21/+10
|\
| * efi: Delete the in_nmi() conditional runtime lockingMatt Fleming2014-10-031-2/+0
| * x86/efi: Mark initialization code as suchMathias Krause2014-10-031-10/+10
| * x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-1/+0
| * x86/efi: Remove unused efi_call* macrosMathias Krause2014-10-031-10/+0
| * efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2014-10-031-0/+2
* | Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming2014-09-231-24/+0
|/
* x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-181-0/+6
* efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-071-0/+25
* x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri2014-06-191-0/+2
* x86/efi: Save and restore FPU context around efi_calls (i386)Ricardo Neri2014-04-171-2/+15
* x86/efi: Save and restore FPU context around efi_calls (x86_64)Ricardo Neri2014-04-171-0/+3
* x86/efi: Implement a __efi_call_virt macroRicardo Neri2014-04-171-0/+10