summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | efi: Move facility flags to struct efiMatt Fleming2014-03-041-16/+5
|/
* x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-141-3/+2
* Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-051-7/+0
|\
| * x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-101-7/+0
* | x86/efi: Delete superfluous global variablesMatt Fleming2013-12-291-17/+1
* | 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
| * x86/efi: Simplify EFI_DEBUGBorislav Petkov2013-11-021-6/+3
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-121-116/+10
|\ \ | |/
| * x86/efi: Fix config_table_type array terminationLeif Lindholm2013-10-041-1/+1
| * efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-051-28/+2
| * efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-051-88/+8
* | x86, efi: Don't map Boot Services on i386Josh Boyer2013-09-181-4/+7
|/
* Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()"Matt Fleming2013-07-111-7/+0
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-4/+6
|\
| * Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-041-123/+70
| |\
| * | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-4/+6
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-0/+7
|\ \ \ | |_|/ |/| |
| * | UEFI: Don't pass boot services regions to SetVirtualAddressMap()Matthew Garrett2013-06-061-0/+7
| |/
* | x86/efi: Fix dummy variable buffer allocationBen Hutchings2013-06-211-1/+6
* | Modify UEFI anti-bricking codeMatthew Garrett2013-06-101-123/+65
* | x86, efi: initial the local variable of DataSize to zeroLee, Chun-Yi2013-05-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-011-9/+10
|\ \
| * \ Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-5/+163
| |\ \
| * \ \ Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin2013-04-201-8/+8
| |\ \ \ | | | |/ | | |/|
| * | | x86, efi: Make efi_memblock_x86_reserve_range more readableBorislav Petkov2013-03-041-9/+10
* | | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-241-5/+163
|\ \ \ \ | | |_|/ | |/| |
| * | | x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger2013-04-171-1/+13
| * | | efi: Export efi_query_variable_store() for efivars.koSergey Vlasov2013-04-161-0/+1
OpenPOWER on IntegriCloud