aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques
2009-03-17sched: fix typos in documentationLuis Henriques
2009-03-11sched: add avg_overlap decayMike Galbraith
2009-03-10sched: optimize ttwu vs group schedulingPeter Zijlstra
2009-03-06sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan
2009-03-06Merge branch 'sched/core' into sched/cleanupsIngo Molnar
2009-03-05sched: don't rebalance if attached on NULL domainFrederic Weisbecker
2009-03-02sched: kill unused parameter of pick_next_task()Wang Chen
2009-03-02Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-26sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto
2009-02-26cpuacct: add a branch predictionLi Zefan
2009-02-16sched: use TASK_NICE for task_structAmérico Wang
2009-02-15sched: idle_at_tick is only used when CONFIG_SMP is setHenrik Austad
2009-02-15Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar
2009-02-12sched: cpu hotplug fixIngo Molnar
2009-02-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra
2009-02-11Merge commit 'v2.6.29-rc4' into sched/coreIngo Molnar
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner
2009-02-04sched: fix nohz load balancer on cpu offlineSuresh Siddha
2009-02-01sched: symmetric sync vs avg_overlapPeter Zijlstra
2009-02-01sched: fix sync wakeupsPeter Zijlstra
2009-01-15Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-01-15sched: SCHED_IDLE weight changePeter Zijlstra
2009-01-15sched: fix bandwidth validation for UID groupingPeter Zijlstra
2009-01-15sched: introduce avg_wakeupPeter Zijlstra
2009-01-14sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMPGregory Haskins
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 06Heiko Carstens
2009-01-12Revert "sched: improve preempt debugging"Ingo Molnar
2009-01-11kernel/sched.c: add missing forward declaration for 'double_rq_lock'Steven Noonan
2009-01-11Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-01-11cpumask: fix CONFIG_NUMA=y sched.cRusty Russell
2009-01-07sched: fix possible recursive rq->lockPeter Zijlstra
2009-01-06sched: fix section mismatchLi Zefan
2009-01-06sched: fix double kfree in failure pathLi Zefan
2009-01-05sched: clean up arch_reinit_sched_domains()Li Zefan
2009-01-05sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-01-03sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell