1. e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  2. 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
  3. ca2107c x86, numa: Remove configurable node size support for numa emulation by David Rientjes · 14 years ago
  4. 8df5bb34 x86, numa: Add fixed node size option for numa emulation by David Rientjes · 14 years ago
  5. 68fd111 x86, numa: Fix numa emulation calculation of big nodes by David Rientjes · 14 years ago
  6. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 14 years ago
  7. cef625e x86: Make early_node_mem get mem > 4 GB if possible by Yinghai Lu · 14 years ago
  8. 1842f90 x86: Call early_res_to_bootmem one time by Yinghai Lu · 14 years ago
  9. d9c2d5a x86, numa: Use near(er) online node instead of roundrobin for NUMA by Yinghai Lu · 15 years ago
  10. 021428a x86, numa, bootmem: Only free bootmem on NUMA failure path by Yinghai Lu · 15 years ago
  11. adc1938 x86: Interleave emulated nodes over physical nodes by David Rientjes · 15 years ago
  12. 8716273 x86: Export srat physical topology by David Rientjes · 15 years ago
  13. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  14. 7c43769 x86, mm: Fix node_possible_map logic by Yinghai Lu · 15 years ago
  15. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
  16. 3551f88 x86: unify 64-bit UMA and NUMA paging_init() by Pekka Enberg · 15 years ago
  17. 4c31e92 x86: check boundary in setup_node_bootmem() by Yinghai Lu · 15 years ago
  18. 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 15 years ago
  19. c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 15 years ago
  20. 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 15 years ago
  21. b9c4398 cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 15 years ago
  22. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  23. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  24. 44581a2 x86: fix abuse of per_cpu_offset by Brian Gerst · 15 years ago
  25. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
  26. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 16 years ago
  27. be3e89e x86: convert numa_64.c from round_up to roundup by Joerg Roedel · 16 years ago
  28. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  29. cfc1b9a x86: convert Dprintk to pr_debug by Thomas Gleixner · 16 years ago
  30. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  31. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  32. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  33. 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 16 years ago
  34. 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 16 years ago
  35. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 16 years ago
  36. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  37. e9197bf x86 boot: remove some unused extern function declarations by Paul Jackson · 16 years ago
  38. 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 16 years ago
  39. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 16 years ago
  40. f46bdf2 numa: move large array from stack to _initdata section by Mike Travis · 16 years ago
  41. 6ec6e0d srat, x86: add support for nodes spanning other nodes by Suresh Siddha · 16 years ago
  42. b447a46 x86: clean up non-smp usage of cpu maps by Mike Travis · 16 years ago
  43. 04adf11 x86: remove never used nodenumer in pda by Yinghai Lu · 16 years ago
  44. 37bff62 x86_64: free_bootmem should take phys by Yinghai Lu · 16 years ago
  45. 7c9e92b x86: not set node to cpu_to_node if the node is not online by Yinghai Lu · 16 years ago
  46. b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 16 years ago
  47. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  48. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 16 years ago
  49. 9347e0b x86: remove unneeded round_up by Yinghai Lu · 16 years ago
  50. 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 16 years ago
  51. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 16 years ago
  52. afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
  53. 1ce3571 x86: early cpu_to_node fix in numa_64.c by travis@sgi.com · 17 years ago
  54. 4323838 x86: change size of node ids from u8 to s16 by travis@sgi.com · 17 years ago
  55. 625d6cf x86: fix early cpu_to_node panic from nr_free_zone_pages by Mike Travis · 17 years ago
  56. 9c5ba48 x86: clean up paging_init() by Ingo Molnar · 17 years ago
  57. fc7250a x86: only support sparsemem by Yinghai Lu · 17 years ago
  58. c49a495 x86: add debug of invalid per_cpu map accesses by travis@sgi.com · 17 years ago
  59. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
  60. 316390b x86: fixup NR-CPUS patch for numa by travis@sgi.com · 17 years ago
  61. 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 17 years ago
  62. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 17 years ago
  63. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 17 years ago
  64. 3cc87e3 x86: change size of node ids from u8 to u16 by travis@sgi.com · 17 years ago
  65. ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 17 years ago
  66. a261670 x86: cleanup setup_node_zones called by paging_init() by Yinghai Lu · 17 years ago
  67. 5548fec x86: clean up bitops-related warnings by Jeremy Fitzhardinge · 17 years ago
  68. b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 17 years ago
  69. 7462894 x86: fixup numa 64 namespace by Thomas Gleixner · 17 years ago
  70. e3cfe52 x86: cleanup numa_64.c by Thomas Gleixner · 17 years ago
  71. 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 17 years ago
  72. c9ff034 x86: move k8 related declarations by Thomas Gleixner · 17 years ago
  73. 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 17 years ago
  74. 98c9e27 x86: fix cpu_to_node references by Mike Travis · 17 years ago
  75. 83e83d5 x86: 0 -> NULL, for arch/x86_64 by Yoann Padioleau · 17 years ago
  76. 95119fb x86_64: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/numa_64.c]
  77. 4d381b5 x86_64: prepare shared mm/numa.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/numa.c]
  78. 1c05f09 x86_64: disable srat when numa emulation succeeds by David Rientjes · 17 years ago
  79. a7e9662 x86_64: fix e820_hole_size based on address ranges by David Rientjes · 17 years ago
  80. 3484d79 x86_64: fake pxm-to-node mapping for fake numa by David Rientjes · 17 years ago
  81. e3f1cae [PATCH] x86-64: set node_possible_map at runtime - try 2 by Suresh Siddha · 17 years ago
  82. 382591d [PATCH] x86-64: fixed size remaining fake nodes by David Rientjes · 17 years ago
  83. 14694d7 [PATCH] x86-64: split remaining fake nodes equally by David Rientjes · 17 years ago
  84. 8b8ca80e [PATCH] x86-64: configurable fake numa node sizes by David Rientjes · 17 years ago
  85. f0a5a58 [PATCH] x86-64: clean up sparsemem memory_present call by Bob Picco · 17 years ago
  86. 53fee04 [PATCH] x86-64: Fix fake numa for x86_64 machines with big IO hole by Rohit Seth · 17 years ago
  87. 5441392 [PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fix by Amul Shah · 17 years ago
  88. 076422d2 [PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically by Amul Shah · 17 years ago
  89. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  90. 5cb248a [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  91. 1164c99 [PATCH] make numa_emulation() __init by Andrew Morton · 18 years ago
  92. 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
  93. 3b5fd59 [PATCH] x86_64: sparsemem does not need node_mem_map by Andy Whitcroft · 18 years ago
  94. a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 18 years ago
  95. 68a3a7f [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64 by Andi Kleen · 18 years ago
  96. dc8ecb4 [PATCH] unify pfn_to_page: x86_64 pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  97. dcf36bf [PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure by Eric Dumazet · 18 years ago
  98. 267b480 [PATCH] x86_64: Try to allocate node memmap near the end of node by Andi Kleen · 18 years ago
  99. abe059e [PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnode by Andi Kleen · 18 years ago
  100. d1db4ec [PATCH] x86_64: early initialization of cpu_to_node by Daniel Yeisley · 18 years ago