summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: fix the menu governor to boost IO performanceArjan van de Ven2009-09-221-0/+13
* Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-7/+7
|\
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-7/+7
* | sched: Simplify sys_sched_rr_get_interval() system callPeter Williams2009-09-211-16/+1
* | sched: Fix potential NULL derference of doms_curYong Zhang2009-09-201-1/+1
* | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-8/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-171-301/+143
|\
| * sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-171-7/+10
| * sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
| * sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-161-7/+0
| * sched: Fix sync wakeups againPeter Zijlstra2009-09-151-4/+4
| * sched: Add WF_FORKPeter Zijlstra2009-09-151-1/+1
| * sched: Rename sync argumentsPeter Zijlstra2009-09-151-14/+16
| * sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra2009-09-151-2/+10
| * sched: Provide arch_scale_freq_powerPeter Zijlstra2009-09-151-2/+19
| * sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra2009-09-151-20/+20
| * sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-38/+3
| * sched: Add TASK_WAKINGPeter Zijlstra2009-09-151-16/+15
| * sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-151-7/+7
| * sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra2009-09-151-146/+0
| * sched: Move code aroundPeter Zijlstra2009-09-151-42/+39
| * sched: Fix double_rq_lock() compile warningPeter Zijlstra2009-09-151-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-2/+2
|\ \ | |/ |/|
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-17/+44
| |\
| * | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-241-2/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-397/+702
|\ \ \
| * | | sched: Fix dynamic power-balancing crashIngo Molnar2009-09-041-2/+5
| * | | sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-041-67/+34
| * | | sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy2009-09-041-1/+1
| * | | sched: Try to deal with low capacityPeter Zijlstra2009-09-041-5/+28
| * | | sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-041-3/+61
| * | | sched: Implement dynamic cpu_powerPeter Zijlstra2009-09-041-3/+35
| * | | sched: Add smt_gainPeter Zijlstra2009-09-041-1/+7
| * | | sched: Update the cpu_power sum during load-balancePeter Zijlstra2009-09-041-4/+29
| * | | sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-041-1/+13
| * | | sched: Restore __cpu_power to a straight sum of powerPeter Zijlstra2009-09-041-16/+12
| | | |
| | \ \
| *-. \ \ Merge branches 'sched/domains' and 'sched/clock' into sched/coreIngo Molnar2009-09-041-245/+320
| |\ \ \ \ | | | | |/ | | | |/|
| | * | | sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann2009-08-181-9/+4
| | * | | sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-63/+67
| | * | | sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-5/+8
| | * | | sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-9/+9
| | * | | sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-13/+10
| | * | | sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-11/+20
| | * | | sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-13/+19
| | * | | sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-12/+18
| | * | | sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-9/+17
| | * | | sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-25/+32
| | * | | sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann2009-08-181-72/+99
| | * | | sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann2009-08-181-76/+89
| | |/ /
| * | | sched: Provide iowait countersArjan van de Ven2009-09-021-0/+4
OpenPOWER on IntegriCloud