summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras1-0/+1
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras1-2/+4
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra1-1/+2
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras1-1/+1
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-1/+1
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar1-1/+4
2009-04-29sched: account system time properlyEric Dumazet1-1/+1
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-15/+149
2009-04-20perfcounters, sched: remove __task_delta_exec()Ingo Molnar1-23/+0
2009-04-17sched: Avoid printing sched_group::__cpu_power for default caseGautham R Shenoy1-2/+6
2009-04-14tracing, sched: mark get_parent_ip() notraceLai Jiangshan1-1/+1
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar1-353/+788
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar1-3/+11
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra1-20/+0
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+11
2009-04-06perf_counter: generic context switch eventPeter Zijlstra1-6/+0
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-325/+809
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-21/+22
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-4/+4
2009-04-01epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi1-4/+19
2009-04-01sched: Print sched_group::__cpu_power in sched_domain_debugGautham R Shenoy1-1/+2
2009-04-01cpuacct: add per-cgroup utime/stime statisticsBharata B Rao1-6/+81
2009-04-01posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto1-8/+57
2009-03-31cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt...Bharata B Rao1-0/+5
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra1-3/+11
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell1-21/+22
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+68
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar1-289/+692
2009-03-29sched: fix errors in struct & function commentsRandy Dunlap1-7/+8
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-9/+4
2009-03-25sched: Add comments to find_busiest_group() functionGautham R Shenoy1-8/+42
2009-03-25sched: Refactor the power savings balance codeGautham R Shenoy1-83/+153
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy1-9/+14
2009-03-25sched: Create a helper function to calculate imbalanceGautham R Shenoy1-33/+45
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy1-61/+70
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy1-44/+73
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy1-86/+121
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy1-75/+100
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy1-33/+46
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy1-15/+17
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy1-12/+43
2009-03-24sched: remove unused fields from struct rqLuis Henriques1-3/+0
2009-03-19cpumask: remove cpumask allocation from idle_balance, fixRusty Russell1-1/+1
2009-03-19cpumask: remove cpumask allocation from idle_balanceRusty Russell1-17/+18
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques1-4/+6
2009-03-17sched: fix typos in documentationLuis Henriques1-2/+2
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar1-9/+4
2009-03-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell1-4/+4