summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2008-04-19sched: features fixIngo Molnar-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra-22/+140
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar-1/+3
2008-04-19sched: fair: weight calculationsPeter Zijlstra-6/+3
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra-2/+8
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra-34/+463
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto-5/+73
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra-2/+41
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani-32/+53
2008-04-19sched: mix tasks and groupsDhaval Giani-2/+49
2008-04-19sched: fix checksIngo Molnar-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra-1/+3
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis-8/+8
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis-7/+0
2008-04-19sched: remove another cpumask_t variable from stackMike Travis-9/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis-120/+248
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-15/+14
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis-2/+3
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis-3/+5
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis-28/+52
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani-0/+24
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani-9/+9
2008-04-19sched: rt-group: smp balancingPeter Zijlstra-3/+37
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra-49/+211
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar-1/+0
2008-04-19sched: reenable sync wakeupsIngo Molnar-5/+5
2008-04-19sched: cache hot buddyIngo Molnar-7/+9
2008-04-19sched: feat affine wakeupsIngo Molnar-1/+3
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar-1/+6
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain-3/+35
2008-04-19sched: sched.c needs tick.hReynes Philippe-0/+1
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar-3/+49
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner-0/+43
2008-03-21sched: add arch_update_cpu_topology hook.Heiko Carstens-0/+5
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens-1/+1
2008-03-21sched: remove double unlikely from schedule()Roel Kluin-1/+1
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra-6/+2
2008-03-19sched: wakeup-buddy tasks are cache-hotIngo Molnar-0/+6
2008-03-19sched: improve affine wakeupsIngo Molnar-1/+4
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra-1/+1
2008-03-15sched: fix calc_delta_mine()Ingo Molnar-1/+1
2008-03-15sched: fix update_load_add()/sub()Ingo Molnar-0/+2
2008-03-15sched: fix race in schedule()Hiroshi Shimamoto-22/+16
2008-03-11keep rd->online and cpu_online_map in syncGregory Haskins-1/+2
2008-03-11Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins-7/+11
2008-03-09cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins-11/+7
2008-03-07sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani-0/+17
2008-03-07sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra-7/+3