summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2019-07-09iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva
2018-06-16firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare
2018-03-03efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman
2016-11-20efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-06-15efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek
2016-03-24efi: Add pstore variables to the deletion whitelistMatt Fleming
2016-03-24efi: Make efivarfs entries immutable by defaultPeter Jones
2016-03-24efi: Make our variable validation list include the guidPeter Jones
2016-03-24efi: Do variable name validation tests in utf8Peter Jones
2016-03-24efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones
2016-03-03Revert "firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6"Luis Henriques
2016-01-25firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli
2015-08-20sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-05-28firmware: dmi_scan: Fix ordering of product_uuidJean Delvare
2015-05-20efi: Fix error handling in add_sysfs_runtime_map_entry()Dan Carpenter
2015-05-12x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming
2015-05-12efi/reboot: Allow powering off machines using EFIMatt Fleming
2015-05-12efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming
2015-03-18efi/libstub: Fix boundary checking in efi_high_alloc()Yinghai Lu
2015-03-02efi: Small leak on error in runtime map codeDan Carpenter
2014-09-17firmware: Do not use WARN_ON(!spin_is_locked())Guenter Roeck
2014-07-10efi: fdt: Do not report an error during boot if UEFI is not availableCatalin Marinas
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel
2014-06-27efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski
2014-06-19efi: Fix compiler warnings (unused, const, type)Catalin Marinas
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-05-13iscsi_ibft: Fix finding Broadcom specific ibft signVikas Chaudhary
2014-04-30efi/arm64: ignore dtb= when UEFI SecureBoot is enabledArd Biesheuvel
2014-04-30arm64: efi: add EFI stubMark Salter
2014-04-30efi: Add shared FDT related functions for ARM/ARM64Roy Franz
2014-04-30efi: add helper function to get UEFI params from FDTMark Salter
2014-04-17efivars: Add compatibility code for compat tasksMatt Fleming
2014-04-17efivars: Refactor sanity checking code into separate functionMatt Fleming
2014-04-17efivars: Stop passing a struct argument to efivar_validate()Matt Fleming
2014-04-17efivars: Check size of user objectMatt Fleming
2014-04-17efivars: Use local variables instead of a pointer dereferenceMatt Fleming
2014-04-17efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin
2014-04-17efi: Add get_dram_base() helper functionRoy Franz
2014-04-14efi: Add shared printk wrapper for consistent prefixingRoy Franz
2014-04-14efi: efi-stub-helper cleanupLeif Lindholm
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-11Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming
2014-03-04efi: Use NULL instead of 0 for pointerDaeseok Youn