Skip to content

linux-7.2-ck1

Latest

Choose a tag to compare

@ckolivas ckolivas released this 17 Aug 01:32
· 0 commits to master since this release

Add -ck1 version.
Make nohz_full not be picked up as a default config option and add recommendation to help.
Set default Hz to 100 in combination with MuQSS and -ck patches.
Make hrtimer granularity and minimum hrtimeout configurable in sysctl. Set default granularity to 100us and min timeout to 500us.
Don't use hrtimer overlay when pm_freezing since some drivers still don't correctly use freezable timeouts.
Replace all calls to schedule_timeout_uninterruptible to use schedule_msec_hrtimeout_uninterruptible.
Replace all calls to schedule_timeout_interruptible to use schedule_msec_hrtimeout_interruptible.
Convert msleep to use hrtimers when active.
Convert all low value schedule_timeouts to their hrtimeout equivalents.
Create highres timeout variants of schedule_timeout functions.
Make preemptible kernel default.
MultiQueue Skiplist Scheduler v0.31.