1. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  2. 6075620 sched/cputime: Mitigate performance regression in times()/clock_gettime() by Giovanni Gherdovich · 8 years ago
  3. 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
  4. 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
  5. d60585c sched/core: Correct off by one bug in load migration calculation by Thomas Gleixner · 8 years ago
  6. 748c720 sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set by Daniel Bristot de Oliveira · 8 years ago
  7. 599b484 sched/core: Fix sched_getaffinity() return value kerneldoc comment by Zev Weiss · 8 years ago
  8. 8663e24 sched/fair: Reorder cgroup creation code by Peter Zijlstra · 8 years ago
  9. 7dc603c sched/fair: Fix PELT integrity for new tasks by Peter Zijlstra · 8 years ago
  10. ea86cb4 sched/cgroup: Fix cpu_cgroup_fork() handling by Vincent Guittot · 8 years ago
  11. e210bff sched/fair: Fix and optimize the fork() path by Peter Zijlstra · 8 years ago
  12. 630741f Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  13. feb245e sched/core: Allow kthreads to fall back to online && !active cpus by Tejun Heo · 8 years ago
  14. 57675cb kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w by Andrey Ryabinin · 8 years ago
  15. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 8 years ago
  16. 3d89e54 sched/cputime: Fix prev steal time accouting during CPU hotplug by Wanpeng Li · 8 years ago
  17. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 8 years ago
  18. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  19. 29d6455 sched: panic on corrupted stack end by Jann Horn · 8 years ago
  20. 4698f88 sched/debug: Fix 'schedstats=enable' cmdline option by Josh Poimboeuf · 8 years ago
  21. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  22. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 8 years ago
  23. 4449692 sched/nohz: Fix affine unpinned timers mess by Wanpeng Li · 8 years ago
  24. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 8 years ago
  25. b5179ac sched/fair: Prepare to fix fairness problems on migration by Peter Zijlstra · 8 years ago
  26. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 8 years ago
  27. 58fe9c4 sched/core: Fix comment typo in wake_q_add() by Davidlohr Bueso · 8 years ago
  28. 8c5e955 sched/core: Remove unused variable by Muhammad Falak R Wani · 8 years ago
  29. e5ef27d sched: Make hrtick_notifier an explicit call by Thomas Gleixner · 9 years ago
  30. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 9 years ago
  31. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 9 years ago
  32. 7d97669 sched/migration: Move CPU_ONLINE into scheduler state by Thomas Gleixner · 9 years ago
  33. e9cd8fa sched/migration: Move calc_load_migrate() into CPU_DYING by Thomas Gleixner · 9 years ago
  34. 94baf7a sched/migration: Move prepare transition to SCHED_STARTING state by Thomas Gleixner · 9 years ago
  35. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 9 years ago
  36. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 9 years ago
  37. c6d2c74 sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE by Thomas Gleixner · 9 years ago
  38. 135fb3e sched: Consolidate the notifier maze by Thomas Gleixner · 9 years ago
  39. e26fbff sched: Allow hotplug notifiers to be setup early by Thomas Gleixner · 9 years ago
  40. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 9 years ago
  41. e9d867a sched: Allow per-cpu kernel threads to run on online && !active by Peter Zijlstra (Intel) · 9 years ago
  42. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  43. eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
  44. 3e71a46 sched/core: Move task_rq_lock() out of line by Peter Zijlstra · 8 years ago
  45. 64b7aad Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 8 years ago
  46. f98db60 sched/core: Add switch_mm_irqs_off() and use it in the scheduler by Andy Lutomirski · 8 years ago
  47. 2548d54 nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick() by Peter Zijlstra · 8 years ago
  48. fec148c sched/deadline: Fix a bug in dl_overflow() by Xunlei Pang · 8 years ago
  49. 9fd81dd sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates by Frederic Weisbecker · 8 years ago
  50. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 8 years ago
  51. fb90a6e sched/debug: Don't dump sched debug info in SysRq-W by Rabin Vincent · 8 years ago
  52. 2b8c41d sched/fair: Initiate a new task's util avg to a bounded value by Yuyang Du · 9 years ago
  53. 47252cf sched/core: Add preempt checks in preempt_schedule() code by Steven Rostedt · 9 years ago
  54. 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 9 years ago
  55. 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
  56. 2f5177f sched/cgroup: Fix/cleanup cgroup teardown/init by Peter Zijlstra · 9 years ago
  57. 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 9 years ago
  58. 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
  59. 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  60. ef504fa Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  61. 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
  62. 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
  63. 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
  64. e1b77c9 sched/kasan: remove stale KASAN poison after hotplug by Mark Rutland · 9 years ago
  65. 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
  66. e9532e6 sched/cputime: Fix steal time accounting vs. CPU hotplug by Thomas Gleixner · 9 years ago
  67. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  68. 9b7f659 sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() by Alexander Gordeev · 9 years ago
  69. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 9 years ago
  70. f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 9 years ago
  71. 3866e84 sched/debug: Move sched_domain_sysctl to debug.c by Steven Rostedt (Red Hat) · 9 years ago
  72. d6ca41d sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c by Steven Rostedt (Red Hat) · 9 years ago
  73. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 9 years ago
  74. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  75. 6fe1f34 sched/cgroup: Fix cgroup entity load tracking tear-down by Peter Zijlstra · 9 years ago
  76. 0493694 sched: Always inline context_switch() by Josh Poimboeuf · 9 years ago
  77. 8e05e96 sched: Mark __schedule() stack frame as non-standard by Josh Poimboeuf · 9 years ago
  78. b38e42e cgroup: convert cgroup_subsys flag fields to bool bitfields by Tejun Heo · 9 years ago
  79. 3223d05 sched/core: Remove dead statement in __schedule() by Byungchul Park · 9 years ago
  80. 5fd7a09 atomic: Export fetch_or() by Frederic Weisbecker · 9 years ago
  81. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 9 years ago
  82. a6e4491 sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid by Prarit Bhargava · 9 years ago
  83. 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
  84. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  85. 9c03ee1 sched: Fix crash in sched_init_numa() by Raghavendra K T · 9 years ago
  86. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  87. 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
  88. 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
  89. 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
  90. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
  91. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  92. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  93. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  94. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  95. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  96. 8643cda sched/core, locking: Document Program-Order guarantees by Peter Zijlstra · 9 years ago
  97. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  98. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  99. ecf7d01 sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule() by Peter Zijlstra · 9 years ago
  100. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago