-
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.
Ported Android 12 related kernel features into the Linux mainline
This commit is to port the Android kernel features in to the Linux mainline to bring up the Android Platform version 12. * Manifest: https://android.googlesource.com/kernel/manifest * branch: android-gs-raviole-5.10-android12-qpr1-d Signed-off-by: Geunsik Lim <leemgs@gmail.com>
- Loading branch information
Showing
2,976 changed files
with
887,206 additions
and
22,155 deletions.
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
14 changes: 14 additions & 0 deletions
14
Documentation/ABI/testing/sysfs-bus-coresight-devices-trbe
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,14 @@ | ||
What: /sys/bus/coresight/devices/trbe<cpu>/align | ||
Date: March 2021 | ||
KernelVersion: 5.13 | ||
Contact: Anshuman Khandual <anshuman.khandual@arm.com> | ||
Description: (Read) Shows the TRBE write pointer alignment. This value | ||
is fetched from the TRBIDR register. | ||
|
||
What: /sys/bus/coresight/devices/trbe<cpu>/flag | ||
Date: March 2021 | ||
KernelVersion: 5.13 | ||
Contact: Anshuman Khandual <anshuman.khandual@arm.com> | ||
Description: (Read) Shows if TRBE updates in the memory are with access | ||
and dirty flag updates as well. This value is fetched from | ||
the TRBIDR register. |
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,94 @@ | ||
What: /sys/class/sscoredump/clients | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
Reading from this file provides list of class drivers. | ||
|
||
|
||
What: /sys/class/sscoredump/enabled | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
This file controls enable/disable coredump feature for all | ||
class drivers. | ||
|
||
Writing 0 to this file disables coredump. | ||
|
||
Writing non-zero to this file enables coredump. | ||
|
||
|
||
What: /sys/class/sscoredump/level | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
This file controls coredump feature for all class drivers. | ||
|
||
Writing 0 to this file results in report containing | ||
crashinfo only. | ||
|
||
Writing non-zero to this file results in report containing | ||
crashinfo + coredump. | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/crash_info | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
Reading from this file provides crash information for last crash | ||
report. | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/enabled | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
This file controls enable/disable coredump feature for driver. | ||
|
||
Writing 0 to this file disables coredump. | ||
|
||
Writing non-zero to this file enables coredump. | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/read_count | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
Reading from this file provides number of times crash report was | ||
read. | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/report_count | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
Reading from this file provides number of times crash report | ||
was generated. | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/report_time | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
Reading from this file provides crash report time information. | ||
Report time format: %d.%d (sec.msec) | ||
|
||
|
||
What: /sys/class/sscoredump/sscd_<device>/timeout | ||
Date: January 2020 | ||
KernelVersion: 4.19 | ||
Contact: Oleg Matcovschi <omatcovschi@google.com> | ||
Description: | ||
This file controls timeout configuration. Timeout value is in | ||
miliseconds. | ||
|
||
Reading from this file provides current timeout value. | ||
|
||
Writing to this file sets timeout value. |
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,10 @@ | ||
What: /sys/class/thermal/cooling_device%d/user_vote | ||
Date: January, 2021 | ||
Contact: "TeYuan Wang" <kamewang@google.com> | ||
Description: | ||
For the current upstream design, userspace can request | ||
cooling device via "cur_state" sysfs. However, the request | ||
will be overwritten by other kernel governor or it will | ||
overwrite other governor's request. So, create this user_vote | ||
sysfs for userspace to request cooling device and vote with | ||
other kernel governor's request. |
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.