Skip to content

Commit c6e9e05

Browse files
committed
Merge branch 'sound/upstream-20260722' into merge/sound-upstream-20260722
2 parents d075847 + eaba4f6 commit c6e9e05

15,458 files changed

Lines changed: 818162 additions & 271067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ ForEachMacros:
481481
- 'genradix_for_each'
482482
- 'genradix_for_each_from'
483483
- 'genradix_for_each_reverse'
484+
- 'guard'
484485
- 'hash_for_each'
485486
- 'hash_for_each_possible'
486487
- 'hash_for_each_possible_rcu'
@@ -674,6 +675,7 @@ ForEachMacros:
674675
- 'rq_list_for_each'
675676
- 'rq_list_for_each_safe'
676677
- 'sample_read_group__for_each'
678+
- 'scoped_guard'
677679
- 'scsi_for_each_prot_sg'
678680
- 'scsi_for_each_sg'
679681
- 'sctp_for_each_hentry'

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
*.s
5050
*.so
5151
*.so.dbg
52+
*.spdx.json
5253
*.su
5354
*.symtypes
5455
*.tab.[ch]
@@ -57,6 +58,7 @@
5758
*.zst
5859
Module.symvers
5960
dtbs-list
61+
builtin.order
6062
modules.order
6163

6264
#
@@ -68,6 +70,7 @@ modules.order
6870
/vmlinux.32
6971
/vmlinux.map
7072
/vmlinux.symvers
73+
/vmlinux.thinlto-index
7174
/vmlinux.unstripped
7275
/vmlinux-gdb.py
7376
/vmlinuz
@@ -186,5 +189,8 @@ sphinx_*/
186189
# Rust analyzer configuration
187190
/rust-project.json
188191

192+
# rustc error message long types
193+
*.long-type-*.txt
194+
189195
# bc language scripts (not LLVM bitcode)
190196
!kernel/time/timeconst.bc

.mailmap

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ Alexander Lobakin <alobakin@pm.me> <bloodyreaper@yandex.ru>
3636
Alexander Mikhalitsyn <alexander@mihalicyn.com> <alexander.mikhalitsyn@virtuozzo.com>
3737
Alexander Mikhalitsyn <alexander@mihalicyn.com> <aleksandr.mikhalitsyn@canonical.com>
3838
Alexander Mikhalitsyn <alexander@mihalicyn.com> <aleksandr.mikhalitsyn@futurfusion.io>
39-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin.ext@nsn.com>
40-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin@gmx.de>
41-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin@nokia.com>
42-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin@nsn.com>
43-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin@siemens.com>
44-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <alexander.sverdlin@sysgo.com>
45-
Alexander Sverdlin <alexander.sverdlin@gmail.com> <subaparts@yandex.ru>
39+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin.ext@nsn.com>
40+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin@gmail.com>
41+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin@gmx.de>
42+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin@nokia.com>
43+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin@nsn.com>
44+
Alexander Sverdlin <alex@sverdlin.org> <alexander.sverdlin@sysgo.com>
45+
Alexander Sverdlin <alex@sverdlin.org> <asv@kernel.org>
46+
Alexander Sverdlin <alex@sverdlin.org> <subaparts@yandex.ru>
4647
Alexandre Belloni <alexandre.belloni@bootlin.com> <alexandre.belloni@free-electrons.com>
4748
Alexandre Ghiti <alex@ghiti.fr> <alexandre.ghiti@canonical.com>
4849
Alexei Avshalom Lazar <quic_ailizaro@quicinc.com> <ailizaro@codeaurora.org>
@@ -117,6 +118,7 @@ Asutosh Das <quic_asutoshd@quicinc.com> <asutoshd@codeaurora.org>
117118
Atish Patra <atish.patra@linux.dev> <atishp@atishpatra.org>
118119
Atish Patra <atish.patra@linux.dev> <atish.patra@wdc.com>
119120
Avaneesh Kumar Dwivedi <quic_akdwived@quicinc.com> <akdwived@codeaurora.org>
121+
Avri Altman <avri.altman@sandisk.com> <avri.altman@wdc.com>
120122
Axel Dyks <xl@xlsigned.net>
121123
Axel Lin <axel.lin@gmail.com>
122124
Balakrishna Godavarthi <quic_bgodavar@quicinc.com> <bgodavar@codeaurora.org>
@@ -126,6 +128,7 @@ Baolin Wang <baolin.wang@linux.alibaba.com> <baolin.wang@linaro.org>
126128
Baolin Wang <baolin.wang@linux.alibaba.com> <baolin.wang@spreadtrum.com>
127129
Baolin Wang <baolin.wang@linux.alibaba.com> <baolin.wang@unisoc.com>
128130
Baolin Wang <baolin.wang@linux.alibaba.com> <baolin.wang7@gmail.com>
131+
Baoquan He <baoquan.he@linux.dev> <bhe@redhat.com>
129132
Barry Song <baohua@kernel.org> <21cnbao@gmail.com>
130133
Barry Song <baohua@kernel.org> <v-songbaohua@oppo.com>
131134
Barry Song <baohua@kernel.org> <song.bao.hua@hisilicon.com>
@@ -201,9 +204,9 @@ Christophe Ricard <christophe.ricard@gmail.com>
201204
Christopher Obbard <christopher.obbard@linaro.org> <chris.obbard@collabora.com>
202205
Christoph Hellwig <hch@lst.de>
203206
Christoph Manszewski <c.manszewski@gmail.com> <christoph.manszewski@intel.com>
204-
Chuck Lever <chuck.lever@oracle.com> <cel@kernel.org>
205-
Chuck Lever <chuck.lever@oracle.com> <cel@netapp.com>
206-
Chuck Lever <chuck.lever@oracle.com> <cel@citi.umich.edu>
207+
Chuck Lever <cel@kernel.org> <chuck.lever@oracle.com>
208+
Chuck Lever <cel@kernel.org> <cel@netapp.com>
209+
Chuck Lever <cel@kernel.org> <cel@citi.umich.edu>
207210
Claudiu Beznea <claudiu.beznea@tuxon.dev> <claudiu.beznea@microchip.com>
208211
Colin Ian King <colin.i.king@gmail.com> <colin.king@canonical.com>
209212
Corey Minyard <minyard@acm.org>
@@ -370,6 +373,7 @@ Jarkko Sakkinen <jarkko@kernel.org> <jarkko.sakkinen@opinsys.com>
370373
Jason Gunthorpe <jgg@ziepe.ca> <jgg@mellanox.com>
371374
Jason Gunthorpe <jgg@ziepe.ca> <jgg@nvidia.com>
372375
Jason Gunthorpe <jgg@ziepe.ca> <jgunthorpe@obsidianresearch.com>
376+
Jason Wang <jasowangio@gmail.com> <jasowang@redhat.com>
373377
Jason Xing <kerneljasonxing@gmail.com> <kernelxing@tencent.com>
374378
<javier@osg.samsung.com> <javier.martinez@collabora.co.uk>
375379
Javi Merino <javi.merino@kernel.org> <javi.merino@arm.com>
@@ -395,12 +399,14 @@ Jens Axboe <axboe@kernel.dk> <jens.axboe@oracle.com>
395399
Jens Axboe <axboe@kernel.dk> <axboe@fb.com>
396400
Jens Axboe <axboe@kernel.dk> <axboe@meta.com>
397401
Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
402+
Jens Wiklander <jenswi@kernel.org> <jens.wiklander@linaro.org>
398403
Jernej Skrabec <jernej.skrabec@gmail.com> <jernej.skrabec@siol.net>
399404
Jesper Dangaard Brouer <hawk@kernel.org> <brouer@redhat.com>
400405
Jesper Dangaard Brouer <hawk@kernel.org> <hawk@comx.dk>
401406
Jesper Dangaard Brouer <hawk@kernel.org> <jbrouer@redhat.com>
402407
Jesper Dangaard Brouer <hawk@kernel.org> <jdb@comx.dk>
403408
Jesper Dangaard Brouer <hawk@kernel.org> <netoptimizer@brouer.com>
409+
Jesse Brandeburg <jbrandeb@kernel.org> <jesse.brandeburg@intel.com>
404410
Jessica Zhang <jesszhan0024@gmail.com> <jesszhan@codeaurora.org>
405411
Jessica Zhang <jesszhan0024@gmail.com> <quic_jesszhan@quicinc.com>
406412
Jessica Zhang <jesszhan0024@gmail.com> <jessica.zhang@oss.qualcomm.com>
@@ -435,6 +441,7 @@ John Stultz <johnstul@us.ibm.com>
435441
Jonas Gorski <jonas.gorski@gmail.com> <jogo@openwrt.org>
436442
Jonathan Cameron <jic23@kernel.org> <jonathan.cameron@huawei.com>
437443
Jordan Crouse <jordan@cosmicpenguin.net> <jcrouse@codeaurora.org>
444+
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> <jorge.ramirez-ortiz@linaro.org>
438445
<josh@joshtriplett.org> <josh@freedesktop.org>
439446
<josh@joshtriplett.org> <josh@kernel.org>
440447
<josh@joshtriplett.org> <josht@linux.vnet.ibm.com>
@@ -448,6 +455,7 @@ Juha Yrjola <juha.yrjola@nokia.com>
448455
Juha Yrjola <juha.yrjola@solidboot.com>
449456
Julien Thierry <julien.thierry.kdev@gmail.com> <julien.thierry@arm.com>
450457
Justin Iurman <justin.iurman@gmail.com> <justin.iurman@uliege.be>
458+
Ira Weiny <iweiny@kernel.org> <ira.weiny@intel.com>
451459
Iskren Chernev <me@iskren.info> <iskren.chernev@gmail.com>
452460
Kalle Valo <kvalo@kernel.org> <kvalo@codeaurora.org>
453461
Kalle Valo <kvalo@kernel.org> <quic_kvalo@quicinc.com>
@@ -524,7 +532,8 @@ Luca Ceresoli <luca.ceresoli@bootlin.com> <luca@lucaceresoli.net>
524532
Luca Weiss <luca@lucaweiss.eu> <luca@z3ntu.xyz>
525533
Lucas De Marchi <demarchi@kernel.org> <lucas.demarchi@intel.com>
526534
Lukasz Luba <lukasz.luba@arm.com> <l.luba@partner.samsung.com>
527-
Luo Jie <quic_luoj@quicinc.com> <luoj@codeaurora.org>
535+
Luo Jie <jie.luo@oss.qualcomm.com> <luoj@codeaurora.org>
536+
Luo Jie <jie.luo@oss.qualcomm.com> <quic_luoj@quicinc.com>
528537
Lance Yang <lance.yang@linux.dev> <ioworker0@gmail.com>
529538
Lance Yang <lance.yang@linux.dev> <mingzhe.yang@ly.com>
530539
Maciej W. Rozycki <macro@mips.com> <macro@imgtec.com>
@@ -634,7 +643,6 @@ Nicholas Piggin <npiggin@gmail.com> <npiggin@kernel.dk>
634643
Nicholas Piggin <npiggin@gmail.com> <npiggin@suse.de>
635644
Nicholas Piggin <npiggin@gmail.com> <nickpiggin@yahoo.com.au>
636645
Nicholas Piggin <npiggin@gmail.com> <piggin@cyberone.com.au>
637-
Nick Desaulniers <nick.desaulniers+lkml@gmail.com> <ndesaulniers@google.com>
638646
Nicolas Ferre <nicolas.ferre@microchip.com> <nicolas.ferre@atmel.com>
639647
Nicolas Pitre <nico@fluxnic.net> <nicolas.pitre@linaro.org>
640648
Nicolas Pitre <nico@fluxnic.net> <nico@linaro.org>
@@ -701,6 +709,10 @@ Qi Zheng <qi.zheng@linux.dev> <zhengqi.arch@bytedance.com>
701709
Quentin Monnet <qmo@kernel.org> <quentin.monnet@netronome.com>
702710
Quentin Monnet <qmo@kernel.org> <quentin@isovalent.com>
703711
Quentin Perret <qperret@qperret.net> <quentin.perret@arm.com>
712+
Radu Rendec <radu@rendec.net> <radu.rendec@ines.ro>
713+
Radu Rendec <radu@rendec.net> <rrendec@arista.com>
714+
Radu Rendec <radu@rendec.net> <radu.rendec@gmail.com>
715+
Radu Rendec <radu@rendec.net> <rrendec@redhat.com>
704716
Rae Moar <raemoar63@gmail.com> <rmoar@google.com>
705717
Rafael J. Wysocki <rjw@rjwysocki.net> <rjw@sisk.pl>
706718
Rajeev Nandan <quic_rajeevny@quicinc.com> <rajeevny@codeaurora.org>
@@ -814,8 +826,8 @@ Sriram Yagnaraman <sriram.yagnaraman@ericsson.com> <sriram.yagnaraman@est.tech>
814826
Stanislav Fomichev <sdf@fomichev.me> <sdf@google.com>
815827
Stanislav Fomichev <sdf@fomichev.me> <stfomichev@gmail.com>
816828
Stefan Wahren <wahrenst@gmx.net> <stefan.wahren@i2se.com>
817-
Stéphane Grosjean <stephane.grosjean@hms-networks.com> <s.grosjean@peak-system.com>
818-
Stéphane Grosjean <stephane.grosjean@hms-networks.com> <stephane.grosjean@free.fr>
829+
Stéphane Grosjean <s.grosjean@peak-system.fr> <s.grosjean@peak-system.com>
830+
Stéphane Grosjean <s.grosjean@peak-system.fr> <stephane.grosjean@free.fr>
819831
Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
820832
Stephen Hemminger <stephen@networkplumber.org> <shemminger@linux-foundation.org>
821833
Stephen Hemminger <stephen@networkplumber.org> <shemminger@osdl.org>

