summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12Bump MuQSS version to 0.1404.7-muqss-140Con Kolivas
2016-11-12Revert all non-scheduler related timeout changes in the kernel.ckolivas
2016-11-11Fix build failure.Con Kolivas
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-05Bump MuQSS version to 0.1354.7-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-04Revert "Unset base is idle in next_timer_event based on hrtimers as well."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-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 MuQSS version to 0.1204.7-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-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-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
2016-10-25Account for unaccounted CPU time in wunt before distributing time_slice to ch...Con Kolivas
2016-10-25Lock rq in do_set_cpus_allowed before resched_task.Con Kolivas
2016-10-25Revert "There is no need to expire timeslice in sched yield now that the late...Con Kolivas
2016-10-25Revert task_cpu test against wake_cpu in set_task_cpu.Con Kolivas
2016-10-24Bump MuQSS version to 0.1164.7-muqss-116Con Kolivas
2016-10-24There is no need to expire timeslice in sched yield now that the latency/acco...Con Kolivas
2016-10-24Fix niffies not being updated in scheduler_tick leading to unfair CPU distrib...Con Kolivas
2016-10-23Set deadline and time slice on idle for first forked tasks (worker threads) t...Con Kolivas
2016-10-23Revert the damage caused by 6b45f1f363d7f6959b648cf49252f378022d11c6 and depe...Con Kolivas
2016-10-23Check_siblings was accidentally removed from schedule() leading to misbehavin...Con Kolivas
2016-10-22Bump MuQSS version to 0.1154.7-muqss-115Con Kolivas
2016-10-22Fix incorrect cpu being returned in select_best_cpu which would lead to boot ...Con Kolivas
2016-10-22Make the cpu_idle_map cacheline aligned.Con Kolivas
2016-10-22Resched when needed after calling do_set_cpus_allowed from outside the schedu...Con Kolivas