aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-3/+32
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-0/+13
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+7
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-7/+7
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams1-16/+1
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang1-1/+1
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-8/+2
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-301/+143
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra1-7/+10
2009-09-17sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar1-0/+4
2009-09-16sched: Optimize cgroup vs wakeup a bitPeter Zijlstra1-7/+0
2009-09-15sched: Fix sync wakeups againPeter Zijlstra1-4/+4
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-09-15sched: Add WF_FORKPeter Zijlstra1-1/+1
2009-09-15sched: Rename sync argumentsPeter Zijlstra1-14/+16
2009-09-15sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra1-2/+10
2009-09-15sched: Provide arch_scale_freq_powerPeter Zijlstra1-2/+19
2009-09-15sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra1-20/+20
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra1-38/+3
2009-09-15sched: Add TASK_WAKINGPeter Zijlstra1-16/+15
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra1-7/+7
2009-09-15sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra1-146/+0
2009-09-15sched: Move code aroundPeter Zijlstra1-42/+39
2009-09-15sched: Fix double_rq_lock() compile warningPeter Zijlstra1-2/+2
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-397/+702
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+128
2009-09-04sched: Fix dynamic power-balancing crashIngo Molnar1-2/+5
2009-09-04sched: Remove reciprocal for cpu_powerPeter Zijlstra1-67/+34
2009-09-04sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy1-1/+1
2009-09-04sched: Try to deal with low capacityPeter Zijlstra1-5/+28
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra1-3/+61
2009-09-04sched: Implement dynamic cpu_powerPeter Zijlstra1-3/+35
2009-09-04sched: Add smt_gainPeter Zijlstra1-1/+7
2009-09-04sched: Update the cpu_power sum during load-balancePeter Zijlstra1-4/+29
2009-09-04sched: Add SD_PREFER_SIBLINGPeter Zijlstra1-1/+13
2009-09-04sched: Restore __cpu_power to a straight sum of powerPeter Zijlstra1-16/+12
2009-09-04Merge branches 'sched/domains' and 'sched/clock' into sched/coreIngo Molnar1-245/+320
2009-09-02sched: Provide iowait countersArjan van de Ven1-0/+4
2009-08-29sched: Rename init_cfs_rq => init_tg_cfs_rqAnirban Sinha1-5/+5
2009-08-28sched: Fix division by zero - reallyPeter Zijlstra1-21/+29
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney1-1/+1
2009-08-21sched: Avoid division by zeroPeter Zijlstra1-13/+10
2009-08-20sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto1-1/+2
2009-08-18sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann1-9/+4
2009-08-18sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann1-63/+67
2009-08-18sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann1-5/+8
2009-08-18sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann1-9/+9