summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-04Merge tag 'sound-fix-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-105/+6
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-25/+19
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-81/+448
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-172/+1605
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-41/+23
2025-03-25Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-0/+261
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+66
2025-03-25firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on successRichard Fitzgerald1-0/+2
2025-03-20Merge tag 'zynqmp-soc-for-6.15' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann1-5/+1
2025-03-20Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton1-0/+66
2025-03-19Merge tag 'ti-driver-soc-for-v6.15' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+1
2025-03-19Merge tag 'samsung-drivers-6.15' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann8-0/+1065
2025-03-18firmware: thead: add CONFIG_MAILBOX dependencyArnd Bergmann1-0/+1
2025-03-18firmware: thead,th1520-aon: Fix use after free in th1520_aon_init()Dan Carpenter1-1/+3
2025-03-14Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2-11/+11
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel6-57/+136
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel1-0/+4
2025-03-13firmware: thead: Add AON firmware protocol driverMichal Wilczynski3-0/+258
2025-03-13efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel1-0/+26
2025-03-10efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()Ethan Carter Edwards1-1/+1
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman6-52/+38
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel3-23/+285
2025-03-06smccc: kvm_guest: Fix kernel builds for 32 bit armShameer Kolothum1-0/+2
2025-03-06firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()Arnd Bergmann1-10/+0
2025-03-06Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-144/+402
2025-03-06Merge tag 'scmi-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-13/+56
2025-03-06Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+80
2025-03-06Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+1
2025-03-05ASoC: Merge up fixesMark Brown6-52/+38
2025-03-03firmware: smccc: Support optional Arm SMCCC SOC_ID namePaul Benoit1-0/+80
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+29
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar1-0/+1
2025-02-27efi/mokvar-table: Avoid repeated map/unmap of the same pageArd Biesheuvel1-3/+15
2025-02-27efi: Don't map the entire mokvar table to determine its sizePeter Jones1-28/+13
2025-02-27Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+6
2025-02-26smccc/kvm_guest: Enable errata based on implementation CPUsShameer Kolothum1-0/+64
2025-02-26firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driverGuillaume La Roque1-0/+1
2025-02-25firmware: cs_dsp: Remove async regmap writesRichard Fitzgerald1-18/+6
2025-02-23firmware: arm_ffa: Skip the first/partition ID when parsing vCPU listSudeep Holla1-1/+1
2025-02-23efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph1-1/+1
2025-02-23efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph1-1/+1
2025-02-21Merge tag 'soc-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2-2/+3
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel2-0/+256
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel1-23/+29
2025-02-21firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GETSudeep Holla1-1/+1
2025-02-21firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...Sudeep Holla1-1/+1
2025-02-21efi: rci2: mark bin_attribute as __ro_after_initThomas Weißschuh1-1/+1