Gokhan said:
this is the second reupload for 1.8.5. first change was in the ramfs and it was a typo (in /init, "CM10" -> "CM101")
the second change was a little fix in /kernel/power/main.c to prevent spikes to 1800MHz, which was the reason of unexpected reboots
Se a qualcuno interessa, funziona perfettamente
Siyah 1.85
Changelog:
a temporary kernel-side fix for exynos-mem security hole until Samsung fixes it IMPORTANTE
added ROW I/O scheduler and set it as default
lowered GPU thresholds a bit
fixed GPU voltage initialization (thanks to AndreiLux)
fixed power saving mode not working (thanks to AndreiLux)
changed “pleasant for ears” preset and set it default
boots on cm10.1 but do not use dual-boot support. it will not work yet.
Edit:
The ROW scheduling algorithm will be used in mobile devices as default block layer IO scheduling algorithm.
ROW stands for "READ Over WRITE" which is the main requests dispatch policy of this algorithm.The ROW IO scheduler was developed with the mobile devices needs in mind. In mobile devices we favor user experience upon everything else,
thus we want to give READ IO requests as much priority as possible.
The main idea of the ROW scheduling policy is:
If there are READ requests in pipe - dispatch them but don't starve the WRITE requests too much.
In definitiva: aumentate le performances in lettura a lieve discapito della latenza di scrittura.
Andrebbe provato![]()