CREDITS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ S: Hauptstrasse 19
197197
S: 79837 St. Blasien
198198
S: Germany
199199

200+
N: Ferenc Bakonyi
201+
D: Hercules graphics adapter framebuffer driver
202+
200203
N: Krishna Balasubramanian
201204
E: balasub@cis.ohio-state.edu
202205
D: Wrote SYS V IPC (part of standard kernel since 0.99.10)
@@ -2241,6 +2244,7 @@ S: Canada
22412244
N: Krzysztof Kozlowski
22422245
E: krzk@kernel.org
22432246
D: NFC network subsystem and drivers maintainer
2247+
D: Samsung S2M/S5M Multifunction PMIC device drivers for Exynos platforms
22442248

22452249
N: Christian Krafft
22462250
D: PowerPC Cell support
@@ -2804,6 +2808,7 @@ D: Some of PAS 16 mixer & PCM support, inet6-apps
28042808

28052809
N: William (Bill) Metzenthen
28062810
E: billm@suburbia.net
2811+
E: billm@melbpc.org.au
28072812
D: Author of the FPU emulator.
28082813
D: Minor kernel hacker for other lost causes (Hercules mono, etc).
28092814
S: 22 Parker Street
@@ -3368,6 +3373,10 @@ N: Anil Ravindranath
33683373
E: anil_ravindranath@pmc-sierra.com
33693374
D: PMC-Sierra MaxRAID driver
33703375

