28/06/15
Kernel 3.5
*Merged updates to ARM and IRQ
*Merged updates to CPUFREQ stats code.
*Merged updates to QsecCom driver.
*Merged updates to SPI_QSD driver.
*Merged change to allocate 2MB RAM more for sound driver to prevent crash!
*Merged MMC change that allow to boost write performance or reduce bu save power.
*Added new control option in Dorimanx App for MMC power/performance.
till now we had it set to powersave. now we can have faster MMC.
*Merged Update to all CPU GOVS that allow correct CPU freq limit checks.
*Merged tuning to WIFI suspend mode.
*Set heavy protection from NULL POINTER DEFERENCE'S causing panic in kernel.
Android default is 32K lowest ram limit. i have set 64K to maximize protection.
*Merged updates to CPUSET CGROUP as i have seen that some kernel panics came from it.
*Restored min RAM for apps to 16MB was 64MB this was my change to fight with panic bugs.
but it's was no helping. just reduced allowed RAM for apps. the null pointer protection should help.
*integrati update a arm e irq
*integrati update al codice cpufreq stat
*integrati update ai driver qseccom
*integrati update ai driver spi_qsd
*integrati i cambiamenti per allocare 2mb di ramin piu per i driver audio
*integrati i cambiamenti al mmc per ridurre consumi e aumentare le oerformance
*integrati update a tutti i gov cpu
*integrati i settaggi alla modalita sospensione wifi
*integrati update a cpu set cgroup
*ripristinata la ram minima per app a 16mb
26/06/15
Kernel 3.4
*Updated AIO FS code. cleaned old hacks from it. now in sync with 3.10.y by 98%
not all can be ported without more changes.
*Restored MMC code change that needed for LP, i have removed it in early builds 1.xx
with KK it's crash MMC. but here it's was by default from stock... so i have tested and restored.
*Cleaned wakelock check/clean on every check for charger... to many checks, can lead to bugs.
we dont need it any more, was made for KK.
*Merged fix to Selinux perms in case used in enforce mode by @Blastagator
*Merged Google Services power drain and wakelock fix by @Alcolawl
*Merged fix for switch mutex guards from KK kernel.
*Merged fix to speedup I/O for SSD flash.
*aggiornato il codice aui fs
*ripristinati i cambiamenti al coidice mmc
*integrati update ai permessi selinux
*integrati fix al consumo di batterya del gioogle play services
*integrtai i fix per il cambio mutex guards da kitkat