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: 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-211-1/+1
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2019-11-281-3/+2
* efi/cper: Fix endianness of PCIe class codeLukas Wunner2019-11-061-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
* iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-08-252-2/+7
* efi/libstub: Unify command line param parsingArd Biesheuvel2019-06-114-27/+21
* efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel2019-04-051-1/+1
* 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/libstub: Make file I/O chunking x86-specificArd Biesheuvel2018-12-051-1/+10
* efi/libstub: arm: support building with clangAlistair Strachan2018-12-051-1/+2
* efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-12-013-1/+8
* efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel2018-11-231-1/+1
* efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2018-11-231-8/+16
* efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel2018-11-231-1/+9
* 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: dmi_scan: Fix handling of empty DMI stringsJean Delvare2018-05-301-13/+9
* firmware/psci: Expose SMCCC version through psci_opsMark Rutland2018-04-201-0/+27
* firmware/psci: Expose PSCI conduitMark Rutland2018-04-201-5/+23
* drivers/firmware: Expose psci_get_version through psci_ops structureMark Rutland2018-04-201-0/+2
* efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-12-202-2/+1
* 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
* efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene2017-04-211-2/+4
* firmware: qcom: scm: Fix interrupted SCM callsAndy Gross2017-04-121-3/+10
* efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel2017-03-181-0/+1
* efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel2017-02-091-11/+3
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-192-2/+39
* efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2017-01-192-39/+56
* efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter2017-01-121-1/+3
* efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-076-14/+265
|\
| * Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2016-09-151-14/+5
| |\
| | * firmware: qcom_scm: make it explicitly non-modularPaul Gortmaker2016-08-231-14/+5
| * | Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2016-09-155-0/+260
| |\ \
| | * | firmware: Amlogic: Add secure monitor driverCarlo Caione2016-09-015-0/+260
| | |/
* | | Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-061-1/+1
|\ \ \
| * | | pstore: Split pstore fragile flagsNamhyung Kim2016-09-081-1/+1
| |/ /
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0317-310/+1483
|\ \ \