├── Governors ├── acpi-cpufreq.c ├── cpufreq-nforce2.c ├── cpufreq.c ├── cpufreq_abyssplug.c ├── cpufreq_abyssplugv2.c ├── cpufreq_adaptive.c ├── cpufreq_adaptivex.c ├── cpufreq_asswax.c ├── cpufreq_badass.c ├── cpufreq_brazilianwax.c ├── cpufreq_conservative.c ├── cpufreq_darkness.c ├── cpufreq_gov_msm.c ├── cpufreq_hotplug.c ├── cpufreq_hyper.c ├── cpufreq_intelliactive.c ├── cpufreq_intellidemand.c ├── cpufreq_interactive.c ├── cpufreq_interactiveX.c ├── cpufreq_interactivex.c ├── cpufreq_lagfree.c ├── cpufreq_lazy.c ├── cpufreq_lionheart.c ├── cpufreq_lulzactive.c ├── cpufreq_lulzactivew.c ├── cpufreq_minmax.c ├── cpufreq_nightmare.c ├── cpufreq_ondemand.c ├── cpufreq_ondemandx.c ├── cpufreq_pegasusq.c ├── cpufreq_performance.c ├── cpufreq_powersave.c ├── cpufreq_preservative.c ├── cpufreq_sakuractive.c ├── cpufreq_samsung.c ├── cpufreq_savagedzen.c ├── cpufreq_scary.c ├── cpufreq_skywalker.c ├── cpufreq_smartass.c ├── cpufreq_smartass2.c ├── cpufreq_smartassH3.c ├── cpufreq_smartmax.c ├── cpufreq_smartmax_eps.c ├── cpufreq_stats.c ├── cpufreq_userspace.c ├── cpufreq_wheatley.c ├── cpufreq_wrexy.c ├── cpufreq_zenx.c ├── db8500-cpufreq.c ├── exynos-cpufreq.c ├── exynos4210-cpufreq.c ├── exynos4x12-cpufreq.c ├── exynos5250-cpufreq.c ├── maple-cpufreq.c ├── omap-cpufreq.c ├── pcc-cpufreq.c ├── s3c2416-cpufreq.c ├── s3c64xx-cpufreq.c └── s5pv210-cpufreq.c ├── README.md └── io_Schedulers ├── Kconfig.iosched ├── Kconfig.iosched~ ├── bfq-iosched.c ├── cfq-iosched.c ├── deadline-iosched.c ├── fifo-iosched.c ├── fiops-iosched.c ├── noop-iosched.c ├── row-iosched.c ├── sio-iosched.c ├── sioplus-iosched.c ├── test-iosched.c ├── vr-iosched.c └── zen-iosched.c /Governors/acpi-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/acpi-cpufreq.c -------------------------------------------------------------------------------- /Governors/cpufreq-nforce2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq-nforce2.c -------------------------------------------------------------------------------- /Governors/cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq.c -------------------------------------------------------------------------------- /Governors/cpufreq_abyssplug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_abyssplug.c -------------------------------------------------------------------------------- /Governors/cpufreq_abyssplugv2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_abyssplugv2.c -------------------------------------------------------------------------------- /Governors/cpufreq_adaptive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_adaptive.c -------------------------------------------------------------------------------- /Governors/cpufreq_adaptivex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_adaptivex.c -------------------------------------------------------------------------------- /Governors/cpufreq_asswax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_asswax.c -------------------------------------------------------------------------------- /Governors/cpufreq_badass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_badass.c -------------------------------------------------------------------------------- /Governors/cpufreq_brazilianwax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_brazilianwax.c -------------------------------------------------------------------------------- /Governors/cpufreq_conservative.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_conservative.c -------------------------------------------------------------------------------- /Governors/cpufreq_darkness.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_darkness.c -------------------------------------------------------------------------------- /Governors/cpufreq_gov_msm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_gov_msm.c -------------------------------------------------------------------------------- /Governors/cpufreq_hotplug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_hotplug.c -------------------------------------------------------------------------------- /Governors/cpufreq_hyper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_hyper.c -------------------------------------------------------------------------------- /Governors/cpufreq_intelliactive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_intelliactive.c -------------------------------------------------------------------------------- /Governors/cpufreq_intellidemand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_intellidemand.c -------------------------------------------------------------------------------- /Governors/cpufreq_interactive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_interactive.c -------------------------------------------------------------------------------- /Governors/cpufreq_interactiveX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_interactiveX.c -------------------------------------------------------------------------------- /Governors/cpufreq_interactivex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_interactivex.c -------------------------------------------------------------------------------- /Governors/cpufreq_lagfree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_lagfree.c -------------------------------------------------------------------------------- /Governors/cpufreq_lazy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_lazy.c -------------------------------------------------------------------------------- /Governors/cpufreq_lionheart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_lionheart.c -------------------------------------------------------------------------------- /Governors/cpufreq_lulzactive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_lulzactive.c -------------------------------------------------------------------------------- /Governors/cpufreq_lulzactivew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_lulzactivew.c -------------------------------------------------------------------------------- /Governors/cpufreq_minmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_minmax.c -------------------------------------------------------------------------------- /Governors/cpufreq_nightmare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_nightmare.c -------------------------------------------------------------------------------- /Governors/cpufreq_ondemand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_ondemand.c -------------------------------------------------------------------------------- /Governors/cpufreq_ondemandx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_ondemandx.c -------------------------------------------------------------------------------- /Governors/cpufreq_pegasusq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_pegasusq.c -------------------------------------------------------------------------------- /Governors/cpufreq_performance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_performance.c -------------------------------------------------------------------------------- /Governors/cpufreq_powersave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_powersave.c -------------------------------------------------------------------------------- /Governors/cpufreq_preservative.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_preservative.c -------------------------------------------------------------------------------- /Governors/cpufreq_sakuractive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_sakuractive.c -------------------------------------------------------------------------------- /Governors/cpufreq_samsung.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_samsung.c -------------------------------------------------------------------------------- /Governors/cpufreq_savagedzen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_savagedzen.c -------------------------------------------------------------------------------- /Governors/cpufreq_scary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_scary.c -------------------------------------------------------------------------------- /Governors/cpufreq_skywalker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_skywalker.c -------------------------------------------------------------------------------- /Governors/cpufreq_smartass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_smartass.c -------------------------------------------------------------------------------- /Governors/cpufreq_smartass2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_smartass2.c -------------------------------------------------------------------------------- /Governors/cpufreq_smartassH3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_smartassH3.c -------------------------------------------------------------------------------- /Governors/cpufreq_smartmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_smartmax.c -------------------------------------------------------------------------------- /Governors/cpufreq_smartmax_eps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_smartmax_eps.c -------------------------------------------------------------------------------- /Governors/cpufreq_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_stats.c -------------------------------------------------------------------------------- /Governors/cpufreq_userspace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_userspace.c -------------------------------------------------------------------------------- /Governors/cpufreq_wheatley.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_wheatley.c -------------------------------------------------------------------------------- /Governors/cpufreq_wrexy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_wrexy.c -------------------------------------------------------------------------------- /Governors/cpufreq_zenx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/cpufreq_zenx.c -------------------------------------------------------------------------------- /Governors/db8500-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/db8500-cpufreq.c -------------------------------------------------------------------------------- /Governors/exynos-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/exynos-cpufreq.c -------------------------------------------------------------------------------- /Governors/exynos4210-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/exynos4210-cpufreq.c -------------------------------------------------------------------------------- /Governors/exynos4x12-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/exynos4x12-cpufreq.c -------------------------------------------------------------------------------- /Governors/exynos5250-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/exynos5250-cpufreq.c -------------------------------------------------------------------------------- /Governors/maple-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/maple-cpufreq.c -------------------------------------------------------------------------------- /Governors/omap-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/omap-cpufreq.c -------------------------------------------------------------------------------- /Governors/pcc-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/pcc-cpufreq.c -------------------------------------------------------------------------------- /Governors/s3c2416-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/s3c2416-cpufreq.c -------------------------------------------------------------------------------- /Governors/s3c64xx-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/s3c64xx-cpufreq.c -------------------------------------------------------------------------------- /Governors/s5pv210-cpufreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/Governors/s5pv210-cpufreq.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/README.md -------------------------------------------------------------------------------- /io_Schedulers/Kconfig.iosched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/Kconfig.iosched -------------------------------------------------------------------------------- /io_Schedulers/Kconfig.iosched~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/Kconfig.iosched~ -------------------------------------------------------------------------------- /io_Schedulers/bfq-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/bfq-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/cfq-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/cfq-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/deadline-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/deadline-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/fifo-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/fifo-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/fiops-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/fiops-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/noop-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/noop-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/row-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/row-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/sio-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/sio-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/sioplus-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/sioplus-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/test-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/test-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/vr-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/vr-iosched.c -------------------------------------------------------------------------------- /io_Schedulers/zen-iosched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eliminater74/Kernel_Tweaks/HEAD/io_Schedulers/zen-iosched.c --------------------------------------------------------------------------------