1. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 13 years ago
  2. d6aa8f8 sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 13 years ago
  3. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  4. 15a3d11 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. e98bae7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 13 years ago
  6. 17d9f31 SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI by Daniel Hellstrom · 13 years ago
  7. 90d3ac1 Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' by David S. Miller · 13 years ago
  8. c8b2811 sched: Increase SCHED_LOAD_SCALE resolution by Nikhil Rao · 13 years ago
  9. 1399fa7 sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculations by Nikhil Rao · 13 years ago
  10. f05998d sched: Cleanup set_load_weight() by Nikhil Rao · 13 years ago
  11. db670da sched: Fix and optimise calculation of the weight-inverse by Stephan Baerwolf · 13 years ago
  12. db44fc0 sched: Avoid going ahead if ->cpus_allowed is not changed by Yong Zhang · 13 years ago
  13. 61eadef sched, rt: Update rq clock when unthrottling of an otherwise idle CPU by Mike Galbraith · 13 years ago
  14. 3e51e3e sched: Remove unused parameters from sched_fork() and wake_up_new_task() by Samir Bellabes · 13 years ago
  15. 7142d17 sched: Shorten the construction of the span cpu mask of sched domain by Hillf Danton · 13 years ago
  16. 4934a4d sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUG by Rakib Mullick · 13 years ago
  17. 1437f5b sched: Remove noop in alloc_rt_sched_group() by Hillf Danton · 13 years ago
  18. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 13 years ago
  19. d3bf52e sched: Remove obsolete comment from scheduler_tick() by Rakib Mullick · 13 years ago
  20. 42ac9e8 Merge commit 'v2.6.39-rc4' into sched/core by Ingo Molnar · 13 years ago
  21. 057f3fa sched: Fix sched_domain iterations vs. RCU by Peter Zijlstra · 13 years ago
  22. 6ddafda Merge branch 'sched/locking' into sched/core by Ingo Molnar · 13 years ago
  23. a237c1c block: let io_schedule() flush the plug inline by Jens Axboe · 13 years ago
  24. 317f394 sched: Move the second half of ttwu() to the remote cpu by Peter Zijlstra · 13 years ago
  25. bd8e7dd sched: Remove need_migrate_task() by Peter Zijlstra · 13 years ago
  26. c05fbaf sched: Restructure ttwu() some more by Peter Zijlstra · 13 years ago
  27. 23f41ee sched: Rename ttwu_post_activation() to ttwu_do_wakeup() by Peter Zijlstra · 13 years ago
  28. b84cb5d sched: Remove rq argument from ttwu_stat() by Peter Zijlstra · 13 years ago
  29. e4a52bc sched: Remove rq->lock from the first half of ttwu() by Peter Zijlstra · 13 years ago
  30. 8f42ced sched: Drop rq->lock from sched_exec() by Peter Zijlstra · 13 years ago
  31. ab2515c sched: Drop rq->lock from first part of wake_up_new_task() by Peter Zijlstra · 13 years ago
  32. 0122ec5 sched: Add p->pi_lock to task_rq_lock() by Peter Zijlstra · 13 years ago
  33. 2acca55 sched: Also serialize ttwu_local() with p->pi_lock by Peter Zijlstra · 13 years ago
  34. a8e4f2e sched: Delay task_contributes_to_load() by Peter Zijlstra · 13 years ago
  35. 3fe1698 sched: Deal with non-atomic min_vruntime reads on 32bits by Peter Zijlstra · 13 years ago
  36. 74f8e4b sched: Remove rq argument to sched_class::task_waking() by Peter Zijlstra · 13 years ago
  37. 7608dec sched: Drop the rq argument to sched_class::select_task_rq() by Peter Zijlstra · 13 years ago
  38. 013fdb8 sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock by Peter Zijlstra · 13 years ago
  39. fd2f441 sched: Provide p->on_rq by Peter Zijlstra · 13 years ago
  40. d7c01d2 sched: Clean up ttwu() stats by Peter Zijlstra · 13 years ago
  41. 8936338 sched: Change the ttwu() success details by Peter Zijlstra · 13 years ago
  42. c2f7115 sched: Move wq_worker_waking to the correct site by Peter Zijlstra · 13 years ago
  43. c6eb3dd mutex: Use p->on_cpu for the adaptive spin by Peter Zijlstra · 13 years ago
  44. 3ca7a44 sched: Always provide p->on_cpu by Peter Zijlstra · 13 years ago
  45. 6631e63 block: don't flush plugged IO on forced preemtion scheduling by Linus Torvalds · 13 years ago
  46. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 13 years ago
  47. 54ab4ff sched: Move sched domain storage into the topology list by Peter Zijlstra · 13 years ago
  48. d069b91 sched: Reverse the topology list by Peter Zijlstra · 13 years ago
  49. 2c402dc sched: Unify the sched_domain build functions by Peter Zijlstra · 13 years ago
  50. eb7a74e6 sched: Stuff the sched_domain creation in a data-structure by Peter Zijlstra · 13 years ago
  51. d3081f5 sched: Create proper cpu_$DOM_mask() functions by Peter Zijlstra · 13 years ago
  52. 4cb9883 sched: Avoid allocations in sched_domain_debug() by Peter Zijlstra · 13 years ago
  53. f96225f sched: Create persistent sched_domains_tmpmask by Peter Zijlstra · 13 years ago
  54. 7dd04b7 sched: Remove some dead code by Peter Zijlstra · 13 years ago
  55. bf28b25 sched: Remove nodemask allocation by Peter Zijlstra · 13 years ago
  56. 3bd65a8 sched: Simplify NODE/ALLNODES domain creation by Peter Zijlstra · 13 years ago
  57. 822ff79 sched: Simplify the free path some by Peter Zijlstra · 13 years ago
  58. dce840a sched: Dynamically allocate sched_domain/sched_group data-structures by Peter Zijlstra · 13 years ago
  59. a9c9a9b sched: Simplify sched_groups_power initialization by Peter Zijlstra · 13 years ago
  60. 21d42cc sched: Simplify finding the lowest sched_domain by Peter Zijlstra · 13 years ago
  61. 1cf51902 sched: Simplify sched_group creation by Peter Zijlstra · 13 years ago
  62. 3739494 sched: Clean up some ALLNODES code by Peter Zijlstra · 13 years ago
  63. cd4ea6a sched: Change NODE sched_domain group creation by Peter Zijlstra · 13 years ago
  64. a06dadb sched: Simplify build_sched_groups() by Peter Zijlstra · 13 years ago
  65. d274cb3 sched: Simplify ->cpu_power initialization by Peter Zijlstra · 13 years ago
  66. c4a8849 sched: Remove obsolete arch_ prefixes by Peter Zijlstra · 13 years ago
  67. 8b9686f Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  68. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  69. 49c022e sched: Clean up rebalance_domains() load-balance interval calculation by Peter Zijlstra · 13 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  71. a51e919 sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasks by Dario Faggioli · 14 years ago
  72. 8dd9026 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  74. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 14 years ago
  75. 20dd674 sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_group() by Sergey Senozhatsky · 14 years ago
  76. 16addf9 sched: Fix yield_to kernel-doc by Randy Dunlap · 14 years ago
  77. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  78. 1fd06bb sched.c: fix kernel-doc for runqueue_is_locked() by Randy Dunlap · 14 years ago
  79. 58cbe24 sched, kernel-doc: Fix runqueue_is_locked() description by Randy Dunlap · 14 years ago
  80. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. 9620639 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  83. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 14 years ago
  84. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 14 years ago
  85. 4ba8216 BKL: That's all, folks by Arnd Bergmann · 14 years ago
  86. 6d1cafd sched: Resched proper CPU on yield_to() by Venkatesh Pallipadi · 14 years ago
  87. c02aa73 sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policy by Darren Hart · 14 years ago
  88. 544b4a1 sched: Clean up the IRQ_TIME_ACCOUNTING code by Venkatesh Pallipadi · 14 years ago
  89. 8eb90c3 sched: Switch wait_task_inactive to schedule_hrtimeout() by Thomas Gleixner · 14 years ago
  90. 7e949870 sched: Add #ifdef around irq time accounting functions by Heiko Carstens · 14 years ago
  91. d41d5a0 cgroup: Fix cgroup_subsys::exit callback by Peter Zijlstra · 14 years ago
  92. bf1af3a Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  93. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 14 years ago
  94. d95f412 sched: Add yield_to(task, preempt) functionality by Mike Galbraith · 14 years ago
  95. ac53db5 sched: Use a buddy to implement yield_task_fair() by Rik van Riel · 14 years ago
  96. fe4b04f perf: Cure task_oncpu_function_call() races by Peter Zijlstra · 14 years ago
  97. 6ea72f1 sched: Avoid expensive initial update_cfs_load(), on UP too by Peter Zijlstra · 14 years ago
  98. da7a735 sched: Fix switch_from_fair() by Peter Zijlstra · 14 years ago
  99. 414bee9 softirqs: Account ksoftirqd time as cpustat softirq by Venkatesh Pallipadi · 14 years ago
  100. abb74ce sched: Export ns irqtimes through /proc/stat by Venkatesh Pallipadi · 14 years ago