summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-181-0/+278
|\
| * firmware: cs_dsp: Add write sequence interfaceJames Ogletree2024-06-281-0/+278
* | firmware: qcom: tzmem: don't ask about allocator mode when not enabledLinus Torvalds2024-07-171-0/+1
* | Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-1610-59/+120
|\ \
| * | efi: Replace efi_memory_attributes_table_t 0-sized array with flexible arrayKees Cook2024-07-121-1/+1
| * | efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()Kees Cook2024-07-123-3/+3
| * | arm64/efistub: Clean up KASLR logicArd Biesheuvel2024-07-102-20/+13
| * | x86/efistub: Drop redundant clearing of BSSArd Biesheuvel2024-07-081-3/+0
| * | x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel2024-07-081-4/+1
| * | x86/efistub: Call Apple set_os protocol on dual GPU Intel MacsAditya Garg2024-07-081-3/+68
| * | x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel2024-07-082-15/+26
| * | efistub/smbios: Simplify SMBIOS enumeration APIArd Biesheuvel2024-07-023-9/+7
| * | x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel2024-07-021-1/+1
* | | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-1621-350/+992
|\ \ \
| * | | firmware: turris-mox-rwtm: Initialize completion before mailboxMarek Behún2024-07-151-2/+1
| * | | firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...Marek Behún2024-07-151-9/+6
| * | | firmware: turris-mox-rwtm: Do not complete if there are no waitersMarek Behún2024-07-151-1/+4
| * | | Merge tag 'qcom-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-07-091-1/+3
| |\ \ \
| | * | | firmware: qcom: tzmem: blacklist more platforms for SHM BridgeDmitry Baryshkov2024-07-061-0/+2
| | * | | firmware: qcom: tzmem: simplify returning pointer without cleanupKrzysztof Kozlowski2024-07-061-1/+1
| * | | | Merge tag 'zynqmp-soc2-for-6.11' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann2024-07-091-3/+0
| |\ \ \ \
| | * | | | firmware: xilinx: Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.hRonak Jain2024-06-031-3/+0
| | | |_|/ | | |/| |
| * | | | Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2024-07-098-229/+775
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | firmware: qcom: tzmem: export devm_qcom_tzmem_pool_new()Bartosz Golaszewski2024-06-251-0/+1
| | * | | firmware: qcom: scm: clarify the comment in qcom_scm_pas_init_image()Bartosz Golaszewski2024-06-231-0/+7
| | * | | firmware: qcom: scm: add support for SHM bridge memory carveoutBartosz Golaszewski2024-06-231-0/+6
| | * | | firmware: qcom: tzmem: enable SHM Bridge supportBartosz Golaszewski2024-06-232-1/+88
| | * | | firmware: qcom: scm: add support for SHM bridge operationsBartosz Golaszewski2024-06-232-0/+63
| | * | | firmware: qcom: qseecom: convert to using the TZ allocatorBartosz Golaszewski2024-06-232-164/+109
| | * | | firmware: qcom: scm: make qcom_scm_qseecom_app_get_id() use the TZ allocatorBartosz Golaszewski2024-06-231-14/+4
| | * | | firmware: qcom: scm: make qcom_scm_lmh_dcvsh() use the TZ allocatorBartosz Golaszewski2024-06-231-5/+4
| | * | | firmware: qcom: scm: make qcom_scm_ice_set_key() use the TZ allocatorBartosz Golaszewski2024-06-231-16/+5
| | * | | firmware: qcom: scm: make qcom_scm_assign_mem() use the TZ allocatorBartosz Golaszewski2024-06-231-4/+6
| | * | | firmware: qcom: scm: smc: switch to using the SCM allocatorBartosz Golaszewski2024-06-233-22/+16
| | * | | firmware: qcom: scm: enable the TZ mem allocatorBartosz Golaszewski2024-06-232-0/+23
| | * | | firmware: qcom: add a dedicated TrustZone buffer allocatorBartosz Golaszewski2024-06-234-0/+423
| | * | | Merge branch '20240430-a750-raytracing-v3-2-7f57c5ac082d@gmail.com' into driv...Bjorn Andersson2024-06-212-0/+17
| | |\ \ \
| | | * | | firmware: qcom: scm: Add gpu_init_regs callConnor Abbott2024-06-212-0/+17
| | | |/ /
| | * | | firmware: qcom-scm: Remove QCOM_SMC_WAITQ_FLAG_WAKE_ALLUnnathi Chalicheemala2024-05-271-4/+2
| | * | | firmware: qcom: uefisecapp: Allow on X1E devicesBjorn Andersson2024-05-271-0/+2
| | |/ /
| * | | Merge tag 'ti-driver-soc-for-v6.11' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-07-091-1/+1
| |\ \ \
| | * | | firmware: ti_sci: fix TISCI protocol URL linkRichard Genoud2024-06-281-1/+1
| | |/ /
| * | | Merge tag 'riscv-firmware-for-v6.11' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2024-07-091-69/+67
| |\ \ \
| | * | | firmware: microchip: use scope-based cleanup where possibleConor Dooley2024-06-051-43/+16
| | * | | firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_a...Conor Dooley2024-06-051-19/+13
| | * | | firmware: microchip: support writing bitstream info to flashConor Dooley2024-06-051-8/+39
| | |/ /
| * | | Merge tag 'amlogic-drivers-for-v6.11' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann2024-07-011-0/+1
| |\ \ \
| | * | | firmware: meson_sm: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| | |/ /
| * | | Merge tag 'ffa-updates-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2024-06-274-29/+58
| |\ \ \
| | * | | firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla2024-05-304-16/+15