summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-313-13/+24
|\
| * Merge tag 'riscv-soc-fixes-for-v6.11-rc6' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-08-281-1/+1
| |\
| | * firmware: microchip: fix incorrect error report of programming:timeout on suc...Steve Wilkins2024-08-221-1/+1
| * | Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2024-08-282-12/+23
| |\ \
| | * | firmware: qcom: tzmem: disable sdm670 platformRichard Acayan2024-08-211-0/+1
| | * | firmware: qcom: tzmem: fix virtual-to-physical address conversionBartosz Golaszewski2024-08-151-11/+21
| | * | firmware: qcom: scm: Mark get_wq_ctx() as atomic callMurali Nalajala2024-08-151-1/+1
| | |/
* | | Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-08-301-6/+13
|\ \ \ | |/ / |/| |
| * | video/aperture: optionally match the device in sysfb_disable()Alex Deucher2024-08-271-6/+13
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-291-1/+6
|\ \ | |/ |/|
| * ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-1/+2
| * ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-101-0/+4
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+2
|\ \
| * | riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-261-1/+2
* | | Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-252-5/+17
|\ \ \
| * | | x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel2024-07-181-5/+15
| * | | efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma2024-07-171-0/+2
* | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-7/+7
|\ \ \ \
| * | | | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-033-7/+7
* | | | | Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-221-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen2024-07-201-0/+2
* | | | | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-201-0/+13
|\ \ \ \ \
| * | | | | riscv: dmi: Add SMBIOS/DMI supportHaibo Xu2024-06-261-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-07-191-45/+26
|\ \ \ \ \
| * \ \ \ \ firmware: cs_dsp: Some small coding improvementsMark Brown2024-07-111-110/+185
| |\ \ \ \ \
| | * | | | | firmware: cs_dsp: Rename fw_ver to wmfw_verRichard Fitzgerald2024-07-101-10/+10
| | * | | | | firmware: cs_dsp: Clarify wmfw format version log messageRichard Fitzgerald2024-07-101-3/+2
| | * | | | | firmware: cs_dsp: Make wmfw and bin filename arguments const char *Richard Fitzgerald2024-07-101-4/+4
| | * | | | | firmware: cs_dsp: Don't allocate temporary buffer for info textRichard Fitzgerald2024-07-101-28/+7
| * | | | | | firmware: cs_dsp: Don't allow writes to read-only controlsRichard Fitzgerald2024-07-021-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-7/+4
|\ \ \ \ \ \
| * | | | | | virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
| * | | | | | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-7/+4
* | | | | | | 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