summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2024-06-12efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan
2024-06-12x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel
2024-06-12firmware: dmi-id: add a release callback functionArnd Bergmann
2024-06-12firmware: qcom: scm: Fix __scm and waitq completion variable initializationMukesh Ojha
2024-06-12firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart
2024-04-17firmware: arm_scmi: Make raw debugfs entries non-seekableCristian Marussi
2024-04-13firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filena...Markus Elfring
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd 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-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann
2024-03-01efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker
2024-03-01efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker
2024-03-01riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka
2024-02-23x86/efi: Disregard setup header of loaded imageArd Biesheuvel
2024-02-23x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel
2024-02-16x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2024-02-16x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel
2024-01-31firmware: arm_scmi: Use xa_insert() when saving raw queuesCristian Marussi
2024-01-31firmware: arm_scmi: Use xa_insert() to store oppsCristian Marussi
2024-01-31Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_in...Thomas Zimmermann
2024-01-31firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi
2024-01-25firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()Christophe JAILLET
2024-01-20efi/loongarch: Use load address to calculate kernel entry addressWang Yao
2023-12-20efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel
2023-12-13firmware: arm_scmi: Fix possible frequency truncation when using level indexi...Sudeep Holla
2023-12-13firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()Ulf Hansson
2023-12-13firmware: arm_scmi: Fix frequency truncation by promoting multiplier typeSudeep Holla
2023-12-13firmware: arm_scmi: Extend perf protocol ops to get information of a domainUlf Hansson
2023-12-13firmware: arm_scmi: Extend perf protocol ops to get number of domainsUlf Hansson
2023-12-08efi/unaccepted: Fix off-by-one when checking for overlapping rangesMichael Roth
2023-11-28firmware: qcom_scm: use 64-bit calling convention only when client is 64-bitKathiravan Thirumoorthy
2023-11-20firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta
2023-11-20firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla
2023-11-20firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla
2023-11-20firmware: ti_sci: Mark driver as non removableDhruva Gole
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-22Merge tag 'efi-fixes-for-v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel
2023-10-20efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-16Merge tag 'imx-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu