1. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 12 years ago
  2. 333bb86 sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask by Alex Shi · 12 years ago
  3. add332a sched/debug: Fix formatting of /proc/<PID>/sched by Kamalesh Babulal · 12 years ago
  4. 0fc576d sched/fair: Fix typo describing flags in enqueue_entity by Kamalesh Babulal · 12 years ago
  5. 939fd73 sched/debug: Add load-tracking statistics to task by Kamalesh Babulal · 12 years ago
  6. a9dc5d0 sched: Change get_rq_runnable_load() to static and inline by Alex Shi · 12 years ago
  7. a9cef46 sched/tg: Remove tg.load_weight by Alex Shi · 12 years ago
  8. 2509940 sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t by Alex Shi · 12 years ago
  9. bf5b986 sched/tg: Use 'unsigned long' for load variable in task group by Alex Shi · 12 years ago
  10. 72a4cf2 sched: Change cfs_rq load avg to unsigned long by Alex Shi · 12 years ago
  11. a003a25 sched: Consider runnable load average in move_tasks() by Alex Shi · 12 years ago
  12. b92486c sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task by Alex Shi · 12 years ago
  13. 83dfd52 sched: Update cpu load after task_tick by Alex Shi · 12 years ago
  14. 282cf49 sched: Fix sleep time double accounting in enqueue entity by Alex Shi · 12 years ago
  15. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 12 years ago
  16. fa6bdde sched: Move a few runnable tg variables into CONFIG_SMP by Alex Shi · 12 years ago
  17. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 12 years ago
  18. a3d5c34 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  19. be7002e sched: Don't mix use of typedef ctl_table and struct ctl_table by Joe Perches · 12 years ago
  20. 94c95ba sched: Remove WARN_ON(!sd) from init_sched_groups_power() by Viresh Kumar · 12 years ago
  21. cd08e92 sched: Fix memory leakage in build_sched_groups() by Viresh Kumar · 12 years ago
  22. 0936629 sched: Use cached value of span instead of calling sched_domain_span() by Viresh Kumar · 12 years ago
  23. 27723a6 sched: Create for_each_sd_topology() by Viresh Kumar · 12 years ago
  24. c75e012 sched: Don't set sd->child to NULL when it is already NULL by Viresh Kumar · 12 years ago
  25. 1c63216 sched: Don't initialize alloc_state in build_sched_domains() by Viresh Kumar · 12 years ago
  26. 22da956 sched: Optimize build_sched_domains() for saving first SD node for a cpu by Viresh Kumar · 12 years ago
  27. 4a850cb sched: Remove unused params of build_sched_domain() by Viresh Kumar · 12 years ago
  28. 8404c90 sched: Femove the useless declaration in kernel/sched/fair.c by Michael Wang · 12 years ago
  29. 22b958d sched: Refine the code in unthrottle_cfs_rq() by Michael Wang · 12 years ago
  30. e23ee74 sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list by Kirill Tkhai · 12 years ago
  31. d81344c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  32. 873b4c6 sched: Fix clear NOHZ_BALANCE_KICK by Vincent Guittot · 12 years ago
  33. 0de358f sched/fair: Remove unused variable from expire_cfs_rq_runtime() by Kamalesh Babulal · 12 years ago
  34. 45eacc6 vtime: Use consistent clocks among nohz accounting by Frederic Weisbecker · 12 years ago
  35. 84f9f3a sched: Use swap() macro in scale_stime() by Stanislaw Gruszka · 12 years ago
  36. 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 12 years ago
  37. 1a55af2 sched: Update rq clock earlier in unthrottle_cfs_rq by Frederic Weisbecker · 12 years ago
  38. 1ad4ec0 sched: Update rq clock before calling check_preempt_curr() by Frederic Weisbecker · 12 years ago
  39. 71b1da4 sched: Update rq clock before setting fair group shares by Frederic Weisbecker · 12 years ago
  40. 77bd397 sched: Update rq clock before migrating tasks out of dying CPU by Frederic Weisbecker · 12 years ago
  41. c5405a4 sched: Remove redundant update_runtime notifier by Neil Zhang · 12 years ago
  42. 41261b6 sched/autogroup: Fix race with task_groups list by Gerald Schaefer · 12 years ago
  43. d07e75a Merge branch 'sched/cleanups' into sched/core by Ingo Molnar · 12 years ago
  44. 424c93f sched: Use this_rq() helper by Nathan Zimmer · 12 years ago
  45. 8527632 sched: Move update_load_*() methods from sched.h to fair.c by Paul Gortmaker · 12 years ago
  46. 45ceebf sched: Factor out load calculation code from sched/core.c --> sched/proc.c by Paul Gortmaker · 12 years ago
  47. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  48. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 12 years ago
  49. 0279b3c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  51. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  52. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 12 years ago
  53. 68aa8ef sched: Avoid prev->stime underflow by Stanislaw Gruszka · 12 years ago
  54. 772c808 sched: Do not account bogus utime by Stanislaw Gruszka · 12 years ago
  55. 55eaa7c sched: Avoid cputime scaling overflow by Stanislaw Gruszka · 12 years ago
  56. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  57. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  59. 8e0bcc7 fix a leak in /proc/schedstats by Al Viro · 12 years ago
  60. 916bb6d7 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  61. 25f55d9 sched: Fix init NOHZ_IDLE flag by Vincent Guittot · 12 years ago
  62. e02e60c sched: Prevent to re-select dst-cpu in load_balance() by Joonsoo Kim · 12 years ago
  63. e6252c3 sched: Rename load_balance_tmpmask to load_balance_mask by Joonsoo Kim · 12 years ago
  64. d319808 sched: Move up affinity check to mitigate useless redoing overhead by Joonsoo Kim · 12 years ago
  65. cfc0311 sched: Don't consider other cpus in our group in case of NEWLY_IDLE by Joonsoo Kim · 12 years ago
  66. de5eb2d sched: Explicitly cpu_idle_type checking in rebalance_domains() by Joonsoo Kim · 12 years ago
  67. f1cd085 sched: Change position of resched_cpu() in load_balance() by Joonsoo Kim · 12 years ago
  68. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 12 years ago
  69. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 12 years ago
  70. ce831b3 sched: New helper to prevent from stopping the tick in full dynticks by Frederic Weisbecker · 12 years ago
  71. 9f3660c sched: Kick full dynticks CPU that have more than one task enqueued. by Frederic Weisbecker · 12 years ago
  72. 642dbc3 sched: Fix wrong rq's runnable_avg update with rt tasks by Vincent Guittot · 12 years ago
  73. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 12 years ago
  74. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
  75. af788e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. b329fd5 sched/cpuacct/UML: Fix header file dependency bug on the UML build by Ingo Molnar · 12 years ago
  77. a2b0ae2 sched/cpuacct: No need to check subsys active state by Li Zefan · 12 years ago
  78. 621e2de sched/cpuacct: Initialize cpuacct subsystem earlier by Li Zefan · 12 years ago
  79. 14c6d3c sched/cpuacct: Initialize root cpuacct earlier by Li Zefan · 12 years ago
  80. 7943e15 sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically by Li Zefan · 12 years ago
  81. d171279 sched/cpuacct: Clean up cpuacct.h by Li Zefan · 12 years ago
  82. 5f40d80 sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field() by Li Zefan · 12 years ago
  83. 543bc0e sched/cpuacct: Remove redundant NULL checks in cpuacct_charge() by Li Zefan · 12 years ago
  84. 1966aaf sched/cpuacct: Add cpuacct_acount_field() by Li Zefan · 12 years ago
  85. dbe4b41 sched/cpuacct: Add cpuacct_init() by Li Zefan · 12 years ago
  86. 60fed78 sched: Split cpuacct code out of sched.h by Li Zefan · 12 years ago
  87. 2e76c24 sched: Split cpuacct code out of core.c by Li Zefan · 12 years ago
  88. b9b0853 sched: Fix comment in rebalance_domains() by Libin · 12 years ago
  89. 4e2dcb7 sched: Simplify can_migrate_task() by Zhang Hang · 12 years ago
  90. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 12 years ago
  91. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 12 years ago
  92. 28b4a52 sched: Fix typo inside comment by Viresh Kumar · 12 years ago
  93. fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 12 years ago
  94. a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 12 years ago
  95. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 14 years ago
  96. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 14 years ago
  97. 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 12 years ago
  98. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  99. a8d7ad5 sched/tracing: Allow tracing the preemption decision on wakeup by Peter Zijlstra · 12 years ago
  100. e75c8b4 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago