1. 4c4e373 sched/wake_q: Fix wakeup ordering for wake_q by Peter Zijlstra · 6 years ago
  2. e6018c0 sched/wake_q: Document wake_q_add() by Peter Zijlstra · 6 years ago
  3. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  4. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  5. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  6. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  7. c40f7d7 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c by Linus Torvalds · 6 years ago
  8. 6d101ba sched/fair: Fix warning on non-SMP build by Olof Johansson · 6 years ago
  9. 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
  10. 1eefdec Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 732cd75 sched/fair: Select an energy-efficient CPU on task wake-up by Quentin Perret · 6 years ago
  13. 390031e4 sched/fair: Introduce an energy estimation helper function by Quentin Perret · 6 years ago
  14. 2802bf3 sched/fair: Add over-utilization/tipping point indicator by Morten Rasmussen · 6 years ago
  15. 630246a sched/fair: Clean-up update_sg_lb_stats parameters by Quentin Perret · 6 years ago
  16. 1f74de8 sched/toplogy: Introduce the 'sched_energy_present' static key by Quentin Perret · 6 years ago
  17. 531b5c9 sched/topology: Make Energy Aware Scheduling depend on schedutil by Quentin Perret · 6 years ago
  18. b68a4c0 sched/topology: Disable EAS on inappropriate platforms by Quentin Perret · 6 years ago
  19. 011b27b sched/topology: Add lowest CPU asymmetry sched_domain level pointer by Quentin Perret · 6 years ago
  20. 6aa140f sched/topology: Reference the Energy Model of CPUs when available by Quentin Perret · 6 years ago
  21. 938e5e4 sched/cpufreq: Prepare schedutil for Energy Aware Scheduling by Quentin Perret · 6 years ago
  22. 5bd0988 sched/topology: Relocate arch_scale_cpu_capacity() to the internal header by Quentin Perret · 6 years ago
  23. 9ebc605 sched/core: Remove unnecessary unlikely() in push_*_task() by Yangtao Li · 6 years ago
  24. 765d0af sched/topology: Remove the ::smt_gain field from 'struct sched_domain' by Vincent Guittot · 6 years ago
  25. 80eb865 sched/fair: Clean up comment in nohz_idle_balance() by Andrea Parri · 6 years ago
  26. 108c35a sched/cpufreq: Add the SPDX tags by Daniel Lezcano · 6 years ago
  27. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  28. dfcb245 sched: Fix various typos in comments by Ingo Molnar · 6 years ago
  29. 5f67523 Merge tag 'v4.20-rc5' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  30. 4b78317 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  31. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  32. 321a874 sched/smt: Expose sched_smt_present static key by Thomas Gleixner · 6 years ago
  33. c5511d0 sched/smt: Make sched_smt_present track topology by Peter Zijlstra (Intel) · 6 years ago
  34. c9a863b sched/membarrier: synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  35. c67a98c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  36. 03582f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  37. 8fcb231 kernel/sched/psi.c: simplify cgroup_move_task() by Olof Johansson · 6 years ago
  38. 3e18450 sched/core: Clean up the #ifdef block in add_nr_running() by Viresh Kumar · 6 years ago
  39. ed8885a sched/fair: Make some variables static by Muchun Song · 6 years ago
  40. 1da1843 sched/core: Create task_has_idle_policy() helper by Viresh Kumar · 6 years ago
  41. b5c0ce7 sched/fair: Add lsub_positive() and use it consistently by Patrick Bellasi · 6 years ago
  42. 92a801e sched/fair: Mask UTIL_AVG_UNCHANGED usages by Patrick Bellasi · 6 years ago
  43. 59e1678 Merge branch 'sched/urgent' into sched/core, to pick up dependent fixes by Ingo Molnar · 6 years ago
  44. c469933 sched/fair: Fix cpu_util_wake() for 'execl' type workloads by Patrick Bellasi · 6 years ago
  45. 024d4d4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  46. 78d125d sched/membarrier: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  47. 309ba85 rcu: Eliminate synchronize_rcu_mult() by Paul E. McKenney · 6 years ago
  48. e1ff516 sched/fair: Fix a comment in task_numa_fault() by Yi Wang · 6 years ago
  49. 71e5602 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. ff1cdc9 sched/core: Introduce set_next_task() helper for better code readability by Muchun Song · 6 years ago
  51. 3f130a3 sched/fair: Don't increase sd->balance_interval on newidle balance by Valentin Schneider · 6 years ago
  52. 47b7aee sched/fair: Clean up load_balance() condition by Valentin Schneider · 6 years ago
  53. 40fa378 sched/core: Take the hotplug lock in sched_init_smp() by Valentin Schneider · 6 years ago
  54. 993f0b0 sched/topology: Fix off by one bug by Peter Zijlstra · 6 years ago
  55. 6ef7467 Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  56. a68d750 sched/rt: Update comment in pick_next_task_rt() by Muchun Song · 6 years ago
  57. 2ce7135 psi: cgroup support by Johannes Weiner · 6 years ago
  58. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  59. 246b3b3 sched: introduce this_rq_lock_irq() by Johannes Weiner · 6 years ago
  60. 1f351d7 sched: sched.h: make rq locking and clock functions available in stats.h by Johannes Weiner · 6 years ago
  61. 5c54f5b sched: loadavg: make calc_load_n() public by Johannes Weiner · 6 years ago
  62. 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
  63. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. a7fe519 cpuidle: menu: Remove get_loadavg() from the performance multiplier by Daniel Lezcano · 6 years ago
  65. 145d952 sched: Factor out nr_iowait and nr_iowait_cpu by Daniel Lezcano · 6 years ago
  66. 99792e0 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 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
  68. 977e4be x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry() by Christophe Leroy · 6 years ago
  69. 9845c49 sched/fair: Fix the min_vruntime update logic in dequeue_entity() by Song Muchun · 6 years ago
  70. baa9be4 sched/fair: Fix throttle_list starvation with low CFS quota by Phil Auld · 6 years ago
  71. 9c2298a sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load() by Rafael J. Wysocki · 6 years ago
  72. 37355bd sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task by Mel Gorman · 6 years ago
  73. 4a465e3 sched/fair: Remove setting task's se->runnable_weight during PELT update by Dietmar Eggemann · 6 years ago
  74. fdf5f315 sched/fair: Disable LB_BIAS by default by Dietmar Eggemann · 6 years ago
  75. 11d4afd sched/pelt: Fix warning and clean up IRQ PELT config by Vincent Guittot · 6 years ago
  76. b429f71 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  77. 6fd98e7 sched/numa: Avoid task migration for small NUMA improvement by Srikar Dronamraju · 6 years ago
  78. 05cbdf4 sched/numa: Limit the conditions where scan period is reset by Mel Gorman · 6 years ago
  79. 3f9672b sched/numa: Reset scan rate whenever task moves across nodes by Srikar Dronamraju · 6 years ago
  80. 1327237a5 sched/numa: Pass destination CPU as a parameter to migrate_task_rq by Srikar Dronamraju · 6 years ago
  81. a4739ec sched/numa: Stop multiple tasks from moving to the CPU at the same time by Srikar Dronamraju · 6 years ago
  82. ace8031 sched/topology: Make local variables static by zhong jiang · 6 years ago
  83. 7477a35 sched/numa: Remove unused numa_stats::nr_running field by Vincent Guittot · 6 years ago
  84. d90707e sched/numa: Remove unused code from update_numa_stats() by Vincent Guittot · 6 years ago
  85. 7e6f4c5 sched/debug: Explicitly cast sched_feat() to bool by Peter Zijlstra · 6 years ago
  86. 9c63e84 sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains by Morten Rasmussen · 7 years ago
  87. 4ad3831 sched/fair: Don't move tasks to lower capacity CPUs unless necessary by Chris Redpath · 7 years ago
  88. 757ffdd sched/fair: Set rq->rd->overload when misfit by Valentin Schneider · 7 years ago
  89. e90c8fe sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE() by Valentin Schneider · 7 years ago
  90. 575638d sched/core: Change root_domain->overload type to int by Valentin Schneider · 7 years ago
  91. dbbad71 sched/fair: Change 'prefer_sibling' type to bool by Valentin Schneider · 7 years ago
  92. 5fbdfae sched/fair: Kick nohz balance if rq->misfit_task_load by Valentin Schneider · 7 years ago
  93. cad68e5 sched/fair: Consider misfit tasks when load-balancing by Morten Rasmussen · 7 years ago
  94. e3d6d0c sched/fair: Add sched_group per-CPU max capacity by Morten Rasmussen · 7 years ago
  95. 3b1baa6 sched/fair: Add 'group_misfit_task' load-balance type by Morten Rasmussen · 7 years ago
  96. df054e8 sched/topology: Add static_key for asymmetric CPU capacity optimizations by Morten Rasmussen · 7 years ago
  97. 05484e0 sched/topology: Add SD_ASYM_CPUCAPACITY flag detection by Morten Rasmussen · 6 years ago
  98. 882a78a sched/fair: Fix kernel-doc notation warning by Randy Dunlap · 6 years ago
  99. bb3485c sched/fair: Fix load_balance redo for !imbalance by Vincent Guittot · 6 years ago
  100. 287cdaa sched/fair: Fix scale_rt_capacity() for SMT by Vincent Guittot · 6 years ago