# # memory policy layer /proc interface # # Cleanup policy layer by using nodemask_t cleanpol # Introduce do_xxx functions in policy layer do_sys # Conversion of memory policy to string mpol_to_str # display memory policy through the /proc filesystem # numa_maps patch # Convert string to memory policy str_to_mpol # # numa_maps write patch # Use mmap_sem to insure that memory policy can be read pol_lockfix # implement /proc//numa_policy to view the memory # policy of a thread #numa_policy ###numa_map_smap depends on mm ###smap_emap depends on mm # # Page Migration Patches #