aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov1-1/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap1-1/+1
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+36
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith1-0/+32
2009-11-02sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell1-3/+3
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-11/+11
2009-10-29sched: move rq_weight data array out of .percpuJiri Kosina1-11/+11
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith1-1/+1
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+0
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap1-0/+2
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith1-2/+6
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang1-3/+0
2009-10-05sched: Set correct normal_prio and prio values in sched_fork()Peter Williams1-11/+9
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