summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-08-18arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt1-0/+2
2021-08-15firmware: tee_bnxt: Release TEE shm, session, and context during kexecAllen Pais1-3/+11
2021-08-08firmware: arm_scmi: Add delayed response status checkCristian Marussi1-2/+6
2021-08-08firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla1-0/+3
2021-08-08efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov1-1/+4
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-28firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier1-1/+12
2021-07-28efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek1-3/+5
2021-07-25firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...Pali Rohár1-0/+1
2021-07-25firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding3-2/+5
2021-07-25firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selectedSudeep Holla1-0/+2
2021-07-25firmware: arm_scmi: Add SMCCC discovery dependency in KconfigEtienne Carriere2-2/+2
2021-07-20firmware: turris-mox-rwtm: show message about HWRNG registrationPali Rohár1-0/+2
2021-07-20firmware: turris-mox-rwtm: fail probing when firmware does not support hwrngPali Rohár1-0/+28
2021-07-20firmware: turris-mox-rwtm: report failures betterMarek Behún1-6/+12
2021-07-20firmware: turris-mox-rwtm: fix reply status decoding functionMarek Behún1-2/+5
2021-07-20firmware: arm_scmi: Reset Rx buffer to max size during async commandsCristian Marussi1-0/+4
2021-07-20firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei1-1/+1
2021-07-19qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3
2021-07-14firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET1-7/+15
2021-06-10efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2021-06-10efi/libstub: prevent read overflow in find_file_option()Dan Carpenter1-1/+1
2021-06-10efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit1-5/+0
2021-06-10efi/fdt: fix panic when no valid fdt foundChangbin Du1-0/+3
2021-05-26firmware: arm_scpi: Prevent the ternary sign expansion bugDan Carpenter1-1/+3
2021-05-14firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying1-0/+1
2021-05-14firmware: qcom_scm: Workaround lack of "is available" call on SC7180Stephen Boyd1-2/+16
2021-05-14firmware: qcom_scm: Reduce locking section for __get_convention()Stephen Boyd3-35/+39
2021-05-14firmware: qcom_scm: Make __qcom_scm_is_call_available() return boolStephen Boyd1-11/+8
2021-05-14firmware: xilinx: Fix dereferencing freed memoryTejas Patel1-2/+3
2021-05-11efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-03-25firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-25efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo1-0/+4
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2021-03-04firmware: arm_scmi: Fix call site of scmi_notification_exitCristian Marussi1-2/+2
2021-02-04firmware: imx: select SOC_BUS to fix firmware buildRandy Dunlap1-0/+1
2021-02-04efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner1-4/+9
2020-12-30mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-30firmware: arm_scmi: Fix missing destroy_workqueue()Qinglang Miao1-5/+5
2020-12-30firmware: tegra: fix strncpy()/strncat() confusionArnd Bergmann1-5/+1
2020-12-10firmware: xilinx: Mark pm_api_features_map with static keywordZou Wei1-1/+1
2020-11-29Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2020-11-25efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven1-1/+1
2020-11-25efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński1-1/+1
2020-11-24firmware: xilinx: Use hash-table for api feature checkAmit Sunil Dhamne1-14/+49
2020-11-24firmware: xilinx: Fix SD DLL node reset issueManish Narani1-1/+1
2020-11-09firmware: xilinx: fix out-of-bounds accessArnd Bergmann1-0/+3
2020-10-26Merge tag 'scmi-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann9-12/+34
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds19-52/+220