1. a0acda9 acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggable by Tang Chen · 11 years ago
  2. 05d1d8c acpi, numa, mem_hotplug: mark hotpluggable memory in memblock by Tang Chen · 11 years ago
  3. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  4. f3d815c x86/mm/numa: Fix 32-bit kernel NUMA boot by Lans Zhang · 11 years ago
  5. c532092 mem-hotplug: introduce movable_node boot option by Tang Chen · 11 years ago
  6. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  7. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  8. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 11 years ago
  9. 2003cd9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. 942670d x86/mm/numa: Don't check if node is NUMA_NO_NODE by Wen Congyang · 11 years ago
  11. e8d1955 acpi, memory-hotplug: parse SRAT before memblock is ready by Tang Chen · 11 years ago
  12. 4d59a75 x86: get pg_data_t's memory from other node by Yasuaki Ishimatsu · 11 years ago
  13. e13fe86 cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node by Wen Congyang · 11 years ago
  14. c4c6052 cpu_hotplug: clear apicid to node when the cpu is hotremoved by Wen Congyang · 11 years ago
  15. 07f4207 x86-32, mm: Remove reference to alloc_remap() by H. Peter Anvin · 11 years ago
  16. f03574f2 x86-32, mm: Rip out x86_32 NUMA remapping code by Dave Hansen · 11 years ago
  17. 1e9209e x86/numa: Use __pa_nodebug() instead by Borislav Petkov · 12 years ago
  18. a25b931 x86, mm: Make DEBUG_VIRTUAL work earlier in boot by Dave Hansen · 12 years ago
  19. 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  20. 9512938 cpumask: update setup_node_to_cpumask_map() comments by Wanlong Gao · 13 years ago
  21. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  22. 54eed6c x86/numa: Add constraints check for nid parameters by Petr Holasek · 13 years ago
  23. 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 13 years ago
  24. 474b881 x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() by Tejun Heo · 13 years ago
  25. 0608f70 x86: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  26. eb40c4c memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls by Tejun Heo · 13 years ago
  27. 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 13 years ago
  28. 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 13 years ago
  29. e5a10c1 x86, NUMA: Trim numa meminfo with max_pfn in a separate loop by Yinghai Lu · 13 years ago
  30. a56bca8 x86, NUMA: Rename setup_node_bootmem() to setup_node_data() by Yinghai Lu · 13 years ago
  31. 752d4f3 x86, NUMA: Make numa_init_array() static by Tejun Heo · 13 years ago
  32. bd6709a x86, NUMA: Make 32bit use common NUMA init path by Tejun Heo · 13 years ago
  33. 7888e96 x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() by Tejun Heo · 13 years ago
  34. 38f3e1c x86, NUMA: Remove long 64bit assumption from numa.c by Tejun Heo · 13 years ago
  35. 744baba x86, NUMA: Enable build of generic NUMA init code on 32bit by Tejun Heo · 13 years ago
  36. a4106ea x86, NUMA: Move NUMA init logic from numa_64.c to numa.c by Tejun Heo · 13 years ago
  37. e6df595 x86, NUMA: Move numa_nodes_parsed to numa.[hc] by Tejun Heo · 13 years ago
  38. 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 13 years ago
  39. 7a6c654 x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS by David Rientjes · 13 years ago
  40. 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 13 years ago
  41. 8db78cc x86: Unify NUMA initialization between 32 and 64bit by Tejun Heo · 14 years ago
  42. de2d944 x86: Unify node_to_cpumask_map handling between 32 and 64bit by Tejun Heo · 14 years ago
  43. 645a791 x86: Unify CPU -> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  44. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  45. 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 14 years ago
  46. e565813 x86/mm: Remove unused DBG() macro by Akinobu Mita · 14 years ago
  47. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 14 years ago
  48. 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 14 years ago
  49. 0b96625 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 15 years ago
  50. 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 15 years ago
  51. c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 15 years ago
  52. 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 15 years ago