-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overclock: boosted v2 governor and sio sched implementation
(cpufreq governor based on smartass v2) Add sources and module compiled from sources Fix cpu sysfs owner to allow toggle from Android Settings Fixed sysfs write operations and renamed to cpufreq_boosted Change-Id: If5bc6ae696b945de08e0e21dd0c781653e8e771d
- Loading branch information
Showing
18 changed files
with
1,417 additions
and
38 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
#Module | ||
# Modules | ||
|
||
obj-m += cpufreq_conservative.o cpufreq_interactive.o cpufreq_smartass.o cpufreq_stats.o cpufreq_powersave.o | ||
obj-m += cpufreq_conservative.o cpufreq_interactive.o cpufreq_powersave.o | ||
obj-m += cpufreq_stats.o | ||
obj-m += cpufreq_smartass.o cpufreq_boosted.o | ||
|
||
sio_iosched-objs = sio-iosched.o | ||
obj-m += sio_iosched.o | ||
|
Oops, something went wrong.