1. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  2. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  3. e1dda8a sched/numa: Fix placement of workloads spread across multiple nodes by Rik van Riel · 11 years ago
  4. 2c8a50a sched/numa: Favor placing a task on the preferred node by Mel Gorman · 11 years ago
  5. fb13c7e sched/numa: Use a system-wide search to find swap/migration candidates by Mel Gorman · 11 years ago
  6. ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
  7. 4591ce4f sched/numa: Do not trap hinting faults for shared libraries by Mel Gorman · 11 years ago
  8. 06ea5e0 sched/numa: Increment numa_migrate_seq when task runs in correct location by Rik van Riel · 11 years ago
  9. 6b9a746 sched/numa: Retry migration of tasks to CPU on a preferred node by Mel Gorman · 11 years ago
  10. 58d081b sched/numa: Avoid overloading CPUs on a preferred NUMA node by Mel Gorman · 11 years ago
  11. fc314724 mm: numa: Limit NUMA scanning to migrate-on-fault VMAs by Mel Gorman · 11 years ago
  12. 6fe6b2d sched/numa: Do not migrate memory immediately after switching node by Rik van Riel · 11 years ago
  13. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  14. 073b5be sched/numa: Remove check that skips small VMAs by Mel Gorman · 11 years ago
  15. 9ff1d9f sched/numa: Check current->mm before allocating NUMA faults by Mel Gorman · 11 years ago
  16. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  17. e6628d5 sched/numa: Reschedule task on preferred NUMA node once selected by Mel Gorman · 11 years ago
  18. 7a0f308 sched/numa: Resist moving tasks towards nodes with fewer hinting faults by Mel Gorman · 11 years ago
  19. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago
  20. 745d614 sched/numa: Update NUMA hinting faults once per scan by Mel Gorman · 11 years ago
  21. 688b758 sched/numa: Select a preferred node with the most numa hinting faults by Mel Gorman · 11 years ago
  22. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 11 years ago
  23. f307cd1 sched/numa: Slow scan rate if no NUMA hinting faults are being recorded by Mel Gorman · 11 years ago
  24. 598f0ec sched/numa: Set the scan rate proportional to the memory usage of the task being scanned by Mel Gorman · 11 years ago
  25. 7e8d16b sched/numa: Initialise numa_next_scan properly by Mel Gorman · 11 years ago
  26. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 11 years ago
  27. 9e645ab sched/numa: Continue PTE scanning even if migrate rate limited by Peter Zijlstra · 11 years ago
  28. 19a78d1 sched/numa: Mitigate chance that same task always updates PTEs by Peter Zijlstra · 11 years ago
  29. c69307d sched/numa: Fix comments by Peter Zijlstra · 11 years ago
  30. f48627e sched/balancing: Periodically decay max cost of idle balance by Jason Low · 11 years ago
  31. 9bd721c sched/balancing: Consider max cost of idle balance per sched domain by Jason Low · 11 years ago
  32. 7aff2e3 sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned by Vladimir Davydov · 11 years ago
  33. 40a0c68 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  34. 7e3115e sched/balancing: Fix cfs_rq->task_h_load calculation by Vladimir Davydov · 11 years ago
  35. 3029ede sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance() by Vladimir Davydov · 11 years ago
  36. b188555 sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance() by Vladimir Davydov · 11 years ago
  37. c61037e sched/fair: Fix the group_capacity computation by Peter Zijlstra · 11 years ago
  38. b37d931 sched/fair: Rework and comment the group_capacity code by Peter Zijlstra · 11 years ago
  39. 863bffc sched/fair: Fix group power_orig computation by Peter Zijlstra · 11 years ago
  40. b72ff13 sched/fair: Reduce local_group logic by Peter Zijlstra · 11 years ago
  41. 6263322 sched/fair: Rewrite group_imb trigger by Peter Zijlstra · 11 years ago
  42. 6c9a27f sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 11 years ago
  43. b0cff9d sched: Fix load balancing performance regression in should_we_balance() by Joonsoo Kim · 11 years ago
  44. 5e0b3a4 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  45. 30ce5da sched/fair: Rework and comment the group_imb code by Peter Zijlstra · 11 years ago
  46. 6906a40 sched/fair: Optimize find_busiest_queue() by Peter Zijlstra · 11 years ago
  47. 3ae11c9 sched/fair: Make group power more consistent by Peter Zijlstra · 11 years ago
  48. 38d0f77 sched/fair: Remove duplicate load_per_task computations by Peter Zijlstra · 11 years ago
  49. 147c5fc sched/fair: Shrink sg_lb_stats and play memset games by Peter Zijlstra · 11 years ago
  50. 56cf515 sched: Clean-up struct sd_lb_stat by Joonsoo Kim · 11 years ago
  51. 23f0d20 sched: Factor out code to should_we_balance() by Joonsoo Kim · 11 years ago
  52. 95a79b8 sched: Remove one division operation in find_busiest_queue() by Joonsoo Kim · 11 years ago
  53. aee2bce Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  54. d3ec3a1 Merge tag 'v3.11-rc5' into sched/core by Ingo Molnar · 11 years ago
  55. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  56. 28fbc8b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. 10e84b9 mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG by Dave Kleikamp · 11 years ago
  58. bf0bd94 sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks by Peter Zijlstra · 11 years ago
  59. 7d9ffa8 sched: Micro-optimize the smart wake-affine logic by Peter Zijlstra · 12 years ago
  60. 6247041 sched: Implement smarter wake-affine logic by Michael Wang · 12 years ago
  61. 6852079 sched: Move h_load calculation to task_h_load() by Vladimir Davydov · 11 years ago
  62. 87e3c8a sched/fair: Cleanup: remove duplicate variable declaration by Kirill Tkhai · 11 years ago
  63. e69f618 sched: Fix some kernel-doc warnings by Yacine Belkadi · 12 years ago
  64. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  65. 0fc576d sched/fair: Fix typo describing flags in enqueue_entity by Kamalesh Babulal · 12 years ago
  66. 2509940 sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t by Alex Shi · 12 years ago
  67. bf5b986 sched/tg: Use 'unsigned long' for load variable in task group by Alex Shi · 12 years ago
  68. 72a4cf2 sched: Change cfs_rq load avg to unsigned long by Alex Shi · 12 years ago
  69. a003a25 sched: Consider runnable load average in move_tasks() by Alex Shi · 12 years ago
  70. b92486c sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task by Alex Shi · 12 years ago
  71. 282cf49 sched: Fix sleep time double accounting in enqueue entity by Alex Shi · 12 years ago
  72. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 12 years ago
  73. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 12 years ago
  74. 8404c90 sched: Femove the useless declaration in kernel/sched/fair.c by Michael Wang · 12 years ago
  75. 22b958d sched: Refine the code in unthrottle_cfs_rq() by Michael Wang · 12 years ago
  76. 0de358f sched/fair: Remove unused variable from expire_cfs_rq_runtime() by Kamalesh Babulal · 12 years ago
  77. 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 12 years ago
  78. 1a55af2 sched: Update rq clock earlier in unthrottle_cfs_rq by Frederic Weisbecker · 12 years ago
  79. 71b1da4 sched: Update rq clock before setting fair group shares by Frederic Weisbecker · 12 years ago
  80. d07e75a Merge branch 'sched/cleanups' into sched/core by Ingo Molnar · 12 years ago
  81. 424c93f sched: Use this_rq() helper by Nathan Zimmer · 12 years ago
  82. 8527632 sched: Move update_load_*() methods from sched.h to fair.c by Paul Gortmaker · 12 years ago
  83. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  84. 25f55d9 sched: Fix init NOHZ_IDLE flag by Vincent Guittot · 12 years ago
  85. e02e60c sched: Prevent to re-select dst-cpu in load_balance() by Joonsoo Kim · 12 years ago
  86. e6252c3 sched: Rename load_balance_tmpmask to load_balance_mask by Joonsoo Kim · 12 years ago
  87. d319808 sched: Move up affinity check to mitigate useless redoing overhead by Joonsoo Kim · 12 years ago
  88. cfc0311 sched: Don't consider other cpus in our group in case of NEWLY_IDLE by Joonsoo Kim · 12 years ago
  89. de5eb2d sched: Explicitly cpu_idle_type checking in rebalance_domains() by Joonsoo Kim · 12 years ago
  90. f1cd085 sched: Change position of resched_cpu() in load_balance() by Joonsoo Kim · 12 years ago
  91. 642dbc3 sched: Fix wrong rq's runnable_avg update with rt tasks by Vincent Guittot · 12 years ago
  92. b9b0853 sched: Fix comment in rebalance_domains() by Libin · 12 years ago
  93. 4e2dcb7 sched: Simplify can_migrate_task() by Zhang Hang · 12 years ago
  94. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  95. 1bf0823 sched: Fix variable name misnomer, add comments by Andrei Epure · 12 years ago
  96. 660cc00 sched: Spelling fix by Andrei Epure · 12 years ago
  97. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 12 years ago
  98. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 12 years ago
  100. 38dc334 sched: Fix warning in kernel/sched/fair.c by Arnd Bergmann · 12 years ago