Skip to content

Releases: Official-Ayrton990/android_kernel_xiaomi_sm8150

Quantic Kernel r6

03 May 23:55
Compare
Choose a tag to compare

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

29 Apr 21:15
Compare
Choose a tag to compare

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

29 Apr 02:27
Compare
Choose a tag to compare

Changelog:

Quantic Kernel r3

26 Apr 22:55
Compare
Choose a tag to compare

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