summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2009-06-12sched: export kick_processRusty Russell
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11sched: use slab in cpupri_init()Pekka Enberg
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-11Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-07sched: emit thread info flags with stack traceDavid Rientjes
2009-05-06tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers
2009-05-05sched: rt: document the risk of small values in the bandwidth settingsPeter Zijlstra
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar
2009-04-29sched: account system time properlyEric Dumazet
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-29sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-21sched: Replace first_cpu() with cpumask_first() in ILB nomination codeGautham R Shenoy
2009-04-20sched: remove extra call overhead for schedule()Peter Zijlstra
2009-04-20perfcounters, sched: remove __task_delta_exec()Ingo Molnar
2009-04-17sched: Avoid printing sched_group::__cpu_power for default caseGautham R Shenoy
2009-04-15sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-14wait: don't use __wake_up_common()Johannes Weiner
2009-04-14sched: Nominate a power-efficient ilb in select_nohz_balancer()Gautham R Shenoy
2009-04-14sched: Nominate idle load balancer from a semi-idle package.Gautham R Shenoy
2009-04-14tracing, sched: mark get_parent_ip() notraceLai Jiangshan
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-04-07sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-06perf_counter: generic context switch eventPeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds