aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2015-01-23Merge remote-tracking branch 'lsk/v3.14/topic/arm64-efi' into linux-linaro-ls...lsk-v3.14-15.01Mark Brown
2014-09-17firmware: Do not use WARN_ON(!spin_is_locked())Guenter Roeck
2014-08-08efi: fdt: Do not report an error during boot if UEFI is not availableCatalin Marinas
2014-08-08efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel
2014-08-08efi: Fix compiler warnings (unused, const, type)Catalin Marinas
2014-08-08efi/arm64: ignore dtb= when UEFI SecureBoot is enabledArd Biesheuvel
2014-08-08arm64: efi: add EFI stubMark Salter
2014-08-08efivars: Add compatibility code for compat tasksMatt Fleming
2014-08-08efivars: Refactor sanity checking code into separate functionMatt Fleming
2014-08-08efivars: Stop passing a struct argument to efivar_validate()Matt Fleming
2014-08-08efivars: Check size of user objectMatt Fleming
2014-08-08efivars: Use local variables instead of a pointer dereferenceMatt Fleming
2014-08-08efi: Use NULL instead of 0 for pointerDaeseok Youn
2014-08-08efi: Add shared FDT related functions for ARM/ARM64Roy Franz
2014-08-08efi: add helper function to get UEFI params from FDTMark Salter
2014-08-08efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin
2014-08-08efi: Add get_dram_base() helper functionRoy Franz
2014-08-08efi: Add shared printk wrapper for consistent prefixingRoy Franz
2014-08-08efi: efi-stub-helper cleanupLeif Lindholm
2014-08-08efi: Pass correct file handle to efi_file_{read,close}Matt Fleming
2014-08-08x86, efi: Abstract x86 efi_early callsMatt Fleming
2014-08-08efi: Move common EFI stub code from x86 arch code to common locationMark Brown
2014-06-30efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski
2014-05-06efi: Pass correct file handle to efi_file_{read,close}Matt Fleming
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar
2013-12-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young
2013-12-21efi: Export more EFI table variables to sysfsDave Young
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony
2013-12-19x86/efi: Don't select EFI from certain special ACPI driversJan Beulich
2013-11-29efi-pstore: Make efi-pstore return a unique idMadper Xie
2013-11-28efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...Seiji Aguchi
2013-11-12Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-10-31Move cper.c from drivers/acpi/apei to drivers/firmware/efiLuck, Tony
2013-10-04boot, efi: Remove redundant memset()Roy Franz
2013-09-25Merge branch 'arm/common' into nextMatt Fleming
2013-09-25efi: resolve warnings found on ARM compileRoy Franz
2013-09-25efi: Fix types in EFI calls to match EFI function definitions.Roy Franz
2013-09-25efi: Renames in handle_cmdline_files() to complete generalization.Roy Franz
2013-09-25efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz
2013-09-25efi: Allow efi_free() to be called with size of 0Roy Franz
2013-09-25efi: generalize efi_get_memory_map()Roy Franz
2013-09-25efi: Rename __get_map() to efi_get_memory_map()Roy Franz
2013-09-25efi: Move unicode to ASCII conversion to shared function.Roy Franz
2013-09-25efi: Generalize relocate_kernel() for use by other architectures.Roy Franz
2013-09-25efi: Move relocate_kernel() to shared file.Roy Franz
2013-09-25efi: Enforce minimum alignment of 1 page on allocations.Roy Franz
2013-09-25efi: Rename memory allocation/free functionsRoy Franz
2013-09-25efi: Add system table pointer argument to shared functions.Roy Franz