1. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 4b599fe x86/mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  3. 3770442 ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c by Hanjun Guo · 8 years ago
  4. fb1f418 ACPI / NUMA: remove unneeded acpi_numa=1 by Hanjun Guo · 8 years ago
  5. e84025e ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c by David Daney · 8 years ago
  6. 2faeff1 x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init() by Hanjun Guo · 8 years ago
  7. 6525afd ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.c by Hanjun Guo · 8 years ago
  8. 312521d ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only by Robert Richter · 8 years ago
  9. 8dd3303 x86/mm: Introduce max_possible_pfn by Igor Mammedov · 9 years ago
  10. 31e09b1 x86/mm/srat: Print non-volatile flag in SRAT by Linda Knippers · 9 years ago
  11. ba6a328f x86/mm: Avoid duplicated pxm_to_node() calls by Yinghai Lu · 10 years ago
  12. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  13. a85eba8 arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLIT by Toshi Kani · 10 years ago
  14. 05d1d8c acpi, numa, mem_hotplug: mark hotpluggable memory in memblock by Tang Chen · 10 years ago
  15. d7b2c3d ACPI / x86: Print Hot-Pluggable Field in SRAT. by Tang Chen · 11 years ago
  16. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 11 years ago
  17. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 11 years ago
  18. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 11 years ago
  19. 479a99a x86/srat: Simplify memory affinity init error handling by Davidlohr Bueso · 11 years ago
  20. 095adbb ACPI: Only count valid srat memory structures by Thomas Renninger · 12 years ago
  21. 4af463d x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init() by Yasuaki Ishimatsu · 12 years ago
  22. 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  23. b7157ac x86/apic: Add separate apic_id_valid() functions for selected apic drivers by Steffen Persvold · 12 years ago
  24. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  25. cd298f6 ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64) by Kurt Garloff · 12 years ago
  26. a35fd28 x86, acpi: Skip acpi x2apic entries if the x2apic feature is not present by Yinghai Lu · 13 years ago
  27. eca9ad3 x86, NUMA: make srat.c 32bit safe by Tejun Heo · 13 years ago
  28. 7b2600f x86, NUMA: rename srat_64.c to srat.c by Tejun Heo · 13 years ago[Renamed from arch/x86/mm/srat_64.c]
  29. 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 13 years ago
  30. e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 13 years ago
  31. 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 13 years ago
  32. ac7136b6 x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 13 years ago
  33. 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 13 years ago
  34. 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 13 years ago
  35. 9155623 x86-64, NUMA: Kill numa_nodes[] by Tejun Heo · 13 years ago
  36. a844ef4 x86-64, NUMA: Add common find_node_by_addr() by Tejun Heo · 13 years ago
  37. 5d371b0 x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() by Tejun Heo · 13 years ago
  38. fd0435d x86-64, NUMA: Unify the rest of memblk registration by Tejun Heo · 13 years ago
  39. 43a662f x86-64, NUMA: Unify use of memblk in all init methods by Tejun Heo · 13 years ago
  40. ef396ec x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() by Tejun Heo · 13 years ago
  41. 19095548 x86-64, NUMA: Kill {acpi|amd}_get_nodes() by Tejun Heo · 13 years ago
  42. 206e420 x86-64, NUMA: Use common numa_nodes[] by Tejun Heo · 13 years ago
  43. ec8cf29b x86-64, NUMA: Use common {cpu|mem}_nodes_parsed by Tejun Heo · 13 years ago
  44. ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 13 years ago
  45. a9aec56 x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by return value by Tejun Heo · 13 years ago
  46. 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 13 years ago
  47. 13081df x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init() by Tejun Heo · 13 years ago
  48. 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 13 years ago
  49. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 13 years ago
  50. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 13 years ago
  51. 9adcc4a Merge branch 'x86/numa' into x86/urgent by Ingo Molnar · 13 years ago
  52. 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 13 years ago
  53. a387e95 x86, numa: Fix cpu to node mapping for sparse node ids by David Rientjes · 14 years ago
  54. f51bf30 x86, numa: Fake apicid and pxm mappings for NUMA emulation by David Rientjes · 14 years ago
  55. 4e76f4e x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMU by David Rientjes · 14 years ago
  56. d3bd058 x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation by Yinghai Lu · 14 years ago
  57. 8e4029e Merge branch 'x86/urgent' into core/memblock by H. Peter Anvin · 14 years ago
  58. 73cf624 x86, numa: For each node, register the memory blocks actually used by Yinghai Lu · 14 years ago
  59. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  60. 1f8caa9 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  61. b0c4d95 x86: Fix fake apicid to node mapping for numa emulation by David Rientjes · 14 years ago
  62. 2e61878 x86-64: Combine SRAT regions when possible by Jan Beulich · 14 years ago
  63. 3a5fc0e x86: Set hotpluggable nodes in nodes_possible_map by David Rientjes · 14 years ago
  64. 3299625 x86: Fix checking of SRAT when node 0 ram is not from 0 by Yinghai Lu · 15 years ago
  65. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. 163d386 x86: apic: Print out SRAT table APIC id in hex by Yinghai Lu · 15 years ago
  67. adc1938 x86: Interleave emulated nodes over physical nodes by David Rientjes · 15 years ago
  68. 8716273 x86: Export srat physical topology by David Rientjes · 15 years ago
  69. 429b2b3 x86-64: Fix bad_srat() to clear all state by Andi Kleen · 15 years ago
  70. 7c43769 x86, mm: Fix node_possible_map logic by Yinghai Lu · 15 years ago
  71. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  72. 0964b05 x86: Allow 1MB of slack between the e820 map and SRAT, not 4GB by Yinghai Lu · 15 years ago
  73. b37ab91 x86: Sanity check the e820 against the SRAT table using e820 map only by Yinghai Lu · 15 years ago
  74. 7eccf7b x86, srat: do not register nodes beyond e820 map by David Rientjes · 15 years ago
  75. dc09855 x86/uv: fix init of memory-less nodes by Jack Steiner · 15 years ago
  76. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  77. 7237d3d x86, ACPI: add support for x2apic ACPI extensions by Suresh Siddha · 15 years ago
  78. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 15 years ago
  79. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 15 years ago
  80. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 16 years ago
  81. 2e42060 x86, uv: add early detection of UV system types by Jack Steiner · 16 years ago
  82. f302a5bb x86: reserve SLIT by Yinghai Lu · 16 years ago
  83. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  84. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  85. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  86. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  87. 39b8931 ACPI: handle invalid ACPI SLIT table by Fenghua Yu · 16 years ago
  88. 6a1673a x86: make memory_add_physaddr_to_nid depend on MEMORY_HOTPLUG by Thomas Gleixner · 16 years ago
  89. a4928cf "make namespacecheck" fixes by Ingo Molnar · 16 years ago
  90. 6ec6e0d srat, x86: add support for nodes spanning other nodes by Suresh Siddha · 16 years ago
  91. a65d1d6 x86: increase size of APICID by Jack Steiner · 16 years ago
  92. beafe91 x86: get apic_id later in acpi_numa_processor_affinity_init by Yinghai Lu · 16 years ago
  93. d01b9ad x86: fix section mismatch in srat_64.c:reserve_hotadd by Sam Ravnborg · 16 years ago
  94. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  95. 1e296f5 x86: fix section mismatch warning in srat_64.c by Sam Ravnborg · 16 years ago
  96. 9a1b62f x86: fix NUMA emulation on 64-bit by Minoru Usui · 16 years ago
  97. 602a54a x86: change bios_cpu_apicid to percpu data variable fixup by travis@sgi.com · 16 years ago
  98. 0164fe1 x86: fix early NUMA-id access by Mike Travis · 16 years ago
  99. 834beda1 x86: change NR_CPUS arrays in numa_64 fixup by travis@sgi.com · 16 years ago
  100. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 16 years ago