(original) (raw)

---- numa_all_nodes_ptr 150 e06eedd6 (Tim Pepper 2010-09-21 13:40:59 -0700 150) /* Set with all nodes from which the calling process may allocate memory. 151 e06eedd6 (Tim Pepper 2010-09-21 13:40:59 -0700 151) Only valid after numa_available. */ 152 41a33c88 (Cliff Wickman 2008-03-27 13:37:49 -0700 152) extern struct bitmask *numa_all_nodes_ptr; gromero@gromero16:~/git/numactl$ git log --oneline -1 41a33c88 41a33c8 including fixes suggested by working on the man page; particularly changing references to "task" to "thread". gromero@gromero16:~/git/numactl$ git tag --contains 41a33c88 v2.0.0 v2.0.1 v2.0.10 v2.0.10-rc1 v2.0.10-rc2 v2.0.11 v2.0.11-rc1 v2.0.2 v2.0.3 v2.0.4 v2.0.5 v2.0.6 v2.0.7 v2.0.8 v2.0.9 ---- numa_nodes_ptr 154 4a22f223 (Tim Pepper 2010-09-21 16:53:01 -0700 154) /* Set with all nodes the kernel has exposed to userspace */ 155 4a22f223 (Tim Pepper 2010-09-21 16:53:01 -0700 155) extern struct bitmask *numa_nodes_ptr; gromero@gromero16:~/git/numactl$ git log --oneline -1 4a22f223 4a22f22 numactl --hardware should handle sparse node numbering gromero@gromero16:~/git/numactl$ git tag --contains 4a22f223 v2.0.10 v2.0.10-rc1 v2.0.10-rc2 v2.0.11 v2.0.11-rc1 v2.0.5 v2.0.6 v2.0.7 v2.0.8 v2.0.9