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
2024-08-14
firmware: qcom: tzmem: fix virtual-to-physical address conversion
Bartosz Golaszewski
-11
/
+21
2024-08-14
firmware: qcom: scm: Mark get_wq_ctx() as atomic call
Murali Nalajala
-1
/
+1
2024-08-14
firmware: qcom: scm: Disable SDI and write no dump to dump mode
Mukesh Ojha
-4
/
+2
2024-08-13
firmware: raspberrypi: Improve timeout warning
Stefan Wahren
-1
/
+2
2024-08-13
firmware: arm_scmi: Make MBOX transport a standalone driver
Cristian Marussi
-52
/
+77
2024-08-13
firmware: arm_scmi: Add support for standalone transport drivers
Cristian Marussi
-2
/
+136
2024-08-13
firmware: arm_scmi: Introduce packet handling helpers
Cristian Marussi
-75
/
+131
2024-08-13
firmware: arm_scmi: Introduce setup_shmem_iomap
Peng Fan
-76
/
+56
2024-08-13
firmware: arm_scmi: Fix double free in OPTEE transport
Cristian Marussi
-0
/
+7
2024-08-09
firmware: arm_scmi: Fix voltage description in failure cases
Etienne Carriere
-1
/
+3
2024-08-09
firmware: arm_scmi: Add support to reset the debug metrics
Luke Parkin
-1
/
+21
2024-08-09
firmware: arm_scmi: Create debugfs files for SCMI communication debug metrics
Luke Parkin
-0
/
+33
2024-08-09
firmware: arm_scmi: Track basic SCMI communication debug metrics
Luke Parkin
-5
/
+34
2024-08-09
firmware: arm_scmi: Add support for debug metrics at the interface
Luke Parkin
-0
/
+26
2024-08-09
firmware: arm_scmi: Remove superfluous handle_to_scmi_info
Luke Parkin
-3
/
+0
2024-07-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
-1
/
+6
2024-07-28
firmware: qcom: scm: Allow QSEECOM on ThinkPad T14s
Konrad Dybcio
-0
/
+1
2024-07-27
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+2
2024-07-26
riscv: enable HAVE_ARCH_STACKLEAK
Jisheng Zhang
-1
/
+2
2024-07-25
Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-5
/
+17
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-7
/
+7
2024-07-22
Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
-0
/
+2
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+13
2024-07-20
LoongArch: Add writecombine support for DMW-based ioremap()
Huacai Chen
-0
/
+2
2024-07-19
Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-45
/
+26
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-7
/
+4
2024-07-18
x86/efistub: Revert to heap allocated boot_params for PE entrypoint
Ard Biesheuvel
-5
/
+15
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
-0
/
+278
2024-07-17
efi/libstub: Zero initialize heap allocated struct screen_info
Qiang Ma
-0
/
+2
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
-1
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
-7
/
+4
2024-07-16
firmware: qcom: tzmem: don't ask about allocator mode when not enabled
Linus Torvalds
-0
/
+1
2024-07-16
Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-59
/
+120
2024-07-16
Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-350
/
+992
2024-07-15
Merge tag 'tag-chrome-platform-firmware-for-v6.11' of git://git.kernel.org/pu...
Linus Torvalds
-0
/
+8
2024-07-15
firmware: turris-mox-rwtm: Initialize completion before mailbox
Marek Behún
-2
/
+1
2024-07-15
firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...
Marek Behún
-9
/
+6
2024-07-15
firmware: turris-mox-rwtm: Do not complete if there are no waiters
Marek Behún
-1
/
+4
2024-07-12
Merge tag 'sound-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
-65
/
+162
2024-07-12
efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array
Kees Cook
-1
/
+1
2024-07-12
efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()
Kees Cook
-3
/
+3
2024-07-11
firmware: cs_dsp: Some small coding improvements
Mark Brown
-110
/
+185
2024-07-10
firmware: cs_dsp: Rename fw_ver to wmfw_ver
Richard Fitzgerald
-10
/
+10
2024-07-10
firmware: cs_dsp: Clarify wmfw format version log message
Richard Fitzgerald
-3
/
+2
2024-07-10
firmware: cs_dsp: Make wmfw and bin filename arguments const char *
Richard Fitzgerald
-4
/
+4
2024-07-10
firmware: cs_dsp: Don't allocate temporary buffer for info text
Richard Fitzgerald
-28
/
+7
2024-07-10
arm64/efistub: Clean up KASLR logic
Ard Biesheuvel
-20
/
+13
2024-07-09
Merge tag 'qcom-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
-1
/
+3
2024-07-09
Merge tag 'zynqmp-soc2-for-6.11' of https://github.com/Xilinx/linux-xlnx into...
Arnd Bergmann
-3
/
+0
2024-07-09
Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
-229
/
+775
[prev]
[next]