3376+
N: Dwaipayan Ray
3377+
E: dwaipayanray1@gmail.com
3378+
D: checkpatch improvements
3379+
33713380
N: Eric S. Raymond
33723381
E: esr@thyrsus.com
33733382
W: http://www.tuxedo.org/~esr/
@@ -3617,6 +3626,13 @@ S: 69 rue Dunois
36173626
S: 75013 Paris
36183627
S: France
36193628

3629+
N: Wolfram Sang
3630+
E: wsa@kernel.org
3631+
W: sang-engineering.com
3632+
P: rsa4096/140DE4CC14A029B6 3991 B1EA B9E2 6751 A4F7 645D 140D E4CC 14A0 29B6
3633+
D: I2C Maintainer 2012 - 2026
3634+
S: Berlin, Germany
3635+
36203636
N: Aleksa Sarai
36213637
E: cyphar@cyphar.com
36223638
W: https://www.cyphar.com/
@@ -3668,7 +3684,17 @@ D: Macintosh IDE Driver
36683684

36693685
N: Peter De Schrijver
36703686
E: stud11@cc4.kuleuven.ac.be
3687+
E: p2@mind.be
3688+
E: peter.de-schrijver@nokia.com
3689+
E: pdeschrijver@nvidia.com
3690+
E: p2@psychaos.be
3691+
D: Apollo Domain workstations
3692+
D: Ariadne and Hydra Amiga Ethernet drivers
3693+
D: IBM PS/2, Microchannel, and Token Ring support
36713694
D: Mitsumi CD-ROM driver patches March version
3695+
D: TWL4030 power management and audio codec driver
3696+
D: OMAP power management
3697+
D: NVIDIA Tegra clock and BPMP drivers, among many other things
36723698
S: Molenbaan 29
36733699
S: B2240 Zandhoven
36743700
S: Belgium
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
What: /sys/bus/pci/drivers/intel_vpu/.../sched_mode
2+
Date: October 2024
3+
KernelVersion: 6.12
4+
Contact: dri-devel@lists.freedesktop.org
5+
Description: Current NPU scheduling mode. Returns one of the following strings:
6+
- "HW" - Hardware Scheduler mode
7+
- "OS" - Operating System Scheduler mode
8+
Read-only.
9+
Deprecated since the "OS" scheduling mode is not usable
10+
and will be removed from future versions of the driver.
11+
Will be removed in 2027
12+
13+
What: /sys/bus/pci/drivers/intel_vpu/.../npu_max_frequency_mhz
14+
Date: April 2025
15+
KernelVersion: 6.15
16+
Contact: dri-devel@lists.freedesktop.org
17+
Description: Legacy alias for /sys/bus/pci/drivers/intel_vpu/.../freq/hw_max_freq.
18+
Shows maximum frequency in MHz of the NPU's data processing unit.
19+
Read-only.
20+
Will be removed in 2027
21+
22+
What: /sys/bus/pci/drivers/intel_vpu/.../npu_current_frequency_mhz
23+
Date: April 2025
24+
KernelVersion: 6.15
25+
Contact: dri-devel@lists.freedesktop.org
26+
Description: Legacy alias for /sys/bus/pci/drivers/intel_vpu/.../freq/current_freq.
27+
Shows current frequency in MHz of the NPU's data processing unit.
28+
The value is read only when the device is active; otherwise it returns 0.
29+
Read-only.
30+
Will be removed in 2027

