Having read through the entire (long) discussion, the main takeaway was that setting NO-NEW-FAIR-SLEEPERS caused all of the complaints actual users had about the mainline kernel stuttering, causing frames in videos to skip, etc to all go away. One one system you could enable it with
Perhaps those two commands do the same thing? Anyways if you're using Linux as a desktop, and you are unhappy with the current scheduler, you should try that as it seems to help a lot of people.
echo NO-NEW-FAIR-SLEEPERS > /sys/kernel/debug/sched-features
but on another system it was
echo NO-NEW-FAIR-SLEEPERS > /debug/sched-features
Perhaps those two commands do the same thing? Anyways if you're using Linux as a desktop, and you are unhappy with the current scheduler, you should try that as it seems to help a lot of people.