summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-10-20efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua1-1/+1
2021-10-20efi/cper: use stack buffer for error record decodingArd Biesheuvel1-2/+2
2021-08-08firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla1-0/+3
2021-07-31firmware: arm_scmi: Fix range check for the maximum number of pending messagesCristian Marussi1-2/+3
2021-07-31firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflowSudeep Holla1-3/+4
2021-07-20qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3
2021-06-10efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2021-06-10efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit1-5/+0
2021-05-26firmware: arm_scpi: Prevent the ternary sign expansion bugDan Carpenter1-1/+3
2021-05-22firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying1-0/+1
2020-10-01firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse1-12/+14
2020-08-26efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-19firmware: arm_scmi: Fix SCMI genpd domain probingCristian Marussi1-6/+6
2020-08-11firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2020-07-29drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()Gavin Shan1-1/+4
2020-07-09efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2-1/+12
2020-07-01efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu1-1/+1
2020-06-25firmware: qcom_scm: fix bogous abuse of dma-direct internalsChristoph Hellwig1-6/+3
2020-06-22efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-06-22efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-04-17efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel1-1/+1
2020-04-17firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse1-17/+15
2020-03-20efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long1-1/+1
2020-03-18efi: Add a sanity check to efivar_store_raw()Vladis Dronov1-0/+3
2020-03-18efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth1-44/+9
2020-03-18efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov1-9/+20
2020-01-27firmware: dmi: Fix unlikely out-of-bounds read in save_mem_devicesJean Delvare1-1/+1
2020-01-27firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan1-0/+2
2020-01-27firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributesSudeep Holla1-2/+2
2020-01-27firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price1-3/+1
2020-01-27firmware: coreboot: Let OF core populate platform deviceStephen Boyd1-25/+3
2020-01-27Revert "efi: Fix debugobjects warning on 'efi_rts_work'"Greg Kroah-Hartman1-1/+1
2020-01-12efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar1-54/+12
2020-01-12efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar1-2/+2
2020-01-12efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar1-6/+6
2019-12-17firmware: arm_scmi: Avoid double free in error flowWen Yang1-4/+4
2019-12-17firmware: qcom: scm: Ensure 'a0' status code is treated as signedWill Deacon1-1/+1
2019-12-13firmware: raspberrypi: Fix firmware calls with large buffersJames Hughes1-17/+18
2019-12-05firmware: arm_sdei: Fix DT platform device creationJames Morse1-5/+0
2019-12-05firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne1-1/+0
2019-12-01gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie1-3/+2
2019-11-20firmware: dell_rbu: Make payload memory uncachableStuart Hayes1-0/+8
2019-11-20firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla5-5/+5
2019-11-06efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-10-17firmware: google: increment VPD key_len properlyBrian Norris1-1/+1
2019-10-17efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel1-0/+3
2019-10-05firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla1-0/+8
2019-10-05efi: cper: print AER info of PCIe fatal errorXiaofei Tan1-0/+15
2019-10-05firmware: qcom_scm: Use proper types for dma mappingsStephen Boyd1-2/+5
2019-09-21firmware: google: check if size is valid when decoding VPD dataHung-Te Lin3-28/+37