summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-10-17Bump MuQSS version to 0.1124.8-muqss-112Con Kolivas
2016-10-17Choose deadline task by skip list key instead of deadline to ensure we choose...Con Kolivas
2016-10-17Remove dup'd vtime_task_switchCon Kolivas
2016-10-17Yielding repeatedly without resetting timeslice and deadline can lead to task...Con Kolivas
2016-10-17Don't re-set values that haven't changed.Con Kolivas
2016-10-17Do irq_enter on scheduler_ipi called when idle to update xtime.Con Kolivas
2016-10-15Dequeue sched info on task deactivationCon Kolivas
2016-10-15Use rq dither as an offset itself, avoiding one conditionalCon Kolivas
2016-10-15Remove redundant reassignmentCon Kolivas
2016-10-15Time slice expire should be set to correct rqCon Kolivas
2016-10-15Avoid spurious missed preemption due to lockless resched_curr.Con Kolivas
2016-10-14Remove unused code.Con Kolivas
2016-10-14Update sched info when we change CPUs and not on en/dequeuing to be runCon Kolivas
2016-10-14Remove use of rq_last_ran as it is now only checked locally or under lockCon Kolivas
2016-10-14Remove use of rq_time_slice as time_slice is now only checked locally or unde...Con Kolivas
2016-10-14Double lock and differentiate rq from new_rq in wake_up_new_task, altering co...Con Kolivas
2016-10-14Remove rq_policy which is only used locallyCon Kolivas
2016-10-13Clean up bind_zero to not try and change affinity or reschedule the stopper t...Con Kolivas
2016-10-13Bump MuQSS version to 0.1114.8-muqss-111Con Kolivas
2016-10-13Fix suspend and resume.Con Kolivas
2016-10-13Select a valid CPU from the online masks onlyCon Kolivas
2016-10-11Bump MuQSS version to 0.1104.8-muqss-110Con Kolivas
2016-10-11Build fixes for various different stripped configurations.Con Kolivas
2016-10-11Rework SCHED_ISO to work per-runqueue with numerous updates, overheadCon Kolivas
2016-10-11Should update sched info data when moving CPUs to get correct rq clock.Con Kolivas
2016-10-11Wrong againCon Kolivas
2016-10-11Update sched_info only on first enqueue/dequeue and alter en/dequeue_taskCon Kolivas
2016-10-11Consolidate when and where we update_clocks and account for when niffies are ...Con Kolivas
2016-10-11Do not update task_thread_info cpu on a running task until it is off the curr...Con Kolivas
2016-10-10Drop task waking which is not meaningfully used.ckolivas
2016-10-10Lock pi_lock as well when migrating a task in finish_lock_switch.ckolivas
2016-10-10sched_info_de/queued only on de/activate.ckolivas
2016-10-10Don't reinitialise deadline on wake up new task in case runqueue has changed.ckolivas
2016-10-10Any time we have two runqueues locked we use that as an opportunity tockolivas
2016-10-09muqss108-002-bias_idle_on_wakeCon Kolivas
2016-10-09muqss108-001-check_affinity_switchCon Kolivas
2016-10-09MuQSS version 0.108Con Kolivas
2016-10-09MuQSS version 0.106Con Kolivas
2016-10-09MuQSS version 0.105Con Kolivas
2016-10-09MuQSS version 0.104Con Kolivas
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-08-18sched/cputime: Resync steal time when guest & host lose syncWanpeng Li
2016-08-18sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra
2016-08-11sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker
2016-08-11sched/cputime: Fix steal time accountingWanpeng Li
2016-08-10sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li
2016-08-10sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich
2016-08-10sched/fair: Fix typo in sync_throttle()Xunlei Pang
2016-08-10sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds