Skip to content

v4.14.355 OpenELA v6

Choose a tag to compare

@sidex15 sidex15 released this 30 Sep 07:31
· 56 commits to OpenELA-4.14.y-Stock since this release

Changelog

  • Implement simple_lmk
  • kernel: Add tri-cluster API to affine IRQs and kthreads to fast CPUs
  • cpumask: Add cpumasks for big, LITTLE, and prime CPU clusters
  • kernel: Boost whenever a zygote-forked process becomes a top app
  • kernel: Boost to the max for a short amount of time when zygote forks
  • devfreq_boost: Run boost kthreads on big CPU cluster
  • devfreq: Introduce devfreq boost driver
  • fs: exec: Introduce is_zygote_pid()
  • Enable uclamp
  • Enable devfreq boost
  • Adjust CPU masks
  • Disable tune
  • Disable Bore Scheduler
  • Disable debugfs
  • Disable serial core
  • Disable serial core console

V50 Dual Screen Driver Support

To support dual screen on the LG V50 n3x7g3n kernel, it needs to install the signed kernel module driver touch_module_s3706.ko to work. As the stock kernel module driver is not signed to the n3x7g3n kernel, it is only signed in the stock kernel.

Here's how to install it:

  1. Download the touch_module_s3706.ko
  2. Use your Root manager and go to /vendor/lib/modules
  3. Rename the stock touch_module_s3706.ko to touch_module_s3706.ko.bak (this will make a backup)
  4. Then copy the touch_module_s3706.ko you've downloaded and paste it in /vendor/lib/modules
  5. Set the permission of the touch_module_s3706.ko to 0644
  6. Reboot