summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-1839-1259/+1251
|\
| * stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar2010-05-181-1/+4
| * sched, wait: Use wrapper functionsChangli Gao2010-05-114-25/+18
| * sched: Remove a stale commentLi Zefan2010-05-101-1/+0
| * ondemand: Make the iowait-is-busy time a sysfs tunableArjan van de Ven2010-05-091-1/+46
| * ondemand: Solve a big performance issue by counting IOWAIT time as busyArjan van de Ven2010-05-091-2/+28
| * sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-093-0/+33
| * sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-092-5/+1
| * sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven2010-05-091-11/+11
| * sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven2010-05-091-1/+6
| * sched: Introduce a function to update the idle statisticsArjan van de Ven2010-05-091-10/+19
| * sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven2010-05-091-0/+14
| * Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-0813-439/+604
| |\
| | * cpu_stop: add dummy implementation for UPTejun Heo2010-05-083-7/+68
| | * rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney2010-05-071-0/+1
| | * sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney2010-05-061-10/+11
| | * sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo2010-05-061-37/+3
| | * sched: replace migration_thread with cpu_stopTejun Heo2010-05-067-253/+127
| | * stop_machine: reimplement using cpu_stopTejun Heo2010-05-066-173/+42
| | * cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-062-9/+402
| * | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-075-34/+19
| * | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-07547-3944/+9317
| |\ \ | | |/ | |/|
| * | sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha2010-04-231-42/+40
| * | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-233-7/+9
| * | sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-232-15/+68
| * | sched: Fix UP update_avg() build warningMike Galbraith2010-04-151-6/+6
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-04-154545-3881/+23837
| |\ \
| * | | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-025-40/+38
| * | | sched: Fix nr_uninterruptible countPeter Zijlstra2010-04-021-2/+6
| * | | sched: Optimize task_rq_lock()Peter Zijlstra2010-04-021-8/+15
| * | | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-025-48/+36
| * | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-023-3/+50
| * | | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-023-13/+8
| * | | sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-04-021-17/+8
| * | | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-021-7/+6
| * | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-04-021-15/+15
| * | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-023-46/+4
| * | | sched: Remove USER_SCHED from documentationLi Zefan2010-04-022-67/+7
| * | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-027-42/+2
| * | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-025698-170515/+386628
| |\ \ \
| * | | | sched: Remove some dead codeDan Carpenter2010-03-161-2/+0
| * | | | sched: Remove AFFINE_WAKEUPS featureMike Galbraith2010-03-111-2/+1
| * | | | sched: Remove ASYM_GRAN featureMike Galbraith2010-03-112-23/+11
| * | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-112-11/+0
| * | | | sched: Remove WAKEUP_SYNC featureMike Galbraith2010-03-112-9/+0
| * | | | sched: Remove FAIR_SLEEPERS featureMike Galbraith2010-03-112-8/+1
| * | | | sched: Remove NORMALIZED_SLEEPERMike Galbraith2010-03-112-17/+0
| * | | | sched: Fix select_idle_sibling()Mike Galbraith2010-03-111-4/+10
| * | | | sched: Tweak sched_latency and min_granularityMike Galbraith2010-03-111-6/+6
| * | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-112-18/+16