aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+9
2009-06-12sched: export kick_processRusty Russell1-0/+1
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+51
2009-06-11sched: use slab in cpupri_init()Pekka Enberg1-1/+1
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg1-4/+4
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg1-12/+8
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-44/+315
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+47
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-10Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+23
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-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar1-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-1/+1
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner1-0/+15
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner1-10/+74
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj1-0/+5
2009-05-13timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj1-0/+2
2009-05-13timers: Identifying the existing pinned timersArun R Bharadwaj1-2/+2
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-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-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-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-15sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie1-2/+2
2009-04-14tracing/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-07Merge 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 '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/git/tip/linux-2.6-tipLinus Torvalds1-3/+11