1. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  2. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  3. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  4. 83dfd52 sched: Update cpu load after task_tick by Alex Shi · 11 years ago
  5. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 11 years ago
  6. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 11 years ago
  7. a3d5c34 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. be7002e sched: Don't mix use of typedef ctl_table and struct ctl_table by Joe Perches · 11 years ago
  9. 94c95ba sched: Remove WARN_ON(!sd) from init_sched_groups_power() by Viresh Kumar · 11 years ago
  10. cd08e92 sched: Fix memory leakage in build_sched_groups() by Viresh Kumar · 11 years ago
  11. 0936629 sched: Use cached value of span instead of calling sched_domain_span() by Viresh Kumar · 11 years ago
  12. 27723a6 sched: Create for_each_sd_topology() by Viresh Kumar · 11 years ago
  13. c75e012 sched: Don't set sd->child to NULL when it is already NULL by Viresh Kumar · 11 years ago
  14. 1c63216 sched: Don't initialize alloc_state in build_sched_domains() by Viresh Kumar · 11 years ago
  15. 22da956 sched: Optimize build_sched_domains() for saving first SD node for a cpu by Viresh Kumar · 11 years ago
  16. 4a850cb sched: Remove unused params of build_sched_domain() by Viresh Kumar · 11 years ago
  17. d81344c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  18. 873b4c6 sched: Fix clear NOHZ_BALANCE_KICK by Vincent Guittot · 11 years ago
  19. 45eacc6 vtime: Use consistent clocks among nohz accounting by Frederic Weisbecker · 11 years ago
  20. 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 11 years ago
  21. 1ad4ec0 sched: Update rq clock before calling check_preempt_curr() by Frederic Weisbecker · 11 years ago
  22. 77bd397 sched: Update rq clock before migrating tasks out of dying CPU by Frederic Weisbecker · 11 years ago
  23. c5405a4 sched: Remove redundant update_runtime notifier by Neil Zhang · 11 years ago
  24. 45ceebf sched: Factor out load calculation code from sched/core.c --> sched/proc.c by Paul Gortmaker · 11 years ago
  25. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 11 years ago
  27. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  28. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  29. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  31. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  32. 916bb6d7 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  33. e6252c3 sched: Rename load_balance_tmpmask to load_balance_mask by Joonsoo Kim · 11 years ago
  34. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 11 years ago
  35. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 11 years ago
  36. ce831b3 sched: New helper to prevent from stopping the tick in full dynticks by Frederic Weisbecker · 11 years ago
  37. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 11 years ago
  38. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 11 years ago
  39. af788e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  40. 14c6d3c sched/cpuacct: Initialize root cpuacct earlier by Li Zefan · 11 years ago
  41. dbe4b41 sched/cpuacct: Add cpuacct_init() by Li Zefan · 11 years ago
  42. 2e76c24 sched: Split cpuacct code out of core.c by Li Zefan · 11 years ago
  43. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 11 years ago
  44. 28b4a52 sched: Fix typo inside comment by Viresh Kumar · 11 years ago
  45. fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 11 years ago
  46. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  47. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  48. 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 11 years ago
  49. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  50. a8d7ad5 sched/tracing: Allow tracing the preemption decision on wakeup by Peter Zijlstra · 11 years ago
  51. 4e3da46 Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  52. b22366c context_tracking: Restore preempted context state after preempt_schedule_irq() by Frederic Weisbecker · 11 years ago
  53. 27b4b93 sched: Remove double declaration of root_task_group by Li Zefan · 11 years ago
  54. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 11 years ago
  55. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  56. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  57. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  58. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  59. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  60. aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 11 years ago
  61. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  62. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 11 years ago
  63. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  64. 686855f sched: add wait_for_completion_io[_timeout] by Vladimir Davydov · 11 years ago
  65. ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 11 years ago
  66. 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 · 11 years ago
  67. c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 11 years ago
  68. 7b270f6 sched: Bail out of yield_to when source and target runqueue has one task by Peter Zijlstra · 11 years ago
  69. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  70. ace783b sched: split out css_online/css_offline from tg creation/destruction by Li Zefan · 11 years ago
  71. 9067ac8 wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task by Oleg Nesterov · 11 years ago
  72. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  73. ea13844 workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h by Tejun Heo · 11 years ago
  74. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  75. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  76. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  77. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  78. 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
  79. 3105b86 mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG by Mel Gorman · 12 years ago
  80. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  81. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  82. 4b96a29b mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
  83. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  84. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  85. 582b336 sched: add notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  86. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  87. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  88. 4e79752 sched: Mark RCU reader in sched_show_task() by Paul E. McKenney · 12 years ago
  89. 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
  90. f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
  91. 0a74bef sched: Add an rq migration call-back to sched_class by Paul Turner · 12 years ago
  92. 9ee474f sched: Maintain the load contribution of blocked entities by Paul Turner · 12 years ago
  93. 9d85f21 sched: Track the runnable average on a per-task entity basis by Paul Turner · 12 years ago
  94. b637a32 rcu: Print remote CPU's stacks in stall warnings by Paul E. McKenney · 12 years ago
  95. 4d9a5d4 rcu: Remove rcu_switch() by Frederic Weisbecker · 12 years ago
  96. 0588f1f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  98. 301a5cb sched: Update sched_domains_numa_masks[][] when new cpus are onlined by Tang Chen · 12 years ago
  99. 5f7865f sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions by Tang Chen · 12 years ago
  100. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago