aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-01rename div64_64 to div64_u64Roman Zippel1-3/+3
2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage1-40/+6
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage1-8/+8
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-5/+0
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixesLinus Torvalds1-45/+2
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller1-1/+1
2008-04-25sched: fix share (re)distributionPeter Zijlstra1-45/+2
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis1-5/+0
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson1-1/+1
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap1-0/+1
2008-04-19sched: features fixIngo Molnar1-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra1-22/+140
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar1-1/+3
2008-04-19sched: fair: weight calculationsPeter Zijlstra1-6/+3
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra1-2/+8
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-34/+463
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-5/+73
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra1-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra1-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-2/+41
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-32/+53
2008-04-19sched: mix tasks and groupsDhaval Giani1-2/+49
2008-04-19sched: fix checksIngo Molnar1-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra1-1/+3
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-8/+8
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis1-7/+0
2008-04-19sched: remove another cpumask_t variable from stackMike Travis1-9/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis1-120/+248
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-15/+14
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-2/+3
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-3/+5
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis1-28/+52
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani1-0/+24
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani1-9/+9
2008-04-19sched: rt-group: smp balancingPeter Zijlstra1-3/+37
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-49/+211
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar1-1/+0
2008-04-19sched: reenable sync wakeupsIngo Molnar1-5/+5
2008-04-19sched: cache hot buddyIngo Molnar1-7/+9
2008-04-19sched: feat affine wakeupsIngo Molnar1-1/+3
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar1-1/+6
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain1-3/+35
2008-04-19sched: sched.c needs tick.hReynes Philippe1-0/+1
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar1-3/+49
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner1-0/+43
2008-03-21sched: add arch_update_cpu_topology hook.Heiko Carstens1-0/+5
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens1-1/+1
2008-03-21sched: remove double unlikely from schedule()Roel Kluin1-1/+1
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra1-6/+2
2008-03-19sched: wakeup-buddy tasks are cache-hotIngo Molnar1-0/+6