1. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  2. 246b3b3 sched: introduce this_rq_lock_irq() by Johannes Weiner · 6 years ago
  3. 1f351d7 sched: sched.h: make rq locking and clock functions available in stats.h by Johannes Weiner · 6 years ago
  4. 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
  5. 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
  6. 977e4be x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry() by Christophe Leroy · 6 years ago
  7. baa9be4 sched/fair: Fix throttle_list starvation with low CFS quota by Phil Auld · 6 years ago
  8. 11d4afd sched/pelt: Fix warning and clean up IRQ PELT config by Vincent Guittot · 6 years ago
  9. b429f71 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  10. 1327237a5 sched/numa: Pass destination CPU as a parameter to migrate_task_rq by Srikar Dronamraju · 6 years ago
  11. a4739ec sched/numa: Stop multiple tasks from moving to the CPU at the same time by Srikar Dronamraju · 6 years ago
  12. 7e6f4c5 sched/debug: Explicitly cast sched_feat() to bool by Peter Zijlstra · 6 years ago
  13. 757ffdd sched/fair: Set rq->rd->overload when misfit by Valentin Schneider · 7 years ago
  14. e90c8fe sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE() by Valentin Schneider · 7 years ago
  15. 575638d sched/core: Change root_domain->overload type to int by Valentin Schneider · 7 years ago
  16. e3d6d0c sched/fair: Add sched_group per-CPU max capacity by Morten Rasmussen · 7 years ago
  17. 3b1baa6 sched/fair: Add 'group_misfit_task' load-balance type by Morten Rasmussen · 7 years ago
  18. df054e8 sched/topology: Add static_key for asymmetric CPU capacity optimizations by Morten Rasmussen · 7 years ago
  19. 0ad4e3d sched/numa: Modify migrate_swap() to accept additional parameters by Srikar Dronamraju · 7 years ago
  20. 2e62c47 sched/fair: Remove #ifdefs from scale_rt_capacity() by Vincent Guittot · 7 years ago
  21. 5fd7789 sched/sysctl: Remove unused sched_time_avg_ms sysctl by Vincent Guittot · 7 years ago
  22. bbb62c0 sched/core: Remove the rt_avg code by Vincent Guittot · 7 years ago
  23. dfa444d sched/cpufreq: Remove sugov_aggregate_util() by Vincent Guittot · 7 years ago
  24. 9033ea1 cpufreq/schedutil: Take time spent in interrupts into account by Vincent Guittot · 7 years ago
  25. 91c2749 sched/irq: Add IRQ utilization tracking by Vincent Guittot · 7 years ago
  26. 8cc9051 cpufreq/schedutil: Use DL utilization tracking by Vincent Guittot · 7 years ago
  27. 3727e0e sched/dl: Add dl_rq utilization tracking by Vincent Guittot · 7 years ago
  28. 371bf42 sched/rt: Add rt_rq utilization tracking by Vincent Guittot · 7 years ago
  29. c079629 sched/pelt: Move PELT related code in a dedicated file by Vincent Guittot · 7 years ago
  30. 512ac99 sched/fair: Fix bandwidth timer clock drift condition by Xunlei Pang · 7 years ago
  31. 296b2ff sched/rt: Fix call to cpufreq_update_util() by Vincent Guittot · 7 years ago
  32. f7f4e7f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. 595058b sched/headers: Fix typo by Davidlohr Bueso · 7 years ago
  34. 0548dc5 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  35. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  36. 1378447 sched/numa: Stagger NUMA balancing scan periods for new threads by Mel Gorman · 7 years ago
  37. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  38. a07630b sched/cpufreq/schedutil: Use util_est for OPP selection by Patrick Bellasi · 7 years ago
  39. f643ea2 sched/nohz: Stop NOHZ stats when decayed by Vincent Guittot · 7 years ago
  40. 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 7 years ago
  41. e022e0d sched/fair: Update blocked load from NEWIDLE by Peter Zijlstra · 7 years ago
  42. b7031a0 sched/fair: Add NOHZ_STATS_KICK by Peter Zijlstra · 7 years ago
  43. a22e47a sched/core: Convert nohz_flags to atomic_t by Peter Zijlstra · 7 years ago
  44. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  45. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  46. dcdedb2 sched/nohz: Remove the 1 Hz tick code by Frederic Weisbecker · 7 years ago
  47. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  48. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  49. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  50. 7e1a920 sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP by Juri Lelli · 7 years ago
  51. 7673c8a sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter by Juri Lelli · 7 years ago
  52. 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
  53. e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
  54. d4edd66 sched/cpufreq: Use the DEADLINE utilization signal by Juri Lelli · 7 years ago
  55. 31cb1bc sched/core: Rework and clarify prepare_lock_switch() by rodrigosiqueira · 7 years ago
  56. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  57. 765cc3a sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds by Patrick Bellasi · 7 years ago
  58. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  61. 8c0944ce sched/deadline: Rename __dl_clear() to __dl_sub() by Peter Zijlstra · 7 years ago
  62. e964d35 sched/headers: Remove duplicate prototype of __dl_clear_params() by luca abeni · 7 years ago
  63. 1ea6c46 sched/fair: Propagate an effective runnable_load_avg by Peter Zijlstra · 8 years ago
  64. 0e2d2aa sched/fair: Rewrite PELT migration propagation by Peter Zijlstra · 8 years ago
  65. 2a2f5d4e sched/fair: Rewrite cfs_rq->removed_*avg by Peter Zijlstra · 8 years ago
  66. 9059393 sched/fair: Use reweight_entity() for set_user_nice() by Vincent Guittot · 8 years ago
  67. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  68. 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
  69. 9469eb0 sched/debug: Add debugfs knob for "sched_debug" by Peter Zijlstra · 7 years ago
  70. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 7 years ago
  71. bfb0688 sched/fair: replace cfs_rq->rb_leftmost by Davidlohr Bueso · 7 years ago
  72. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  73. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  75. bbdacdf sched/debug: Optimize sched_domain sysctl generation by Peter Zijlstra · 7 years ago
  76. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  77. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  78. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  79. 6d3aed3 sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as well by Ingo Molnar · 8 years ago
  80. f5832c1 sched/core: Omit building stop_sched_class when !SMP by Nicolas Pitre · 8 years ago
  81. daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
  82. 8fd27231 sched/deadline: Track the "total rq utilization" too by Luca Abeni · 8 years ago
  83. 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
  84. c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
  85. 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
  86. e36d867 sched/deadline: Track the active utilization by Luca Abeni · 8 years ago
  87. ae4df9d sched/topology: Rename sched_group_cpus() by Peter Zijlstra · 8 years ago
  88. e5c14b1 sched/topology: Rename sched_group_mask() 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. 8663eff sched/core: Call __schedule() from do_idle() without enabling preemption by Steven Rostedt (VMware) · 8 years ago
  92. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 25e2d8c sched/cputime: Fix ksoftirqd cputime accounting regression by Frederic Weisbecker · 8 years ago
  94. 0a67d1e sched/core: Add {EN,DE}QUEUE_NOCLOCK flags by Peter Zijlstra · 8 years ago
  95. 8a8c69c sched/core: Add rq->lock wrappers by Peter Zijlstra · 8 years ago
  96. 1777e46 sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> by Ingo Molnar · 8 years ago
  97. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  98. dfc3401 sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  99. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  100. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago