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 tag 'v5.10-rc1' into asoc-5.10
Linux 5.10-rc1
- Loading branch information
Showing
13,550 changed files
with
573,723 additions
and
295,774 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
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 |
---|---|---|
|
@@ -152,3 +152,6 @@ x509.genkey | |
|
||
# Clang's compilation database file | ||
/compile_commands.json | ||
|
||
# Documentation toolchain | ||
sphinx_*/ |
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 |
---|---|---|
|
@@ -191,6 +191,10 @@ N: Krishna Balasubramanian | |
E: [email protected] | ||
D: Wrote SYS V IPC (part of standard kernel since 0.99.10) | ||
|
||
B: Robert Baldyga | ||
E: [email protected] | ||
D: Samsung S3FWRN5 NCI NFC Controller | ||
|
||
N: Chris Ball | ||
E: [email protected] | ||
D: Former maintainer of the MMC/SD/SDIO subsystem. | ||
|
@@ -1942,6 +1946,10 @@ S: Post Office Box 611311 | |
S: San Jose, California 95161-1311 | ||
S: USA | ||
|
||
N: Hartmut Knaack | ||
E: [email protected] | ||
D: IIO subsystem and drivers | ||
|
||
N: Thorsten Knabe | ||
E: Thorsten Knabe <[email protected]> | ||
E: Thorsten Knabe <[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
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,21 @@ | ||
What: /sys/bus/mhi/devices/.../serialnumber | ||
Date: Sept 2020 | ||
KernelVersion: 5.10 | ||
Contact: Bhaumik Bhatt <[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 | ||
without having the device power on at least once, the file will | ||
read all 0's. | ||
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]> | ||
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 | ||
read without having the device power on at least once, the file | ||
will read all 0's. | ||
Users: Any userspace application or clients interested in device info. |
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 |
---|---|---|
|
@@ -258,23 +258,6 @@ Description: | |
userspace ABI compatibility of umad & issm devices. | ||
|
||
|
||
What: /sys/class/infiniband_cm/ucmN/ibdev | ||
Date: Oct, 2005 | ||
KernelVersion: v2.6.14 | ||
Contact: [email protected] | ||
Description: | ||
(RO) Display Infiniband (IB) device name | ||
|
||
|
||
What: /sys/class/infiniband_cm/abi_version | ||
Date: Oct, 2005 | ||
KernelVersion: v2.6.14 | ||
Contact: [email protected] | ||
Description: | ||
(RO) Value is incremented if any changes are made that break | ||
userspace ABI compatibility of ucm devices. | ||
|
||
|
||
What: /sys/class/infiniband_verbs/uverbsN/ibdev | ||
What: /sys/class/infiniband_verbs/uverbsN/abi_version | ||
Date: Sept, 2005 | ||
|
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 |
---|---|---|
|
@@ -116,6 +116,12 @@ Description: The maximum number of bandwidth tokens that may be in use at | |
one time by operations that access low bandwidth memory in the | ||
device. | ||
|
||
What: /sys/bus/dsa/devices/dsa<m>/cmd_status | ||
Date: Aug 28, 2020 | ||
KernelVersion: 5.10.0 | ||
Contact: [email protected] | ||
Description: The last executed device administrative command's status/error. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/group_id | ||
Date: Oct 25, 2019 | ||
KernelVersion: 5.6.0 | ||
|
@@ -170,6 +176,20 @@ Contact: [email protected] | |
Description: The number of entries in this work queue that may be filled | ||
via a limited portal. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/max_transfer_size | ||
Date: Aug 28, 2020 | ||
KernelVersion: 5.10.0 | ||
Contact: [email protected] | ||
Description: The max transfer sized for this workqueue. Cannot exceed device | ||
max transfer size. Configurable parameter. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/max_batch_size | ||
Date: Aug 28, 2020 | ||
KernelVersion: 5.10.0 | ||
Contact: [email protected] | ||
Description: The max batch size for this workqueue. Cannot exceed device | ||
max batch size. Configurable parameter. | ||
|
||
What: /sys/bus/dsa/devices/engine<m>.<n>/group_id | ||
Date: Oct 25, 2019 | ||
KernelVersion: 5.6.0 | ||
|
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,5 @@ | ||
What: /sys/kernel/notes | ||
Date: July 2009 | ||
Contact: <[email protected]> | ||
Description: The /sys/kernel/notes file contains the binary representation | ||
of the running vmlinux's .notes section. |
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,15 @@ | ||
What: /sys/bus/dfl/devices/dfl_dev.X/type | ||
Date: Aug 2020 | ||
KernelVersion: 5.10 | ||
Contact: Xu Yilun <[email protected]> | ||
Description: Read-only. It returns type of DFL FIU of the device. Now DFL | ||
supports 2 FIU types, 0 for FME, 1 for PORT. | ||
Format: 0x%x | ||
|
||
What: /sys/bus/dfl/devices/dfl_dev.X/feature_id | ||
Date: Aug 2020 | ||
KernelVersion: 5.10 | ||
Contact: Xu Yilun <[email protected]> | ||
Description: Read-only. It returns feature identifier local to its DFL FIU | ||
type. | ||
Format: 0x%x |
25 changes: 25 additions & 0 deletions
25
Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
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,3 +1,28 @@ | ||
What: /sys/bus/event_source/devices/hv_24x7/format | ||
Date: September 2020 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: Read-only. Attribute group to describe the magic bits | ||
that go into perf_event_attr.config for a particular pmu. | ||
(See ABI/testing/sysfs-bus-event_source-devices-format). | ||
|
||
Each attribute under this group defines a bit range of the | ||
perf_event_attr.config. All supported attributes are listed | ||
below. | ||
|
||
chip = "config:16-31" | ||
core = "config:16-31" | ||
domain = "config:0-3" | ||
lpar = "config:0-15" | ||
offset = "config:32-63" | ||
vcpu = "config:16-31" | ||
|
||
For example, | ||
|
||
PM_PB_CYC = "domain=1,offset=0x80,chip=?,lpar=0x0" | ||
|
||
In this event, '?' after chip specifies that | ||
this value will be provided by user while running this event. | ||
|
||
What: /sys/bus/event_source/devices/hv_24x7/interface/catalog | ||
Date: February 2014 | ||
Contact: Linux on PowerPC Developer List <[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 |
---|---|---|
@@ -1,3 +1,34 @@ | ||
What: /sys/bus/event_source/devices/hv_gpci/format | ||
Date: September 2020 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: Read-only. Attribute group to describe the magic bits | ||
that go into perf_event_attr.config for a particular pmu. | ||
(See ABI/testing/sysfs-bus-event_source-devices-format). | ||
|
||
Each attribute under this group defines a bit range of the | ||
perf_event_attr.config. All supported attributes are listed | ||
below. | ||
|
||
counter_info_version = "config:16-23" | ||
length = "config:24-31" | ||
partition_id = "config:32-63" | ||
request = "config:0-31" | ||
sibling_part_id = "config:32-63" | ||
hw_chip_id = "config:32-63" | ||
offset = "config:32-63" | ||
phys_processor_idx = "config:32-63" | ||
secondary_index = "config:0-15" | ||
starting_index = "config:32-63" | ||
|
||
For example, | ||
|
||
processor_core_utilization_instructions_completed = "request=0x94, | ||
phys_processor_idx=?,counter_info_version=0x8, | ||
length=8,offset=0x18" | ||
|
||
In this event, '?' after phys_processor_idx specifies this value | ||
this value will be provided by user while running this event. | ||
|
||
What: /sys/bus/event_source/devices/hv_gpci/interface/collect_privileged | ||
Date: February 2014 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
|
@@ -41,3 +72,10 @@ Contact: Linux on PowerPC Developer List <[email protected]> | |
Description: | ||
A number indicating the latest version of the gpci interface | ||
that the kernel is aware of. | ||
|
||
What: /sys/devices/hv_gpci/cpumask | ||
Date: October 2020 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: read only | ||
This sysfs file exposes the cpumask which is designated to make | ||
HCALLs to retrieve hv-gpci pmu event counter data. |
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 |
---|---|---|
|
@@ -36,3 +36,11 @@ Contact: [email protected] | |
Description: | ||
Provides a means of reading/writing a 32 bit value from/to a | ||
specified FSI bus address. | ||
|
||
What: /sys/bus/platform/devices/../cfam_reset | ||
Date: Sept 2020 | ||
KernelVersion: 5.10 | ||
Contact: [email protected] | ||
Description: | ||
Provides a means of resetting the cfam that is attached to the | ||
FSI device. |
Oops, something went wrong.