summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2022-04-20firmware: arm_scmi: Fix sorting of retrieved clock ratesCristian Marussi1-1/+2
2022-04-20firmware: arm_scmi: Remove clear channel call on the TX channelCristian Marussi1-1/+2
2022-04-08firmware: google: Properly state IOMEM dependencyDavid Gow1-1/+1
2022-04-08firmware: qcom: scm: Remove reassignment to desc following initializerMarijn Suijten1-6/+0
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-04-08firmware: sysfb: fix platform-device leak in error pathJohan Hovold1-9/+14
2022-04-08firmware: stratix10-svc: add missing callback parameter on RSUAng Tien Sung1-1/+1
2022-03-23efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-03-08firmware: arm_scmi: Remove space in MODULE_ALIAS nameAlyssa Ross1-1/+1
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-03-08riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L1-7/+10
2022-02-01efi/libstub: arm64: Fix image check alignment at entryMihai Carabas1-3/+3
2022-02-01efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel1-0/+7
2022-01-27firmware: Update Kconfig help text for Google firmwareBen Hutchings1-3/+3
2022-01-27efi: apply memblock cap after memblock_add()Pingfan Liu1-0/+5
2022-01-27drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefbMiaoqian Lin1-2/+6
2022-01-20firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold1-7/+6
2022-01-20firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold1-4/+1
2022-01-20firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold1-1/+1
2021-12-22firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+7
2021-12-01firmware: arm_scmi: Fix type error in sensor protocolCristian Marussi1-1/+1
2021-12-01firmware: arm_scmi: Fix type error assignment in voltage protocolCristian Marussi1-1/+1
2021-12-01firmware: smccc: Fix check for ARCH_SOC_ID not implementedMichael Kelley1-1/+1
2021-12-01firmware: arm_scmi: pm: Propagate return value to callerPeng Fan1-3/+1
2021-12-01firmware: arm_scmi: Fix base agent discover responseVincent Guittot1-3/+12
2021-12-01firmware: arm_scmi: Fix null de-reference on error pathCristian Marussi1-5/+5
2021-11-18firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()Guru Das Srinagesh1-1/+1
2021-11-18firmware/psci: fix application of sizeof to pointerjing yangyang1-1/+1
2021-10-18Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2021-10-11Merge tag 'ffa-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-1/+9
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2021-10-07Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-14/+32
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann1-4/+1
2021-10-06firmware: arm_scmi: Add proper barriers to scmi virtio deviceCristian Marussi1-4/+9
2021-10-06firmware: arm_scmi: Simplify spinlocks in virtio transportCristian Marussi1-8/+21
2021-10-05efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua1-1/+1
2021-10-05efi/cper: use stack buffer for error record decodingArd Biesheuvel1-2/+2
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt1-1/+1
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla1-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla1-0/+8
2021-09-20firmware: arm_scmi: Remove __exit annotationArnd Bergmann1-1/+1
2021-09-20firmware: arm_scmi: Fix virtio transport Kconfig dependencyCristian Marussi1-1/+1
2021-09-20firmware: qcom_scm: QCOM_SCM should depend on ARCH_QCOMGeert Uytterhoeven1-1/+1
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+62
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+2
2021-09-03Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Konrad Rzeszutek Wilk1-8/+16
2021-09-02iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk1-8/+16
2021-09-02firmware: dmi: Move product_sku info to the end of the modaliasHans de Goede1-1/+5
2021-09-02Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds12-162/+1452