Rockstar v17 Changelog

Rockstar v17 Changelog


• Upstreamed from 4.9.319 all the way to 4.9.330

• Updated wireguard

• Avoided few race conditions

• Fix vmstat intervals to reduce jitter

• Using optimised memcp

• Backport strncmp and strrchr functions

• Import memchr optimised routines

• Fixed memory leaks

• Disabled debugging in fts drivers

• Added sio io scheduler

• Added fiops io scheduler

• Add some more useful functions to the display driver

• Make sure CPUs don't wake up from sleep with minimum frequency

• Make sure all drivers are loaded before booting things up in a haphazard way

• Introduce driver for event based cpu boosting

• Make cpu boosting entirely kernel dependent, no user input required

• Introduced event based devfreq boost driver

• Boost cpu and DDR bus when new frames are commited

• Set GPU idle timeout to 64ms

• Boosts CPU when zygote process becomes top app ( essentially faster app launches )

• Tune large and small core frequency for boosts for peak efficiency

• Nuke sched boost feature which meddled everything and caused inefficiencies

• Boost CPUs when memory becomes too loaded to clear everything up

• Add reliable checking for zygote process

• IRQ and worker threads marked as performance critical

• llvm backports

• Qcalcd changes

• Decreased time to enter sleep

• Enabled mouse driver

• added driverdroid support

• Thermals now handle stable temperature instead of just waiting for drops

• Add timeouts to wakelocks for better sleep and idle drains

• Expiremental MIUI support

• And many more miscellaneous changes

Report Page