1. c58f0e8 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 6 years ago
  2. 5e4ea98 sched/core: Check quota and period overflow at usec to nsec conversion by Konstantin Khlebnikov · 6 years ago
  3. c803409 sched: Add sched_smt_active() by Ben Hutchings · 5 years ago
  4. 5a416ed sched/core: Allow __sched_setscheduler() in interrupts when PI is not used by Steven Rostedt (VMware) · 8 years ago
  5. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  6. cce2b93 sched: Stop resched_cpu() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  7. a384e54 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  8. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  9. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  10. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  11. ab3d531 sched/fair: Update rq clock before changing a task's CPU affinity by Wanpeng Li · 8 years ago
  12. ba15518 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  13. 62b5776 sched/cgroup: Move sched_online_group() back into css_online() to fix crash by Konstantin Khlebnikov · 8 years ago
  14. 758dc6a sched/topology: Fix overlapping sched_group_mask by Peter Zijlstra · 7 years ago
  15. 3e165b2 sched/topology: Optimize build_group_mask() by Lauro Ramos Venancio · 7 years ago
  16. 7c3f08e sched/topology: Fix building of overlapping sched-groups by Peter Zijlstra · 7 years ago
  17. a0a93e3 Revert "sched/core: Optimize SCHED_SMT" by Greg Kroah-Hartman · 7 years ago
  18. 8a48b7e sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() by Andy Lutomirski · 7 years ago
  19. 8243d55 sched/core: Remove pointless printout in sched_show_task() by Linus Torvalds · 8 years ago
  20. 3820050 sched/core: Fix oops in sched_show_task() by Tetsuo Handa · 8 years ago
  21. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  22. 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
  23. 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
  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 · 8 years ago
  29. 10e2f1a sched/core: Rewrite and improve select_idle_siblings() by Peter Zijlstra · 8 years ago
  30. 0e369d7 sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared by Peter Zijlstra · 8 years ago
  31. 24fc7ed sched/core: Introduce 'struct sched_domain_shared' by Peter Zijlstra · 8 years ago
  32. 16f3ef4 sched/core: Restructure destroy_sched_domain() by Peter Zijlstra · 8 years ago
  33. f39180e sched/core: Remove unused @cpu argument from destroy_sched_domain*() by Peter Zijlstra · 8 years ago
  34. 8f37961 sched/core, x86/topology: Fix NUMA in package topology bug by Tim Chen · 8 years ago
  35. a18a579 sched/debug: Hide printk() by default by Peter Zijlstra · 8 years ago
  36. 35a773a sched/core: Avoid _cond_resched() for PREEMPT=y by Peter Zijlstra · 8 years ago
  37. 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
  38. bf89a30 stop_machine: Avoid a sleep and wakeup in stop_one_cpu() by Cheng Chao · 8 years ago
  39. 0b84735 sched/core: Remove unnecessary initialization in sched_init() by Cheng Chao · 8 years ago
  40. 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
  41. 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
  42. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  43. 4fa8d299 sched/debug: Remove several CONFIG_SCHEDSTATS guards by Josh Poimboeuf · 8 years ago
  44. ae92882 sched/debug: Clean up schedstat macros by Josh Poimboeuf · 8 years ago
  45. efca03e schedcore: Remove duplicated init_task's preempt_notifiers init by seokhoon.yoon · 8 years ago
  46. 62cc20b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  47. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  48. 0117525 sched: Remove __schedule() non-standard frame annotation by Brian Gerst · 8 years ago
  49. 379d9ec sched: Make wake_up_nohz_cpu() handle CPUs going offline by Paul E. McKenney · 8 years ago
  50. cd92bfd sched/core: Store maximum per-CPU capacity in root domain by Dietmar Eggemann · 8 years ago
  51. 9ee1cda sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems by Morten Rasmussen · 8 years ago
  52. 3676b13 sched/core: Pass child domain into sd_init() by Morten Rasmussen · 8 years ago
  53. 1f6e6c7 sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag by Morten Rasmussen · 8 years ago
  54. 0e6d2a6 sched/core: Remove unnecessary NULL-pointer check by Morten Rasmussen · 8 years ago
  55. 94f438c sched/core: Clarify SD_flags comment by Peter Zijlstra · 8 years ago
  56. f0b22e3 sched/debug: Add taint on "BUG: Sleeping function called from invalid context" by Vegard Nossum · 8 years ago
  57. d1c6d14 sched/debug: Make the "Preemption disabled at ..." message more useful by Vegard Nossum · 8 years ago
  58. 9279e0d sched/core: Add documentation for 'cookie' argument by Luis de Bethencourt · 8 years ago
  59. a1fd465 sched/core: Fix one typo by Leo Yan · 8 years ago
  60. 6075620 sched/cputime: Mitigate performance regression in times()/clock_gettime() by Giovanni Gherdovich · 8 years ago
  61. cca08cd 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. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. d60585c sched/core: Correct off by one bug in load migration calculation by Thomas Gleixner · 8 years ago
  64. 748c720 sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set by Daniel Bristot de Oliveira · 8 years ago
  65. 599b484 sched/core: Fix sched_getaffinity() return value kerneldoc comment by Zev Weiss · 8 years ago
  66. 8663e24 sched/fair: Reorder cgroup creation code by Peter Zijlstra · 8 years ago
  67. 7dc603c sched/fair: Fix PELT integrity for new tasks by Peter Zijlstra · 8 years ago
  68. ea86cb4 sched/cgroup: Fix cpu_cgroup_fork() handling by Vincent Guittot · 8 years ago
  69. e210bff sched/fair: Fix and optimize the fork() path by Peter Zijlstra · 8 years ago
  70. 630741f Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  71. feb245e sched/core: Allow kthreads to fall back to online && !active cpus by Tejun Heo · 8 years ago
  72. 57675cb kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w by Andrey Ryabinin · 8 years ago
  73. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 8 years ago
  74. 3d89e54 sched/cputime: Fix prev steal time accouting during CPU hotplug by Wanpeng Li · 8 years ago
  75. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 8 years ago
  76. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  77. 29d6455 sched: panic on corrupted stack end by Jann Horn · 8 years ago
  78. 4698f88 sched/debug: Fix 'schedstats=enable' cmdline option by Josh Poimboeuf · 8 years ago
  79. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  80. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 8 years ago
  81. 4449692 sched/nohz: Fix affine unpinned timers mess by Wanpeng Li · 8 years ago
  82. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 8 years ago
  83. b5179ac sched/fair: Prepare to fix fairness problems on migration by Peter Zijlstra · 8 years ago
  84. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 8 years ago
  85. 58fe9c4 sched/core: Fix comment typo in wake_q_add() by Davidlohr Bueso · 8 years ago
  86. 8c5e955 sched/core: Remove unused variable by Muhammad Falak R Wani · 8 years ago
  87. e5ef27d sched: Make hrtick_notifier an explicit call by Thomas Gleixner · 9 years ago
  88. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 9 years ago
  89. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 9 years ago
  90. 7d97669 sched/migration: Move CPU_ONLINE into scheduler state by Thomas Gleixner · 9 years ago
  91. e9cd8fa sched/migration: Move calc_load_migrate() into CPU_DYING by Thomas Gleixner · 9 years ago
  92. 94baf7a sched/migration: Move prepare transition to SCHED_STARTING state by Thomas Gleixner · 9 years ago
  93. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 9 years ago
  94. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 9 years ago
  95. c6d2c74 sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE by Thomas Gleixner · 9 years ago
  96. 135fb3e sched: Consolidate the notifier maze by Thomas Gleixner · 9 years ago
  97. e26fbff sched: Allow hotplug notifiers to be setup early by Thomas Gleixner · 9 years ago
  98. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 9 years ago
  99. e9d867a sched: Allow per-cpu kernel threads to run on online && !active by Peter Zijlstra (Intel) · 9 years ago
  100. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago