forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request torvalds#54 from sched-ext/bpf-next-merge
Bpf next merge
- Loading branch information
Showing
14,847 changed files
with
514,924 additions
and
232,090 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ modules.order | |
# | ||
# RPM spec file (make rpm-pkg) | ||
# | ||
/*.spec | ||
/kernel.spec | ||
/rpmbuild/ | ||
|
||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -666,11 +666,6 @@ S: Tamsui town, Taipei county, | |
S: Taiwan 251 | ||
S: Republic of China | ||
|
||
N: Reinette Chatre | ||
E: [email protected] | ||
D: WiMedia Link Protocol implementation | ||
D: UWB stack bits and pieces | ||
|
||
N: Michael Elizabeth Chastain | ||
E: [email protected] | ||
D: Configure, Menuconfig, xconfig | ||
|
@@ -3023,12 +3018,6 @@ S: Demonstratsii 8-382 | |
S: Tula 300000 | ||
S: Russia | ||
|
||
N: Inaky Perez-Gonzalez | ||
E: [email protected] | ||
D: UWB stack, HWA-RC driver and HWA-HC drivers | ||
D: Wireless USB additions to the USB stack | ||
D: WiMedia Link Protocol bits and pieces | ||
|
||
N: Gordon Peters | ||
E: [email protected] | ||
D: Isochronous receive for IEEE 1394 driver (OHCI module). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
What: /sys/bus/mhi/devices/.../serialnumber | ||
Date: Sept 2020 | ||
KernelVersion: 5.10 | ||
Contact: Bhaumik Bhatt <[email protected]> | ||
Contact: [email protected] | ||
Description: The file holds the serial number of the client device obtained | ||
using a BHI (Boot Host Interface) register read after at least | ||
one attempt to power up the device has been done. If read | ||
|
@@ -12,7 +12,7 @@ Users: Any userspace application or clients interested in device info. | |
What: /sys/bus/mhi/devices/.../oem_pk_hash | ||
Date: Sept 2020 | ||
KernelVersion: 5.10 | ||
Contact: Bhaumik Bhatt <[email protected]> | ||
Contact: [email protected] | ||
Description: The file holds the OEM PK Hash value of the endpoint device | ||
obtained using a BHI (Boot Host Interface) register read after | ||
at least one attempt to power up the device has been done. If | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ What: /sys/bus/dsa/devices/dsa<m>/pasid_enabled | |
Date: Oct 27, 2020 | ||
KernelVersion: 5.11.0 | ||
Contact: [email protected] | ||
Description: To indicate if PASID (process address space identifier) is | ||
Description: To indicate if user PASID (process address space identifier) is | ||
enabled or not for this device. | ||
|
||
What: /sys/bus/dsa/devices/dsa<m>/state | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -662,3 +662,56 @@ Description: This file shows the system reset cause due to AC power failure. | |
Value 1 in file means this is reset cause, 0 - otherwise. | ||
|
||
The file is read only. | ||
|
||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld5_pn | ||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld5_version | ||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld5_version_min | ||
Date: August 2023 | ||
KernelVersion: 6.6 | ||
Contact: Vadim Pasternak <[email protected]> | ||
Description: These files show with which CPLD part numbers, version and minor | ||
versions have been burned the 5-th CPLD device equipped on a | ||
system. | ||
|
||
The files are read only. | ||
|
||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/jtag_cap | ||
Date: August 2023 | ||
KernelVersion: 6.6 | ||
Contact: Vadim Pasternak <[email protected]> | ||
Description: This file indicates the available method of CPLD/FPGA devices | ||
field update through the JTAG chain: | ||
|
||
b00 - field update through LPC bus register memory space. | ||
b01 - Reserved. | ||
b10 - Reserved. | ||
b11 - field update through CPU GPIOs bit-banging. | ||
|
||
The file is read only. | ||
|
||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/lid_open | ||
Date: August 2023 | ||
KernelVersion: 6.6 | ||
Contact: Vadim Pasternak <[email protected]> | ||
Description: 1 - indicates that system lid is opened, otherwise 0. | ||
|
||
The file is read only. | ||
|
||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_long_pwr_pb | ||
Date: August 2023 | ||
KernelVersion: 6.6 | ||
Contact: Vadim Pasternak <[email protected]> | ||
Description: This file if set 1 indicates that system has been reset by | ||
long press of power button. | ||
|
||
The file is read only. | ||
|
||
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_swb_dc_dc_pwr_fail | ||
Date: August 2023 | ||
KernelVersion: 6.6 | ||
Contact: Vadim Pasternak <[email protected]> | ||
Description: This file shows 1 in case the system reset happened due to the | ||
failure of any DC-DC power converter devices equipped on the | ||
switch board. | ||
|
||
The file is read only. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
What: /config/usb-gadget/gadget/functions/midi2.name | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
The attributes: | ||
|
||
============ =============================================== | ||
process_ump Flag to process UMP Stream messages (0 or 1) | ||
static_block Flag for static blocks (0 or 1) | ||
iface_name MIDI interface name string | ||
============ =============================================== | ||
|
||
What: /config/usb-gadget/gadget/functions/midi2.name/ep.number | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
This group contains a UMP Endpoint configuration. | ||
A new Endpoint starts from 0, and can be up to 3. | ||
|
||
The attributes: | ||
|
||
============= =============================================== | ||
protocol_caps MIDI protocol capabilities (1, 2 or 3 for both) | ||
protocol Default MIDI protocol (1 or 2) | ||
ep_name UMP Endpoint name string | ||
product_id Product ID string | ||
manufacturer Manufacture ID (24 bit) | ||
family Device family ID (16 bit) | ||
model Device model ID (16 bit) | ||
sw_revision Software Revision (32 bit) | ||
============= =============================================== | ||
|
||
What: /config/usb-gadget/gadget/functions/midi2.name/ep.number/block.number | ||
Date: Jul 2023 | ||
KernelVersion: 6.6 | ||
Description: | ||
This group contains a UMP Function Block configuration. | ||
A new block starts from 0, and can be up to 31. | ||
|
||
The attributes: | ||
|
||
================= ============================================== | ||
name Function Block name string | ||
direction 1: input, 2: output, 3: bidirectional | ||
first_group The first UMP Group number (0-15) | ||
num_groups The number of groups in this FB (1-16) | ||
midi1_first_group The first UMP Group number for MIDI 1.0 (0-15) | ||
midi1_num_groups The number of groups for MIDI 1.0 (0-16) | ||
ui_hint 0: unknown, 1: receiver, 2: sender, 3: both | ||
midi_ci_verison Supported MIDI-CI version number (8 bit) | ||
is_midi1 Legacy MIDI 1.0 device (0, 1 or 2) | ||
sysex8_streams Max number of SysEx8 streams (8 bit) | ||
active Active FB flag (0 or 1) | ||
================= ============================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ What: /sys/kernel/debug/habanalabs/hl<n>/device_release_watchdog_timeo | |
Date: Oct 2022 | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
Description: The watchdog timeout value in seconds for a device relese upon | ||
Description: The watchdog timeout value in seconds for a device release upon | ||
certain error cases, after which the device is reset. | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/dma_size | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
What: /sys/kernel/debug/qat_<device>_<BDF>/qat/fw_counters | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: (RO) Read returns the number of requests sent to the FW and the number of responses | ||
received from the FW for each Acceleration Engine | ||
Reported firmware counters:: | ||
|
||
<N>: Number of requests sent from Acceleration Engine N to FW and responses | ||
Acceleration Engine N received from FW | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/config | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: (RW) Read returns value of the Heartbeat update period. | ||
Write to the file changes this period value. | ||
|
||
This period should reflect planned polling interval of device | ||
health status. High frequency Heartbeat monitoring wastes CPU cycles | ||
but minimizes the customer’s system downtime. Also, if there are | ||
large service requests that take some time to complete, high frequency | ||
Heartbeat monitoring could result in false reports of unresponsiveness | ||
and in those cases, period needs to be increased. | ||
|
||
This parameter is effective only for c3xxx, c62x, dh895xcc devices. | ||
4xxx has this value internally fixed to 200ms. | ||
|
||
Default value is set to 500. Minimal allowed value is 200. | ||
All values are expressed in milliseconds. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/queries_failed | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: (RO) Read returns the number of times the device became unresponsive. | ||
|
||
Attribute returns value of the counter which is incremented when | ||
status query results negative. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/queries_sent | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: (RO) Read returns the number of times the control process checked | ||
if the device is responsive. | ||
|
||
Attribute returns value of the counter which is incremented on | ||
every status query. | ||
|
||
What: /sys/kernel/debug/qat_<device>_<BDF>/heartbeat/status | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: (RO) Read returns the device health status. | ||
|
||
Returns 0 when device is healthy or -1 when is unresponsive | ||
or the query failed to send. | ||
|
||
The driver does not monitor for Heartbeat. It is left for a user | ||
to poll the status periodically. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
What: /sys/kernel/debug/tpmi-<n>/pfs_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: | ||
The PFS (PM Feature Structure) table, shows details of each power | ||
management feature. This includes: | ||
tpmi_id, number of entries, entry size, offset, vsec offset, lock status | ||
and disabled status. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: | ||
Shows the memory dump of the MMIO region for a TPMI ID. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_write | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
Description: | ||
Allows to write at any offset. It doesn't check for Read/Write access | ||
as hardware will not allow to write at read-only memory. This write is | ||
at offset multiples of 4. The format is instance,offset,contents. | ||
Example: | ||
echo 0,0x20,0xff > mem_write | ||
echo 1,64,64 > mem_write | ||
Users: Debugging, any user space test suite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ What: /sys/bus/coreboot/devices/cbmem-<id>/address | |
Date: August 2022 | ||
Contact: Jack Rosenthal <[email protected]> | ||
Description: | ||
This is the pyhsical memory address that the CBMEM entry's data | ||
This is the physical memory address that the CBMEM entry's data | ||
begins at, in hexadecimal (e.g., ``0x76ffe000``). | ||
|
||
What: /sys/bus/coreboot/devices/cbmem-<id>/size | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Date: November 2014 | |
KernelVersion: 3.19 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RW) Used in conjunction with @addr_idx. Specifies the range of | ||
addresses to trigger on. Inclusion or exclusion is specificed | ||
addresses to trigger on. Inclusion or exclusion is specified | ||
in the corresponding access type register. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_single | ||
|
@@ -304,19 +304,19 @@ What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/mgmt/etmtsscr | |
Date: September 2015 | ||
KernelVersion: 4.4 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RO) Print the content of the ETM Trace Start/Stop Conrol | ||
Description: (RO) Print the content of the ETM Trace Start/Stop Control | ||
register (0x018). The value is read directly from the HW. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/mgmt/etmtecr1 | ||
Date: September 2015 | ||
KernelVersion: 4.4 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RO) Print the content of the ETM Enable Conrol #1 | ||
Description: (RO) Print the content of the ETM Enable Control #1 | ||
register (0x024). The value is read directly from the HW. | ||
|
||
What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/mgmt/etmtecr2 | ||
Date: September 2015 | ||
KernelVersion: 4.4 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (RO) Print the content of the ETM Enable Conrol #2 | ||
Description: (RO) Print the content of the ETM Enable Control #2 | ||
register (0x01c). The value is read directly from the HW. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -446,7 +446,7 @@ Date: April 2015 | |
KernelVersion: 4.01 | ||
Contact: Mathieu Poirier <[email protected]> | ||
Description: (Read) Returns the maximum size of the data value, data address, | ||
VMID, context ID and instuction address in the trace unit | ||
VMID, context ID and instruction address in the trace unit | ||
(0x1E8). The value is taken directly from the HW. | ||
|
||
What: /sys/bus/coresight/devices/etm<N>/trcidr/trcidr3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ Description: | |
phase clock. | ||
|
||
What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select_available | ||
KernelVersion: 6.4 | ||
Contact: [email protected] | ||
KernelVersion: 6.4 | ||
Contact: [email protected] | ||
Description: | ||
Discrete set of available values for the respective device | ||
configuration are listed in this file. | ||
Discrete set of available values for the respective device | ||
configuration are listed in this file. | ||
|
||
What: /sys/bus/counter/devices/counterX/countY/count | ||
KernelVersion: 5.2 | ||
|
Oops, something went wrong.