1. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  3. 73e6aaf sched/cpuacct: Simplify the cpuacct code by Zhao Lei · 9 years ago
  4. 1a736b7 sched/cpuacct: Rename parameter in cpuusage_write() for readability by Dongsheng Yang · 9 years ago
  5. d433558 sched/fair: Add comments to explain select_idle_sibling() by Matt Fleming · 9 years ago
  6. 3a47d51 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 9 years ago
  7. 2f5177f sched/cgroup: Fix/cleanup cgroup teardown/init by Peter Zijlstra · 9 years ago
  8. 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 9 years ago
  9. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  11. ef504fa Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  12. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  13. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. e23604e Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  15. d4e7961 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. 4ed3900 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  17. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 9 years ago
  18. e1b77c9 sched/kasan: remove stale KASAN poison after hotplug by Mark Rutland · 9 years ago
  19. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  20. 1f25184 Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 9 years ago
  21. f9c904b sched/cputime: Fix steal_account_process_tick() to always return jiffies by Chris Friesen · 9 years ago
  22. 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
  23. e9532e6 sched/cputime: Fix steal time accounting vs. CPU hotplug by Thomas Gleixner · 9 years ago
  24. 4f49b90 sched-clock: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  25. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  26. 01d36d0 sched: Account rr tasks by Frederic Weisbecker · 9 years ago
  27. 9b7f659 sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() by Alexander Gordeev · 9 years ago
  28. 27d50c7 rcu: Make CPU_DYING_IDLE an explicit call by Thomas Gleixner · 9 years ago
  29. e69aab1 cpu/hotplug: Make wait for dead cpu completion based by Thomas Gleixner · 9 years ago
  30. 8df3e07 cpu/hotplug: Let upcoming cpu bring itself fully up by Thomas Gleixner · 9 years ago
  31. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 9 years ago
  32. 801ccdb sched/deadline: Remove superfluous call to switched_to_dl() by Peter Zijlstra · 9 years ago
  33. f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 9 years ago
  34. ff9a9b4 sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity by Rik van Riel · 9 years ago
  35. c3a990d sched/rt: Kick RT bandwidth timer immediately on start up by Steven Rostedt · 9 years ago
  36. ef47718 sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug by Steven Rostedt (Red Hat) · 9 years ago
  37. 3866e84 sched/debug: Move sched_domain_sysctl to debug.c by Steven Rostedt (Red Hat) · 9 years ago
  38. d6ca41d sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c by Steven Rostedt (Red Hat) · 9 years ago
  39. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 9 years ago
  40. 41d9339 sched/core: Remove duplicated sched_group_set_shares() prototype by Dongsheng Yang · 9 years ago
  41. be68a68 sched/fair: Consolidate nohz CPU load update code by Frederic Weisbecker · 9 years ago
  42. 7400d3b sched/fair: Avoid using decay_load_missed() with a negative value by Byungchul Park · 9 years ago
  43. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  44. 48be3a6 sched/deadline: Always calculate end of period on sched_yield() by Peter Zijlstra · 9 years ago
  45. 6fe1f34 sched/cgroup: Fix cgroup entity load tracking tear-down by Peter Zijlstra · 9 years ago
  46. 0493694 sched: Always inline context_switch() by Josh Poimboeuf · 9 years ago
  47. 8e05e96 sched: Mark __schedule() stack frame as non-standard by Josh Poimboeuf · 9 years ago
  48. 13b3568 wait.[ch]: Introduce the simple waitqueue (swait) implementation by Peter Zijlstra (Intel) · 9 years ago
  49. b38e42e cgroup: convert cgroup_subsys flag fields to bool bitfields by Tejun Heo · 9 years ago
  50. c219b7d sched/deadline: Fix trivial typo in printk() message by Steven Rostedt · 9 years ago
  51. 3223d05 sched/core: Remove dead statement in __schedule() by Byungchul Park · 9 years ago
  52. 5fd7a09 atomic: Export fetch_or() by Frederic Weisbecker · 9 years ago
  53. 4142c3e sched/numa: Spread memory according to CPU and memory use by Rik van Riel · 9 years ago
  54. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 9 years ago
  55. a6e4491 sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid by Prarit Bhargava · 9 years ago
  56. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  58. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  59. 1dff76b sched/numa: Fix use-after-free bug in the task_numa_compare by Gavin Guo · 9 years ago
  60. 6f16886 cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freeze by Sudeep Holla · 9 years ago
  61. 30f0530 Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  62. f11aef6 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  63. 5116425 sched / idle: Drop default_idle_call() fallback from call_cpuidle() by Rafael J. Wysocki · 9 years ago
  64. 9c03ee1 sched: Fix crash in sched_init_numa() by Raghavendra K T · 9 years ago
  65. 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 9 years ago
  66. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  67. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  68. 0f8c790 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  69. af34520 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 9061cbe Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 3104fb3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  73. 0905f04 sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_task() by Yuyang Du · 9 years ago
  74. 7d92de3 sched/deadline: Fix the earliest_dl.next logic by Wanpeng Li · 9 years ago
  75. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
  76. 9e0e83a sched/fair: Fix multiplication overflow on 32-bit systems by Andrey Ryabinin · 9 years ago
  77. 1fe7c4e missing include asm/paravirt.h in cputime.c by Stefano Stabellini · 9 years ago
  78. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  79. 5406812 Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  80. 51825c8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. 03e0d46 watchdog: introduce touch_softlockup_watchdog_sched() by Tejun Heo · 9 years ago
  82. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  83. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  84. aa0b7ae sched/fair: Disable the task group load_avg update for the root_task_group by Waiman Long · 9 years ago
  85. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  86. a426f99 sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats() by Waiman Long · 9 years ago
  87. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  88. b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
  89. e592539 sched/cputime: Introduce vtime accounting check for readers by Frederic Weisbecker · 9 years ago
  90. 55dbdcf sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled() by Frederic Weisbecker · 9 years ago
  91. cab245d sched/cputime: Correctly handle task guest time on housekeepers by Frederic Weisbecker · 9 years ago
  92. 7098c1e sched/cputime: Clarify vtime symbols and document them by Frederic Weisbecker · 9 years ago
  93. 7877a0b sched/cputime: Remove extra cost in task_cputime() by Hiroshi Shimamoto · 9 years ago
  94. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  95. 8643cda sched/core, locking: Document Program-Order guarantees by Peter Zijlstra · 9 years ago
  96. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  97. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  98. ecf7d01 sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule() by Peter Zijlstra · 9 years ago
  99. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago
  100. 2541117 sched/cputime: Fix invalid gtime in proc by Hiroshi Shimamoto · 9 years ago