summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | wait: prevent exclusive waiter starvationJohannes Weiner2009-02-051-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: 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
| | |/ / / / /
| * | | | | | 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
| |_|/ / / / / |/| | | | | |
* | | | | | | kernel/sched.c: add missing forward declaration for 'double_rq_lock'Steven Noonan2009-01-111-0/+3
* | | | | | | cpumask: fix CONFIG_NUMA=y sched.cRusty Russell2009-01-111-5/+5
|/ / / / / /
* | | | | | sched: fix possible recursive rq->lockPeter Zijlstra2009-01-071-0/+5
* | | | | | sched: fix section mismatchLi Zefan2009-01-061-1/+1
* | | | | | sched: fix double kfree in failure pathLi Zefan2009-01-061-3/+2
* | | | | | sched: clean up arch_reinit_sched_domains()Li Zefan2009-01-051-6/+3
* | | | | | sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan2009-01-051-1/+1
* | | | | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-38/+15
|\ \ \ \ \ \
| * | | | | | sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis2009-01-031-38/+15
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-28/+87
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-4/+1
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-182/+225
| | |\ \ \ \ \
| | * | | | | | cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell2008-12-261-3/+3
* | | | | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-39/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-17/+63
| * | | | | | | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-25/+16
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-414/+556
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | sched: nominate preferred wakeup cpu, fixVaidyanathan Srinivasan2008-12-231-1/+1
| * | | | | | sched: fix warning in kernel/sched.cIngo Molnar2008-12-191-1/+1
| * | | | | | sched: activate active load balancing in new idle cpusVaidyanathan Srinivasan2008-12-191-0/+54
| * | | | | | sched: nominate preferred wakeup cpuVaidyanathan Srinivasan2008-12-191-0/+12
| * | | | | | sched: favour lower logical cpu number for sched_mc balanceVaidyanathan Srinivasan2008-12-191-2/+2
| * | | | | | sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy2008-12-191-3/+14
| * | | | | | Merge ../linux-2.6-x86Rusty Russell2008-12-131-551/+597
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-121-38/+61
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-121-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-021-2/+3
| | |\ \ \ \ \ \ \
| | * | | | | | | | sched: avoid stack var in move_task_off_dead_cpu, fixRusty Russell2008-11-261-4/+0
| | * | | | | | | | sched: convert nohz struct to cpumask_var_t, fixRusty Russell2008-11-261-0/+2
| | * | | | | | | | sched: convert remaining old-style cpumask operatorsRusty Russell2008-11-241-99/+113
OpenPOWER on IntegriCloud