1. c96f547 delayacct: Account blkio completion on the correct task by Josh Snyder · 7 years ago
  2. 2064a5a sched/core: Fix kernel-doc warnings after code movement by Randy Dunlap · 7 years ago
  3. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 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. 765cc3a sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds by Patrick Bellasi · 7 years ago
  7. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 7 years ago
  8. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  9. 204c083 sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu() by Frederic Weisbecker · 7 years ago
  10. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  11. d41bf8c cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat by Tejun Heo · 7 years ago
  12. 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
  13. 0032f4e rcutorture: Dump writer stack if stalled by Paul E. McKenney · 7 years ago
  14. f79c3ad sched,rcu: Make cond_resched() provide RCU quiescent state by Paul E. McKenney · 8 years ago
  15. 7c2102e sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  16. 0d59363 sched: Implement interface for cgroup unified hierarchy by Tejun Heo · 7 years ago
  17. a1f7164 sched: Misc preps for cgroup unified hierarchy interface by Tejun Heo · 7 years ago
  18. 9059393 sched/fair: Use reweight_entity() for set_user_nice() by Vincent Guittot · 8 years ago
  19. 5d68cc9 sched/debug: Ignore TASK_IDLE for SysRq-W by Peter Zijlstra · 7 years ago
  20. abca5fc sched_rr_get_interval(): move compat to native, get rid of set_fs() by Al Viro · 7 years ago
  21. 4ff9083 sched/core: WARN() when migrating to an offline CPU by Peter Zijlstra · 7 years ago
  22. 50e7663 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  23. 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
  24. 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
  25. 94edf6f 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
  26. 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
  27. 22e4ebb membarrier: Provide expedited private command by Mathieu Desnoyers · 7 years ago
  28. 23a9b74 sched: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 8 years ago
  29. d89e588c locking: Introduce smp_mb__after_spinlock() by Peter Zijlstra · 8 years ago
  30. 20435d8 sched/debug: Intruduce task_state_to_char() helper function by Xie XiuQi · 7 years ago
  31. 18f08da sched/core: Remove unnecessary initialization init_idle_bootup_task() by Cheng Jian · 7 years ago
  32. 5b713a3 sched/core: Reuse put_prev_task() by Viresh Kumar · 8 years ago
  33. 955dbdf4 sched: Allow migrating kthreads into online but inactive CPUs by Tejun Heo · 8 years ago
  34. bf50f0e sched/core: Fix some documentation build warnings by Jonathan Corbet · 7 years ago
  35. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  38. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  39. e1d4eee sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled by Nicolas Pitre · 8 years ago
  40. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  41. 5822a45 sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c by Ingo Molnar · 8 years ago
  42. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  43. 252d2a4 sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() by Andy Lutomirski · 8 years ago
  44. d7d34d5e sched: Rely on synchronize_rcu_mult() de-duplication by Paul E. McKenney · 8 years ago
  45. f5832c1 sched/core: Omit building stop_sched_class when !SMP by Nicolas Pitre · 8 years ago
  46. 3effcb4 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 8 years ago
  47. daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
  48. 2d4283e sched/deadline: Make GRUB a task's flag by Luca Abeni · 8 years ago
  49. 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
  50. c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
  51. 387e313 sched/deadline: Fix the update of the total -deadline utilization by Luca Abeni · 8 years ago
  52. 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
  53. 1c3c5ea sched/core: Enable might_sleep() and smp_processor_id() checks early by Thomas Gleixner · 8 years ago
  54. 896bbb2 sched/core: Allow __sched_setscheduler() in interrupts when PI is not used by Steven Rostedt (VMware) · 8 years ago
  55. 7321584 sched/core: Use the new llist_for_each_entry_safe() primitive by Byungchul Park · 8 years ago
  56. 8d5dc51 sched/topology: Small cleanup by Peter Zijlstra · 8 years ago
  57. 2e44b7d sched/clock: Use late_initcall() instead of sched_init_smp() by Peter Zijlstra · 8 years ago
  58. 8663eff sched/core: Call __schedule() from do_idle() without enabling preemption by Steven Rostedt (VMware) · 8 years ago
  59. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 3527d3e 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. 9410091 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  63. bcbfdd0 rcu: Make non-preemptive schedule be Tasks RCU quiescent state by Paul E. McKenney · 8 years ago
  64. 30e03ac cpuset: Remove cpuset_update_active_cpus()'s parameter. by Rakib Mullick · 8 years ago
  65. b91473f sched,tracing: Update trace_sched_pi_setprio() by Peter Zijlstra · 8 years ago
  66. acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
  67. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  68. d7921a5 sched/core: Fix rq lock pinning warning after call balance callbacks by Wanpeng Li · 8 years ago
  69. 15ff991 sched/core: Avoid double update_rq_clock() in move_queued_task() by Peter Zijlstra · 8 years ago
  70. 7a57f32 sched/core: Avoid obvious double update_rq_clock() by Peter Zijlstra · 8 years ago
  71. bce4dc8 sched/core: Simplify update_rq_clock() in __schedule() by Peter Zijlstra · 8 years ago
  72. 77558e4 sched/core: Make sched_ttwu_pending() atomic in time by Peter Zijlstra · 8 years ago
  73. 7134b3e sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTORE by Peter Zijlstra · 8 years ago
  74. 0a67d1e sched/core: Add {EN,DE}QUEUE_NOCLOCK flags by Peter Zijlstra · 8 years ago
  75. 8a8c69c sched/core: Add rq->lock wrappers by Peter Zijlstra · 8 years ago
  76. 26ae58d sched/core: Add WARNING for multiple update_rq_clock() calls by Peter Zijlstra · 8 years ago
  77. 609b07b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 0ba87bb sched/core: Fix pick_next_task() for RT,DL by Peter Zijlstra · 8 years ago
  79. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  80. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  81. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  82. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  83. f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h> by Ingo Molnar · 8 years ago
  84. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  85. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  86. 59ddbcb sched/core: Move the get_preempt_disable_ip() inline to sched/core.c by Ingo Molnar · 8 years ago
  87. c930b2c sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON() by Ingo Molnar · 8 years ago
  88. 65314ed Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  90. 96b7774 sched/cgroup: Move sched_online_group() back into css_online() to fix crash by Konstantin Khlebnikov · 8 years ago
  91. a499c3e sched/fair: Update rq clock before changing a task's CPU affinity by Wanpeng Li · 8 years ago
  92. 8cb68b3 sched/core: Fix update_rq_clock() splat on hotplug (and suspend/resume) by Peter Zijlstra · 8 years ago
  93. fd4a61e sched/core: Fix build paravirt build on arm and arm64 by Mark Brown · 8 years ago
  94. bb3bac2 sched/core: Remove unlikely() annotation from sched_move_task() by Steven Rostedt (VMware) · 8 years ago
  95. f2cb136 sched/topology: Split out scheduler topology code from core.c into topology.c by Ingo Molnar · 8 years ago
  96. 004172b sched/core: Remove unnecessary #include headers by Ingo Molnar · 8 years ago
  97. 535b955 sched/rq_clock: Consolidate the ordering of the rq_clock methods by Ingo Molnar · 8 years ago
  98. d1ccc66 sched/core: Clean up comments by Ingo Molnar · 8 years ago
  99. 975e155 sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds by Shile Zhang · 8 years ago
  100. 4b12db9 sched/core: Fix &rd->cpudl memory leak by Mathieu Poirier · 8 years ago