Commit 7362b5b4 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Merge branch 'for-6.19/nintendo' into for-linus

- switch to WQ_PERCPU workaueues (Marco Crivellari)
- reduce potential initialization blocking time of hid-nintendo (Willy Huang)
parents eb41c955 06416555
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ Dmitry Safonov <0x7f454c46@gmail.com> <dima@arista.com>
Dmitry Safonov <0x7f454c46@gmail.com> <d.safonov@partner.samsung.com>
Dmitry Safonov <0x7f454c46@gmail.com> <dsafonov@virtuozzo.com>
Domen Puncer <domen@coderock.org>
Dong Aisheng <aisheng.dong@nxp.com> <b29396@freescale.com>
Douglas Gilbert <dougg@torque.net>
Drew Fustini <fustini@kernel.org> <drew@pdp7.com>
<duje@dujemihanovic.xyz> <duje.mihanovic@skole.hr>
@@ -803,6 +804,7 @@ Tvrtko Ursulin <tursulin@ursulin.net> <tvrtko.ursulin@onelan.co.uk>
Tvrtko Ursulin <tursulin@ursulin.net> <tvrtko@ursulin.net>
Tycho Andersen <tycho@tycho.pizza> <tycho@tycho.ws>
Tzung-Bi Shih <tzungbi@kernel.org> <tzungbi@google.com>
Umang Jain <uajain@igalia.com> <umang.jain@ideasonboard.com>
Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Uwe Kleine-König <u.kleine-koenig@baylibre.com> <ukleinek@baylibre.com>
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+5 −0
Original line number Diff line number Diff line
@@ -1890,6 +1890,11 @@ S: Reading
S: RG6 2NU
S: United Kingdom

N: Michael Jamet
E: michael.jamet@intel.com
D: Thunderbolt/USB4 driver maintainer
D: Thunderbolt/USB4 networking driver maintainer

N: Dave Jeffery
E: dhjeffery@gmail.com
D: SCSI hacks and IBM ServeRAID RAID driver maintenance
+6 −0
Original line number Diff line number Diff line
@@ -23,3 +23,9 @@ Contact: Longfang Liu <liulongfang@huawei.com>
Description:	Read the live migration status of the vfio device.
		The contents of the state file reflects the migration state
		relative to those defined in the vfio_device_mig_state enum

What:		/sys/kernel/debug/vfio/<device>/migration/features
Date:		Oct 2025
KernelVersion:	6.18
Contact:	Cédric Le Goater <clg@redhat.com>
Description:	Read the migration features of the vfio device.
+6 −0
Original line number Diff line number Diff line
@@ -239,3 +239,9 @@ Date: March 2020
KernelVersion:	5.7
Contact:	Mike Leach or Mathieu Poirier
Description:	(Write) Clear all channel / trigger programming.

What:           /sys/bus/coresight/devices/<cti-name>/label
Date:           Aug 2025
KernelVersion   6.18
Contact:        Mao Jinlong <quic_jinlmao@quicinc.com>
Description:    (Read) Show hardware context information of device.
+6 −0
Original line number Diff line number Diff line
@@ -13,3 +13,9 @@ KernelVersion: 6.14
Contact:	Mao Jinlong <quic_jinlmao@quicinc.com>
Description:	(R) Show the trace ID that will appear in the trace stream
		coming from this trace entity.

What:           /sys/bus/coresight/devices/dummy_source<N>/label
Date:           Aug 2025
KernelVersion   6.18
Contact:        Mao Jinlong <quic_jinlmao@quicinc.com>
Description:    (Read) Show hardware context information of device.
Loading