summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-01x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming1-1/+66
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-07-30efi: Check for NULL efi kernel parametersRicardo Neri1-0/+5
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2015-06-24x86, mirror: x86 enabling - find mirrored memory rangesTony Luck1-0/+21
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams1-0/+3
2015-04-30efi: Add esrt supportPeter Jones1-0/+2
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar1-2/+3
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar1-0/+7
2015-04-01x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov1-1/+4
2014-10-03x86/efi: Mark initialization code as suchMathias Krause1-2/+2
2014-10-03x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause1-6/+6
2014-10-03x86/efi: Unexport add_efi_memmap variableMathias Krause1-3/+1
2014-10-03x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-2/+5
2014-10-03x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young1-1/+5
2014-10-03efi: Add kernel param efi=noruntimeDave Young1-2/+2
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young1-20/+2
2014-10-03efi: Move noefi early param code out of x86 arch codeDave Young1-9/+1
2014-10-03efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming1-2/+17
2014-07-18arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper1-36/+0
2014-07-18arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper1-2/+0
2014-07-18arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper1-2/+0
2014-07-18efi: Introduce EFI_PARAVIRT flagDaniel Kiper1-6/+25
2014-07-18arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper1-0/+3
2014-07-18efi: Use early_mem*() instead of early_io*()Daniel Kiper1-14/+14
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel1-142/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri1-235/+2
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-25/+23
2014-06-02x86/efi: Do not export efi runtime map in case old mapDave Young1-0/+3
2014-04-17x86/efi: Implement a __efi_call_virt macroRicardo Neri1-2/+2
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming1-25/+23
2014-03-17x86/efi: Rip out phys_efi_get_time()Matt Fleming1-29/+0
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming1-56/+102
2014-03-05Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming1-0/+20
2014-03-04x86/efi: Quirk out SGI UVBorislav Petkov1-0/+20
2014-03-04x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming1-1/+1
2014-03-04x86/efi: Add mixed runtime services supportMatt Fleming1-30/+97
2014-03-04x86/efi: Delete dead code when checking for non-nativeMatt Fleming1-12/+0
2014-03-04x86/efi: Split efi_enter_virtual_modeBorislav Petkov1-50/+98
2014-03-04x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov1-21/+78
2014-03-04x86/efi: Dump the EFI page tableBorislav Petkov1-0/+1
2014-03-04x86/efi: Style neateningJoe Perches1-15/+11
2014-03-04x86/efi: Delete out-of-date comments of efi_query_variable_storeMadper Xie1-7/+5
2014-03-04efi: Set feature flags inside feature init functionsMatt Fleming1-4/+7
2014-03-04efi: Move facility flags to struct efiMatt Fleming1-16/+5
2014-02-14x86/efi: Fix 32-bit falloutBorislav Petkov1-3/+2
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar1-7/+0
2013-12-29x86/efi: Delete superfluous global variablesMatt Fleming1-17/+1
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young1-25/+133
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-3/+43