1. 94b43c3 x86, mm: kill numa_free_all_bootmem() by Yinghai Lu · 12 years ago
  2. 64a02da memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only by Tejun Heo · 13 years ago
  3. a4106ea x86, NUMA: Move NUMA init logic from numa_64.c to numa.c by Tejun Heo · 13 years ago
  4. e6df595 x86, NUMA: Move numa_nodes_parsed to numa.[hc] by Tejun Heo · 13 years ago
  5. 1201e10 x86, NUMA: trivial cleanups by Tejun Heo · 13 years ago
  6. 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 13 years ago
  7. acd26d6 x86-64, NUMA: simplify nodedata allocation by Tejun Heo · 13 years ago
  8. ebe685f x86-64, NUMA: trivial cleanups for setup_node_bootmem() by Tejun Heo · 13 years ago
  9. 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 13 years ago
  10. ba67cf5 Merge branch 'x86/urgent' into x86-mm by Tejun Heo · 13 years ago
  11. 2be1910 x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() by Yinghai Lu · 13 years ago
  12. 711b8c8 x86-64, NUMA: Remove unused variable by Florian Mickler · 13 years ago
  13. 0529360 x86-64, NUMA: Remove custom phys_to_nid() implementation by Tejun Heo · 13 years ago
  14. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  15. c09cedf x86-64, NUMA: Clean up initmem_init() by David Rientjes · 13 years ago
  16. f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 13 years ago
  17. eb8c1e2 x86-64, NUMA: Better explain numa_distance handling by Tejun Heo · 13 years ago
  18. ce00333 x86-64, NUMA: Fix distance table handling by Yinghai Lu · 13 years ago
  19. 1f565a8 x86-64, NUMA: Fix size of numa_distance array by David Rientjes · 13 years ago
  20. 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 13 years ago
  21. 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 13 years ago
  22. b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 13 years ago
  23. fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 13 years ago
  24. 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 13 years ago
  25. 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 13 years ago
  26. 2ca230b x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance() by Yinghai Lu · 13 years ago
  27. e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 13 years ago
  28. 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 13 years ago
  29. 1cca534 x86-64, NUMA: Emulate directly from numa_meminfo by Tejun Heo · 13 years ago
  30. 775ee85 x86-64, NUMA: Wrap node ID during emulation by Tejun Heo · 13 years ago
  31. c88aea7 x86-64, NUMA: Make emulation code build numa_meminfo and share the registration path by Tejun Heo · 13 years ago
  32. 9d073ca x86-64, NUMA: Build and use direct emulated nid -> phys nid mapping by Tejun Heo · 13 years ago
  33. d9c515e x86-64, NUMA: Trivial changes to prepare for emulation updates by Tejun Heo · 13 years ago
  34. ac7136b6 x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 13 years ago
  35. 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 13 years ago
  36. 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 13 years ago
  37. 9155623 x86-64, NUMA: Kill numa_nodes[] by Tejun Heo · 13 years ago
  38. a844ef4 x86-64, NUMA: Add common find_node_by_addr() by Tejun Heo · 13 years ago
  39. 56e827f x86-64, NUMA: consolidate and improve memblk sanity checks by Tejun Heo · 13 years ago
  40. 2e756be x86-64, NUMA: make numa_cleanup_meminfo() prettier by Tejun Heo · 13 years ago
  41. f9c6025 x86-64, NUMA: Separate out numa_cleanup_meminfo() by Tejun Heo · 13 years ago
  42. 97e7b78 x86-64, NUMA: Introduce struct numa_meminfo by Tejun Heo · 13 years ago
  43. 8968dab x86-64, NUMA: Remove %NULL @nodeids handling from compute_hash_shift() by Tejun Heo · 13 years ago
  44. 5d371b0 x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() by Tejun Heo · 13 years ago
  45. fd0435d x86-64, NUMA: Unify the rest of memblk registration by Tejun Heo · 13 years ago
  46. 43a662f x86-64, NUMA: Unify use of memblk in all init methods by Tejun Heo · 13 years ago
  47. ef396ec x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() by Tejun Heo · 13 years ago
  48. 19095548 x86-64, NUMA: Kill {acpi|amd}_get_nodes() by Tejun Heo · 13 years ago
  49. 206e420 x86-64, NUMA: Use common numa_nodes[] by Tejun Heo · 13 years ago
  50. ec8cf29b x86-64, NUMA: Use common {cpu|mem}_nodes_parsed by Tejun Heo · 13 years ago
  51. ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 13 years ago
  52. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 13 years ago
  53. 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 13 years ago
  54. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 13 years ago
  55. 7d36b7b x86-64, NUMA: Make dummy node initialization path similar to non-dummy ones by Tejun Heo · 13 years ago
  56. 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 13 years ago
  57. 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 13 years ago
  58. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 13 years ago
  59. 8db78cc x86: Unify NUMA initialization between 32 and 64bit by Tejun Heo · 13 years ago
  60. de2d944 x86: Unify node_to_cpumask_map handling between 32 and 64bit by Tejun Heo · 13 years ago
  61. 645a791 x86: Unify CPU -> NUMA node mapping between 32 and 64bit by Tejun Heo · 13 years ago
  62. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 13 years ago
  63. 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 13 years ago
  64. d906f0e x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without NUMA emulation by David Rientjes · 13 years ago
  65. 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 13 years ago
  66. dbef7b5 x86-64, numa: Allocate memnodemap under max_pfn_mapped by Yinghai Lu · 13 years ago
  67. a387e95 x86, numa: Fix cpu to node mapping for sparse node ids by David Rientjes · 13 years ago
  68. c1c3443 x86, numa: Fake node-to-cpumask for NUMA emulation by David Rientjes · 13 years ago
  69. f51bf30 x86, numa: Fake apicid and pxm mappings for NUMA emulation by David Rientjes · 13 years ago
  70. eec1d4f x86, amd-nb: Complete the rename of AMD NB and related code by Hans Rosenfeld · 14 years ago
  71. 419db27 x86, memblock: Fix early_node_mem with big reserved region. by Yinghai Lu · 14 years ago
  72. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 23ac4ae x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB by Andreas Herrmann · 14 years ago
  74. 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
  75. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  76. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  77. e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  78. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. ca2107c x86, numa: Remove configurable node size support for numa emulation by David Rientjes · 14 years ago
  80. 8df5bb34 x86, numa: Add fixed node size option for numa emulation by David Rientjes · 14 years ago
  81. 68fd111 x86, numa: Fix numa emulation calculation of big nodes by David Rientjes · 14 years ago
  82. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 14 years ago
  83. cef625e x86: Make early_node_mem get mem > 4 GB if possible by Yinghai Lu · 14 years ago
  84. 1842f90 x86: Call early_res_to_bootmem one time by Yinghai Lu · 14 years ago
  85. d9c2d5a x86, numa: Use near(er) online node instead of roundrobin for NUMA by Yinghai Lu · 15 years ago
  86. 021428a x86, numa, bootmem: Only free bootmem on NUMA failure path by Yinghai Lu · 15 years ago
  87. adc1938 x86: Interleave emulated nodes over physical nodes by David Rientjes · 15 years ago
  88. 8716273 x86: Export srat physical topology by David Rientjes · 15 years ago
  89. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  90. 7c43769 x86, mm: Fix node_possible_map logic by Yinghai Lu · 15 years ago
  91. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  92. 3551f88 x86: unify 64-bit UMA and NUMA paging_init() by Pekka Enberg · 15 years ago
  93. 4c31e92 x86: check boundary in setup_node_bootmem() by Yinghai Lu · 15 years ago
  94. 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 15 years ago
  95. c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 15 years ago
  96. 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 15 years ago
  97. b9c4398 cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 15 years ago
  98. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  99. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  100. 44581a2 x86: fix abuse of per_cpu_offset by Brian Gerst · 15 years ago