-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize code for OnePlus PJD110_14.0.0.604(CN01)
Based on QCOM release TAG:AU_LINUX_KERNEL.PLATFORM.3.0.R1.00.00.00.017.045
- Loading branch information
pswbuild
committed
Mar 25, 2024
1 parent
8af6e7b
commit 1cf4fb8
Showing
4,532 changed files
with
88,465 additions
and
35,797 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
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 |
---|---|---|
|
@@ -264,6 +264,17 @@ Description: | |
attached to the port will not be detected, initialized, | ||
or enumerated. | ||
|
||
What: /sys/bus/usb/devices/.../<hub_interface>/port<X>/early_stop | ||
Date: Sep 2022 | ||
Contact: Ray Chi <[email protected]> | ||
Description: | ||
Some USB hosts have some watchdog mechanisms so that the device | ||
may enter ramdump if it takes a long time during port initialization. | ||
This attribute allows each port just has two attempts so that the | ||
port initialization will be failed quickly. In addition, if a port | ||
which is marked with early_stop has failed to initialize, it will ignore | ||
all future connections until this attribute is clear. | ||
|
||
What: /sys/bus/usb/devices/.../<hub_interface>/port<X>/state | ||
Date: June 2023 | ||
Contact: Roy Luo <[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 |
---|---|---|
|
@@ -513,17 +513,18 @@ Description: information about CPUs heterogeneity. | |
cpu_capacity: capacity of cpuX. | ||
|
||
What: /sys/devices/system/cpu/vulnerabilities | ||
/sys/devices/system/cpu/vulnerabilities/gather_data_sampling | ||
/sys/devices/system/cpu/vulnerabilities/itlb_multihit | ||
/sys/devices/system/cpu/vulnerabilities/l1tf | ||
/sys/devices/system/cpu/vulnerabilities/mds | ||
/sys/devices/system/cpu/vulnerabilities/meltdown | ||
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data | ||
/sys/devices/system/cpu/vulnerabilities/retbleed | ||
/sys/devices/system/cpu/vulnerabilities/spec_store_bypass | ||
/sys/devices/system/cpu/vulnerabilities/spectre_v1 | ||
/sys/devices/system/cpu/vulnerabilities/spectre_v2 | ||
/sys/devices/system/cpu/vulnerabilities/spec_store_bypass | ||
/sys/devices/system/cpu/vulnerabilities/l1tf | ||
/sys/devices/system/cpu/vulnerabilities/mds | ||
/sys/devices/system/cpu/vulnerabilities/srbds | ||
/sys/devices/system/cpu/vulnerabilities/tsx_async_abort | ||
/sys/devices/system/cpu/vulnerabilities/itlb_multihit | ||
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data | ||
/sys/devices/system/cpu/vulnerabilities/retbleed | ||
Date: January 2018 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Information about CPU vulnerabilities | ||
|
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,4 +1,4 @@ | ||
What: /sys/bus/platform/drivers/eud/.../enable | ||
What: /sys/bus/platform/drivers/qcom_eud/.../enable | ||
Date: February 2022 | ||
Contact: Souradeep Chowdhury <[email protected]> | ||
Description: | ||
|
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 |
---|---|---|
|
@@ -60,3 +60,14 @@ Description: Module taint flags: | |
C staging driver module | ||
E unsigned module | ||
== ===================== | ||
|
||
What: /sys/module/grant_table/parameters/free_per_iteration | ||
Date: July 2023 | ||
KernelVersion: 6.5 but backported to all supported stable branches | ||
Contact: Xen developer discussion <[email protected]> | ||
Description: Read and write number of grant entries to attempt to free per iteration. | ||
|
||
Note: Future versions of Xen and Linux may provide a better | ||
interface for controlling the rate of deferred grant reclaim | ||
or may not need it at all. | ||
Users: Qubes OS (https://www.qubes-os.org) |
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.