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