summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-22Bump ck version to ck8.4.8-ck8Con Kolivas
2016-11-22Bump MuQSS version to 0.144Con Kolivas
2016-11-22BFQ-v8r5Paolo Valente
2016-11-22Add HZ 128 as an option and default for muqss.Con Kolivas
2016-11-22Remove changed cpufreq defaults.Con Kolivas
2016-11-22Remove changed Hz defaults.Con Kolivas
2016-11-22Make hrtimer granularity and minimum hrtimeout configurable in sysctl.Con Kolivas
2016-11-22Fix build for disabled highres timers with hrtimeout code.Con Kolivas
2016-11-22Adjust the hrexpiry of forking parents and remove ifdef for highres timers si...Con Kolivas
2016-11-22Check beyond the first entry per runqueue in interactive mode if we can't tak...Con Kolivas
2016-11-18Replace all calls to schedule_timeout_uninterruptible of potentially under 50...Con Kolivas
2016-11-18Replace all calls to schedule_timeout_interruptible of potentially under 50ms...Con Kolivas
2016-11-18Change all schedule_timeout with msecs_to_jiffies potentially under 50ms to u...Con Kolivas
2016-11-18Replace all schedule_timeout(1) with schedule_min_hrtimeout().Con Kolivas
2016-11-18Convert msleep to use hrtimers when active.Con Kolivas
2016-11-18Special case calls of schedule_timeout(1) to use the min hrtimeout of 1ms, wo...Con Kolivas
2016-11-18Implement min and msec hrtimeout un/interruptible schedule timeout variants w...Con Kolivas
2016-11-12Fix type in bfq-iosched.txt4.8-ck7Paolo Valente
2016-11-12Add parentheses to complex macrosPaolo Valente
2016-11-12bfq-iosched.txt: add description of preemptionPaolo Valente
2016-11-12Remove stray disk word in first linePaolo Valente
2016-11-12Improve help message in Kconfig.ioschedPaolo Valente
2016-11-12Improve bfq-iosched.txtPaolo Valente
2016-11-12BUGFIX: Replace max wrongly used for modulo numbersPaolo Valente
2016-11-12Documentation/block: add bfq-iosched.txtPaolo Valente
2016-11-12Bump MuQSS version to 0.140Con Kolivas
2016-11-12Bump version to -ck7ckolivas
2016-11-12Revert all non-scheduler related timeout changes in the kernel.ckolivas
2016-11-11vtime_init_idle is missing from init_idle in muqss.Con Kolivas
2016-11-11Only force a direct schedule in __set_cpus_allowed_ptr on kthreads.ckolivas
2016-11-11Remove unnecessary calls to get/put online_cpus in sched_setaffinity.ckolivas
2016-11-08Make freezable timeouts not use the highres timers.Con Kolivas
2016-11-05Bump version to -ck64.8-ck6Con Kolivas
2016-11-05Merge branch '4.8-muqss' into 4.8-ckCon Kolivas
2016-11-05Bump MuQSS version to 0.1354.8-muqss-135Con Kolivas
2016-11-05Kick out of the idle loop if there are softirqs pending, avoiding trying to c...Con Kolivas
2016-11-05Remove check for codepath which is no longer hit.Con Kolivas
2016-11-05Don't reschedule balance across nodes unless a CPU is idle.Con Kolivas
2016-11-05Remove unnecessary check in edt()Con Kolivas
2016-11-04Replace all calls to schedule_timeout_uninterruptible of potentially under 50...Con Kolivas
2016-11-04Replace all calls to schedule_timeout_interruptible of potentially under 50ms...Con Kolivas
2016-11-04Change all schedule_timeout with msecs_to_jiffies potentially under 50ms to u...Con Kolivas
2016-11-04Replace all schedule_timeout(1) with schedule_min_hrtimeout().Con Kolivas
2016-11-04Convert msleep to use hrtimers when active.Con Kolivas
2016-11-04Special case only schedule_timeouts of 1 to use highres timeouts of 1ms.Con Kolivas
2016-11-04Add functions for min and msec hrtimeout un/interruptible.Con Kolivas
2016-11-04Replace all calls to schedule_timeout_uninterruptible of potentially under 50...Con Kolivas
2016-11-04Replace all calls to schedule_timeout_interruptible of potentially under 50ms...Con Kolivas
2016-11-04Change all schedule_timeout with msecs_to_jiffies potentially under 50ms to u...Con Kolivas
2016-11-04Replace all schedule_timeout(1) with schedule_min_hrtimeout().Con Kolivas