Skip to content

Stable Pie Kernel for Note9

Compare
Choose a tag to compare
@THEBOSS619 THEBOSS619 released this 21 Oct 22:30
· 417 commits to master since this release

Stable Pie Kernel Update!

THEBOSS-Zeus Kernel 2.3.97

Changelog:-

  • Updated to 4.9.197
  • Additional preparation on kernel source code to use DragonTC CLANG 9 along with GCC 10
  • Using currently GCC 10.0.0 Updated to [14-10-2019] patches + crosstool-NG-1.24.0.37-3f461da updated-(Reverted for now)
  • Optimizations on Bluetooth drivers,WIfi,MOdem
  • Optimizations on GPU,Input drivers and itmon exynos
  • Optimizations on USB drivers,EcryptFS and reiserFS
  • Optimizations on Net-filter drivers, TCP and ethernet
  • Optimizations on ACPI, MTD and SCSI Drivers
  • Optimizations on all over the place by converting strlen to DSTRLEN optimizations
  • Add ROW scheduling algorithm & ROW driver... mechanism of it is...
    [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.]

  • Enable battery Store mode [used to limit charging] advanced use only
  • Optimized memory resources [giving another method to platform for using memory efficiently.]
  • Added PageWaiters drivers [This improves the performance of page lock intensive micro-benchmarks by
    2-3%.]
  • Updated F2FS from Oreo & F2FS Linux Comunity
  • Undervolted the whole device [NFC,CAM,RAM,MMC,CPU,etc..]
  • A possible fix for NetHunter Users for (Monitoring Mode)
  • Updated RCU drivers
  • dtc driver reduced spam/loggings
  • Cleaned up the kernel code little bit after Linux update 4.9.197
  • There is so much more optimizations are coming... stay tuned!!