Age | Commit message (Expand) | Author | Files | Lines |
2014-08-09 | kexec: support kexec/kdump on EFI systems | Vivek Goyal | 1 | -0/+19 |
2014-07-19 | efi: Update stale locking comment for struct efivars | Matt Fleming | 1 | -6/+2 |
2014-07-19 | arch/x86: Remove efi_set_rtc_mmss() | Daniel Kiper | 1 | -1/+0 |
2014-07-19 | efi: Introduce EFI_PARAVIRT flag | Daniel Kiper | 1 | -1/+2 |
2014-07-19 | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag | Matt Fleming | 1 | -0/+1 |
2014-07-19 | efi/reboot: Allow powering off machines using EFI | Matt Fleming | 1 | -0/+2 |
2014-07-19 | efi/reboot: Add generic wrapper around EfiResetSystem() | Matt Fleming | 1 | -0/+4 |
2014-07-07 | efi: efistub: Refactor stub components | Ard Biesheuvel | 1 | -0/+42 |
2014-07-07 | efi/x86: Move UEFI Runtime Services wrappers to generic code | Ard Biesheuvel | 1 | -0/+2 |
2014-04-30 | efi: Add shared FDT related functions for ARM/ARM64 | Roy Franz | 1 | -0/+3 |
2014-04-30 | efi: add helper function to get UEFI params from FDT | Mark Salter | 1 | -0/+9 |
2014-04-17 | efivars: Stop passing a struct argument to efivar_validate() | Matt Fleming | 1 | -2/+4 |
2014-04-14 | efi: create memory map iteration helper | Mark Salter | 1 | -0/+6 |
2014-03-05 | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo | Matt Fleming | 1 | -0/+252 |
2014-03-05 | efi: Add separate 32-bit/64-bit definitions | Matt Fleming | 1 | -0/+252 |
2014-03-04 | ia64/efi: Implement efi_enabled() | Matt Fleming | 1 | -8/+0 |
2014-03-04 | efi: Move facility flags to struct efi | Matt Fleming | 1 | -5/+13 |
2014-01-05 | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 1 | -0/+4 |
2013-12-21 | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 1 | -0/+13 |
2013-12-21 | efi: Export more EFI table variables to sysfs | Dave Young | 1 | -0/+3 |
2013-11-29 | efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl... | Seiji Aguchi | 1 | -0/+4 |
2013-11-02 | x86/efi: Runtime services virtual mapping | Borislav Petkov | 1 | -0/+1 |
2013-09-25 | efi: Add proper definitions for some EFI function pointers. | Roy Franz | 1 | -16/+34 |
2013-09-05 | efi: x86: make efi_lookup_mapped_addr() a common function | Leif Lindholm | 1 | -0/+1 |
2013-09-05 | efi: x86: ia64: provide a generic efi_config_init() | Leif Lindholm | 1 | -0/+7 |
2013-07-07 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2013-06-11 | efi: Convert runtime services function ptrs | Borislav Petkov | 1 | -14/+14 |
2013-05-29 | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 1 | -2/+2 |
2013-04-30 | efi, pstore: Read data from variable store before memcpy() | Matt Fleming | 1 | -1/+2 |
2013-04-30 | Merge tag 'v3.9' into efi-for-tip2 | Matt Fleming | 1 | -46/+8 |
2013-04-17 | efi: split efisubsystem from efivars | Tom Gundersen | 1 | -1/+2 |
2013-04-17 | efivars: Move pstore code into the new EFI directory | Matt Fleming | 1 | -0/+38 |
2013-04-17 | efivars: efivar_entry API | Matt Fleming | 1 | -7/+69 |
2013-04-17 | efi: move utf16 string functions to efi.h | Matt Fleming | 1 | -0/+17 |
2013-04-09 | x86, efivars: firmware bug workarounds should be in platform code | Matt Fleming | 1 | -1/+8 |
2013-02-21 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
2013-02-13 | efi_pstore: Introducing workqueue updating sysfs | Seiji Aguchi | 1 | -1/+2 |
2013-01-30 | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 1 | -6/+18 |
2012-12-16 | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 1 | -0/+2 |
2012-12-14 | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+6 |
2012-12-14 | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -0/+71 |
2012-12-06 | EFI: Stash ROMs if they're not in the PCI BAR | Matthew Garrett | 1 | -0/+71 |
2012-11-27 | efi_pstore: Check remaining space with QueryVariableInfo() before writing data | Seiji Aguchi | 1 | -0/+1 |
2012-11-13 | efivarfs: Use query_variable_info() to limit kmalloc() | Matt Fleming | 1 | -0/+1 |
2012-10-30 | x86-64/efi: Use EFI to deal with platform wall clock (again) | Jan Beulich | 1 | -2/+0 |
2012-10-30 | efi: add efivars kobject to efi sysfs folder | Lee, Chun-Yi | 1 | -0/+1 |
2012-10-30 | efi: Add support for a UEFI variable filesystem | Matthew Garrett | 1 | -0/+5 |
2012-09-29 | efi: Fix the ACPI BGRT driver for images located in EFI boot services memory | Josh Triplett | 1 | -0/+2 |
2012-09-29 | efi: Add a function to look up existing IO memory mappings | Josh Triplett | 1 | -0/+1 |
2012-09-29 | efi: Defer freeing boot services memory until after ACPI init | Josh Triplett | 1 | -0/+5 |