Documentation/ABI/stable/sysfs-class-infiniband

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,17 @@ Description:
148148
**Data info**:
149149

150150
port_xmit_data: (RO) Total number of data octets, divided by 4
151-
(lanes), transmitted on all VLs. This is 64 bit counter
151+
(lanes), transmitted on all VLs. This is a 64-bit counter
152152

153153
port_rcv_data: (RO) Total number of data octets, divided by 4
154-
(lanes), received on all VLs. This is 64 bit counter.
154+
(lanes), received on all VLs. This is a 64-bit counter.
155155

156156
port_xmit_packets: (RO) Total number of packets transmitted on
157157
all VLs from this port. This may include packets with errors.
158-
This is 64 bit counter.
158+
This is a 64-bit counter.
159159

160160
port_rcv_packets: (RO) Total number of packets (this may include
161-
packets containing Errors. This is 64 bit counter.
161+
packets containing Errors). This is a 64-bit counter.
162162

163163
link_downed: (RO) Total number of times the Port Training state
164164
machine has failed the link error recovery process and downed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>
2+
Date: Sep 2026
3+
KernelVersion: v7.2
4+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
5+
Description:
6+
Configuration group for a stream Thunderbolt/USB4
7+
service. It is possible to create groups even if there
8+
is no connection yet to the other host. Once a
9+
connection established and there is stream service on
10+
the remote side that matches, this configuration is
11+
applied to it.
12+
13+
To find the service name you can run tblist from tbtools [1]:
14+
15+
# tblist -A
16+
...
17+
Domain 0 Route 3 Index 0: stream
18+
19+
[1] https://github.com/intel/tbtools
20+
21+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name
22+
Date: Sep 2026
23+
KernelVersion: v7.2
24+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
25+
Description:
26+
Creates new stream with $name and fills it with the
27+
default values. If there is an advertised remote stream
28+
with the same name, uses its values as the default.
29+
30+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name/index
31+
Date: Sep 2026
32+
KernelVersion: v7.2
33+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
34+
Description:
35+
This matches the X in /dev/tbstreamX and allows userspace
36+
to map the configfs directory to the corresponding character
37+
device.
38+
39+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name/in_hopid
40+
Date: Sep 2026
41+
KernelVersion: v7.2
42+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
43+
Description:
44+
In HopID used with the read path of the tunnel. Available HopIDs
45+
for tunneling start from 8. You can pass also -1 for automatic
46+
allocation. The allocated value can be read here. Writing 0 will
47+
de-allocate if the stream is not in use.
48+
49+
To figure out the maximum HopID you can run tbget from
50+
tbtools for the lane adapter. For example below we check
51+
for lane adapter number 1 (first USB4 port):
52+
53+
# tbget -r 0 -a 1 -D ADP_CS_5.Max\ Input\ HopID
54+
19
55+
56+
This allows to use anything between 8 and 19 inclusive.
57+
58+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name/out_hopid
59+
Date: Sep 2026
60+
KernelVersion: v7.2
61+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
62+
Description:
63+
Out HopID used with the write path of the tunnel. Available HopIDs
64+
for tunneling start from 8. You can pass also -1 for automatic
65+
allocation. The allocated value can be read here. Writing 0 will
66+
de-allocate if the stream is not in use. See @in_hopid
67+
for how to figure out the maximum HopID.
68+
69+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name/ring_size
70+
Date: Sep 2026
71+
KernelVersion: v7.2
72+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
73+
Description:
74+
Size of the TX/RX rings. Can be adjusted between 32 and
75+
4096. The default is 256.
76+
77+
What: /sys/kernel/config/thunderbolt/stream/<xdomain>.<service>/$name/throttling
78+
Date: Sep 2026
79+
KernelVersion: v7.2
80+
Contact: Mika Westerberg <mika.westerberg@linux.intel.com>
81+
Description:
82+
Interrupt throttling rate in ns. Lower values can give
83+
better latency. The default is 8192 ns.

0 commit comments

Comments
 (0)