Hi all, Here's a re-post of the NUMA scheduling and migration improvement patches that we are working on. These include techniques from AutoNUMA and the sched/numa tree and form a unified basis - it has got all the bits that look good and mergeable. With these patches applied, the mbind system calls expand to new modes of lazy-migration binding, and if the CONFIG_SCHED_NUMA=y .config option is enabled the scheduler will automatically sample the working set of tasks via page faults. Based on that information the scheduler then tries to balance smartly, put tasks on a home node and migrate CPU work and memory on the same node. They are functional in their current state and have had testing on a variety of x86 NUMA hardware. These patches will continue their life in tip:numa/core and unless there are major showstoppers they are intended for the v3.8 merge window. We believe that they provide a solid basis for future work. Please review .. once again and holler if you see anything funny! :-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>