Fix calculation in move_freepages_block for counting pages
[sfrench/cifs-2.6.git] / kernel / sched.c
2007-10-16 Mike TravisConvert cpu_sibling_map to be a per cpu variable
2007-10-15 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-15 Linus TorvaldsMerge branch 'v2.6.24-lockdep' of git://git./linux...
2007-10-15 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-15 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-15 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-10-15 Linus TorvaldsMerge branch 'nfs-server-stable' of git://linux-nfs...
2007-10-15 Ingo Molnarsched: sync wakeups preempt too
2007-10-15 Ingo Molnarsched: affine sync wakeups
2007-10-15 Laurent Viviersched: guest CPU accounting: maintain stats in account_...
2007-10-15 Milton Millersched: domain sysctl fixes: add terminator comment
2007-10-15 Milton Millersched: domain sysctl fixes: do not crash on allocation...
2007-10-15 Milton Millersched: domain sysctl fixes: unregister the sysctl table...
2007-10-15 Milton Millersched: domain sysctl fixes: use for_each_online_cpu()
2007-10-15 Milton Millersched: domain sysctl fixes: use kcalloc()
2007-10-15 Ingo Molnarsched: allow the immediate migration of cache-cold...
2007-10-15 Ingo Molnarsched: debug, improve migration statistics
2007-10-15 Peter Zijlstrasched: activate task_hot() only on fair-scheduled tasks
2007-10-15 Ingo Molnarsched: reintroduce cache-hot affinity
2007-10-15 Ingo Molnarsched: do not normalize kernel threads via SysRq-N
2007-10-15 Andi Kleensched: remove stale comment from sched_group_set_shares()
2007-10-15 Ingo Molnarsched: clean up is_migration_thread()
2007-10-15 Andi Kleensched: cleanup: refactor normalize_rt_tasks
2007-10-15 Andi Kleensched: cleanup: refactor common code of sleep_on /...
2007-10-15 Andi Kleensched: cleanup: remove unnecessary gotos
2007-10-15 Mike Galbraithsched: prevent wakeup over-scheduling
2007-10-15 Peter Zijlstrasched: disable forced preemption by default
2007-10-15 Zou Nan haisched: some proc entries are missed in sched_domain...
2007-10-15 Gautham R Shenoysched: fix rt ptracer monopolizing CPU
2007-10-15 Dhaval Gianisched: group scheduling, sysfs tunables
2007-10-15 Paul E. McKenneysched: export cpu_clock()
2007-10-15 Ingo Molnarsched: fix: move the CPU check into ->task_new_fair()
2007-10-15 Ingo Molnarsched: cleanup: rename task_grp to task_group
2007-10-15 Ingo Molnarsched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED...
2007-10-15 Ingo Molnarsched: kfree(NULL) is valid
2007-10-15 Ingo Molnarsched: style cleanup
2007-10-15 Ingo Molnarsched: break out if printing a warning in sched_domain_...
2007-10-15 Ingo Molnarsched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y
2007-10-15 Dmitry Adamushkosched: tidy up SCHED_RR
2007-10-15 Alexey Dobriyansched: uninline scheduler
2007-10-15 Ingo Molnarsched: optimize schedule() a bit on SMP
2007-10-15 Ingo Molnarsched: whitespace cleanups
2007-10-15 Ingo Molnarsched: mark scheduling classes as const
2007-10-15 Srivatsa Vaddagirisched: group scheduler SMP migration fix
2007-10-15 Ingo Molnarsched: clean up schedstats, cnt -> count
2007-10-15 Hiroshi Shimamotosched: clean up sched_fork()
2007-10-15 Ingo Molnarsched: fix sched_fork()
2007-10-15 Ingo Molnarsched: undo some of the recent changes
2007-10-15 Ingo Molnarsched: remove condition from set_task_cpu()
2007-10-15 Peter Zijlstrasched debug: check spread
2007-10-15 Peter Zijlstrasched: add vslice
2007-10-15 Ingo Molnarsched debug: BKL usage statistics
2007-10-15 Srivatsa Vaddagirisched: add fair-user scheduler
2007-10-15 Srivatsa Vaddagirisched: clean up code under CONFIG_FAIR_GROUP_SCHED
2007-10-15 Srivatsa Vaddagirisched: revert recent removal of set_curr_task()
2007-10-15 Dmitry Adamushkosched: rework enqueue/dequeue_entity() to get rid of...
2007-10-15 Dmitry Adamushkosched: simplify sched_class::yield_task()
2007-10-15 Dmitry Adamushkosched: do not keep current in the tree and get rid...
2007-10-15 Dmitry Adamushkosched: add set_curr_task() calls
2007-10-15 Srivatsa Vaddagirisched: group-scheduler core
2007-10-15 Mike Galbraithsched: fix SMP migration latencies
2007-10-15 Ingo Molnarsched: remove wait_runtime fields and features
2007-10-15 Ingo Molnarsched: remove wait_runtime limit
2007-10-15 Dmitry Adamushkosched: clean up struct load_stat
2007-10-15 Peter Zijlstrasched: add tree based averages
2007-10-15 Ingo Molnarsched: remove SCHED_FEAT_SKIP_INITIAL
2007-10-15 Ingo Molnarsched: optimize vruntime based scheduling
2007-10-15 Ingo Molnarsched: move sched_feat() definitions
2007-10-15 Ingo Molnarsched: introduce se->vruntime
2007-10-15 Ingo Molnarsched: speed up update_load_add/_sub()
2007-10-15 Ingo Molnarsched: track cfs_rq->curr on !group-scheduling too
2007-10-15 Ingo Molnarsched: remove precise CPU load calculations #2
2007-10-15 Ingo Molnarsched: remove precise CPU load
2007-10-15 Ingo Molnarsched: remove stat_gran
2007-10-15 Ingo Molnarsched: use constants if !CONFIG_SCHED_DEBUG
2007-10-15 Ingo Molnarsched: uniform tunings
2007-10-15 Ingo Molnarsched: debug: track maximum 'slice'
2007-10-15 Matthias Kaehlckesched: use list_for_each_entry_safe() in __wake_up_common()
2007-10-15 Ingo Molnarsched: fix sysctl_sched_child_runs_first flag
2007-10-14 Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-10-14 David WoodhouseMerge branch 'master' of git://git.infradead.org/~dedek...
2007-10-13 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh64-2.6
2007-10-13 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2007-10-13 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2007-10-13 David WoodhouseMerge Linux 2.6.23
2007-10-13 Dmitry TorokhovMerge /pub/scm/linux/kernel/git/torvalds/linux-2.6
2007-10-12 Russell KingMerge branches 'omap1-upstream' and 'omap2-upstream...
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'upstream-fixes' of /linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-12 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
next