index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-15
firmware: stratix10-svc: Delete some stray tabs
Dan Carpenter
1
-7
/
+7
2025-12-15
firmware: ti_sci.h: fix all kernel-doc warnings
Randy Dunlap
1
-13
/
+16
2025-12-15
firmware: arm_scmi: Fix uninitialized pointers with __free attr
Ally Heev
1
-2
/
+3
2025-12-15
firmware: arm_ffa: Tie FF-A version checks to specific features
Sudeep Holla
1
-5
/
+9
2025-12-15
firmware: arm_ffa: Unmap Rx/Tx buffers on init failure
Haoxiang Li
1
-0
/
+1
2025-12-14
firmware: cs_dsp: Don't use __free() in cs_dsp_load() and cs_dsp_load_coeff()
Richard Fitzgerald
1
-2
/
+6
2025-12-14
firmware: cs_dsp: Remove __free() from cs_dsp_debugfs_string_read()
Richard Fitzgerald
1
-9
/
+14
2025-12-13
Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-4
/
+4
2025-12-08
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
4
-1
/
+130
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-139
/
+899
2025-12-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-1
/
+165
2025-12-06
LoongArch: Add adaptive CSR accessors for 32BIT/64BIT
Huacai Chen
1
-4
/
+4
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
6
-75
/
+257
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-4
/
+4
2025-12-04
Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
9
-99
/
+308
2025-12-04
Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-16
/
+1
2025-12-04
Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-103
/
+73
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-1
/
+19
2025-12-02
Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2025-11-28
firmware: cs_dsp: Add test cases for client_ops == NULL
Richard Fitzgerald
1
-0
/
+1
2025-11-28
firmware: cs_dsp: Don't require client to provide a struct cs_dsp_client_ops
Richard Fitzgerald
1
-0
/
+6
2025-11-27
firmware: cs_dsp: Use kvzalloc() to allocate control caches
Richard Fitzgerald
1
-3
/
+3
2025-11-27
firmware: cs_dsp: Take pwr_lock around reading controls debugfs
Richard Fitzgerald
1
-0
/
+2
2025-11-26
firmware: qcom: scm: Simplify with of_machine_device_match()
Krzysztof Kozlowski
1
-16
/
+1
2025-11-26
firmware: cs_dsp: Remove redundant download buffer allocator
Richard Fitzgerald
1
-69
/
+34
2025-11-25
Merge tag 'ti-driver-soc-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/drivers
Arnd Bergmann
2
-27
/
+135
2025-11-25
Merge tag 'imx-drivers-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/drivers
Arnd Bergmann
2
-19
/
+24
2025-11-24
firmware: cs_dsp: Store control length as 32-bit
Richard Fitzgerald
1
-1
/
+1
2025-11-24
firmware: stratix10-svc: fix make htmldocs warning for stratix10_svc
Dinh Nguyen
1
-0
/
+1
2025-11-24
firmware: stratix-svc: fix make htmldocs warning
Dinh Nguyen
1
-2
/
+2
2025-11-21
docs: efi: add CPER functions to driver-api
Mauro Carvalho Chehab
1
-1
/
+1
2025-11-21
efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
Mauro Carvalho Chehab
1
-26
/
+24
2025-11-21
efi/cper: Add a new helper function to print bitmasks
Mauro Carvalho Chehab
1
-0
/
+60
2025-11-21
efi/cper: Adjust infopfx size to accept an extra space
Mauro Carvalho Chehab
1
-1
/
+1
2025-11-20
firmware: cs_dsp: Append \n to debugfs string during read
Richard Fitzgerald
1
-9
/
+8
2025-11-20
firmware: cs_dsp: Factor out common debugfs string read
Richard Fitzgerald
1
-24
/
+21
2025-11-18
efi/libstub: x86: Store EDID in boot_params
Thomas Zimmermann
1
-1
/
+2
2025-11-18
efi/libstub: gop: Add support for reading EDID
Thomas Zimmermann
4
-4
/
+67
2025-11-18
efi/libstub: gop: Initialize screen_info in helper function
Thomas Zimmermann
1
-43
/
+33
2025-11-18
efi/libstub: gop: Find GOP handle instead of GOP data
Thomas Zimmermann
1
-10
/
+17
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
2
-4
/
+4
2025-11-13
Merge tag 'socfpga_firmware_updates_for_v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-next
Greg Kroah-Hartman
2
-139
/
+898
2025-11-13
firmware: ti_sci: Partial-IO support
Markus Schneider-Pargmann (TI.com)
2
-7
/
+107
2025-11-13
firmware: ti_sci: Support transfers without response
Markus Schneider-Pargmann (TI.com)
1
-2
/
+5
2025-11-13
firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
1
-4
/
+3
2025-11-13
firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous framework.
Mahesh Rao
1
-129
/
+141
2025-11-13
firmware: stratix10-svc: Add support for RSU commands in asynchronous framework
Mahesh Rao
1
-0
/
+72
2025-11-13
firmware: stratix10-svc: Add support for async communication
Mahesh Rao
1
-4
/
+652
2025-11-13
firmware: stratix10-svc: Add mutex in stratix10 memory management
Mahesh Rao
1
-0
/
+11
[prev]
[next]