summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+47
2009-06-11Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-06-11Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+23
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar1-2/+3
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner1-0/+15
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner1-10/+74
2009-05-11Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar1-4/+8
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar1-16/+150
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-0/+43
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-4/+8
2009-05-07sched: emit thread info flags with stack traceDavid Rientjes1-2/+3
2009-05-06tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers1-1/+1
2009-05-05sched: rt: document the risk of small values in the bandwidth settingsPeter Zijlstra1-0/+7
2009-04-29sched: account system time properlyEric Dumazet1-1/+1
2009-04-29sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells1-0/+23
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-15/+149
2009-04-21sched: Replace first_cpu() with cpumask_first() in ILB nomination codeGautham R Shenoy1-1/+1
2009-04-20sched: remove extra call overhead for schedule()Peter Zijlstra1-8/+4
2009-04-17sched: Avoid printing sched_group::__cpu_power for default caseGautham R Shenoy1-2/+6
2009-04-15sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie1-2/+2
2009-04-15tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-7/+3
2009-04-14wait: don't use __wake_up_common()Johannes Weiner1-1/+1
2009-04-14sched: Nominate a power-efficient ilb in select_nohz_balancer()Gautham R Shenoy1-1/+17
2009-04-14sched: Nominate idle load balancer from a semi-idle package.Gautham R Shenoy1-9/+118
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-08Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-36/+125
2009-04-07sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger1-0/+43
2009-04-07Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+11
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-04Merge 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-31Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+68
2009-03-31Merge branch 'linus' into cpumask-for-linusIngo Molnar1-289/+692
2009-03-30x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge1-1/+1
2009-03-30x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge1-1/+1
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