summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
...
* efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-011-2/+3
* efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar2015-04-011-0/+7
* x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov2015-04-011-1/+4
* x86/efi: Mark initialization code as suchMathias Krause2014-10-031-2/+2
* x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause2014-10-031-6/+6
* x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-3/+1Star
* x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-2/+5
* x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young2014-10-031-1/+5
* efi: Add kernel param efi=noruntimeDave Young2014-10-031-2/+2
* lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-20/+2Star
* efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-9/+1Star
* efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-031-2/+17
* arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper2014-07-181-36/+0Star
* arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper2014-07-181-2/+0Star
* arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper2014-07-181-2/+0Star
* efi: Introduce EFI_PARAVIRT flagDaniel Kiper2014-07-181-6/+25
* arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper2014-07-181-0/+3
* efi: Use early_mem*() instead of early_io*()Daniel Kiper2014-07-181-14/+14
* efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel2014-07-071-142/+2Star
* x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri2014-06-191-235/+2Star
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-25/+23Star
|\
| * x86/efi: Implement a __efi_call_virt macroRicardo Neri2014-04-171-2/+2
| * x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-171-25/+23Star
* | x86/efi: Do not export efi runtime map in case old mapDave Young2014-06-021-0/+3
|/
* x86/efi: Rip out phys_efi_get_time()Matt Fleming2014-03-171-29/+0Star
* Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-051-56/+102
|\
| * x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming2014-03-041-1/+1
| * x86/efi: Add mixed runtime services supportMatt Fleming2014-03-041-30/+97
| * x86/efi: Delete dead code when checking for non-nativeMatt Fleming2014-03-041-12/+0Star
* | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-051-0/+20
|\ \
| * | x86/efi: Quirk out SGI UVBorislav Petkov2014-03-051-0/+20
| |/
* | x86/efi: Split efi_enter_virtual_modeBorislav Petkov2014-03-041-50/+98
* | x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov2014-03-041-21/+78
* | x86/efi: Dump the EFI page tableBorislav Petkov2014-03-041-0/+1
* | x86/efi: Style neateningJoe Perches2014-03-041-15/+11Star
* | x86/efi: Delete out-of-date comments of efi_query_variable_storeMadper Xie2014-03-041-7/+5Star
* | efi: Set feature flags inside feature init functionsMatt Fleming2014-03-041-4/+7
* | efi: Move facility flags to struct efiMatt Fleming2014-03-041-16/+5Star
|/
* x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-141-3/+2Star
* Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-051-7/+0Star
|\
| * x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-111-7/+0Star
* | x86/efi: Delete superfluous global variablesMatt Fleming2013-12-291-17/+1Star
* | x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-291-25/+133
* | efi: Export EFI runtime memory mapping to sysfsDave Young2013-12-211-3/+43
* | efi: Export more EFI table variables to sysfsDave Young2013-12-211-0/+4
* | x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young2013-12-211-53/+79
* | x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young2013-12-211-1/+1
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-11-261-34/+77
|\ \ | |/ |/|
| * x86/efi: Check krealloc return valueBorislav Petkov2013-11-021-0/+8
| * x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-021-28/+66