1. 051b29f 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. 25b3e5a sched/numa: Fix math underflow in task_tick_numa() by Rik van Riel · 9 years ago
  3. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  4. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  5. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. e4340bb Merge branch 'linus' into core/rcu, to fix up a semantic conflict by Ingo Molnar · 9 years ago
  7. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  8. e73e85f sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS by Oleg Nesterov · 9 years ago
  9. 62694cd sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() by Peter Zijlstra · 9 years ago
  10. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  11. 6af597d Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts by Ingo Molnar · 9 years ago
  12. 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago
  13. 0baabb3 nohz: Revert "nohz: Set isolcpus when nohz_full is set" by Frederic Weisbecker · 9 years ago
  14. 3e386d5 sched/fair: Update task group's load_avg after task migration by Yuyang Du · 9 years ago
  15. fde7d22e sched/fair: Fix overly small weight for interactive group entities by Yuyang Du · 9 years ago
  16. c13dc31 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
  17. 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
  18. 9babcd7 sched, tracing: Stop/start critical timings around the idle=poll idle loop by Daniel Bristot de Oliveira · 9 years ago
  19. 8477847 sched: Export sched_setscheduler_nocheck by Davidlohr Bueso · 9 years ago
  20. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  21. ce03e41 sched/core: Drop unlikely behind BUG_ON() by Geliang Tang · 9 years ago
  22. 1de6444 sched/core: Fix task and run queue sched_info::run_delay inconsistencies by Peter Zijlstra · 9 years ago
  23. b52da86 sched/numa: Fix task_tick_fair() from disabling numa_balancing by Srikar Dronamraju · 9 years ago
  24. e2bf1c4b sched/core: Add preempt_count invariant check by Peter Zijlstra · 9 years ago
  25. 499d795 sched/core: More notrace annotations by Peter Zijlstra · 9 years ago
  26. da7142e sched/core: Simplify preempt_count tests by Peter Zijlstra · 9 years ago
  27. 1dc0fff sched/core: Robustify preemption leak checks by Peter Zijlstra · 9 years ago
  28. 3d8f74d sched/core: Stop setting PREEMPT_ACTIVE by Peter Zijlstra · 9 years ago
  29. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  30. fc13aeb sched/core: Add preempt argument to __schedule() by Peter Zijlstra · 9 years ago
  31. 609ca06 sched/core: Create preempt_count invariant by Peter Zijlstra · 9 years ago
  32. b99def8 sched/core: Rework TASK_DEAD preemption exception by Peter Zijlstra · 9 years ago
  33. fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  34. 95913d9 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  35. 9eec50b kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support by Andrey Smetanin · 9 years ago
  36. 73f479b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  37. c6e1e7b sched/core: Make 'sched_domain_topology' declaration static by Juergen Gross · 9 years ago
  38. 269b26a sched/rt: Make (do_)balance_runtime() return void by Juri Lelli · 9 years ago
  39. 2726d6c sched/deadline: Unify dl_time_before() usage by Juri Lelli · 9 years ago
  40. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  41. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  42. 00cc1633 sched: access local runqueue directly in single_task_running by Dominik Dingel · 9 years ago
  43. 79a89f9 sched/fair: Remove unnecessary parameter for group_classify() by Leo Yan · 9 years ago
  44. 84fb5a1 sched/fair: Polish comments for LOAD_AVG_MAX by Leo Yan · 9 years ago
  45. 4620f8c sched/numa: Limit the amount of virtual memory scanned in task_numa_work() by Rik van Riel · 9 years ago
  46. 20f9cd2 sched/core: Make policy-testing consistent by Henrik Austad · 9 years ago
  47. de9b8f5 sched: Fix crash trying to dequeue/enqueue the idle thread by Peter Zijlstra · 9 years ago
  48. c2ea72f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. 006cdf0 sched/fair: Optimize per entity utilization tracking by Peter Zijlstra · 9 years ago
  50. 6f2b045 sched/fair: Defer calling scaling functions by Dietmar Eggemann · 9 years ago
  51. 6115c79 sched/fair: Optimize __update_load_avg() by Peter Zijlstra · 9 years ago
  52. 54a2138 sched/fair: Rename scale() to cap_scale() by Peter Zijlstra · 9 years ago
  53. 98d8fd8 sched/fair: Initialize task load and utilization before placing task on rq by Morten Rasmussen · 9 years ago
  54. 231678b sched/fair: Get rid of scaling utilization by capacity_orig by Dietmar Eggemann · 9 years ago
  55. 9e91d61 sched/fair: Name utilization related data and functions consistently by Dietmar Eggemann · 9 years ago
  56. e3279a2 sched/fair: Make utilization tracking CPU scale-invariant by Dietmar Eggemann · 9 years ago
  57. 8cd5601 sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define by Morten Rasmussen · 9 years ago
  58. e0f5f3a sched/fair: Make load tracking frequency scale-invariant by Dietmar Eggemann · 9 years ago
  59. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 9 years ago
  60. 2b49d84 sched/numa: Remove the NUMA sched_feature by Srikar Dronamraju · 9 years ago
  61. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 9 years ago
  62. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 9 years ago
  63. c5afb6a sched/fair: Fix nohz.next_balance update by Vincent Guittot · 9 years ago
  64. 446685e sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback by Kirill Tkhai · 9 years ago
  65. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 9 years ago
  66. daa5940 sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair() by Byungchul Park · 9 years ago
  67. a928051 sched/fair: Make the entity load aging on attaching tunable by Peter Zijlstra · 9 years ago
  68. 6efdb10 sched/fair: Fix switched_to_fair()'s per entity load tracking by Byungchul Park · 9 years ago
  69. 1746bab sched/fair: Have task_move_group_fair() also detach entity load from the old runqueue by Byungchul Park · 9 years ago
  70. 50a2a3b sched/fair: Have task_move_group_fair() unconditionally add the entity load to the runqueue by Byungchul Park · 9 years ago
  71. a05e8c5 sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueue by Byungchul Park · 9 years ago
  72. 973759c Merge tag 'v4.3-rc1' into sched/core, to refresh the branch by Ingo Molnar · 9 years ago
  73. 5473e0cc sched: 'Annotate' migrate_tasks() by Wanpeng Li · 9 years ago
  74. 5136015 userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key by Andrea Arcangeli · 9 years ago
  75. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  77. 9642d18 nohz: Affine unpinned timers to housekeepers by Vatika Harlalka · 9 years ago
  78. 65a9959 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  79. 418c2e1 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. dd9d384 sched: Fix cpu_active_mask/cpu_online_mask race by Jan H. Schönherr · 9 years ago
  82. 9b9412d 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
  83. ff277d4 sched/deadline: Fix comment in enqueue_task_dl() by Andrea Parri · 9 years ago
  84. 4ffa08e sched/deadline: Fix comment in push_dl_tasks() by Andrea Parri · 9 years ago
  85. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
  86. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  87. 25834c7 sched: Fix a race between __kthread_bind() and sched_setaffinity() by Peter Zijlstra · 10 years ago
  88. 7855a35 sched: Ensure a task has a non-normalized vruntime when returning back to CFS by Byungchul Park · 9 years ago
  89. e237882 sched/numa: Fix NUMA_DIRECT topology identification by Aravind Gopalakrishnan · 9 years ago
  90. 3c8e479 sched: Remove finish_arch_switch() by Peter Zijlstra · 9 years ago
  91. 7ea241a sched/fair: Clean up load average references by Yuyang Du · 9 years ago
  92. 1396223 sched/fair: Provide runnable_load_avg back to cfs_rq by Yuyang Du · 9 years ago
  93. 1269557 sched/fair: Remove task and group entity load when they are dead by Yuyang Du · 9 years ago
  94. 540247f sched/fair: Init cfs_rq's sched_entity load average by Yuyang Du · 9 years ago
  95. 6c1d47c sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n by Vincent Guittot · 9 years ago
  96. 9d89c25 sched/fair: Rewrite runnable load and utilization average tracking by Yuyang Du · 9 years ago
  97. cd126af sched/fair: Remove rq's runnable avg by Yuyang Du · 9 years ago
  98. fe32d3c sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() by Konstantin Khlebnikov · 9 years ago
  99. 63b0e9e sched/fair: Beef up wake_wide() by Mike Galbraith · 9 years ago
  100. fbd705a sched: Introduce the 'trace_sched_waking' tracepoint by Peter Zijlstra · 10 years ago