summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-2/+2
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-4/+2
|\
| * x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi2015-10-121-2/+2
| * efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-2/+0
* | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-3/+68
|\ \ | |/ |/|
| * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* | efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-18/+0
|/
* efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+3
|\
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+3
* | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+21
* | efi: Add esrt supportPeter Jones2015-04-301-0/+2
|/
* 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/+1
* 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/+2
* efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-9/+1
* 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/+0
* arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper2014-07-181-2/+0
* arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper2014-07-181-2/+0
* 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/+2
* x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri2014-06-191-235/+2
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-25/+23
|\
| * 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/+23
* | 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/+0
* 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/+0
* | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-051-0/+20
|\ \
| * | x86/efi: Quirk out SGI UVBorislav Petkov2014-03-041-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/+11
* | x86/efi: Delete out-of-date comments of efi_query_variable_storeMadper Xie2014-03-041-7/+5
* | efi: Set feature flags inside feature init functionsMatt Fleming2014-03-041-4/+7
OpenPOWER on IntegriCloud