1. cd3bd4e sched/fair: Fix 'make xmldocs' warning caused by missing description by Masanari Iida · 10 years ago
  2. e720fff sched/numa: Revert "Use effective_load() to balance NUMA loads" by Peter Zijlstra · 10 years ago
  3. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 11 years ago
  4. 0e59bda sched/fair: Disable runtime_enabled on dying rq by Kirill Tkhai · 11 years ago
  5. a22b4b0 sched/numa: Change scan period code to match intent by Rik van Riel · 11 years ago
  6. db015da sched/numa: Rework best node setting in task_numa_migrate() by Rik van Riel · 11 years ago
  7. 0132c3e sched/numa: Examine a task move when examining a task swap by Rik van Riel · 11 years ago
  8. 1c5d3eb sched/numa: Simplify task_numa_compare() by Rik van Riel · 11 years ago
  9. 6dc1a67 sched/numa: Use effective_load() to balance NUMA loads by Rik van Riel · 11 years ago
  10. 28a2174 sched/numa: Move power adjustment into load_too_imbalanced() by Rik van Riel · 11 years ago
  11. f0b8a4a sched/numa: Use group's max nid as task's preferred nid by Rik van Riel · 11 years ago
  12. 4486edd sched/fair: Implement fast idling of CPUs when the system is partially loaded by Tim Chen · 11 years ago
  13. c06f04c sched: Fix potential near-infinite distribute_cfs_runtime() loop by Ben Segall · 11 years ago
  14. 5d5e2b1 sched: Fix CACHE_HOT_BUDY condition by Hillf Danton · 11 years ago
  15. bb97fc3 sched/numa: Always try to migrate to preferred node at task_numa_placement() time by Rik van Riel · 11 years ago
  16. a43455a sched/numa: Ensure task_numa_migrate() checks the preferred node by Rik van Riel · 11 years ago
  17. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 1662867 numa,sched: fix load_to_imbalanced logic inversion by Rik van Riel · 11 years ago
  19. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  20. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 11 years ago
  21. ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 11 years ago
  22. ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 11 years ago
  23. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 11 years ago
  24. 0fedc6c sched/fair: Disambiguate existing/remaining "capacity" usage by Nicolas Pitre · 11 years ago
  25. 1b6a749 sched/fair: Change "has_capacity" to "has_free_capacity" by Nicolas Pitre · 11 years ago
  26. 5ef20ca sched/fair: Remove "power" from 'struct numa_stats' by Nicolas Pitre · 11 years ago
  27. 2538d96 sched/fair: Use time_after() in record_wakee() by Manuel Schölling · 11 years ago
  28. ed61bbc sched/balancing: Reduce the rate of needless idle load balancing by Tim Chen · 11 years ago
  29. 51f2176 sched/fair: Fix unlocked reads of some cfs_b->quota/period by Ben Segall · 11 years ago
  30. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 11 years ago
  31. e9dd685 sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled by Steven Rostedt · 11 years ago
  32. 096aa33 sched/numa: Decay ->wakee_flips instead of zeroing by Rik van Riel · 11 years ago
  33. b1ad065 sched/numa: Update migrate_improves/degrades_locality() by Rik van Riel · 11 years ago
  34. e63da03 sched/numa: Allow task switch if load imbalance improves by Rik van Riel · 11 years ago
  35. 7246544 sched, nohz: Change rq->nr_running to always use wrappers by Kirill Tkhai · 11 years ago
  36. 52a08ef sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance() by Jason Low · 11 years ago
  37. 8bf2143 sched: Call select_idle_sibling() when not affine_sd by Rik van Riel · 11 years ago
  38. 3944a92 sched: Fix exec_start/task_hot on migrated tasks by Ben Segall · 11 years ago
  39. 39a4d9c sched/fair: Stop searching for tasks in newidle balance if there are runnable tasks by Jason Low · 11 years ago
  40. 68d1b02 sched/numa: Do not set preferred_node on migration to a second choice node by Rik van Riel · 11 years ago
  41. 5085e2a sched/numa: Retry placement more frequently when misplaced by Rik van Riel · 11 years ago
  42. 792568e sched/numa: Count pages on active node as local by Rik van Riel · 11 years ago
  43. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 11 years ago
  44. 0e5b533 sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance() by Jason Low · 11 years ago
  45. 4638364 sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()") by Kirill Tkhai · 11 years ago
  46. cadefd3 sched: Make scale_rt_power() deal with backward clocks by Peter Zijlstra · 11 years ago
  47. a1d9a32 sched: Check for stop task appearance when balancing happens by Kirill Tkhai · 11 years ago
  48. 60e69ee sched/numa: Fix task_numa_free() lockdep splat by Mike Galbraith · 11 years ago
  49. 6037dd1 sched: Clean up the task_hot() function by Alex Shi · 11 years ago
  50. a2cd426 sched: Remove double calculation in fix_small_imbalance() by Vincent Guittot · 11 years ago
  51. 35805ff sched/fair: Fix endless loop in idle_balance() by Kirill Tkhai · 11 years ago
  52. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 11 years ago
  53. e4aa358 sched/fair: Push down check for high priority class task into idle_balance() by Kirill Tkhai · 11 years ago
  54. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  55. 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 11 years ago
  56. f5f9739 sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 11 years ago
  57. 791c9e0 sched: Fix double normalization of vruntime by George McCollister · 11 years ago
  58. d987fc7 sched, nohz: Exclude isolated cores from load balancing by Mike Galbraith · 13 years ago
  59. de91b9c sched: Fix select_task_rq_fair() description comments by Morten Rasmussen · 11 years ago
  60. 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 11 years ago
  61. 6e83125 sched/fair: Remove idle_balance() declaration in sched.h by Peter Zijlstra · 11 years ago
  62. eb7a59b sched/fair: Reset se-depth when task switched to FAIR by Michael wang · 11 years ago
  63. 3cf1962 sched,numa: add cond_resched to task_numa_work by Rik van Riel · 11 years ago
  64. 27f1758 sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 11 years ago
  65. 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 11 years ago
  66. 678d571 sched/fair: Optimize cgroup pick_next_task_fair() by Peter Zijlstra · 13 years ago
  67. f104479 sched/fair: Clean up the __clear_buddies_*() functions by Peter Zijlstra · 13 years ago
  68. 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 13 years ago
  69. fed14d4 sched/fair: Track cgroup depth by Peter Zijlstra · 13 years ago
  70. 3c4017c sched: Move rq->idle_stamp up to the core by Daniel Lezcano · 11 years ago
  71. e5fc661 sched: Fix race in idle_balance() by Daniel Lezcano · 11 years ago
  72. b4f2ab43 sched: Remove 'cpu' parameter from idle_balance() by Daniel Lezcano · 11 years ago
  73. eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 11 years ago
  74. be1e4e7 sched/numa: Turn some magic numbers into #defines by Rik van Riel · 11 years ago
  75. 58b46da sched/numa: Rename variables in task_numa_fault() by Rik van Riel · 11 years ago
  76. 35664fd sched/numa: Do statistics calculation using local variables only by Rik van Riel · 11 years ago
  77. 7e2703e sched/numa: Normalize faults_cpu stats and weigh by CPU use by Rik van Riel · 11 years ago
  78. 10f3904 sched/numa, mm: Use active_nodes nodemask to limit numa migrations by Rik van Riel · 11 years ago
  79. 20e07de sched/numa: Build per numa_group active node mask from numa_faults_cpu statistics by Rik van Riel · 11 years ago
  80. 50ec8a4 sched/numa: Track from which nodes NUMA faults are triggered by Rik van Riel · 11 years ago
  81. ff1df89 sched/numa: Rename p->numa_faults to numa_faults_memory by Rik van Riel · 11 years ago
  82. 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 11 years ago
  83. f6d13da Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. 9390675 Revert "sched: Fix sleep time double accounting in enqueue entity" by Vincent Guittot · 11 years ago
  85. 286549d sched: add tracepoints related to NUMA task migration by Mel Gorman · 11 years ago
  86. c726099 sched: Factor out the on_null_domain() checks in trigger_load_balance() by Daniel Lezcano · 11 years ago
  87. 208cb16 sched: Pass 'struct rq' to nohz_idle_balance() by Daniel Lezcano · 11 years ago
  88. f7ed0a8 sched: Pass 'struct rq' to rebalance_domains() by Daniel Lezcano · 11 years ago
  89. 0aeeeeb sched: Remove unused parameter from nohz_balancer_kick() by Daniel Lezcano · 11 years ago
  90. 3dd0337 sched: Remove unused parameter from find_new_ilb() by Daniel Lezcano · 11 years ago
  91. 63f609b sched: Pass 'struct rq' to on_null_domain() by Daniel Lezcano · 11 years ago
  92. 4a72562 sched: Reduce nohz_kick_needed() parameters by Daniel Lezcano · 11 years ago
  93. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 11 years ago
  94. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  95. 9722c2d sched: Calculate effective load even if local weight is 0 by Rik van Riel · 11 years ago
  96. 3c67f47 sched: numa: skip inaccessible VMAs by Mel Gorman · 11 years ago
  97. e777b63 sched/numa: Fix period_slot recalculation by Wanpeng Li · 11 years ago
  98. 82897b4 sched/numa: Use wrapper function task_faults_idx to calculate index in group_faults by Wanpeng Li · 11 years ago
  99. de1b301 sched/numa: Use wrapper function task_node to get node which task is on by Wanpeng Li · 11 years ago
  100. 1bd53a7 sched/numa: Drop sysctl_numa_balancing_settle_count sysctl by Wanpeng Li · 11 years ago