summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | sched: Simple helper functions for find_busiest_group()Gautham R Shenoy2009-03-251-12/+43
| * | | | | | | | | | | | | sched: remove unused fields from struct rqLuis Henriques2009-03-241-3/+0
| * | | | | | | | | | | | | sched: small optimisation of can_migrate_task()Luis Henriques2009-03-171-4/+6
| * | | | | | | | | | | | | sched: fix typos in documentationLuis Henriques2009-03-171-2/+2
| * | | | | | | | | | | | | sched: add avg_overlap decayMike Galbraith2009-03-111-1/+23
| * | | | | | | | | | | | | sched: optimize ttwu vs group schedulingPeter Zijlstra2009-03-101-1/+15
| * | | | | | | | | | | | | sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan2009-03-061-5/+5
| * | | | | | | | | | | | | Merge branch 'sched/core' into sched/cleanupsIngo Molnar2009-03-061-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | sched: don't rebalance if attached on NULL domainFrederic Weisbecker2009-03-051-1/+8
| * | | | | | | | | | | | | | sched: kill unused parameter of pick_next_task()Wang Chen2009-03-021-3/+3
| |/ / / / / / / / / / / / /
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar2009-03-021-3/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | / | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-2/+11
| | | * | | | | | | | | | | sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto2009-02-261-1/+1
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | cpuacct: add a branch predictionLi Zefan2009-02-261-1/+1
| * | | | | | | | | | | | sched: use TASK_NICE for task_structAmérico Wang2009-02-161-1/+1
| * | | | | | | | | | | | sched: idle_at_tick is only used when CONFIG_SMP is setHenrik Austad2009-02-151-1/+1
| | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar2009-02-151-13/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | / / / | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | sched: cpu hotplug fixIngo Molnar2009-02-121-3/+12
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-02-111-10/+0
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | sched: revert recent sync wakeup changesPeter Zijlstra2009-02-111-10/+0
| | * | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-02-111-6/+11
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge commit 'v2.6.29-rc4' into sched/coreIngo Molnar2009-02-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar2009-02-081-35/+128
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | sched: fix nohz load balancer on cpu offlineSuresh Siddha2009-02-041-6/+11
| | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | * | | | | | | | | | sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMPGregory Haskins2009-01-141-0/+4
| | * | | | | | | | | | Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-01-111-11/+78
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | sched: create "pushable_tasks" list to limit pushing to one attemptGregory Haskins2008-12-291-0/+4
| | | * | | | | | | | | | sched: add sched_class->needs_post_schedule() memberGregory Haskins2008-12-291-1/+7
| | | * | | | | | | | | | sched: make double-lock-balance fairGregory Haskins2008-12-291-7/+44
| | | * | | | | | | | | | sched: pull only one task during NEWIDLE balancing to limit critical sectionGregory Haskins2008-12-291-1/+17
| | | * | | | | | | | | | sched: track the next-highest priority on each runqueueGregory Haskins2008-12-291-2/+6
| * | | | | | | | | | | | sched: introduce avg_wakeupPeter Zijlstra2009-01-151-6/+30
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | sched: Print sched_group::__cpu_power in sched_domain_debugGautham R Shenoy2009-04-011-1/+2
* | | | | | | | | | | | cpuacct: add per-cgroup utime/stime statisticsBharata B Rao2009-04-011-6/+81
* | | | | | | | | | | | posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto2009-04-011-8/+57
* | | | | | | | | | | | cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt...Bharata B Rao2009-03-311-0/+5
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' into core/lockingIngo Molnar2009-02-071-20/+37
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | wait: prevent exclusive waiter starvationJohannes Weiner2009-02-051-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | sched: symmetric sync vs avg_overlapPeter Zijlstra2009-02-011-3/+9
| * | | | | | | | | sched: fix sync wakeupsPeter Zijlstra2009-02-011-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-151-3/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched: SCHED_IDLE weight changePeter Zijlstra2009-01-151-2/+2
| | * | | | | | | | sched: fix bandwidth validation for UID groupingPeter Zijlstra2009-01-151-0/+7
| | * | | | | | | | Revert "sched: improve preempt debugging"Ingo Molnar2009-01-121-1/+1
| | |/ / / / / / /
| * | | | | | | | [CVE-2009-0029] System call wrappers part 08Heiko Carstens2009-01-141-1/+1
| * | | | | | | | [CVE-2009-0029] System call wrappers part 07Heiko Carstens2009-01-141-2/+2
| * | | | | | | | [CVE-2009-0029] System call wrappers part 06Heiko Carstens2009-01-141-13/+13
| |/ / / / / / /
* | | | | | | | mutex: implement adaptive spinningPeter Zijlstra2009-01-141-0/+61
* | | | | | | | mutex: preemption fixesPeter Zijlstra2009-01-141-3/+7
|/ / / / / / /
* | | | | | | kernel/sched.c: add missing forward declaration for 'double_rq_lock'Steven Noonan2009-01-111-0/+3
OpenPOWER on IntegriCloud