summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar
2008-05-29sched: cleanupIngo Molnar
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar
2008-05-14cgroups: fix compile warningMirco Tischler
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra
2008-05-05sched: fix cpu clockIngo Molnar
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra
2008-05-05sched: add statics, don't return void expressionsHarvey Harrison
2008-05-05sched: add debug checks to idle functionsAndrew Morton
2008-05-05sched: optimize calc_delta_mine()Peter Zijlstra
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage
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