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