blackline2008
Stamm-User
- 166
EliteKernel OXP
Über den Kernel:
Changelog:
XDA-Thread: [KERNEL][19-01-2013] ~=~ EliteKernel OXP~=~ (adv. s2w, extreme powersaving)
Über den Kernel:
- slide2wake
- HTC Sense 4 +.
- schnellere Geschwindigkeit bei niedrigeren Frequenzen
- weniger Hitze bei starker Belastung
- Optimierung CPU, Memory, I/O und native Performance
- sehr stabil
- vieles mehr
- HTC Sense 4 +.
- schnellere Geschwindigkeit bei niedrigeren Frequenzen
- weniger Hitze bei starker Belastung
- Optimierung CPU, Memory, I/O und native Performance
- sehr stabil
- vieles mehr
Changelog:
130312 EX3
- smartmax back as default governor and fine tuned
- power saving frequencies bugfix
- LED duration multiplier at /sys/kernel/notification_leds/off_timer_multiplier (0=infinite, 1=default, number = multiplier)
130312 EX2
- defaults fall back to ondemand for now
- updated to latest Blade commits
130312 EX1
- rebased the kernel on Maxwen's AOSP Blade kernel
- added all former EliteKernel tweaks
- added Extreme Power Saving (improved HTC power saving - 1.15GHz cap and 3-core, no floor cap for audio when enabled)
- released as experimental branch until proven stable
130119
- attempt to smooth out audio crackling outside powersaving mode
- added NFS-related modules
130116
- added GPU overclocking
- added CIFS module as per a request
130106
- hardcoded default per-core frequencies so that tegra can't reset them (1400-1500-1600-1700 in order of activation)
- added rngd to completely eliminate system lags connected with cryptography, network communication and other stuff that rely on random number generation (thanks to lambgx02 for this idea)
130102
- s2w ignores swipes that originate in or go through the screen space (better gaming with virtual sticks)
- extreme powersaving update: power saving now limits the CPU to 3 cores while awake
121215
- fixed freezing bug
- s2w sysfs tunables interface by maxwen
Code:
/sys/android_touch/s2w_register_threshold - button panel locks to s2w after this distance
/sys/android_touch/s2w_min_distance - screen turns on/off after this distance
/sys/android_touch/s2w_allow_stroke - when set to one, direction of the swipes doesn't matter
- increased s2w_register_threshold for better button sensitivity
- rebased on ARHD6 boot.img
- fixed randomly broken init.d support
121212
- fixed sound cracking
- more battery when sleeping in power saving mode
- added my "stroke 2 wake" algorithm (basically free swipe alg. where direction doesn't matter)
- s2w length 25px shorter
- fixed some random startup and module injection bugs
121210
- S2W free swipe algorithm
- HTC Power Saving feature now underclocks to 1.15GHz and allows CPU to go all the way down to 51MHz when playing audio (this may cause crackling noises but saves battery while playing)
- fixed per-core async CPU settings. Be aware that SetCPU and similar progs will break this, they are not designed for tegra drivers. Nothing is -.-'
121209b
- revert to SLAB allocator for testing
- new experimental line for better battery while playing audio
121209
- reverted all the edits to tegra drivers to try a more subtle approach
- switched to SLUB memory allocator
- decreased default wifi power to save battery
- removed tegra drivers CPU hardcoding for: USB plugged in CPU speed, vibrations CPU ramp up, 2 cores only on USB
- decreased media playback perflock to 102MHz minimum
- modified S2W to ramp up the CPU momentarily on wake
121203
- Crippled another huge chunk of hardcoded Tegra CPU management
- more relaxed smartass to prevent lockups on lower quality chips
121202
- XZ kernel compression for smaller download and faster boot
- AES calculations are now hardware accelerated by Tegra chip
- memory compaction properly activates when needed
- improved I/O throughput and latency
- improved ondemand responsiveness
- improved file transfer speeds over USB for both MTP and ADB
- crippled part of Tegra hardcoded CPU management (USB connection, screen on/off)
- other minor performance and battery improvements
- smoother frequency ramping for ondemand
121201
- s2w overhaul by maxwen (fixed touchscreen in some games)
- changed s2w to only require roughly 60% of the swipe length for one-handed viability
- hopefully fixed kernel module injector to work always
- rebased boot.img on ARHD 5
121127:
- fixed installer package bug.. or not
121126:
- added slide2wake support
- changed default frequencies for better performance/battery(heat) ratio (1400-1600-1600-1400/204-51-51-102 since cores activate in order 0-3-2-1)
121125:
- initial release
- smartmax back as default governor and fine tuned
- power saving frequencies bugfix
- LED duration multiplier at /sys/kernel/notification_leds/off_timer_multiplier (0=infinite, 1=default, number = multiplier)
130312 EX2
- defaults fall back to ondemand for now
- updated to latest Blade commits
130312 EX1
- rebased the kernel on Maxwen's AOSP Blade kernel
- added all former EliteKernel tweaks
- added Extreme Power Saving (improved HTC power saving - 1.15GHz cap and 3-core, no floor cap for audio when enabled)
- released as experimental branch until proven stable
130119
- attempt to smooth out audio crackling outside powersaving mode
- added NFS-related modules
130116
- added GPU overclocking
- added CIFS module as per a request
130106
- hardcoded default per-core frequencies so that tegra can't reset them (1400-1500-1600-1700 in order of activation)
- added rngd to completely eliminate system lags connected with cryptography, network communication and other stuff that rely on random number generation (thanks to lambgx02 for this idea)
130102
- s2w ignores swipes that originate in or go through the screen space (better gaming with virtual sticks)
- extreme powersaving update: power saving now limits the CPU to 3 cores while awake
121215
- fixed freezing bug
- s2w sysfs tunables interface by maxwen
Code:
/sys/android_touch/s2w_register_threshold - button panel locks to s2w after this distance
/sys/android_touch/s2w_min_distance - screen turns on/off after this distance
/sys/android_touch/s2w_allow_stroke - when set to one, direction of the swipes doesn't matter
- increased s2w_register_threshold for better button sensitivity
- rebased on ARHD6 boot.img
- fixed randomly broken init.d support
121212
- fixed sound cracking
- more battery when sleeping in power saving mode
- added my "stroke 2 wake" algorithm (basically free swipe alg. where direction doesn't matter)
- s2w length 25px shorter
- fixed some random startup and module injection bugs
121210
- S2W free swipe algorithm
- HTC Power Saving feature now underclocks to 1.15GHz and allows CPU to go all the way down to 51MHz when playing audio (this may cause crackling noises but saves battery while playing)
- fixed per-core async CPU settings. Be aware that SetCPU and similar progs will break this, they are not designed for tegra drivers. Nothing is -.-'
121209b
- revert to SLAB allocator for testing
- new experimental line for better battery while playing audio
121209
- reverted all the edits to tegra drivers to try a more subtle approach
- switched to SLUB memory allocator
- decreased default wifi power to save battery
- removed tegra drivers CPU hardcoding for: USB plugged in CPU speed, vibrations CPU ramp up, 2 cores only on USB
- decreased media playback perflock to 102MHz minimum
- modified S2W to ramp up the CPU momentarily on wake
121203
- Crippled another huge chunk of hardcoded Tegra CPU management
- more relaxed smartass to prevent lockups on lower quality chips
121202
- XZ kernel compression for smaller download and faster boot
- AES calculations are now hardware accelerated by Tegra chip
- memory compaction properly activates when needed
- improved I/O throughput and latency
- improved ondemand responsiveness
- improved file transfer speeds over USB for both MTP and ADB
- crippled part of Tegra hardcoded CPU management (USB connection, screen on/off)
- other minor performance and battery improvements
- smoother frequency ramping for ondemand
121201
- s2w overhaul by maxwen (fixed touchscreen in some games)
- changed s2w to only require roughly 60% of the swipe length for one-handed viability
- hopefully fixed kernel module injector to work always
- rebased boot.img on ARHD 5
121127:
- fixed installer package bug.. or not
121126:
- added slide2wake support
- changed default frequencies for better performance/battery(heat) ratio (1400-1600-1600-1400/204-51-51-102 since cores activate in order 0-3-2-1)
121125:
- initial release
XDA-Thread: [KERNEL][19-01-2013] ~=~ EliteKernel OXP~=~ (adv. s2w, extreme powersaving)
Zuletzt bearbeitet: