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