summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-04-20efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede1-0/+8
2023-03-30firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi1-0/+37
2023-03-30efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede3-3/+8
2023-03-30efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel1-1/+1
2023-03-22firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin1-1/+1
2023-03-11firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8
2023-03-10firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-03-10cpuidle: drivers: firmware: psci: Dont instrument suspend codeMark Rutland1-12/+19
2023-03-10firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handleChen Zhongjin1-5/+5
2023-03-10firmware: stratix10-svc: fix error handle while alloc/add device failedYang Yingliang1-3/+6
2023-03-10firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_...Yang Yingliang1-5/+11
2023-02-14arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart1-3/+6
2023-02-09efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-02-09efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-02-06firmware: arm_scmi: Clear stale xfer->hdr.statusCristian Marussi1-0/+2
2023-02-01arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+1
2023-02-01firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2-2/+8
2023-02-01firmware: arm_scmi: Fix virtio channels cleanup on shutdownCristian Marussi1-1/+6
2023-02-01firmware: arm_scmi: Harden shared memory access in fetch_notificationCristian Marussi1-1/+3
2023-02-01firmware: arm_scmi: Harden shared memory access in fetch_responseCristian Marussi1-2/+3
2023-01-24gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2023-01-18efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
2023-01-18firmware/psci: Don't register with debugfs if PSCI isn't availableMarc Zyngier1-0/+3
2023-01-18efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui1-0/+1
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel3-8/+40
2022-12-31firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang1-0/+1
2022-12-31firmware: ti_sci: Fix polled mode during system suspendGeorgi Vlaev1-3/+2
2022-11-18Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+29
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+93
2022-11-11arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel4-2/+93
2022-11-10firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2022-11-05Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-51/+28
2022-11-02Merge tag 'scmi-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann8-32/+88
2022-11-01firmware: arm_scmi: Fix deferred_tx_wq release on error pathsCristian Marussi1-7/+13
2022-11-01firmware: arm_scmi: Fix devres allocation device in virtio transportCristian Marussi1-3/+3
2022-11-01firmware: arm_scmi: Make Rx chan_setup fail on memory errorsCristian Marussi1-2/+6
2022-11-01firmware: arm_scmi: Make tx_prepare time out eventuallyCristian Marussi6-8/+34
2022-11-01firmware: arm_scmi: Suppress the driver's bind attributesCristian Marussi1-0/+1
2022-11-01firmware: arm_scmi: Cleanup the core driver removal callbackCristian Marussi3-12/+31
2022-10-28efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel1-48/+20
2022-10-24efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel1-1/+6
2022-10-24efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-10-24efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar1-1/+1
2022-10-21efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel3-6/+6
2022-10-21efi: libstub: Fix incorrect payload size in zboot headerArd Biesheuvel1-1/+2
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel1-3/+3
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel1-5/+5
2022-10-21efi: ssdt: Don't free memory if ACPI table was loaded successfullyArd Biesheuvel1-0/+2
2022-10-21efi: libstub: Remove zboot signing from build optionsArd Biesheuvel2-47/+4
2022-10-11Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8