1. 8243d55 sched/core: Remove pointless printout in sched_show_task() by Linus Torvalds · 8 years ago
  2. 3820050 sched/core: Fix oops in sched_show_task() by Tetsuo Handa · 8 years ago
  3. 965c4b7 Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  5. f5d6d2d sched/fair: Remove unused but set variable 'rq' by Tobias Klauser · 8 years ago
  6. b5a9b34 sched/fair: Fix incorrect task group ->load_avg by Vincent Guittot · 8 years ago
  7. 2c11fc8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  9. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  10. 9cfb38a sched/fair: Fix sched domains NULL dereference in select_idle_sibling() by Wanpeng Li · 8 years ago
  11. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  12. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  13. 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
  14. 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
  15. 4b97893 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 7005f6d Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  17. b6e2511 Merge branch 'pm-cpufreq-sched' into pm-cpufreq by Rafael J. Wysocki · 8 years ago
  18. 447976e sched/irqtime: Consolidate irqtime flushing code by Frederic Weisbecker · 8 years ago
  19. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  20. 2810f61 sched/irqtime: Remove needless IRQs disablement on kcpustat update by Frederic Weisbecker · 8 years ago
  21. f9094a6 sched/irqtime: No need for preempt-safe accessors by Frederic Weisbecker · 8 years ago
  22. b60205c sched/fair: Fix min_vruntime tracking by Peter Zijlstra · 8 years ago
  23. 9148a3a sched/debug: Add SCHED_WARN_ON() by Peter Zijlstra · 8 years ago
  24. 49bd21e sched/core: Fix set_user_nice() by Peter Zijlstra · 8 years ago
  25. b2bf6c3 sched/fair: Introduce set_curr_task() helper by Peter Zijlstra · 8 years ago
  26. a458ae2 sched/core, ia64: Rename set_curr_task() by Peter Zijlstra · 8 years ago
  27. a399d23 sched/core: Fix incorrect utilization accounting when switching to fair class by Vincent Guittot · 8 years ago
  28. 1b568f0 sched/core: Optimize SCHED_SMT by Peter Zijlstra · 9 years ago
  29. 10e2f1a sched/core: Rewrite and improve select_idle_siblings() by Peter Zijlstra · 9 years ago
  30. 0e369d7 sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared by Peter Zijlstra · 9 years ago
  31. 24fc7ed sched/core: Introduce 'struct sched_domain_shared' by Peter Zijlstra · 9 years ago
  32. 16f3ef4 sched/core: Restructure destroy_sched_domain() by Peter Zijlstra · 9 years ago
  33. f39180e sched/core: Remove unused @cpu argument from destroy_sched_domain*() by Peter Zijlstra · 9 years ago
  34. 0176bea sched/wait: Introduce init_wait_entry() by Oleg Nesterov · 8 years ago
  35. eaf9ef5 sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock() by Oleg Nesterov · 8 years ago
  36. b1ea06a sched/wait: Avoid abort_exclusive_wait() in ___wait_event() by Oleg Nesterov · 8 years ago
  37. 38a3e1f sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up() by Oleg Nesterov · 8 years ago
  38. ab522e3 sched/fair: Fix fixed point arithmetic width for shares and effective load by Dietmar Eggemann · 8 years ago
  39. 8f37961 sched/core, x86/topology: Fix NUMA in package topology bug by Tim Chen · 8 years ago
  40. a18a579 sched/debug: Hide printk() by default by Peter Zijlstra · 8 years ago
  41. 8bf46a3 sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasks by Srivatsa Vaddagiri · 8 years ago
  42. 35a773a sched/core: Avoid _cond_resched() for PREEMPT=y by Peter Zijlstra · 8 years ago
  43. 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
  44. bf89a30 stop_machine: Avoid a sleep and wakeup in stop_one_cpu() by Cheng Chao · 8 years ago
  45. 0b84735 sched/core: Remove unnecessary initialization in sched_init() by Cheng Chao · 8 years ago
  46. 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
  47. 2d8fbcd Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  48. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  49. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  50. 21ca6d2 cpufreq: schedutil: Add iowait boosting by Rafael J. Wysocki · 8 years ago
  51. 8c34ab1 cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition by Rafael J. Wysocki · 8 years ago
  52. de58af8 Revert "sched/fair: Make update_min_vruntime() more readable" by Peter Zijlstra · 8 years ago
  53. 4fa8d29 sched/debug: Remove several CONFIG_SCHEDSTATS guards by Josh Poimboeuf · 9 years ago
  54. 20e1d48 sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()' by Josh Poimboeuf · 9 years ago
  55. ae92882 sched/debug: Clean up schedstat macros by Josh Poimboeuf · 9 years ago
  56. 1a3d027 sched/debug: Rename and move enqueue_sleeper() by Josh Poimboeuf · 9 years ago
  57. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  58. efca03e schedcore: Remove duplicated init_task's preempt_notifiers init by seokhoon.yoon · 8 years ago
  59. 2665621 sched/fair: Fix load_above_capacity fixed point arithmetic width by Dietmar Eggemann · 8 years ago
  60. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
  61. 8e1bc30 sched/deadline: Make CPU heap faster avoiding real swaps on heapify by Tommaso Cucinotta · 8 years ago
  62. 126b3b6 sched/deadline: Refactor CPU heap code by Tommaso Cucinotta · 8 years ago
  63. 97a7142 sched/fair: Make update_min_vruntime() more readable by Byungchul Park · 10 years ago
  64. 62cc20b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  65. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  66. 8314bc8 cpufreq / sched: ignore SMT when determining max cpu capacity by Steve Muckle · 8 years ago
  67. 0117525 sched: Remove __schedule() non-standard frame annotation by Brian Gerst · 8 years ago
  68. 379d9ec sched: Make wake_up_nohz_cpu() handle CPUs going offline by Paul E. McKenney · 9 years ago
  69. a1eb141 sched/cputime: Improve scalability by not accounting thread group tasks pending runtime by Stanislaw Gruszka · 8 years ago
  70. 3273163 sched/fair: Let asymmetric CPU configurations balance at wake-up by Morten Rasmussen · 8 years ago
  71. cd92bfd sched/core: Store maximum per-CPU capacity in root domain by Dietmar Eggemann · 8 years ago
  72. 9ee1cda sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems by Morten Rasmussen · 8 years ago
  73. 3676b13 sched/core: Pass child domain into sd_init() by Morten Rasmussen · 8 years ago
  74. 1f6e6c7c sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag by Morten Rasmussen · 8 years ago
  75. 0e6d2a6 sched/core: Remove unnecessary NULL-pointer check by Morten Rasmussen · 8 years ago
  76. 94f438c sched/core: Clarify SD_flags comment by Peter Zijlstra · 8 years ago
  77. 5a96215 Merge branch 'sched/urgent' into sched/core, to pick up dependencies by Ingo Molnar · 8 years ago
  78. 03cbc73 sched/cputime: Resync steal time when guest & host lose sync by Wanpeng Li · 8 years ago
  79. 1fc770d sched: Remove struct rq::nohz_stamp by Rik van Riel · 8 years ago
  80. 173be9a sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression by Peter Zijlstra · 8 years ago
  81. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  82. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  83. 26f2c75 sched/cputime: Fix omitted ticks passed in parameter by Frederic Weisbecker · 8 years ago
  84. f9bcf1e sched/cputime: Fix steal time accounting by Wanpeng Li · 8 years ago
  85. 4c737b4 cgroup: make cgroup_path() and friends behave in the style of strlcpy() by Tejun Heo · 8 years ago
  86. f0b22e3 sched/debug: Add taint on "BUG: Sleeping function called from invalid context" by Vegard Nossum · 8 years ago
  87. d1c6d14 sched/debug: Make the "Preemption disabled at ..." message more useful by Vegard Nossum · 8 years ago
  88. 98b0a85 sched/deadline: Remove useless parameter from setup_new_dl_entity() by Juri Lelli · 8 years ago
  89. 9279e0d sched/core: Add documentation for 'cookie' argument by Luis de Bethencourt · 9 years ago
  90. eaecf41 sched/fair: Optimize find_idlest_cpu() when there is no choice by Morten Rasmussen · 9 years ago
  91. 772bd008c sched/fair: Make the use of prev_cpu consistent in the wakeup path by Morten Rasmussen · 9 years ago
  92. 7c3edd2 sched/fair: Improve PELT stuff some more by Peter Zijlstra · 9 years ago
  93. a1fd465 sched/core: Fix one typo by Leo Yan · 8 years ago
  94. 31851a9 sched/fair: Remove 'cpu_busy' parameter from update_next_balance() by Leo Yan · 8 years ago
  95. c0c8c9f sched/deadline: Fix lock pinning warning during CPU hotplug by Wanpeng Li · 8 years ago
  96. 6075620 sched/cputime: Mitigate performance regression in times()/clock_gettime() by Giovanni Gherdovich · 8 years ago
  97. b892212 sched/fair: Fix typo in sync_throttle() by Xunlei Pang · 9 years ago
  98. a23eadf sched/deadline: Fix wrap-around in DL heap by Tommaso Cucinotta · 9 years ago
  99. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  100. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago