summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov-1/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap-1/+1
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+36
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith-0/+32
2009-11-02sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell-3/+3
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-11/+11
2009-10-29sched: move rq_weight data array out of .percpuJiri Kosina-11/+11
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith-1/+1
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+8
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-3/+0
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap-0/+2
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith-2/+6
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang-3/+0
2009-10-05sched: Set correct normal_prio and prio values in sched_fork()Peter Williams-11/+9
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-2/+2
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum-3/+32
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+4
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven-0/+13
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds-7/+7
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-7/+7
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams-16/+1
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang-1/+1
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton-8/+2
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-301/+143
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra-7/+10
2009-09-17sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar-0/+4
2009-09-16sched: Optimize cgroup vs wakeup a bitPeter Zijlstra-7/+0
2009-09-15sched: Fix sync wakeups againPeter Zijlstra-4/+4
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-2/+2
2009-09-15sched: Add WF_FORKPeter Zijlstra-1/+1
2009-09-15sched: Rename sync argumentsPeter Zijlstra-14/+16
2009-09-15sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra-2/+10
2009-09-15sched: Provide arch_scale_freq_powerPeter Zijlstra-2/+19
2009-09-15sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra-20/+20
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra-38/+3
2009-09-15sched: Add TASK_WAKINGPeter Zijlstra-16/+15
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra-7/+7
2009-09-15sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra-146/+0
2009-09-15sched: Move code aroundPeter Zijlstra-42/+39
2009-09-15sched: Fix double_rq_lock() compile warningPeter Zijlstra-2/+2
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-397/+702
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+128
2009-09-04sched: Fix dynamic power-balancing crashIngo Molnar-2/+5
2009-09-04sched: Remove reciprocal for cpu_powerPeter Zijlstra-67/+34
2009-09-04sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy-1/+1
2009-09-04sched: Try to deal with low capacityPeter Zijlstra-5/+28
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra-3/+61
2009-09-04sched: Implement dynamic cpu_powerPeter Zijlstra-3/+35
2009-09-04sched: Add smt_gainPeter Zijlstra-1/+7