summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-01Use high resolution timers in place of regular ones whenever possible on muqs...Con Kolivas
2016-11-01Use high resolution timers in place of regular ones whenever possible on muqs...Con Kolivas
2016-10-31Unset base is idle in next_timer_event based on hrtimers as well.Con Kolivas
2016-10-31Add a dodgy workaround to do pending softirqs if we detect them upon a runque...Con Kolivas
2016-10-31Unset base is idle in next_timer_event based on hrtimers as well.Con Kolivas
2016-10-31Add a dodgy workaround to do pending softirqs if we detect them upon a runque...Con Kolivas
2016-10-29Bump version to ck54.8-ck5Con Kolivas
2016-10-29Bump MuQSS version to 0.120Con Kolivas
2016-10-29Complete MuQSS documentation.Con Kolivas
2016-10-29Revert BFS documentation to original version prior to the beginning of its Mu...Con Kolivas
2016-10-29Bump MuQSS version to 0.1204.8-muqss-120Con Kolivas
2016-10-29Complete MuQSS documentation.Con Kolivas
2016-10-29Revert BFS documentation to original version prior to the beginning of its Mu...Con Kolivas
2016-10-28Don't warn on calling hrexpiry from another CPU.Con Kolivas
2016-10-28Don't warn on calling hrexpiry from another CPU.Con Kolivas
2016-10-28Merge branch '4.8-muqss' into 4.8-ckCon Kolivas
2016-10-28When one CPU has all the load, make it report its load ramping up quickly to ...Con Kolivas
2016-10-28Start ticks on a CPU going offlineCon Kolivas
2016-10-28Fix various combinations of irq accounting and dynticks config by relying on ...Con Kolivas
2016-10-28QNR count is redundant now on MuQSS.Con Kolivas
2016-10-28Don't default to context tracking force on sched muqss.Con Kolivas
2016-10-28Use niffies in update load avg and include iowait in load.Con Kolivas
2016-10-28Set default HZ to 100Con Kolivas
2016-10-28Reenable masked out Kconfig options for MuQSS that no longer apply.Con Kolivas
2016-10-27Revert "hz-default_1000.patch"Con Kolivas
2016-10-27Revert "hz-no_default_250.patch"Con Kolivas
2016-10-27Merge branch '4.8-muqss' into 4.8-ckCon Kolivas
2016-10-27Create full nohz support regardless of load when highres timers are active si...ckolivas
2016-10-27Add high res timeslice expiry when available, increasing resolution of highre...ckolivas