summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+33
2009-07-11sched: optimize cond_resched()Peter Zijlstra1-5/+9
2009-07-10sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi1-1/+1
2009-07-10sched: Reset sched stats on fork()Lucas De Marchi1-9/+31
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra1-0/+1
2009-07-03rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney1-2/+127
2009-06-29sched: Hide runqueues from direct reference at source code level for __raw_ge...Hitoshi Mitake1-2/+3
2009-06-29Merge branch 'linus' into sched/coreIngo Molnar1-14/+16
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo1-2/+2
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2009-06-19perf_counter: Simplify and fix task migration countingPeter Zijlstra1-1/+2
2009-06-19kthreads: simplify migration_thread() exit pathOleg Nesterov1-10/+4
2009-06-17sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasksMike Galbraith1-0/+5
2009-06-17sched: Clean up SCHED_RESET_ON_FORKMike Galbraith1-16/+18
2009-06-17sched: Remove unneeded __ref tagLi Zefan1-1/+1
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+9
2009-06-15sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering1-9/+40
2009-06-12sched: export kick_processRusty Russell1-0/+1
2009-06-12Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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-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-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