1. 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
  2. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 12 years ago
  3. 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
  4. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  5. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  6. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 12 years ago
  7. 68aa8ef sched: Avoid prev->stime underflow by Stanislaw Gruszka · 12 years ago
  8. 772c808 sched: Do not account bogus utime by Stanislaw Gruszka · 12 years ago
  9. 55eaa7c sched: Avoid cputime scaling overflow by Stanislaw Gruszka · 12 years ago
  10. 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
  11. 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
  12. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  13. 8e0bcc7 fix a leak in /proc/schedstats by Al Viro · 12 years ago
  14. 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
  15. 25f55d9 sched: Fix init NOHZ_IDLE flag by Vincent Guittot · 12 years ago
  16. e02e60c sched: Prevent to re-select dst-cpu in load_balance() by Joonsoo Kim · 12 years ago
  17. e6252c3 sched: Rename load_balance_tmpmask to load_balance_mask by Joonsoo Kim · 12 years ago
  18. d319808 sched: Move up affinity check to mitigate useless redoing overhead by Joonsoo Kim · 12 years ago
  19. cfc0311 sched: Don't consider other cpus in our group in case of NEWLY_IDLE by Joonsoo Kim · 12 years ago
  20. de5eb2d sched: Explicitly cpu_idle_type checking in rebalance_domains() by Joonsoo Kim · 12 years ago
  21. f1cd085 sched: Change position of resched_cpu() in load_balance() by Joonsoo Kim · 12 years ago
  22. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 12 years ago
  23. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 12 years ago
  24. ce831b3 sched: New helper to prevent from stopping the tick in full dynticks by Frederic Weisbecker · 12 years ago
  25. 9f3660c sched: Kick full dynticks CPU that have more than one task enqueued. by Frederic Weisbecker · 12 years ago
  26. 642dbc3 sched: Fix wrong rq's runnable_avg update with rt tasks by Vincent Guittot · 12 years ago
  27. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 12 years ago
  28. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
  29. 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
  30. b329fd5 sched/cpuacct/UML: Fix header file dependency bug on the UML build by Ingo Molnar · 12 years ago
  31. a2b0ae2 sched/cpuacct: No need to check subsys active state by Li Zefan · 12 years ago
  32. 621e2de sched/cpuacct: Initialize cpuacct subsystem earlier by Li Zefan · 12 years ago
  33. 14c6d3c sched/cpuacct: Initialize root cpuacct earlier by Li Zefan · 12 years ago
  34. 7943e15 sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically by Li Zefan · 12 years ago
  35. d171279 sched/cpuacct: Clean up cpuacct.h by Li Zefan · 12 years ago
  36. 5f40d80 sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field() by Li Zefan · 12 years ago
  37. 543bc0e sched/cpuacct: Remove redundant NULL checks in cpuacct_charge() by Li Zefan · 12 years ago
  38. 1966aaf sched/cpuacct: Add cpuacct_acount_field() by Li Zefan · 12 years ago
  39. dbe4b41 sched/cpuacct: Add cpuacct_init() by Li Zefan · 12 years ago
  40. 60fed78 sched: Split cpuacct code out of sched.h by Li Zefan · 12 years ago
  41. 2e76c24 sched: Split cpuacct code out of core.c by Li Zefan · 12 years ago
  42. b9b0853 sched: Fix comment in rebalance_domains() by Libin · 12 years ago
  43. 4e2dcb7 sched: Simplify can_migrate_task() by Zhang Hang · 12 years ago
  44. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 12 years ago
  45. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 12 years ago
  46. 28b4a52 sched: Fix typo inside comment by Viresh Kumar · 12 years ago
  47. fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 12 years ago
  48. a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 12 years ago
  49. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  50. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  51. 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 12 years ago
  52. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  53. a8d7ad5 sched/tracing: Allow tracing the preemption decision on wakeup by Peter Zijlstra · 12 years ago
  54. 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
  55. 1bf0823 sched: Fix variable name misnomer, add comments by Andrei Epure · 12 years ago
  56. d9a3c98 sched: Lower chances of cputime scaling overflow by Frederic Weisbecker · 12 years ago
  57. 660cc00 sched: Spelling fix by Andrei Epure · 12 years ago
  58. b719203 sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP by Li Zefan · 12 years ago
  59. 4e3da46 Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  60. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 12 years ago
  61. b22366c context_tracking: Restore preempted context state after preempt_schedule_irq() by Frederic Weisbecker · 12 years ago
  62. 27b4b93 sched: Remove double declaration of root_task_group by Li Zefan · 12 years ago
  63. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 12 years ago
  64. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 12 years ago
  65. c82ba9f sched: Move struct sched_class to kernel/sched/sched.h by Li Zefan · 12 years ago
  66. b13095f sched: Move wake flags to kernel/sched/sched.h by Li Zefan · 12 years ago
  67. 5e6521e sched: Move struct sched_group to kernel/sched/sched.h by Li Zefan · 12 years ago
  68. cc1f4b1 sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h by Li Zefan · 12 years ago
  69. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  70. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  71. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  73. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  74. 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 12 years ago
  75. aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 12 years ago
  76. bbbfeac sched: Fix /proc/sched_debug failure on very very large systems by Nathan Zimmer · 12 years ago
  77. cb152ff sched: Fix /proc/sched_stat failure on very very large systems by Nathan Zimmer · 12 years ago
  78. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  79. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 12 years ago
  80. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  81. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 12 years ago
  83. 686855f sched: add wait_for_completion_io[_timeout] by Vladimir Davydov · 12 years ago
  84. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  85. ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 12 years ago
  86. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  87. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  88. c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 12 years ago
  89. e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 12 years ago
  90. 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 12 years ago
  91. fc79e24 sched/rt: Do not account zero delta_exec in update_curr_rt() by Kirill Tkhai · 12 years ago
  92. 7b270f6 sched: Bail out of yield_to when source and target runqueue has one task by Peter Zijlstra · 12 years ago
  93. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  94. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
  95. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  96. 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 12 years ago
  97. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  98. ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 12 years ago
  99. 6218845 cputime: Avoid multiplication overflow on utime scaling by Frederic Weisbecker · 12 years ago
  100. cff3c12 sched/debug: Fix format string for 32-bit platforms by Arnd Bergmann · 12 years ago