aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-07-16firmware: qcom: tzmem: don't ask about allocator mode when not enabledLinus Torvalds1-0/+1
2024-07-16Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-59/+120
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-350/+992
2024-07-15Merge tag 'tag-chrome-platform-firmware-for-v6.11' of git://git.kernel.org/pu...Linus Torvalds8-0/+8
2024-07-15firmware: turris-mox-rwtm: Initialize completion before mailboxMarek Behún1-2/+1
2024-07-15firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...Marek Behún1-9/+6
2024-07-15firmware: turris-mox-rwtm: Do not complete if there are no waitersMarek Behún1-1/+4
2024-07-12Merge tag 'sound-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-65/+162
2024-07-12efi: Replace efi_memory_attributes_table_t 0-sized array with flexible arrayKees Cook1-1/+1
2024-07-12efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook3-3/+3
2024-07-10arm64/efistub: Clean up KASLR logicArd Biesheuvel2-20/+13
2024-07-09Merge tag 'qcom-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+3
2024-07-09Merge tag 'zynqmp-soc2-for-6.11' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann1-3/+0
2024-07-09Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann8-229/+775
2024-07-09Merge tag 'ti-driver-soc-for-v6.11' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2024-07-09Merge tag 'riscv-firmware-for-v6.11' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-69/+67
2024-07-08firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw filesRichard Fitzgerald1-2/+2
2024-07-08x86/efistub: Drop redundant clearing of BSSArd Biesheuvel1-3/+0
2024-07-08x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel1-4/+1
2024-07-08x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg1-3/+68
2024-07-08x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel2-15/+26
2024-07-06firmware: qcom: tzmem: blacklist more platforms for SHM BridgeDmitry Baryshkov1-0/+2
2024-07-06firmware: qcom: tzmem: simplify returning pointer without cleanupKrzysztof Kozlowski1-1/+1
2024-07-04Merge tag 'drm-misc-fixes-2024-07-04' of https://gitlab.freedesktop.org/drm/m...Daniel Vetter1-4/+8
2024-07-02efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel3-9/+7
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel1-1/+1
2024-07-01Merge tag 'amlogic-drivers-for-v6.11' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+1
2024-07-01firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headersRichard Fitzgerald1-31/+113
2024-07-01firmware: cs_dsp: Validate payload length before processing blockRichard Fitzgerald1-21/+15
2024-07-01firmware: cs_dsp: Return error if block header overflows fileRichard Fitzgerald1-4/+14
2024-07-01firmware: cs_dsp: Fix overflow checking of wmfw headerRichard Fitzgerald1-7/+18
2024-06-28firmware: sysfb: Fix reference count of sysfb parent deviceThomas Zimmermann1-4/+8
2024-06-27firmware: ti_sci: fix TISCI protocol URL linkRichard Genoud1-1/+1
2024-06-27Merge tag 'ffa-updates-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-29/+58
2024-06-27Merge tag 'scmi-updates-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann4-7/+77
2024-06-24firmware: qcom: tzmem: export devm_qcom_tzmem_pool_new()Bartosz Golaszewski1-0/+1
2024-06-24firmware: meson_sm: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-23firmware: qcom: scm: clarify the comment in qcom_scm_pas_init_image()Bartosz Golaszewski1-0/+7
2024-06-23firmware: qcom: scm: add support for SHM bridge memory carveoutBartosz Golaszewski1-0/+6
2024-06-23firmware: qcom: tzmem: enable SHM Bridge supportBartosz Golaszewski2-1/+88
2024-06-23firmware: qcom: scm: add support for SHM bridge operationsBartosz Golaszewski2-0/+63
2024-06-23firmware: qcom: qseecom: convert to using the TZ allocatorBartosz Golaszewski2-164/+109
2024-06-23firmware: qcom: scm: make qcom_scm_qseecom_app_get_id() use the TZ allocatorBartosz Golaszewski1-14/+4
2024-06-23firmware: qcom: scm: make qcom_scm_lmh_dcvsh() use the TZ allocatorBartosz Golaszewski1-5/+4
2024-06-23firmware: qcom: scm: make qcom_scm_ice_set_key() use the TZ allocatorBartosz Golaszewski1-16/+5
2024-06-23firmware: qcom: scm: make qcom_scm_assign_mem() use the TZ allocatorBartosz Golaszewski1-4/+6
2024-06-23firmware: qcom: scm: smc: switch to using the SCM allocatorBartosz Golaszewski3-22/+16
2024-06-23firmware: qcom: scm: enable the TZ mem allocatorBartosz Golaszewski2-0/+23
2024-06-23firmware: qcom: add a dedicated TrustZone buffer allocatorBartosz Golaszewski4-0/+423
2024-06-22Merge tag 'arm-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+3