1. 176d232 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  2. 9b019ac sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs by Nicholas Piggin · 6 years ago
  3. a860fa7 sched/numa: Fix a possible divide-by-zero by Xie XiuQi · 6 years ago
  4. b1546ed sched/core: Make some functions static by YueHaibing · 6 years ago
  5. 7dd7788 sched/core: Unify p->on_rq updates by Peter Zijlstra · 6 years ago
  6. 2e8e192 sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup by Phil Auld · 6 years ago
  7. e2abb39 sched/fair: Remove unneeded prototype of capacity_of() by Valentin Schneider · 6 years ago
  8. 71b47ea sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static by YueHaibing · 6 years ago
  9. 0e9f024 sched/fair: Do not re-read ->h_load_next during hierarchical load calculation by Mel Gorman · 6 years ago
  10. 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
  11. b9a7b88 sched/fair: Skip LLC NOHZ logic for asymmetric systems by Valentin Schneider · 6 years ago
  12. a0fe2cf sched/fair: Tune down misfit NOHZ kicks by Valentin Schneider · 6 years ago
  13. e25a7a9 sched/fair: Comment some nohz_balancer_kick() kick conditions by Valentin Schneider · 6 years ago
  14. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  15. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  16. c89d92e sched/fair: Use non-atomic cpumask_{set,clear}_cpu() by Viresh Kumar · 6 years ago
  17. 1b5500d sched/fair: Remove unused 'sd' parameter from select_idle_smt() by Viresh Kumar · 6 years ago
  18. 9f13274 sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block by Valentin Schneider · 6 years ago
  19. 892d59c sched/fair: Explain LLC nohz kick condition by Valentin Schneider · 6 years ago
  20. 7edab78 sched/fair: Simplify nohz_balancer_kick() by Valentin Schneider · 6 years ago
  21. d0fe0b9 sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument by Dietmar Eggemann · 6 years ago
  22. 039ae8b sched/fair: Fix O(nr_cgroups) in the load balancing path by Vincent Guittot · 6 years ago
  23. 31bc6ae sched/fair: Optimize update_blocked_averages() by Vincent Guittot · 6 years ago
  24. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  25. f678331 sched/fair: Fix insertion in rq->leaf_cfs_rq_list by Vincent Guittot · 6 years ago
  26. 5d299ea sched/fair: Add tmp_alone_branch assertion by Peter Zijlstra · 6 years ago
  27. 10a35e6 sched/pelt: Skip updating util_est when utilization is higher than CPU's capacity by Vincent Guittot · 6 years ago
  28. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  29. 62478d9 sched/fair: Move the rq_of() helper function by Vincent Guittot · 6 years ago
  30. c45a779 sched/fair: Convert numa_group.refcount to refcount_t by Elena Reshetova · 6 years ago
  31. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  32. 46a745d sched/fair: Fix unnecessary increase of balance interval by Vincent Guittot · 6 years ago
  33. 4ad4e48 sched/fair: Fix rounding bug for asym packing by Vincent Guittot · 6 years ago
  34. a062d16 sched/fair: Trigger asym_packing during idle load balance by Vincent Guittot · 6 years ago
  35. c0ad4aa sched/fair: Robustify CFS-bandwidth timer locking by Peter Zijlstra · 6 years ago
  36. f8a696f sched/core: Give DCE a fighting chance by Peter Zijlstra · 6 years ago
  37. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  38. c40f7d7 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c by Linus Torvalds · 6 years ago
  39. 6d101ba sched/fair: Fix warning on non-SMP build by Olof Johansson · 6 years ago
  40. 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
  41. 732cd75 sched/fair: Select an energy-efficient CPU on task wake-up by Quentin Perret · 6 years ago
  42. 390031e4 sched/fair: Introduce an energy estimation helper function by Quentin Perret · 6 years ago
  43. 2802bf3 sched/fair: Add over-utilization/tipping point indicator by Morten Rasmussen · 6 years ago
  44. 630246a sched/fair: Clean-up update_sg_lb_stats parameters by Quentin Perret · 6 years ago
  45. 011b27b sched/topology: Add lowest CPU asymmetry sched_domain level pointer by Quentin Perret · 6 years ago
  46. 80eb865 sched/fair: Clean up comment in nohz_idle_balance() by Andrea Parri · 6 years ago
  47. dfcb245 sched: Fix various typos in comments by Ingo Molnar · 6 years ago
  48. ed8885a sched/fair: Make some variables static by Muchun Song · 6 years ago
  49. 1da1843 sched/core: Create task_has_idle_policy() helper by Viresh Kumar · 6 years ago
  50. b5c0ce7 sched/fair: Add lsub_positive() and use it consistently by Patrick Bellasi · 6 years ago
  51. 92a801e sched/fair: Mask UTIL_AVG_UNCHANGED usages by Patrick Bellasi · 6 years ago
  52. 59e1678 Merge branch 'sched/urgent' into sched/core, to pick up dependent fixes by Ingo Molnar · 6 years ago
  53. c469933 sched/fair: Fix cpu_util_wake() for 'execl' type workloads by Patrick Bellasi · 6 years ago
  54. e1ff516 sched/fair: Fix a comment in task_numa_fault() by Yi Wang · 6 years ago
  55. 3f130a3 sched/fair: Don't increase sd->balance_interval on newidle balance by Valentin Schneider · 6 years ago
  56. 47b7aee sched/fair: Clean up load_balance() condition by Valentin Schneider · 6 years ago
  57. 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
  58. 9845c49 sched/fair: Fix the min_vruntime update logic in dequeue_entity() by Song Muchun · 6 years ago
  59. baa9be4 sched/fair: Fix throttle_list starvation with low CFS quota by Phil Auld · 6 years ago
  60. 37355bd sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task by Mel Gorman · 6 years ago
  61. 11d4afd sched/pelt: Fix warning and clean up IRQ PELT config by Vincent Guittot · 6 years ago
  62. b429f71 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  63. 6fd98e7 sched/numa: Avoid task migration for small NUMA improvement by Srikar Dronamraju · 6 years ago
  64. 05cbdf4 sched/numa: Limit the conditions where scan period is reset by Mel Gorman · 6 years ago
  65. 3f9672b sched/numa: Reset scan rate whenever task moves across nodes by Srikar Dronamraju · 6 years ago
  66. 1327237a5 sched/numa: Pass destination CPU as a parameter to migrate_task_rq by Srikar Dronamraju · 6 years ago
  67. a4739ec sched/numa: Stop multiple tasks from moving to the CPU at the same time by Srikar Dronamraju · 6 years ago
  68. 7477a35 sched/numa: Remove unused numa_stats::nr_running field by Vincent Guittot · 6 years ago
  69. d90707e sched/numa: Remove unused code from update_numa_stats() by Vincent Guittot · 6 years ago
  70. 4ad3831 sched/fair: Don't move tasks to lower capacity CPUs unless necessary by Chris Redpath · 7 years ago
  71. 757ffdd sched/fair: Set rq->rd->overload when misfit by Valentin Schneider · 7 years ago
  72. e90c8fe sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE() by Valentin Schneider · 7 years ago
  73. dbbad71 sched/fair: Change 'prefer_sibling' type to bool by Valentin Schneider · 7 years ago
  74. 5fbdfae sched/fair: Kick nohz balance if rq->misfit_task_load by Valentin Schneider · 7 years ago
  75. cad68e5 sched/fair: Consider misfit tasks when load-balancing by Morten Rasmussen · 7 years ago
  76. e3d6d0c sched/fair: Add sched_group per-CPU max capacity by Morten Rasmussen · 7 years ago
  77. 3b1baa6 sched/fair: Add 'group_misfit_task' load-balance type by Morten Rasmussen · 7 years ago
  78. df054e8 sched/topology: Add static_key for asymmetric CPU capacity optimizations by Morten Rasmussen · 7 years ago
  79. 882a78a sched/fair: Fix kernel-doc notation warning by Randy Dunlap · 6 years ago
  80. bb3485c sched/fair: Fix load_balance redo for !imbalance by Vincent Guittot · 6 years ago
  81. 287cdaa sched/fair: Fix scale_rt_capacity() for SMT by Vincent Guittot · 6 years ago
  82. d0cdb3c sched/fair: Fix vruntime_normalized() for remote non-migration wakeup by Steve Muckle · 6 years ago
  83. 12b0487 sched/pelt: Fix update_blocked_averages() for RT and DL classes by Vincent Guittot · 6 years ago
  84. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  85. f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
  86. b6a60cf sched/numa: Move task_numa_placement() closer to numa_migrate_preferred() by Srikar Dronamraju · 7 years ago
  87. f35678b sched/numa: Use group_weights to identify if migration degrades locality by Srikar Dronamraju · 7 years ago
  88. 30619c8 sched/numa: Update the scan period without holding the numa_group lock by Srikar Dronamraju · 7 years ago
  89. 2d4056f sched/numa: Remove numa_has_capacity() by Srikar Dronamraju · 7 years ago
  90. 0ad4e3d sched/numa: Modify migrate_swap() to accept additional parameters by Srikar Dronamraju · 7 years ago
  91. 10864a9 sched/numa: Remove unused task_capacity from 'struct numa_stats' by Srikar Dronamraju · 7 years ago
  92. 0ee7e74 sched/numa: Skip nodes that are at 'hoplimit' by Srikar Dronamraju · 7 years ago
  93. f03bb67 sched/numa: Use task faults only if numa_group is not yet set up by Srikar Dronamraju · 7 years ago
  94. 8cd45ee sched/numa: Set preferred_node based on best_cpu by Srikar Dronamraju · 7 years ago
  95. 5f95ba7 sched/numa: Simplify load_too_imbalanced() by Srikar Dronamraju · 7 years ago
  96. 305c1fa sched/numa: Evaluate move once per node by Srikar Dronamraju · 7 years ago
  97. 2e62c47 sched/fair: Remove #ifdefs from scale_rt_capacity() by Vincent Guittot · 7 years ago
  98. bbb62c0 sched/core: Remove the rt_avg code by Vincent Guittot · 7 years ago
  99. 523e979 sched/core: Use PELT for scale_rt_capacity() by Vincent Guittot · 7 years ago
  100. 91c2749 sched/irq: Add IRQ utilization tracking by Vincent Guittot · 7 years ago