-
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.
Automatic merge of 'master' into merge (2024-12-03 10:41)
- Loading branch information
Showing
3,769 changed files
with
131,507 additions
and
111,012 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
check-private-items = true | ||
|
||
disallowed-macros = [ | ||
# The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate | ||
# it here, see: https://github.com/rust-lang/rust-clippy/issues/11303. | ||
{ path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" }, | ||
] |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/dev_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Read the configuration data and some status data | ||
required for device live migration. These data include device | ||
status data, queue configuration data, some task configuration | ||
data and device attribute data. The output format of the data | ||
is defined by the live migration driver. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/migf_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Read the data from the last completed live migration. | ||
This data includes the same device status data as in "dev_data". | ||
The migf_data is the dev_data that is migrated. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/cmd_state | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Used to obtain the device command sending and receiving | ||
channel status. Returns failure or success logs based on the | ||
results. |
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 |
---|---|---|
|
@@ -8,17 +8,18 @@ Description: Read-only. Attribute group to describe the magic bits | |
Each attribute under this group defines a bit range of the | ||
perf_event_attr.config. Supported attribute are listed | ||
below:: | ||
event = "config:0-31" - event ID | ||
|
||
For example:: | ||
event = "config:0-31" - event ID | ||
|
||
l1_to_l2_lat = "event=0x1" | ||
For example:: | ||
|
||
l1_to_l2_lat = "event=0x1" | ||
|
||
What: /sys/bus/event_source/devices/vpa_pmu/events | ||
Date: November 2024 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: Read-only. Attribute group to describe performance monitoring | ||
Description: Read-only. Attribute group to describe performance monitoring | ||
events for the Virtual Processor Area events. Each attribute | ||
in this group describes a single performance monitoring event | ||
supported by vpa_pmu. The name of the file is the name of | ||
the event (See ABI/testing/sysfs-bus-event_source-devices-events). | ||
in this group describes a single performance monitoring event | ||
supported by vpa_pmu. The name of the file is the name of | ||
the event (See ABI/testing/sysfs-bus-event_source-devices-events). |
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 |
---|---|---|
|
@@ -2268,6 +2268,30 @@ Description: | |
An example format is 16-bytes, 2-digits-per-byte, HEX-string | ||
representing the sensor unique ID number. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/filter_type_available | ||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_filter_mode_available | ||
KernelVersion: 6.1 | ||
Contact: [email protected] | ||
Description: | ||
Reading returns a list with the possible filter modes. Options | ||
for the attribute: | ||
|
||
* "sinc3" - The digital sinc3 filter. Moderate 1st | ||
conversion time. Good noise performance. | ||
* "sinc4" - Sinc 4. Excellent noise performance. Long | ||
1st conversion time. | ||
* "sinc5" - The digital sinc5 filter. Excellent noise | ||
performance | ||
* "sinc4+sinc1" - Sinc4 + averaging by 8. Low 1st conversion | ||
time. | ||
* "sinc3+rej60" - Sinc3 + 60Hz rejection. | ||
* "sinc3+sinc1" - Sinc3 + averaging by 8. Low 1st conversion | ||
time. | ||
* "sinc3+pf1" - Sinc3 + device specific Post Filter 1. | ||
* "sinc3+pf2" - Sinc3 + device specific Post Filter 2. | ||
* "sinc3+pf3" - Sinc3 + device specific Post Filter 3. | ||
* "sinc3+pf4" - Sinc3 + device specific Post Filter 4. | ||
|
||
What: /sys/.../events/in_proximity_thresh_either_runningperiod | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
|
@@ -2339,3 +2363,11 @@ KernelVersion: 6.10 | |
Contact: [email protected] | ||
Description: | ||
The value of current sense resistor in Ohms. | ||
|
||
What: /sys/.../iio:deviceX/in_attention_input | ||
KernelVersion: 6.13 | ||
Contact: [email protected] | ||
Description: | ||
Value representing the user's attention to the system expressed | ||
in units as percentage. This usually means if the user is | ||
looking at the screen or not. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -163,6 +163,17 @@ Description: | |
will be present in sysfs. Writing 1 to this file | ||
will perform reset. | ||
|
||
What: /sys/bus/pci/devices/.../reset_subordinate | ||
Date: October 2024 | ||
Contact: [email protected] | ||
Description: | ||
This is visible only for bridge devices. If you want to reset | ||
all devices attached through the subordinate bus of a specific | ||
bridge device, writing 1 to this will try to do it. This will | ||
affect all devices attached to the system through this bridge | ||
similiar to writing 1 to their individual "reset" file, so use | ||
with caution. | ||
|
||
What: /sys/bus/pci/devices/.../vpd | ||
Date: February 2008 | ||
Contact: Ben Hutchings <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -149,6 +149,19 @@ Description: | |
advertise to the partner. The currently used capabilities are in | ||
brackets. Selection happens by writing to the file. | ||
|
||
What: /sys/class/typec/<port>/usb_capability | ||
Date: November 2024 | ||
Contact: Heikki Krogerus <[email protected]> | ||
Description: Lists the supported USB Modes. The default USB mode that is used | ||
next time with the Enter_USB Message is in brackets. The default | ||
mode can be changed by writing to the file when supported by the | ||
driver. | ||
|
||
Valid values: | ||
- usb2 (USB 2.0) | ||
- usb3 (USB 3.2) | ||
- usb4 (USB4) | ||
|
||
USB Type-C partner devices (eg. /sys/class/typec/port0-partner/) | ||
|
||
What: /sys/class/typec/<port>-partner/accessory_mode | ||
|
@@ -220,6 +233,20 @@ Description: | |
directory exists, it will have an attribute file for every VDO | ||
in Discover Identity command result. | ||
|
||
What: /sys/class/typec/<port>-partner/usb_mode | ||
Date: November 2024 | ||
Contact: Heikki Krogerus <[email protected]> | ||
Description: The USB Modes that the partner device supports. The active mode | ||
is displayed in brackets. The active USB mode can be changed by | ||
writing to this file when the port driver is able to send Data | ||
Reset Message to the partner. That requires USB Power Delivery | ||
contract between the partner and the port. | ||
|
||
Valid values: | ||
- usb2 (USB 2.0) | ||
- usb3 (USB 3.2) | ||
- usb4 (USB4) | ||
|
||
USB Type-C cable devices (eg. /sys/class/typec/port0-cable/) | ||
|
||
Note: Electronically Marked Cables will have a device also for one cable plug | ||
|
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 |
---|---|---|
|
@@ -311,10 +311,13 @@ Description: Do background GC aggressively when set. Set to 0 by default. | |
GC approach and turns SSR mode on. | ||
gc urgent low(2): lowers the bar of checking I/O idling in | ||
order to process outstanding discard commands and GC a | ||
little bit aggressively. uses cost benefit GC approach. | ||
little bit aggressively. always uses cost benefit GC approach, | ||
and will override age-threshold GC approach if ATGC is enabled | ||
at the same time. | ||
gc urgent mid(3): does GC forcibly in a period of given | ||
gc_urgent_sleep_time and executes a mid level of I/O idling check. | ||
uses cost benefit GC approach. | ||
always uses cost benefit GC approach, and will override | ||
age-threshold GC approach if ATGC is enabled at the same time. | ||
|
||
What: /sys/fs/f2fs/<disk>/gc_urgent_sleep_time | ||
Date: August 2017 | ||
|
@@ -819,3 +822,9 @@ Description: It controls the valid block ratio threshold not to trigger excessiv | |
for zoned deivces. The initial value of it is 95(%). F2FS will stop the | ||
background GC thread from intiating GC for sections having valid blocks | ||
exceeding the ratio. | ||
|
||
What: /sys/fs/f2fs/<disk>/max_read_extent_count | ||
Date: November 2024 | ||
Contact: "Chao Yu" <[email protected]> | ||
Description: It controls max read extent count for per-inode, the value of threshold | ||
is 10240 by default. |
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 |
---|---|---|
|
@@ -18,3 +18,4 @@ PCI Bus Subsystem | |
pcieaer-howto | ||
endpoint/index | ||
boot-interrupts | ||
tph |
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
Oops, something went wrong.