index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...
Arnd Bergmann
-0
/
+1
2025-03-05
ASoC: Merge up fixes
Mark Brown
-52
/
+38
2025-03-03
firmware: smccc: Support optional Arm SMCCC SOC_ID name
Paul Benoit
-0
/
+80
2025-02-28
Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-32
/
+29
2025-02-28
firmware: arm_ffa: Set dma_mask for ffa devices
Viresh Kumar
-0
/
+1
2025-02-27
efi/mokvar-table: Avoid repeated map/unmap of the same page
Ard Biesheuvel
-3
/
+15
2025-02-27
efi: Don't map the entire mokvar table to determine its size
Peter Jones
-28
/
+13
2025-02-27
Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-18
/
+6
2025-02-26
smccc/kvm_guest: Enable errata based on implementation CPUs
Shameer Kolothum
-0
/
+64
2025-02-26
firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
Guillaume La Roque
-0
/
+1
2025-02-25
firmware: cs_dsp: Remove async regmap writes
Richard Fitzgerald
-18
/
+6
2025-02-23
firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list
Sudeep Holla
-1
/
+1
2025-02-23
efi/cper: Fix cper_arm_ctx_info alignment
Patrick Rudolph
-1
/
+1
2025-02-23
efi/cper: Fix cper_ia_proc_ctx alignment
Patrick Rudolph
-1
/
+1
2025-02-21
Merge tag 'soc-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
-2
/
+3
2025-02-21
x86/efi/mixed: Move mixed mode startup code into libstub
Ard Biesheuvel
-0
/
+256
2025-02-21
x86/efistub: Merge PE and handover entrypoints
Ard Biesheuvel
-23
/
+29
2025-02-21
firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET
Sudeep Holla
-1
/
+1
2025-02-21
firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...
Sudeep Holla
-1
/
+1
2025-02-21
efi: rci2: mark bin_attribute as __ro_after_init
Thomas Weißschuh
-1
/
+1
2025-02-21
firmware: qemu_fw_cfg: constify 'struct bin_attribute'
Thomas Weißschuh
-3
/
+3
2025-02-21
efi/mokvar: Use const 'struct bin_attribute' callback
Thomas Weißschuh
-2
/
+2
2025-02-21
firmware: dmi: Constify 'struct bin_attribute'
Thomas Weißschuh
-3
/
+3
2025-02-21
firmware: dmi: Define bin_attributes through macro
Thomas Weißschuh
-17
/
+11
2025-02-21
firmware: dmi: Mark bin_attributes as __ro_after_init
Thomas Weißschuh
-2
/
+2
2025-02-20
Merge tag 'scmi-fix-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
-2
/
+2
2025-02-19
firmware: cs_dsp: test_control_parse: null-terminate test strings
Thomas Weißschuh
-32
/
+19
2025-02-19
firmware: cs_dsp: test_bin_error: Use same test cases for adsp2 and Halo Core
Richard Fitzgerald
-9
/
+4
2025-02-18
firmware: imx-scu: fix OF node leak in .probe()
Joe Hattori
-0
/
+1
2025-02-17
firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...
Sudeep Holla
-7
/
+24
2025-02-17
firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callback
Sudeep Holla
-42
/
+117
2025-02-17
firmware: arm_ffa: Add support for handling framework notifications
Sudeep Holla
-7
/
+43
2025-02-17
firmware: arm_ffa: Add support for {un,}registration of framework notifications
Sudeep Holla
-21
/
+92
2025-02-17
firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_info
Sudeep Holla
-8
/
+7
2025-02-17
firmware: arm_ffa: Refactoring to prepare for framework notification support
Sudeep Holla
-23
/
+34
2025-02-17
firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()
Sudeep Holla
-17
/
+16
2025-02-17
firmware: arm_ffa: Reject higher major version as incompatible
Sudeep Holla
-0
/
+8
2025-02-17
firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driver
Sudeep Holla
-1
/
+1
2025-02-17
firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2
Sudeep Holla
-3
/
+4
2025-02-17
firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions
Sudeep Holla
-4
/
+6
2025-02-17
firmware: arm_ffa: Handle the presence of host partition in the partition info
Sudeep Holla
-0
/
+4
2025-02-17
firmware: arm_ffa: Refactor addition of partition information into XArray
Viresh Kumar
-25
/
+22
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()
Sudeep Holla
-2
/
+29
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()
Sudeep Holla
-3
/
+15
2025-02-17
firmware: arm_ffa: Align sync_send_receive{,2} function prototypes
Sudeep Holla
-2
/
+2
2025-02-17
firmware: arm_ffa: Replace UUID buffer to standard UUID format
Sudeep Holla
-3
/
+1
2025-02-17
firmware: arm_ffa: Replace SCMI by FF-A in the macro
Sudeep Holla
-3
/
+3
2025-02-17
firmware: xilinx: Dont send linux address to get fpga config get status
Siva Durga Prasad Paladugu
-5
/
+1
2025-02-17
firmware: Exynos ACPM: Fix spelling mistake "Faile" -> "Failed"
Colin Ian King
-1
/
+1
2025-02-16
firmware: add Exynos ACPM protocol driver
Tudor Ambarus
-0
/
+1065
[prev]
[next]