summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2020-07-092-1/+12
* efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu2020-06-301-1/+1
* efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel2020-06-201-1/+3
* efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel2020-04-241-1/+1
* efi: Add a sanity check to efivar_store_raw()Vladis Dronov2020-03-201-0/+3
* efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov2020-03-201-9/+20
* efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar2020-01-121-54/+12
* efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar2020-01-121-2/+2
* efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar2020-01-121-6/+6
* firmware: qcom: scm: Ensure 'a0' status code is treated as signedWill Deacon2019-12-171-1/+1
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2019-12-011-3/+2
* firmware: dell_rbu: Make payload memory uncachableStuart Hayes2019-11-201-0/+8
* efi/cper: Fix endianness of PCIe class codeLukas Wunner2019-11-061-1/+1
* firmware: google: increment VPD key_len properlyBrian Norris2019-10-171-1/+1
* efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel2019-10-171-0/+3
* efi: cper: print AER info of PCIe fatal errorXiaofei Tan2019-10-051-0/+15
* firmware: google: check if size is valid when decoding VPD dataHung-Te Lin2019-09-213-28/+37
* firmware: ti_sci: Always request response from firmwareAndrew F. Davis2019-09-191-4/+4
* iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-08-162-2/+7
* efi/bgrt: Drop BGRT status field reserved bits checkHans de Goede2019-07-211-5/+0
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-111-3/+1
* efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel2019-04-054-0/+19
* efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel2019-04-051-1/+1
* efi: cper: Fix possible out-of-bounds accessRoss Lagerwall2019-04-051-4/+9
* iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva2019-03-131-0/+1
* x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-201-0/+7
* firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel2019-02-121-21/+78
* efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-12-013-1/+8
* efi/libstub: arm: support building with clangAlistair Strachan2018-12-011-1/+2
* efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-211-0/+4
* efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel2018-09-261-1/+2
* efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2018-09-262-2/+3
* firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev2018-09-191-1/+4
* fw_cfg: fix driver removeMarc-André Lureau2018-08-171-1/+2
* efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland2018-06-211-0/+10
* efi/arm*: Only register page tables when they existMark Rutland2018-05-301-0/+3
* firmware: dmi_scan: Fix UUID length safety checkJean Delvare2018-05-301-1/+1
* firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare2018-04-261-13/+9
* firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2018-02-161-0/+27
* firmware/psci: Expose PSCI conduitMarc Zyngier2018-02-161-5/+23
* drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon2018-02-161-0/+2
* x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett2018-02-031-1/+4
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-101-8/+37
* efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian2017-12-141-1/+1
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-143-16/+12
* firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck2017-12-141-5/+13
* firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck2017-12-141-6/+13
* firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck2017-12-141-2/+9
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-042-5/+8
|\
| * efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2017-10-272-5/+8