Skip to content

Stable Pie Kernel for Note9

Compare
Choose a tag to compare
@THEBOSS619 THEBOSS619 released this 24 Sep 09:50
· 759 commits to master since this release

Stable Pie Kernel Update!

THEBOSS-Zeus Kernel 2.3.94

Changelog:-

  • Optimized further the GCC compiler to use more aggressive optimizations for the kernel operations & cleaner working code & improved code size.
  • Added battery charging contro!! the first on XDA and outside xda
  • Made automated driver for readahead size decision when inserting any OTG/USB external storage on the device to optimize file processing performance
  • Micro-optimizations for Ion driver, Binder, PCI Exynos drivers, hotplug driver,F-ECM drivers
  • CPU-Boost driver implemented and updated to the latest version including all kind of patches and updates from Sony,Xiaomi, and Nvidia
  • Dynamtic Shedtune driver implemented and updated it with the latest patches
  • Clean up garbage/unused codes from CPU governers
  • Optimized IO up to 34% improvement in the I/O latency.
  • Using Galaxy S10 + Note 10 HMP extracted drivers combined and implemented it to our be loved Note 9!
  • Introduced [Host Performance Booster] HPB driver from Pixel 3! & Adapted it to our Note9!! Please read below what HPB can do...
    [HPB is essentially caching of the NAND chip’s FTL (flash translation layer) L2P (logical to physical) mapping tables into the hosts (SoCs) main memory. This allows the host driver to look up the target L2P entry directly without betting on UFS’s limited SRAM to have a cache-hit, reducing latency and greatly increasing random read performance. The authors of the feature showcase an improvement of 59-67% in random I/O read performance due to the new feature. It’s worth to mention that traditional Android I/O benchmarks won’t be able to show this as as those tend to test read speeds with the files they’ve just created.]
  • Added Ainur audio driver for those who want to use DTS Audio mods
  • Frandom driver implemented which will improve Entropy Pool
  • Linux Updated/Upstreamed to 4.9.194
  • Cleaned up the code after Linux update