- 490ba97 sched/fair: Clean up asym packing by Vincent Guittot · 5 years ago
- 4929a4e sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision by Xuewei Zhang · 5 years ago
- 4892f51 sched/fair: Avoid redundant EAS calculation by Quentin Perret · 5 years ago
- 763a9ec sched/fair: Fix -Wunused-but-set-variable warnings by Qian Cai · 5 years ago
- 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 5 years ago
- dac9f02 sched/fair: Remove unused cfs_rq_clock_task() function by Qian Cai · 5 years ago
- 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
- eb92692 sched/fair: Speed-up energy-aware wake-ups by Quentin Perret · 5 years ago
- 5e2d2cc sched/fair: Don't assign runtime for throttled cfs_rq by Liangyan · 5 years ago
- a46d14e sched/fair: Use rq_lock/unlock in online_fair_sched_group by Phil Auld · 5 years ago
- 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
- 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
- 5ba553e sched/fair: Expose newidle_balance() by Peter Zijlstra · 6 years ago
- 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
- de53fd7 sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices by Dave Chiluk · 5 years ago
- c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
- 60e17f5 sched/fair: Introduce fits_capacity() by Viresh Kumar · 6 years ago
- 3c29e65 sched/fair: Fall back to sched-idle CPU if idle CPU isn't found by Viresh Kumar · 6 years ago
- 43e9f7f sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq by Viresh Kumar · 6 years ago
- f6cad8d sched/fair: Fix imbalance due to CPU affinity by Vincent Guittot · 6 years ago
- 9434f9f sched/fair: Change task_numa_work() storage to static by Valentin Schneider · 6 years ago
- b34920d sched/fair: Move task_numa_work() init to init_numa_balancing() by Valentin Schneider · 6 years ago
- d35927a sched/fair: Move init_numa_balancing() below task_numa_work() by Valentin Schneider · 6 years ago
- cb361d8 sched/fair: Use RCU accessors consistently for ->numa_group by Jann Horn · 6 years ago
- 16d51a5 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 6 years ago
- dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- af24bde sched/uclamp: Add uclamp support to energy_compute() by Patrick Bellasi · 6 years ago
- 982d9cd sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks by Patrick Bellasi · 6 years ago
- a3df067 sched/fair: Rename weighted_cpuload() to cpu_runnable_load() by Dietmar Eggemann · 6 years ago
- f9f240f sched/debug: Add sched_overutilized tracepoint by Qais Yousef · 6 years ago
- 8de6242 sched/debug: Add new tracepoint to track PELT at se level by Qais Yousef · 6 years ago
- ba19f51 sched/debug: Add new tracepoints to track PELT at rq level by Qais Yousef · 6 years ago
- 3c93a0c sched/debug: Add a new sched_trace_*() helper functions by Qais Yousef · 6 years ago
- 8ec59c0 sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() by Vincent Guittot · 6 years ago
- 8dc2d99 x86/percpu, sched/fair: Avoid local_clock() by Peter Zijlstra · 6 years ago
- 66567fc sched/fair: Don't push cfs_bandwith slack timers forward by bsegall@google.com · 6 years ago
- b0c7922 sched/fair: Clean up definition of NOHZ blocked load functions by Valentin Schneider · 6 years ago
- af75d1a sched/fair: Remove sgs->sum_weighted_load by Dietmar Eggemann · 6 years ago
- 1c1b8a7 sched/fair: Replace source_load() & target_load() with weighted_cpuload() by Dietmar Eggemann · 6 years ago
- 5e83eaf sched/fair: Remove the rq->cpu_load[] update code by Dietmar Eggemann · 6 years ago
- f2bedc4 sched/fair: Remove rq->load by Dietmar Eggemann · 6 years ago
- 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
- 176d232 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
- 9b019ac sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs by Nicholas Piggin · 6 years ago
- a860fa7 sched/numa: Fix a possible divide-by-zero by Xie XiuQi · 6 years ago
- b1546ed sched/core: Make some functions static by YueHaibing · 6 years ago
- 7dd7788 sched/core: Unify p->on_rq updates by Peter Zijlstra · 6 years ago
- 2e8e192 sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup by Phil Auld · 6 years ago
- e2abb39 sched/fair: Remove unneeded prototype of capacity_of() by Valentin Schneider · 6 years ago
- 71b47ea sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static by YueHaibing · 6 years ago
- 0e9f024 sched/fair: Do not re-read ->h_load_next during hierarchical load calculation by Mel Gorman · 6 years ago
- 231c807 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- b9a7b88 sched/fair: Skip LLC NOHZ logic for asymmetric systems by Valentin Schneider · 6 years ago
- a0fe2cf sched/fair: Tune down misfit NOHZ kicks by Valentin Schneider · 6 years ago
- e25a7a9 sched/fair: Comment some nohz_balancer_kick() kick conditions by Valentin Schneider · 6 years ago
- 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
- c89d92e sched/fair: Use non-atomic cpumask_{set,clear}_cpu() by Viresh Kumar · 6 years ago
- 1b5500d sched/fair: Remove unused 'sd' parameter from select_idle_smt() by Viresh Kumar · 6 years ago
- 9f13274 sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block by Valentin Schneider · 6 years ago
- 892d59c sched/fair: Explain LLC nohz kick condition by Valentin Schneider · 6 years ago
- 7edab78 sched/fair: Simplify nohz_balancer_kick() by Valentin Schneider · 6 years ago
- d0fe0b9 sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument by Dietmar Eggemann · 6 years ago
- 039ae8b sched/fair: Fix O(nr_cgroups) in the load balancing path by Vincent Guittot · 6 years ago
- 31bc6ae sched/fair: Optimize update_blocked_averages() by Vincent Guittot · 6 years ago
- c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
- f678331 sched/fair: Fix insertion in rq->leaf_cfs_rq_list by Vincent Guittot · 6 years ago
- 5d299ea sched/fair: Add tmp_alone_branch assertion by Peter Zijlstra · 6 years ago
- 10a35e6 sched/pelt: Skip updating util_est when utilization is higher than CPU's capacity by Vincent Guittot · 6 years ago
- 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
- 62478d9 sched/fair: Move the rq_of() helper function by Vincent Guittot · 6 years ago
- c45a779 sched/fair: Convert numa_group.refcount to refcount_t by Elena Reshetova · 6 years ago
- b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
- 46a745d sched/fair: Fix unnecessary increase of balance interval by Vincent Guittot · 6 years ago
- 4ad4e48 sched/fair: Fix rounding bug for asym packing by Vincent Guittot · 6 years ago
- a062d16 sched/fair: Trigger asym_packing during idle load balance by Vincent Guittot · 6 years ago
- c0ad4aa sched/fair: Robustify CFS-bandwidth timer locking by Peter Zijlstra · 6 years ago
- f8a696f sched/core: Give DCE a fighting chance by Peter Zijlstra · 6 years ago
- e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
- c40f7d7 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c by Linus Torvalds · 6 years ago
- 6d101ba sched/fair: Fix warning on non-SMP build by Olof Johansson · 6 years ago
- 17bf423 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 732cd75 sched/fair: Select an energy-efficient CPU on task wake-up by Quentin Perret · 6 years ago
- 390031e4 sched/fair: Introduce an energy estimation helper function by Quentin Perret · 6 years ago
- 2802bf3 sched/fair: Add over-utilization/tipping point indicator by Morten Rasmussen · 6 years ago
- 630246a sched/fair: Clean-up update_sg_lb_stats parameters by Quentin Perret · 6 years ago
- 011b27b sched/topology: Add lowest CPU asymmetry sched_domain level pointer by Quentin Perret · 6 years ago
- 80eb865 sched/fair: Clean up comment in nohz_idle_balance() by Andrea Parri · 6 years ago
- dfcb245 sched: Fix various typos in comments by Ingo Molnar · 6 years ago
- ed8885a sched/fair: Make some variables static by Muchun Song · 6 years ago
- 1da1843 sched/core: Create task_has_idle_policy() helper by Viresh Kumar · 6 years ago
- b5c0ce7 sched/fair: Add lsub_positive() and use it consistently by Patrick Bellasi · 6 years ago
- 92a801e sched/fair: Mask UTIL_AVG_UNCHANGED usages by Patrick Bellasi · 6 years ago
- 59e1678 Merge branch 'sched/urgent' into sched/core, to pick up dependent fixes by Ingo Molnar · 6 years ago
- c469933 sched/fair: Fix cpu_util_wake() for 'execl' type workloads by Patrick Bellasi · 6 years ago
- e1ff516 sched/fair: Fix a comment in task_numa_fault() by Yi Wang · 6 years ago
- 3f130a3 sched/fair: Don't increase sd->balance_interval on newidle balance by Valentin Schneider · 6 years ago
- 47b7aee sched/fair: Clean up load_balance() condition by Valentin Schneider · 6 years ago
- 42f52e1 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago