summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2024-05-30firmware: qcom: scm: Fix __scm and waitq completion variable initializationMukesh Ojha
2024-05-30firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart
2024-05-30firmware: qcom: qcm: fix unused qcom_scm_qseecom_allowlistKrzysztof Kozlowski
2024-05-17firmware: microchip: don't unconditionally print validation successConor Dooley
2024-05-17efi/unaccepted: touch soft lockup during memory acceptChen Yu
2024-05-02firmware: qcom: uefisecapp: Fix memory related IO errors and crashesMaximilian Luz
2024-04-17firmware: arm_scmi: Make raw debugfs entries non-seekableCristian Marussi
2024-04-17firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()Jens Wiklander
2024-04-13firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filena...Markus Elfring
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel
2024-04-03x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel
2024-04-03efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)
2024-03-26x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel
2024-03-26x86/efistub: Clear decompressor BSS in native EFI entrypointArd Biesheuvel
2024-03-26firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara
2024-03-06Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2024-03-04firmware: microchip: Fix over-requested allocation sizeDawei Li
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-23Merge tag 'riscv-firmware-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/s...Arnd Bergmann
2024-02-13efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny
2024-02-02efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker
2024-02-02efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker
2024-01-30efi/libstub: Add one kernel-doc commentYang Li
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2024-01-29firmware: microchip: fix wrong sizeof argumentSamasth Norway Ananda
2024-01-26Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-26x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel
2024-01-25Merge tag 'ffa-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann
2024-01-24Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_in...Thomas Zimmermann
2024-01-23riscv/efistub: Tighten ELF relocation checkArd Biesheuvel
2024-01-23riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka
2024-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi
2024-01-22firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi
2024-01-22firmware: arm_ffa: Simplify ffa_partitions_cleanup()Cristian Marussi
2024-01-22firmware: arm_ffa: Check xa_load() return valueCristian Marussi
2024-01-22firmware: arm_ffa: Add missing rwlock_init() for the driver partitionCristian Marussi
2024-01-22firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()Cristian Marussi
2024-01-22firmware: arm_scmi: Fix the clock protocol supported versionCristian Marussi
2024-01-22firmware: arm_scmi: Fix the clock protocol version for v3.2Cristian Marussi
2024-01-22firmware: arm_scmi: Use xa_insert() when saving raw queuesCristian Marussi
2024-01-22firmware: arm_scmi: Use xa_insert() to store oppsCristian Marussi
2024-01-22firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.hTanzir Hasan
2024-01-22firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi
2024-01-19Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller