summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2021-06-16sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann3-13/+6
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-06-16sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann1-1/+1
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-05-11sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy1-2/+3
2021-05-11sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli2-5/+4
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+1
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2021-03-04sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-12-30sched/deadline: Fix sched_dl_global_validate()Peng Liu2-26/+21
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski1-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski1-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski1-0/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+27
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+27
2020-11-23Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-55/+71
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2-49/+59
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra1-5/+10
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-31/+51
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King1-6/+6
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot1-1/+2
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar1-12/+10
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches5-5/+5
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+12
2020-10-24Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+3
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang1-2/+3
2020-10-18task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2-4/+11
2020-10-14sched: Replace zero-length array with flexible-arrayzhuguangqing1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-16/+2
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-108/+305
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki1-6/+2
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar1-11/+1
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira1-0/+21
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2-0/+15
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov1-10/+10