summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi
AgeCommit message (Expand)AuthorFilesLines
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-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-0/+23
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel1-142/+2
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming1-2/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri3-236/+270
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2-104/+25
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-104/+25
2014-06-02x86/efi: Do not export efi runtime map in case old mapDave Young1-0/+3
2014-05-03x86/efi: earlyprintk=efi,keep fixDave Young1-19/+64
2014-05-02x86/efi: earlyprintk=efi,keep fixDave Young1-19/+64
2014-04-17x86/efi: Implement a __efi_call_virt macroRicardo Neri1-2/+2
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming2-104/+25
2014-03-17x86/efi: Restore 'attr' argument to query_variable_info()Matt Fleming1-1/+1
2014-03-17x86/efi: Rip out phys_efi_get_time()Matt Fleming1-29/+0
2014-03-17x86/efi: Preserve segment registers in mixed modeMatt Fleming1-8/+17
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming5-57/+651
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: Re-disable interrupts after calling firmware servicesMatt Fleming1-0/+6
2014-03-04x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming1-1/+1
2014-03-04x86/efi: Add mixed runtime services supportMatt Fleming5-33/+496
2014-03-04x86/efi: Add early thunk code to go from 64-bit to 32-bitMatt Fleming1-0/+150
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 Petkov3-25/+112
2014-03-04x86/efi: Dump the EFI page tableBorislav Petkov3-0/+11
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: Check status field to validate BGRT headerMatt Fleming1-1/+1
2014-02-14x86/efi: Fix 32-bit falloutBorislav Petkov3-3/+17
2014-02-05x86/efi: Allow mapping BGRT on x86-32Matt Fleming1-4/+6
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2-8/+1
2013-12-29x86/efi: Delete superfluous global variablesMatt Fleming2-18/+1
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young3-25/+140
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-3/+43
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-0/+4
2013-12-21x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young1-53/+79
2013-12-21x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young2-0/+12
2013-12-21x86/efi: Remove unused variables in __map_region()Dave Young1-5/+1
2013-12-10x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett1-7/+0
2013-11-28x86/efi: Fix earlyprintk off-by-one bugMatt Fleming1-1/+1
2013-11-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar4-35/+248