forked from meteorza/Amlogic_s905-kernel
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16,210 changed files
with
2,647,108 additions
and
609,251 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
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 |
---|---|---|
|
@@ -1770,7 +1770,6 @@ S: USA | |
|
||
N: Dave Jones | ||
E: [email protected] | ||
W: http://www.codemonkey.org.uk | ||
D: Assorted VIA x86 support. | ||
D: 2.5 AGPGART overhaul. | ||
D: CPUFREQ maintenance. | ||
|
@@ -1800,7 +1799,7 @@ S: 2300 Copenhagen S. | |
S: Denmark | ||
|
||
N: Jozsef Kadlecsik | ||
E: kadlec@blackhole.kfki.hu | ||
E: kadlec@netfilter.org | ||
P: 1024D/470DB964 4CB3 1A05 713E 9BF7 FAC5 5809 DD8C B7B1 470D B964 | ||
D: netfilter: TCP window tracking code | ||
D: netfilter: raw table | ||
|
@@ -3120,7 +3119,7 @@ S: France | |
N: Rik van Riel | ||
E: [email protected] | ||
W: http://www.surriel.com/ | ||
D: Linux-MM site, Documentation/sysctl/*, swap/mm readaround | ||
D: Linux-MM site, Documentation/admin-guide/sysctl/*, swap/mm readaround | ||
D: kswapd fixes, random kernel hacker, rmap VM, | ||
D: nl.linux.org administrator, minor scheduler additions | ||
S: Red Hat Boston | ||
|
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
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 |
---|---|---|
|
@@ -423,23 +423,6 @@ Description: | |
(e.g. driver restart on the VM which owns the VF). | ||
|
||
|
||
sysfs interface for NetEffect RNIC Low-Level iWARP driver (nes) | ||
--------------------------------------------------------------- | ||
|
||
What: /sys/class/infiniband/nesX/hw_rev | ||
What: /sys/class/infiniband/nesX/hca_type | ||
What: /sys/class/infiniband/nesX/board_id | ||
Date: Feb, 2008 | ||
KernelVersion: v2.6.25 | ||
Contact: [email protected] | ||
Description: | ||
hw_rev: (RO) Hardware revision number | ||
|
||
hca_type: (RO) Host Channel Adapter type (NEX020) | ||
|
||
board_id: (RO) Manufacturing board id | ||
|
||
|
||
sysfs interface for Chelsio T4/T5 RDMA driver (cxgb4) | ||
----------------------------------------------------- | ||
|
||
|
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ Date: October 2002 | |
Contact: Linux Memory Management list <[email protected]> | ||
Description: | ||
The node's hit/miss statistics, in units of pages. | ||
See Documentation/numastat.txt | ||
See Documentation/admin-guide/numastat.rst | ||
|
||
What: /sys/devices/system/node/nodeX/distance | ||
Date: October 2002 | ||
|
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,56 @@ | ||
What: /sys/kernel/debug/<cros-ec-device>/console_log | ||
Date: September 2017 | ||
KernelVersion: 4.13 | ||
Description: | ||
If the EC supports the CONSOLE_READ command type, this file | ||
can be used to grab the EC logs. The kernel polls for the log | ||
and keeps its own buffer but userspace should grab this and | ||
write it out to some logs. | ||
|
||
What: /sys/kernel/debug/<cros-ec-device>/panicinfo | ||
Date: September 2017 | ||
KernelVersion: 4.13 | ||
Description: | ||
This file dumps the EC panic information from the previous | ||
reboot. This file will only exist if the PANIC_INFO command | ||
type is supported by the EC. | ||
|
||
What: /sys/kernel/debug/<cros-ec-device>/pdinfo | ||
Date: June 2018 | ||
KernelVersion: 4.17 | ||
Description: | ||
This file provides the port role, muxes and power debug | ||
information for all the USB PD/type-C ports available. If | ||
the are no ports available, this file will be just an empty | ||
file. | ||
|
||
What: /sys/kernel/debug/<cros-ec-device>/uptime | ||
Date: June 2019 | ||
KernelVersion: 5.3 | ||
Description: | ||
A u32 providing the time since EC booted in ms. This is | ||
is used for synchronizing the AP host time with the EC | ||
log. An error is returned if the command is not supported | ||
by the EC or there is a communication problem. | ||
|
||
What: /sys/kernel/debug/<cros-ec-device>/last_resume_result | ||
Date: June 2019 | ||
KernelVersion: 5.3 | ||
Description: | ||
Some ECs have a feature where they will track transitions to | ||
the (Intel) processor's SLP_S0 line, in order to detect cases | ||
where a system failed to go into S0ix. When the system resumes, | ||
an EC with this feature will return a summary of SLP_S0 | ||
transitions that occurred. The last_resume_result file returns | ||
the most recent response from the AP's resume message to the EC. | ||
|
||
The bottom 31 bits contain a count of the number of SLP_S0 | ||
transitions that occurred since the suspend message was | ||
received. Bit 31 is set if the EC attempted to wake the | ||
system due to a timeout when watching for SLP_S0 transitions. | ||
Callers can use this to detect a wake from the EC due to | ||
S0ix timeouts. The result will be zero if no suspend | ||
transitions have been attempted, or the EC does not support | ||
this feature. | ||
|
||
Output will be in the format: "0x%08x\n". |
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 |
---|---|---|
|
@@ -3,7 +3,10 @@ Date: Jan 2019 | |
KernelVersion: 5.1 | ||
Contact: [email protected] | ||
Description: Sets the device address to be used for read or write through | ||
PCI bar. The acceptable value is a string that starts with "0x" | ||
PCI bar, or the device VA of a host mapped memory to be read or | ||
written directly from the host. The latter option is allowed | ||
only when the IOMMU is disabled. | ||
The acceptable value is a string that starts with "0x" | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/command_buffers | ||
Date: Jan 2019 | ||
|
@@ -33,10 +36,12 @@ Contact: [email protected] | |
Description: Allows the root user to read or write directly through the | ||
device's PCI bar. Writing to this file generates a write | ||
transaction while reading from the file generates a read | ||
transcation. This custom interface is needed (instead of using | ||
transaction. This custom interface is needed (instead of using | ||
the generic Linux user-space PCI mapping) because the DDR bar | ||
is very small compared to the DDR memory and only the driver can | ||
move the bar before and after the transaction | ||
move the bar before and after the transaction. | ||
If the IOMMU is disabled, it also allows the root user to read | ||
or write from the host a device VA of a host mapped memory | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/device | ||
Date: Jan 2019 | ||
|
@@ -46,6 +51,13 @@ Description: Enables the root user to set the device to specific state. | |
Valid values are "disable", "enable", "suspend", "resume". | ||
User can read this property to see the valid values | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/engines | ||
Date: Jul 2019 | ||
KernelVersion: 5.3 | ||
Contact: [email protected] | ||
Description: Displays the status registers values of the device engines and | ||
their derived idle status | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/i2c_addr | ||
Date: Jan 2019 | ||
KernelVersion: 5.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
Oops, something went wrong.