1. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  3. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  4. bd2cd7d Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  5. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 6098850 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  9. 28da439 Merge branches 'pm-cpufreq-sched' and 'pm-opp' by Rafael J. Wysocki · 7 years ago
  10. 765cc3a sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds by Patrick Bellasi · 7 years ago
  11. e029b9b Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  12. 07458f6 cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq by Viresh Kumar · 7 years ago
  13. 2c11dba sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  14. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  15. d62d813 cpufreq: schedutil: Examine the correct CPU when we update util by Chris Redpath · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 150dfee sched/isolation: Add basic isolcpus flags by Frederic Weisbecker · 7 years ago
  18. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 7 years ago
  19. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 7 years ago
  20. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  21. 5c4991e sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL by Frederic Weisbecker · 7 years ago
  22. 204c083 sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu() by Frederic Weisbecker · 7 years ago
  23. e179f5a sched/isolation: Use its own static key by Frederic Weisbecker · 7 years ago
  24. 7e56a1c sched/isolation: Make the housekeeping cpumask private by Frederic Weisbecker · 7 years ago
  25. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  26. d41bf8c cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat by Tejun Heo · 7 years ago
  27. 54b933c sched/idle: Micro-optimize the idle loop by Cheng Jian · 7 years ago
  28. e22cdc3 sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK by Rakib Mullick · 7 years ago
  29. 72bc286 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  30. ad4e25a Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD by Paul E. McKenney · 7 years ago
  31. a961e40 membarrier: Provide register expedited private command by Mathieu Desnoyers · 7 years ago
  32. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  33. 93f50f9 sched/fair: Fix usage of find_idlest_group() when the local group is idlest by Brendan Jackman · 7 years ago
  34. 6fee85c sched/fair: Fix usage of find_idlest_group() when no groups are allowed by Brendan Jackman · 7 years ago
  35. 0d10ab9 sched/fair: Fix find_idlest_group() when local group is not allowed by Brendan Jackman · 7 years ago
  36. e90381e sched/fair: Remove unnecessary comparison with -1 by Brendan Jackman · 7 years ago
  37. 18bd1b4b sched/fair: Move select_task_rq_fair() slow-path into its own function by Brendan Jackman · 7 years ago
  38. 583ffd9 sched/fair: Force balancing on NOHZ balance if local group has capacity by Brendan Jackman · 7 years ago
  39. ea16f0e sched/fair: Sync task util before slow-path wakeup by Brendan Jackman · 7 years ago
  40. 9382490 sched/fair: Search a task from the tail of the queue by Uladzislau Rezki · 7 years ago
  41. 051f3ca sched/topology: Introduce NUMA identity node sched domain by Suravee Suthikulpanit · 7 years ago
  42. ed4ad1c sched/topology: Restore SD_PREFER_SIBLING on MC domains by Peter Zijlstra · 7 years ago
  43. 8c0944ce sched/deadline: Rename __dl_clear() to __dl_sub() by Peter Zijlstra · 7 years ago
  44. 295d6d5 sched/deadline: Fix switching to -deadline by Luca Abeni · 7 years ago
  45. e964d35 sched/headers: Remove duplicate prototype of __dl_clear_params() by luca abeni · 7 years ago
  46. 62cb118 sched/idle: Move quiet_vmstate() into the NOHZ code by Peter Zijlstra · 7 years ago
  47. 151aeab Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  48. 024c9d2 sched/core: Ensure load_balance() respects the active_mask by Peter Zijlstra · 7 years ago
  49. f2cdd9c sched/core: Address more wake_affine() regressions by Peter Zijlstra · 7 years ago
  50. d153b15 sched/core: Fix wake_affine() performance regression by Peter Zijlstra · 7 years ago
  51. 0032f4e rcutorture: Dump writer stack if stalled by Paul E. McKenney · 7 years ago
  52. f79c3ad sched,rcu: Make cond_resched() provide RCU quiescent state by Paul E. McKenney · 8 years ago
  53. 7c2102e sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  54. 0d59363 sched: Implement interface for cgroup unified hierarchy by Tejun Heo · 7 years ago
  55. a1f7164 sched: Misc preps for cgroup unified hierarchy interface by Tejun Heo · 7 years ago
  56. 17de4ee sched/fair: Update calc_group_*() comments by Peter Zijlstra · 7 years ago
  57. 2c8e4dc sched/fair: Calculate runnable_weight slightly differently by Josef Bacik · 7 years ago
  58. 9a2dd58 sched/fair: Implement more accurate async detach by Peter Zijlstra · 8 years ago
  59. f207934 sched/fair: Align PELT windows between cfs_rq and its se by Peter Zijlstra · 8 years ago
  60. 144d848 sched/fair: Implement synchonous PELT detach on load-balance migrate by Peter Zijlstra · 8 years ago
  61. 1ea6c46 sched/fair: Propagate an effective runnable_load_avg by Peter Zijlstra · 8 years ago
  62. 0e2d2aa sched/fair: Rewrite PELT migration propagation by Peter Zijlstra · 8 years ago
  63. 2a2f5d4e sched/fair: Rewrite cfs_rq->removed_*avg by Peter Zijlstra · 8 years ago
  64. 9059393 sched/fair: Use reweight_entity() for set_user_nice() by Vincent Guittot · 8 years ago
  65. 840c5ab sched/fair: More accurate reweight_entity() by Peter Zijlstra · 8 years ago
  66. 8d5b902 sched/fair: Introduce {en,de}queue_load_avg() by Peter Zijlstra · 7 years ago
  67. b5b3e35 sched/fair: Rename {en,de}queue_entity_load_avg() by Peter Zijlstra · 7 years ago
  68. b382a53 sched/fair: Move enqueue migrate handling by Peter Zijlstra · 8 years ago
  69. 88c0616 sched/fair: Change update_load_avg() arguments by Peter Zijlstra · 8 years ago
  70. c7b5021 sched/fair: Remove se->load.weight from se->avg.load_sum by Peter Zijlstra · 8 years ago
  71. 3d4b60d sched/fair: Cure calc_cfs_shares() vs. reweight_entity() by Peter Zijlstra · 8 years ago
  72. cef2740 sched/fair: Add comment to calc_cfs_shares() by Peter Zijlstra · 8 years ago
  73. 7c80cfc sched/fair: Clean up calc_cfs_shares() by Peter Zijlstra · 8 years ago
  74. 5d68cc9 sched/debug: Ignore TASK_IDLE for SysRq-W by Peter Zijlstra · 7 years ago
  75. 65d5dc4 sched/debug: Remove unused variable by Peter Zijlstra · 7 years ago
  76. 8157a7f sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE by Tejun Heo · 7 years ago
  77. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  78. cfb766d sched/cputime: Expose cputime_adjust() by Tejun Heo · 7 years ago
  79. abca5fc sched_rr_get_interval(): move compat to native, get rid of set_fs() by Al Viro · 7 years ago
  80. 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
  81. 2554db9 sched/wait: Break up long wake list walk by Tim Chen · 7 years ago
  82. 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
  83. 040b9d7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  84. 9469eb0 sched/debug: Add debugfs knob for "sched_debug" by Peter Zijlstra · 7 years ago
  85. 4ff9083 sched/core: WARN() when migrating to an offline CPU by Peter Zijlstra · 7 years ago
  86. edd8e41 sched/fair: Plug hole between hotplug and active_load_balance() by Peter Zijlstra · 7 years ago
  87. 2800486 sched/fair: Avoid newidle balance for !active CPUs by Peter Zijlstra · 7 years ago
  88. 4612335 sched/fair: Fix nuisance kernel-doc warning by Randy Dunlap · 7 years ago
  89. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 7 years ago
  90. bfb0688 sched/fair: replace cfs_rq->rb_leftmost by Davidlohr Bueso · 7 years ago
  91. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  92. 50e7663 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  93. a731ebe sched/fair: Fix wake_affine_llc() balancing rules by Peter Zijlstra · 7 years ago
  94. 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
  95. 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
  96. f213a6c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  99. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  100. 08a1000 Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago