Releases: Official-Ayrton990/android_kernel_xiaomi_sm8150
Releases · Official-Ayrton990/android_kernel_xiaomi_sm8150
Quantic Kernel r6
Update is out!
Changelog:
- Partially fixed dt2w, some users reporting not working on PA but the rest of the ROMs works
- Upstreamed to linux stable 4.14.178
- Added a new CFS thread for freeing GPU memory. Improves performance when tearing down processes and lets UI to submit work to the GPU. (more info here: 24c27d8)
- Offload mementry destroy work to separate thread, this is done to reduce the time spent by user applications in waiting for memory to be freed. (more info here: 0dc7bcd)
- Use optimized spinning loop for arm64, this makes about 20% performance improvement on the CPU multithread load. (more info here: 9abedaf)
- Fix race between runtime distribution and assignment (more info here: 0d521cd)
- Align rq->avg_idle and rq->avg_scan_cost, The only difference between the two is that rq->avg_scan_cost is computed using a pure division rather than a shift (more info here: f3721e1)
- Get rid of the big mutex lock on ashmem (more info here: 3ec8f26)
- Enable ZRAM to 3GB and use lz4 as compressor.
- Most of the new features were backported.
Quantic Kernel r5
Changelog:
- Added fsync on/off switch
- Added Dynamic fsync
- Added Wireguard
- Added support for MIUI and Custom MIUI 11 roms, also MIUI 12 compatible but with fp broken (Removed avb)
- Set nobarrier=0 for ext4 formatted devices
- Disabled GENTLE_FAIR_SLEEPERS
Quantic Kernel r4
Changelog:
- Merge tag 'LA.UM.8.11.r1-03300-NICOBAR.0' of https://source.codeaurora.org/quic/la/kernel/msm-4.14
- Merge tag 'LE.UM.4.2.2-00800-SDX55' of https://source.codeaurora.org/quic/la/kernel/msm-4.14 into QK-ten
- Deleted 90/96 MHz low step frequency due to be ineffective with respect of 180MHz, and changed pwrlevel to 8
- Added dynamic schedtune boost
- Tweaked cpufreq_schedutil.c again
- By consequence of the prior changes, performance is better than last r3 without loosing battery backup.
Quantic Kernel r3
New Quantic Kernel update is out
Changelog:
- paranoid kernel base by @markakash now deprecated, thanks to him to let this project start
- New base build from scratch synced with demon000 fp changes
- DDR4 2133MHz OC
- Enabled Ultra Low Power State (UPS)
- Enabled LZ4 on ZRAM
- Enabled CONFIG_IP_NF_TARGET_TTL requested by Vladislav Polyakov this let the user to change TTL by their own value in safe way
- Tuned schedutil to reach better performance without damaging the battery life
- Use PELT instead of WALT
- MIUI not compatible at the moment