| Commit message (Expand) | Author | Age | Files | Lines |
* | efi: Convert runtime services function ptrs | Borislav Petkov | 2013-06-11 | 1 | -14/+14 |
* | efi, pstore: Read data from variable store before memcpy() | Matt Fleming | 2013-04-30 | 1 | -1/+2 |
* | Merge tag 'v3.9' into efi-for-tip2 | Matt Fleming | 2013-04-30 | 1 | -46/+8 |
|\ |
|
| * | x86, efivars: firmware bug workarounds should be in platform code | Matt Fleming | 2013-04-09 | 1 | -1/+8 |
* | | efi: split efisubsystem from efivars | Tom Gundersen | 2013-04-17 | 1 | -1/+2 |
* | | efivars: Move pstore code into the new EFI directory | Matt Fleming | 2013-04-17 | 1 | -0/+38 |
* | | efivars: efivar_entry API | Matt Fleming | 2013-04-17 | 1 | -7/+69 |
* | | efi: move utf16 string functions to efi.h | Matt Fleming | 2013-04-17 | 1 | -0/+17 |
|/ |
|
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-21 | 1 | -1/+2 |
|\ |
|
| * | efi_pstore: Introducing workqueue updating sysfs | Seiji Aguchi | 2013-02-12 | 1 | -1/+2 |
* | | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 2013-01-30 | 1 | -6/+18 |
|/ |
|
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 2012-12-15 | 1 | -0/+2 |
* | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 1 | -2/+6 |
|\ |
|
| * | efivarfs: Use query_variable_info() to limit kmalloc() | Matt Fleming | 2012-11-13 | 1 | -0/+1 |
| * | x86-64/efi: Use EFI to deal with platform wall clock (again) | Jan Beulich | 2012-10-30 | 1 | -2/+0 |
| * | efi: add efivars kobject to efi sysfs folder | Lee, Chun-Yi | 2012-10-30 | 1 | -0/+1 |
| * | efi: Add support for a UEFI variable filesystem | Matthew Garrett | 2012-10-30 | 1 | -0/+5 |
* | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-12-13 | 1 | -0/+71 |
|\ \ |
|
| * | | EFI: Stash ROMs if they're not in the PCI BAR | Matthew Garrett | 2012-12-05 | 1 | -0/+71 |
| |/ |
|
* | | efi_pstore: Check remaining space with QueryVariableInfo() before writing data | Seiji Aguchi | 2012-11-26 | 1 | -0/+1 |
|/ |
|
* | efi: Fix the ACPI BGRT driver for images located in EFI boot services memory | Josh Triplett | 2012-09-29 | 1 | -0/+2 |
* | efi: Add a function to look up existing IO memory mappings | Josh Triplett | 2012-09-29 | 1 | -0/+1 |
* | efi: Defer freeing boot services memory until after ACPI init | Josh Triplett | 2012-09-29 | 1 | -0/+5 |
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock" | H. Peter Anvin | 2012-08-14 | 1 | -0/+2 |
* | x86-64/efi: Use EFI to deal with platform wall clock | Jan Beulich | 2012-06-06 | 1 | -2/+0 |
* | efi: Add new variable attributes | Matthew Garrett | 2012-04-30 | 1 | -1/+12 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | x86, efi: Allow basic init with mixed 32/64-bit efi/kernel | Olof Johansson | 2012-02-23 | 1 | -0/+45 |
* | efi: Add EFI file I/O data types | Matt Fleming | 2011-12-09 | 1 | -0/+40 |
* | efi.h: Add boottime->locate_handle search types | Matt Fleming | 2011-12-09 | 1 | -0/+7 |
* | efi.h: Add graphics protocol guids | Matt Fleming | 2011-12-09 | 1 | -0/+9 |
* | efi.h: Add allocation types for boottime->allocate_pages() | Matt Fleming | 2011-12-09 | 1 | -0/+8 |
* | efi.h: Add efi_image_loaded_t | Matt Fleming | 2011-12-09 | 1 | -0/+19 |
* | efi.h: Add struct definition for boot time services | Matt Fleming | 2011-12-09 | 1 | -1/+52 |
* | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae... | Linus Torvalds | 2011-08-01 | 1 | -0/+6 |
|\ |
|
| * | efi: Add support for using efivars as a pstore backend | Matthew Garrett | 2011-07-22 | 1 | -0/+6 |
* | | x86, efi: Add infrastructure for UEFI 2.0 runtime services | Matthew Garrett | 2011-06-06 | 1 | -0/+32 |
* | | x86, efi: Fix argument types for SetVariable() | Matthew Garrett | 2011-06-06 | 1 | -1/+1 |
|/ |
|
* | x86, efi: Retain boot service code until after switching to virtual mode | Matthew Garrett | 2011-05-25 | 1 | -0/+1 |
* | efivars: Expose efivars functionality to external drivers. | Mike Waychison | 2011-03-14 | 1 | -0/+37 |
* | efi.h: use %pUl to print UUIDs | Joe Perches | 2009-12-15 | 1 | -5/+1 |
* | [IA64] Convert ia64 to use int-ll64.h | Matthew Wilcox | 2009-06-17 | 1 | -1/+1 |
* | x86: Add UV EFI table entry v4 | Russ Anderson | 2008-10-16 | 1 | -0/+4 |
* | x86 boot: remove some unused extern function declarations | Paul Jackson | 2008-05-25 | 1 | -4/+0 |
* | x86: EFI_PAGE_SHIFT fix | Huang, Ying | 2008-04-19 | 1 | -0/+7 |
* | kexec: add BSS to resource tree | Bernhard Walle | 2007-10-22 | 1 | -1/+1 |
* | EFI: warn only for pre-1.00 system tables | Bjorn Helgaas | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] efi_set_rtc_mmss() is not __init | Al Viro | 2007-02-01 | 1 | -1/+1 |
* | [PATCH] i386: Preserve EFI run time regions with memmap parameter | Artiom Myaskouvskey | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] i386: call efi_get_time during suspend | Artiom Myaskouvskey | 2006-12-07 | 1 | -1/+1 |