1. 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
  2. 595058b sched/headers: Fix typo by Davidlohr Bueso · 7 years ago
  3. 0548dc5 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  4. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  5. 1378447 sched/numa: Stagger NUMA balancing scan periods for new threads by Mel Gorman · 7 years ago
  6. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  7. a07630b sched/cpufreq/schedutil: Use util_est for OPP selection by Patrick Bellasi · 7 years ago
  8. f643ea2 sched/nohz: Stop NOHZ stats when decayed by Vincent Guittot · 7 years ago
  9. 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 7 years ago
  10. e022e0d sched/fair: Update blocked load from NEWIDLE by Peter Zijlstra · 7 years ago
  11. b7031a0 sched/fair: Add NOHZ_STATS_KICK by Peter Zijlstra · 7 years ago
  12. a22e47a sched/core: Convert nohz_flags to atomic_t by Peter Zijlstra · 7 years ago
  13. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  14. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  15. dcdedb2 sched/nohz: Remove the 1 Hz tick code by Frederic Weisbecker · 7 years ago
  16. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  17. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  18. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  19. 7e1a920 sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP by Juri Lelli · 7 years ago
  20. 7673c8a sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter by Juri Lelli · 7 years ago
  21. 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
  22. e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
  23. d4edd66 sched/cpufreq: Use the DEADLINE utilization signal by Juri Lelli · 7 years ago
  24. 31cb1bc sched/core: Rework and clarify prepare_lock_switch() by rodrigosiqueira · 7 years ago
  25. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  26. 765cc3a sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds by Patrick Bellasi · 7 years ago
  27. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  30. 8c0944ce sched/deadline: Rename __dl_clear() to __dl_sub() by Peter Zijlstra · 8 years ago
  31. e964d35 sched/headers: Remove duplicate prototype of __dl_clear_params() by luca abeni · 8 years ago
  32. 1ea6c46 sched/fair: Propagate an effective runnable_load_avg by Peter Zijlstra · 8 years ago
  33. 0e2d2aa sched/fair: Rewrite PELT migration propagation by Peter Zijlstra · 8 years ago
  34. 2a2f5d4e sched/fair: Rewrite cfs_rq->removed_*avg by Peter Zijlstra · 8 years ago
  35. 9059393 sched/fair: Use reweight_entity() for set_user_nice() by Vincent Guittot · 8 years ago
  36. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  37. 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
  38. 9469eb0 sched/debug: Add debugfs knob for "sched_debug" by Peter Zijlstra · 8 years ago
  39. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 8 years ago
  40. bfb0688 sched/fair: replace cfs_rq->rb_leftmost by Davidlohr Bueso · 8 years ago
  41. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  42. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 8 years ago
  44. bbdacdf sched/debug: Optimize sched_domain sysctl generation by Peter Zijlstra · 8 years ago
  45. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 8 years ago
  46. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  47. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  48. 6d3aed3 sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as well by Ingo Molnar · 8 years ago
  49. f5832c1 sched/core: Omit building stop_sched_class when !SMP by Nicolas Pitre · 8 years ago
  50. daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
  51. 8fd2723 sched/deadline: Track the "total rq utilization" too by Luca Abeni · 8 years ago
  52. 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
  53. c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
  54. 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
  55. e36d867 sched/deadline: Track the active utilization by Luca Abeni · 8 years ago
  56. ae4df9d sched/topology: Rename sched_group_cpus() by Peter Zijlstra · 8 years ago
  57. e5c14b1 sched/topology: Rename sched_group_mask() by Peter Zijlstra · 8 years ago
  58. 005f874 sched/topology: Add sched_group_capacity debugging by Peter Zijlstra · 8 years ago
  59. 8d5dc51 sched/topology: Small cleanup by Peter Zijlstra · 8 years ago
  60. 8663eff sched/core: Call __schedule() from do_idle() without enabling preemption by Steven Rostedt (VMware) · 8 years ago
  61. 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
  62. 25e2d8c sched/cputime: Fix ksoftirqd cputime accounting regression by Frederic Weisbecker · 8 years ago
  63. 0a67d1e sched/core: Add {EN,DE}QUEUE_NOCLOCK flags by Peter Zijlstra · 8 years ago
  64. 8a8c69c sched/core: Add rq->lock wrappers by Peter Zijlstra · 8 years ago
  65. 1777e46 sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> by Ingo Molnar · 8 years ago
  66. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  67. dfc3401 sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  68. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  69. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  70. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  71. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  72. 370c913 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h> by Ingo Molnar · 8 years ago
  73. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  74. 7fce777 sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h by Ingo Molnar · 8 years ago
  75. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  76. 55687da sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h> by Ingo Molnar · 8 years ago
  77. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  78. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  79. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  80. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  81. 105ab3d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h> by Ingo Molnar · 8 years ago
  82. 1051408 sched/autogroup: Rename auto_group.[ch] to autogroup.[ch] by Ingo Molnar · 8 years ago
  83. f2cb136 sched/topology: Split out scheduler topology code from core.c into topology.c by Ingo Molnar · 8 years ago
  84. a499a5a sched/cputime: Increment kcpustat directly on irqtime account by Frederic Weisbecker · 8 years ago
  85. cb42c9a sched/core: Add debugging code to catch missing update_rq_clock() calls by Matt Fleming · 8 years ago
  86. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  87. afe06ef sched: Extend scheduler's asym packing by Tim Chen · 8 years ago
  88. 09a43ac sched/fair: Propagate load during synchronous attach/detach by Vincent Guittot · 8 years ago
  89. 9c2791f sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list by Vincent Guittot · 8 years ago
  90. bf475ce sched/fair: Add per-CPU min capacity to sched_group_capacity by Morten Rasmussen · 8 years ago
  91. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. af79ad2 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. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  94. 9148a3a sched/debug: Add SCHED_WARN_ON() by Peter Zijlstra · 8 years ago
  95. b2bf6c3 sched/fair: Introduce set_curr_task() helper by Peter Zijlstra · 8 years ago
  96. 1b568f0 sched/core: Optimize SCHED_SMT by Peter Zijlstra · 9 years ago
  97. 10e2f1a sched/core: Rewrite and improve select_idle_siblings() by Peter Zijlstra · 9 years ago
  98. 0e369d7 sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared by Peter Zijlstra · 9 years ago
  99. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  100. cd92bfd sched/core: Store maximum per-CPU capacity in root domain by Dietmar Eggemann · 9 years ago