aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller
2008-04-25sched: fix share (re)distributionPeter Zijlstra
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap
2008-04-19sched: features fixIngo Molnar
2008-04-19sched: /debug/sched_featuresPeter Zijlstra
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar
2008-04-19sched: fair: weight calculationsPeter Zijlstra
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra
2008-04-19sched: task_group hierarchyPeter Zijlstra
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani
2008-04-19sched: mix tasks and groupsDhaval Giani
2008-04-19sched: fix checksIngo Molnar
2008-04-19sched: old sleeper bonusPeter Zijlstra
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis
2008-04-19sched: remove another cpumask_t variable from stackMike Travis
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani
2008-04-19sched: rt-group: smp balancingPeter Zijlstra
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar
2008-04-19sched: reenable sync wakeupsIngo Molnar
2008-04-19sched: cache hot buddyIngo Molnar
2008-04-19sched: feat affine wakeupsIngo Molnar
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain
2008-04-19sched: sched.c needs tick.hReynes Philippe
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner
2008-03-21sched: add arch_update_cpu_topology hook.Heiko Carstens
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens
2008-03-21sched: remove double unlikely from schedule()Roel Kluin
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra
2008-03-19sched: wakeup-buddy tasks are cache-hotIngo Molnar
2008-03-19sched: improve affine wakeupsIngo Molnar
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra
2008-03-15sched: fix calc_delta_mine()Ingo Molnar