1. 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
  2. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 12 years ago
  3. 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
  4. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 12 years ago
  5. fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 12 years ago
  6. a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 12 years ago
  7. 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 12 years ago
  8. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  9. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  10. 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
  11. 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
  12. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  13. 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 12 years ago
  14. aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 12 years ago
  15. bbbfeac sched: Fix /proc/sched_debug failure on very very large systems by Nathan Zimmer · 12 years ago
  16. cb152ff sched: Fix /proc/sched_stat failure on very very large systems by Nathan Zimmer · 12 years ago
  17. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  18. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 12 years ago
  19. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  20. 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
  21. cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 12 years ago
  22. 686855f sched: add wait_for_completion_io[_timeout] by Vladimir Davydov · 12 years ago
  23. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  24. ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 12 years ago
  25. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  26. 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
  27. c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 12 years ago
  28. e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 12 years ago
  29. 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 12 years ago
  30. fc79e24 sched/rt: Do not account zero delta_exec in update_curr_rt() by Kirill Tkhai · 12 years ago
  31. 7b270f6 sched: Bail out of yield_to when source and target runqueue has one task by Peter Zijlstra · 12 years ago
  32. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  33. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
  34. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  35. 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 12 years ago
  36. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  37. ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 12 years ago
  38. 6218845 cputime: Avoid multiplication overflow on utime scaling by Frederic Weisbecker · 12 years ago
  39. cff3c12 sched/debug: Fix format string for 32-bit platforms by Arnd Bergmann · 12 years ago
  40. 38dc334 sched: Fix warning in kernel/sched/fair.c by Arnd Bergmann · 12 years ago
  41. 57d2aa0 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 12 years ago
  42. aa7f673 sched/rt: Use root_domain of rt_rq not current processor by Shawn Bohrer · 12 years ago
  43. 2a73991 sched: remove redundant NULL cgroup check in task_group_path() by Li Zefan · 12 years ago
  44. ace783b sched: split out css_online/css_offline from tg creation/destruction by Li Zefan · 12 years ago
  45. 16c8f1c sched/fair: Set se->vruntime directly in place_entity() by Viresh Kumar · 12 years ago
  46. 1158ddb sched/rt: Add reschedule check to switched_from_rt() by Kirill Tkhai · 12 years ago
  47. a59f4e0 sched: Fix the broken sched_rr_get_interval() by Zhu Yanhai · 12 years ago
  48. 9067ac8 wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task by Oleg Nesterov · 12 years ago
  49. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  50. ea13844 workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h by Tejun Heo · 12 years ago
  51. 2832bc1 sched: numa: ksm: fix oops in task_numa_placment() by Hugh Dickins · 12 years ago
  52. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  53. 221392c sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE by Mel Gorman · 12 years ago
  54. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  55. 17bc14b Revert "sched: Update_cfs_shares at period edge" by Linus Torvalds · 12 years ago
  56. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  57. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  58. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  59. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  60. 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago
  61. 3105b86 mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG by Mel Gorman · 12 years ago
  62. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  63. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  64. fb003b8 sched: numa: Slowly increase the scanning period as NUMA faults are handled by Mel Gorman · 12 years ago
  65. e14808b mm: numa: Rate limit setting of pte_numa if node is saturated by Mel Gorman · 12 years ago
  66. 4b96a29 mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
  67. 9f40604 sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges by Mel Gorman · 12 years ago
  68. 6e5fb22 mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate by Peter Zijlstra · 12 years ago
  69. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  70. c1ad41f Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" by Ingo Molnar · 12 years ago
  71. 38130ec Merge tag 'sched-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
  72. fd8ef11 Revert "sched, autogroup: Stop going ahead if autogroup is disabled" by Mike Galbraith · 12 years ago
  73. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  74. fa09205 cputime: Comment cputime's adjusting code by Frederic Weisbecker · 12 years ago
  75. d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
  76. e80d0a1 cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  77. a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
  78. 582b336 sched: add notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  79. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  80. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  81. 1017769 vtime: No need to disable irqs on vtime_account() by Frederic Weisbecker · 12 years ago
  82. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  83. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  84. ec05a23 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  85. 4e79752 sched: Mark RCU reader in sched_show_task() by Paul E. McKenney · 12 years ago
  86. aac1cda Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD by Paul E. McKenney · 12 years ago
  87. 5258f38 sched/autogroup: Fix crash on reboot when autogroup is disabled by Mike Galbraith · 12 years ago
  88. 3e1df4f5 cputime: Separate irqtime accounting from generic vtime by Frederic Weisbecker · 12 years ago
  89. 1111333 vtime: Make vtime_account_system() irqsafe by Frederic Weisbecker · 12 years ago
  90. e9c84cb sched: Describe CFS load-balancer by Peter Zijlstra · 13 years ago
  91. f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
  92. 5b51f2f sched: Make __update_entity_runnable_avg() fast by Paul Turner · 12 years ago
  93. f269ae0 sched: Update_cfs_shares at period edge by Paul Turner · 12 years ago
  94. 48a1675 sched: Refactor update_shares_cpu() -> update_blocked_avgs() by Paul Turner · 12 years ago
  95. 8295836 sched: Replace update_shares weight distribution with per-entity computation by Paul Turner · 12 years ago
  96. f1b1728 sched: Maintain runnable averages across throttled periods by Paul Turner · 12 years ago
  97. bb17f65 sched: Normalize tg load contributions against runnable time by Paul Turner · 12 years ago
  98. 8165e14 sched: Compute load contribution by a group entity by Paul Turner · 12 years ago
  99. c566e8e sched: Aggregate total task_group load by Paul Turner · 12 years ago
  100. aff3e49 sched: Account for blocked load waking back up by Paul Turner · 12 years ago