Commit 71b28769 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Merge remote-tracking branch 'origin' into for-6.18/intel-thc-hid



Needed as a basisi for followup support for quicki2c advanced BIOS features.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parents 1860b13b 02d6eeed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -226,6 +226,8 @@ Domen Puncer <domen@coderock.org>
Douglas Gilbert <dougg@torque.net>
Drew Fustini <fustini@kernel.org> <drew@pdp7.com>
<duje@dujemihanovic.xyz> <duje.mihanovic@skole.hr>
Easwar Hariharan <easwar.hariharan@linux.microsoft.com> <easwar.hariharan@intel.com>
Easwar Hariharan <easwar.hariharan@linux.microsoft.com> <eahariha@linux.microsoft.com>
Ed L. Cashin <ecashin@coraid.com>
Elliot Berman <quic_eberman@quicinc.com> <eberman@codeaurora.org>
Enric Balletbo i Serra <eballetbo@kernel.org> <enric.balletbo@collabora.com>
@@ -673,6 +675,7 @@ Muchun Song <muchun.song@linux.dev> <smuchun@gmail.com>
Ross Zwisler <zwisler@kernel.org> <ross.zwisler@linux.intel.com>
Rudolf Marek <R.Marek@sh.cvut.cz>
Rui Saraiva <rmps@joel.ist.utl.pt>
Sachin Mokashi <sachin.mokashi@intel.com> <sachinx.mokashi@intel.com>
Sachin P Sant <ssant@in.ibm.com>
Sai Prakash Ranjan <quic_saipraka@quicinc.com> <saiprakash.ranjan@codeaurora.org>
Sakari Ailus <sakari.ailus@linux.intel.com> <sakari.ailus@iki.fi>
+13 −0
Original line number Diff line number Diff line
@@ -3222,6 +3222,10 @@ D: AIC5800 IEEE 1394, RAW I/O on 1394
D: Starter of Linux1394 effort
S: ask per mail for current address

N: Boris Pismenny
E: borisp@mellanox.com
D: Kernel TLS implementation and offload support.

N: Nicolas Pitre
E: nico@fluxnic.net
D: StrongARM SA1100 support integrator & hacker
@@ -4168,6 +4172,9 @@ S: 1513 Brewster Dr.
S: Carrollton, TX 75010
S: USA

N: Dave Watson
D: Kernel TLS implementation.

N: Tim Waugh
E: tim@cyberelk.net
D: Co-architect of the parallel-port sharing system
@@ -4378,6 +4385,12 @@ S: 542 West 112th Street, 5N
S: New York, New York 10025
S: USA

N: Masahiro Yamada
E: masahiroy@kernel.org
D: Kbuild Maintainer 2017-2025
D: Kconfig Maintainer 2018-2025
S: Japan

N: Li Yang
E: leoli@freescale.com
D: Freescale Highspeed USB device driver
+20 −0
Original line number Diff line number Diff line
What:		/sys/kernel/debug/tracing
Date:		May 2008
KernelVersion:	2.6.27
Contact:	linux-trace-kernel@vger.kernel.org
Description:

	The ftrace was first added to the kernel, its interface was placed
	into the debugfs file system under the "tracing" directory. Access
	to the files were in /sys/kernel/debug/tracing. As systems wanted
	access to the tracing interface without having to enable debugfs, a
	new interface was created called "tracefs". This was a stand alone
	file system and was usually mounted in /sys/kernel/tracing.

	To allow older tooling to continue to operate, when mounting
	debugfs, the tracefs file system would automatically get mounted in
	the "tracing" directory of debugfs. The tracefs interface was added
	in January 2015 in the v4.1 kernel.

	All tooling should now be using tracefs directly and the "tracing"
	directory in debugfs should be removed by January 2030.
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ Contact: linux-block@vger.kernel.org
Description:
		[RW] If the device is registered for writeback throttling, then
		this file shows the target minimum read latency. If this latency
		is exceeded in a given window of time (see wb_window_usec), then
		is exceeded in a given window of time (see curr_win_nsec), then
		the writeback throttling will start scaling back writes. Writing
		a value of '0' to this file disables the feature. Writing a
		value of '-1' to this file resets the value to the default
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Description:
		visible for devices supporting the capability.


What:		/sys/kernel/debug/memX/clear_poison
What:		/sys/kernel/debug/cxl/memX/clear_poison
Date:		April, 2023
KernelVersion:	v6.4
Contact:	linux-cxl@vger.kernel.org
Loading