aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2025-02-17firmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar1-25/+22
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()Sudeep Holla1-2/+29
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()Sudeep Holla1-3/+15
2025-02-17firmware: arm_ffa: Align sync_send_receive{,2} function prototypesSudeep Holla1-2/+2
2025-02-17firmware: arm_ffa: Replace UUID buffer to standard UUID formatSudeep Holla1-3/+1
2025-02-17firmware: arm_ffa: Replace SCMI by FF-A in the macroSudeep Holla1-3/+3
2025-02-17firmware: xilinx: Dont send linux address to get fpga config get statusSiva Durga Prasad Paladugu1-5/+1
2025-02-17firmware: Exynos ACPM: Fix spelling mistake "Faile" -> "Failed"Colin Ian King1-1/+1
2025-02-16firmware: add Exynos ACPM protocol driverTudor Ambarus8-0/+1065
2025-02-14Merge tag 'efi-fixes-for-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds3-2/+10
2025-02-14firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXCGeert Uytterhoeven1-0/+1
2025-02-13firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_setPeng Fan1-2/+2
2025-02-08firmware: qcom: uefisecapp: fix efivars registration raceJohan Hovold1-9/+9
2025-02-07Merge tag 'stable/for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibftLinus Torvalds2-2/+5
2025-02-06efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli3-18/+0
2025-02-06efi/cper, cxl: Make definitions and structures globalSmita Koralahalli3-85/+2
2025-02-06efi/cper, cxl: Prefix protocol error struct and function names with cxl_Smita Koralahalli3-5/+7
2025-02-04firmware: qcom: scm: Fix error code in probe()Dan Carpenter1-2/+2
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel3-2/+10
2025-02-03firmware: arm_scmi: Emit modalias for SCMI devicesSudeep Holla1-0/+12
2025-02-03firmware: arm_scmi: Add name and protocol id attributesSudeep Holla1-0/+38
2025-02-03firmware: arm_scmi: Relax duplicate name constraint across protocol idsSudeep Holla1-13/+6
2025-01-31Merge tag 'sound-fix-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+2
2025-01-29iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic()Chengen Du1-1/+4
2025-01-29firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entryPrasad Pandit1-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-10/+10
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+3
2025-01-27firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAPGeert Uytterhoeven1-4/+2
2025-01-24Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds13-444/+200
2025-01-24Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds10-42/+330
2025-01-24Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds17-0/+17067
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2025-01-21Merge tag 'chrome-platform-firmware-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds4-14/+14
2025-01-15Merge tag 'qcom-drivers-for-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann3-17/+264
2025-01-15Merge tag 'scmi-updates-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/driversArnd Bergmann7-25/+66
2025-01-15arm_scmi: don't mess with ->d_parent->d_nameAl Viro1-6/+6
2025-01-14efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap1-1/+1
2025-01-14efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel3-26/+20
2025-01-14efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel5-29/+20
2025-01-14efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel2-49/+13
2025-01-14efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel1-162/+103
2025-01-14efi/libstub: Simplify GOP handling codeArd Biesheuvel4-74/+37
2025-01-14efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel4-12/+8
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel2-93/+0
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman5-13/+15
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman5-13/+15
2025-01-09Merge tag 'socfpga_firmware_update_for_v6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-nextGreg Kroah-Hartman1-6/+3
2025-01-08firmware: qcom: scm: add calls for wrapped key supportGaurav Kashyap2-0/+218
2025-01-08ASoC: Merge up v6.13-rc6Mark Brown8-31/+21
2025-01-06firmware: qcom: scm: smc: Narrow 'mempool' variable scopeKrzysztof Kozlowski1-1/+2