aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-18sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann1-25/+32
2009-08-18sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann1-72/+99
2009-08-18sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann1-76/+89
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar1-17/+44
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-17/+44
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra1-0/+2
2009-08-02sched: Ensure the migration task doesn't go away during usePeter Zijlstra1-0/+4
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins1-1/+1
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins1-32/+50
2009-08-02sched: Check for pushing rt tasks after all schedulingSteven Rostedt1-11/+27
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra1-2/+14
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra1-8/+20
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar1-2/+2
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner1-1/+1
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker1-7/+5
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker1-4/+11
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker1-2/+1
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker1-5/+0
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker1-5/+3
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar1-15/+42
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner1-2/+2
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-schedLinus Torvalds1-10/+33
2009-07-10sched: 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_get_cpu_var()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/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-19perf_counter: Simplify and fix task migration countingPeter Zijlstra1-1/+2
2009-06-18kthreads: 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/linux/kernel/git/tip/linux-2.6-tipLinus 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-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