1. 71e5f66 sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() by Dietmar Eggemann · 4 years ago
  2. 620a6dc sched/topology: Make sched_init_numa() use a set for the deduplicating sort by Valentin Schneider · 4 years ago
  3. fa50e2b sched/topology: Condition EAS enablement on FIE support by Ionela Voinescu · 4 years, 2 months ago
  4. 31f6a8c sched/topology,schedutil: Wrap sched domains rebuild by Ionela Voinescu · 4 years, 2 months ago
  5. b5b2173 sched/topology: Warn when NUMA diameter > 2 by Valentin Schneider · 4 years, 2 months ago
  6. 2676242 sched/deadline: Optimize sched_dl_global_validate() by Peng Liu · 4 years, 3 months ago
  7. edaa5dd Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  8. 6e74991 sched/fair: Reduce busy load balance interval by Vincent Guittot · 4 years, 3 months ago
  9. 2208cda sched/fair: Reduce minimal imbalance threshold by Vincent Guittot · 4 years, 3 months ago
  10. 848785d sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTL by Valentin Schneider · 4 years, 4 months ago
  11. 4fc472f sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h by Valentin Schneider · 4 years, 4 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  13. 3a6712c sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPS by Valentin Schneider · 4 years, 5 months ago
  14. c200191 sched/topology: Propagate SD_ASYM_CPUCAPACITY upwards by Valentin Schneider · 4 years, 5 months ago
  15. ab65afb sched/topology: Remove SD_SERIALIZE degeneration special case by Valentin Schneider · 4 years, 5 months ago
  16. 6f34981 sched/topology: Use prebuilt SD flag degeneration mask by Valentin Schneider · 4 years, 5 months ago
  17. 65c5e25 sched/topology: Verify SD_* flags setup when sched_debug is on by Valentin Schneider · 4 years, 5 months ago
  18. cfe7ddc ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN by Valentin Schneider · 4 years, 5 months ago
  19. 0408497 Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  20. 521b512 PM / EM: change naming convention from 'capacity' to 'performance' by Lukasz Luba · 4 years, 7 months ago
  21. 9b1b234 sched: correct SD_flags returned by tl->sd_flags() by Peng Liu · 4 years, 7 months ago
  22. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  23. 36c5bdc sched/topology: Kill SD_LOAD_BALANCE by Valentin Schneider · 4 years, 9 months ago
  24. e669ac8 sched: Remove checks against SD_LOAD_BALANCE by Valentin Schneider · 4 years, 9 months ago
  25. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  26. 38502ab sched/topology: Don't enable EAS on SMT systems by Valentin Schneider · 4 years, 10 months ago
  27. a526d46 sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems by Morten Rasmussen · 5 years ago
  28. ccf7412 sched/topology: Assert non-NUMA topology masks don't (partially) overlap by Valentin Schneider · 5 years ago
  29. 6d5a763 Merge tag 'v5.4-rc7' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  30. e284df7 sched/topology: Allow sched_asym_cpucapacity to be disabled by Valentin Schneider · 5 years ago
  31. cd1cb33 sched/topology: Don't try to build empty sched domains by Valentin Schneider · 5 years ago
  32. 9ae7ab2 sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relax by Valentin Schneider · 5 years ago
  33. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  34. f9a25f7 cpusets: Rebuild root domain deadline accounting information by Mathieu Poirier · 5 years ago
  35. c22645f sched/topology: Add partition_sched_domains_locked() by Mathieu Poirier · 5 years ago
  36. e0e8d49 sched/isolation: Prefer housekeeping CPU in local node by Wanpeng Li · 6 years ago
  37. 8ec59c0 sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() by Vincent Guittot · 6 years ago
  38. 0e1fef6 sched/core: Remove sd->*_idx by Dietmar Eggemann · 6 years ago
  39. cb0c041 sched/topology: Update init_sched_domains() comment by Juri Lelli · 6 years ago
  40. 67d4f6f sched/topology: Skip duplicate group rewrites in build_sched_groups() by Valentin Schneider · 6 years ago
  41. d874323 sched/topology: Fix build_sched_groups() comment by Valentin Schneider · 6 years ago
  42. 994aeb7 sched_domain: Annotate RCU pointers properly by Joel Fernandes (Google) · 6 years ago
  43. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. 99687cd sched/topology: Fix percpu data types in struct sd_data & struct s_data by Luc Van Oostenryck · 6 years ago
  45. f8a696f sched/core: Give DCE a fighting chance by Peter Zijlstra · 6 years ago
  46. 8d5d0cf sched/topology: Introduce a sysctl for Energy Aware Scheduling by Quentin Perret · 6 years ago
  47. 337e9b0 sched: Replace call_rcu_sched() with call_rcu() by Paul E. McKenney · 6 years ago
  48. 1f74de8 sched/toplogy: Introduce the 'sched_energy_present' static key by Quentin Perret · 6 years ago
  49. 531b5c9 sched/topology: Make Energy Aware Scheduling depend on schedutil by Quentin Perret · 6 years ago
  50. b68a4c0 sched/topology: Disable EAS on inappropriate platforms by Quentin Perret · 6 years ago
  51. 011b27b sched/topology: Add lowest CPU asymmetry sched_domain level pointer by Quentin Perret · 6 years ago
  52. 6aa140f sched/topology: Reference the Energy Model of CPUs when available by Quentin Perret · 6 years ago
  53. 765d0af sched/topology: Remove the ::smt_gain field from 'struct sched_domain' by Vincent Guittot · 6 years ago
  54. 993f0b0 sched/topology: Fix off by one bug by Peter Zijlstra · 6 years ago
  55. ace8031 sched/topology: Make local variables static by zhong jiang · 6 years ago
  56. 9c63e84 sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains by Morten Rasmussen · 6 years ago
  57. e3d6d0c sched/fair: Add sched_group per-CPU max capacity by Morten Rasmussen · 6 years ago
  58. df054e8 sched/topology: Add static_key for asymmetric CPU capacity optimizations by Morten Rasmussen · 6 years ago
  59. 05484e0 sched/topology: Add SD_ASYM_CPUCAPACITY flag detection by Morten Rasmussen · 6 years ago
  60. e5e96fa sched/topology: Set correct NUMA topology type by Srikar Dronamraju · 6 years ago
  61. 6cd0c58 sched/topology: Check variable group before dereferencing it by Yi Wang · 6 years ago
  62. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  63. bf5015a sched/topology: Clarify root domain(s) debug string by Juri Lelli · 7 years ago
  64. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  65. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  66. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  67. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  68. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  69. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 7 years ago
  70. e22cdc3 sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK by Rakib Mullick · 7 years ago
  71. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  72. 051f3ca sched/topology: Introduce NUMA identity node sched domain by Suravee Suthikulpanit · 7 years ago
  73. ed4ad1c sched/topology: Restore SD_PREFER_SIBLING on MC domains by Peter Zijlstra · 7 years ago
  74. ec846ec Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 9469eb0 sched/debug: Add debugfs knob for "sched_debug" by Peter Zijlstra · 7 years ago
  76. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  77. bbdacdf sched/debug: Optimize sched_domain sysctl generation by Peter Zijlstra · 7 years ago
  78. 09e0dd8 sched/topology: Avoid pointless rebuild by Peter Zijlstra · 7 years ago
  79. a090c4f sched/topology: Improve comments by Peter Zijlstra · 7 years ago
  80. 213c5a4 sched/topology: Fix memory leak in __sdt_alloc() by Shu Wang · 7 years ago
  81. 181a80d1 sched: Mark pick_next_task_dl() and build_sched_domain() as static by Viresh Kumar · 8 years ago
  82. 4d13a06 sched/topology: Drop memset() from init_rootdomain() by Viresh Kumar · 8 years ago
  83. ae4df9d sched/topology: Rename sched_group_cpus() by Peter Zijlstra · 8 years ago
  84. e5c14b1 sched/topology: Rename sched_group_mask() by Peter Zijlstra · 8 years ago
  85. af21812 sched/topology: Simplify sched_group_mask() usage by Peter Zijlstra · 8 years ago
  86. 0c0e776 sched/topology: Rewrite get_group() by Peter Zijlstra · 8 years ago
  87. 35a566e sched/topology: Add a few comments by Peter Zijlstra · 8 years ago
  88. 1676330 sched/topology: Fix overlapping sched_group_capacity by Peter Zijlstra · 8 years ago
  89. 005f874 sched/topology: Add sched_group_capacity debugging by Peter Zijlstra · 8 years ago
  90. 8d5dc51 sched/topology: Small cleanup by Peter Zijlstra · 8 years ago
  91. 73bb059 sched/topology: Fix overlapping sched_group_mask by Peter Zijlstra · 8 years ago
  92. af85596 sched/topology: Remove FORCE_SD_OVERLAP by Peter Zijlstra · 8 years ago
  93. c20e1ea sched/topology: Move comment about asymmetric node setups by Lauro Ramos Venancio · 8 years ago
  94. f32d782 sched/topology: Optimize build_group_mask() by Lauro Ramos Venancio · 8 years ago
  95. a420b06 sched/topology: Verify the first group matches the child domain by Peter Zijlstra · 8 years ago
  96. b0151c2 sched/debug: Print the scheduler topology group mask by Peter Zijlstra · 8 years ago
  97. 91eaed0 sched/topology: Simplify build_overlap_sched_groups() by Peter Zijlstra · 8 years ago
  98. 0372dd2 sched/topology: Fix building of overlapping sched-groups by Peter Zijlstra · 8 years ago
  99. 8c03346 sched/topology: Refactor function build_overlap_sched_groups() by Lauro Ramos Venancio · 8 years ago
  100. f2cb136 sched/topology: Split out scheduler topology code from core.c into topology.c by Ingo Molnar · 8 years ago