1. 46a8413 mm/x86: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  2. f03574f2 x86-32, mm: Rip out x86_32 NUMA remapping code by Dave Hansen · 11 years ago
  3. 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 13 years ago
  4. 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 13 years ago
  5. d0ead15 x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ by Tejun Heo · 13 years ago
  6. bd6709a x86, NUMA: Make 32bit use common NUMA init path by Tejun Heo · 13 years ago
  7. 7888e96 x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() by Tejun Heo · 13 years ago
  8. 99cca49 x86-32, NUMA: Add @start and @end to init_alloc_remap() by Tejun Heo · 13 years ago
  9. 744baba x86, NUMA: Enable build of generic NUMA init code on 32bit by Tejun Heo · 13 years ago
  10. 299a180 x86-32, NUMA: Update numaq to use new NUMA init protocol by Tejun Heo · 13 years ago
  11. 5acd91a x86-32, NUMA: Replace srat_32.c with srat.c by Tejun Heo · 13 years ago
  12. b0d3108 x86-32, NUMA: implement temporary NUMA init shims by Tejun Heo · 13 years ago
  13. daf4f48 x86-32, NUMA: Move get_memcfg_numa() into numa_32.c by Tejun Heo · 13 years ago
  14. 797390d x86-32, NUMA: use sparse_memory_present_with_active_regions() by Tejun Heo · 13 years ago
  15. 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 13 years ago
  16. 993ba15 x86-32, numa: Update remap allocator comments by Tejun Heo · 13 years ago
  17. 198bd06 x86-32, numa: Remove redundant node_remap_size[] by Tejun Heo · 13 years ago
  18. 1d85b61 x86-32, numa: Remove now useless node_remap_offset[] by Tejun Heo · 13 years ago
  19. b2e3e4f x86-32, numa: Make pgdat allocation use alloc_remap() by Tejun Heo · 13 years ago
  20. 2a28634 x86-32, numa: Move remapping for remap allocator into init_alloc_remap() by Tejun Heo · 13 years ago
  21. 0e9f93c x86-32, numa: Move lowmem address space reservation to init_alloc_remap() by Tejun Heo · 13 years ago
  22. 82044c3 x86-32, numa: Make init_alloc_remap() less panicky by Tejun Heo · 13 years ago
  23. 7210cf9 x86-32, numa: Calculate remap size in common code by Tejun Heo · 13 years ago
  24. af7c1a6 x86-32, numa: Make @size in init_aloc_remap() represent bytes by Tejun Heo · 13 years ago
  25. c4d4f57 x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() by Tejun Heo · 13 years ago
  26. 5510db9 x86-32, numa: Reorganize calculate_numa_remap_page() by Tejun Heo · 13 years ago
  27. 5b8443b x86-32, numa: Remove redundant top-down alloc code from remap initialization by Tejun Heo · 13 years ago
  28. a6c24f7 x86-32, numa: Align pgdat size while initializing alloc_remap by Tejun Heo · 13 years ago
  29. 3fe14ab x86-32, numa: Fix failure condition check in alloc_remap() by Tejun Heo · 13 years ago
  30. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 13 years ago
  31. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 13 years ago
  32. 8db78cc x86: Unify NUMA initialization between 32 and 64bit by Tejun Heo · 14 years ago
  33. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  34. 1d93126 x86-32, memblock: Make add_highpages honor early reserved ranges by Yinghai Lu · 14 years ago
  35. 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
  36. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  37. 59be5a8 x86: Make 32bit support NO_BOOTMEM by Yinghai Lu · 14 years ago
  38. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  39. a81b631 x86: mm/numa_32.c calculate_numa_remap_pages should use __init by Jaswinder Singh Rajput · 15 years ago
  40. a71edd1 x86: fix bootmem cross node for 32bit numa by Yinghai Lu · 15 years ago
  41. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  42. 867c5b52 x86: set_highmem_pages_init() cleanup by Pekka Enberg · 15 years ago
  43. 2366c29 x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointer by Hannes Eder · 15 years ago
  44. 9b4778f trivial: replace last usages of __FUNCTION__ in kernel by Harvey Harrison · 16 years ago
  45. 97a70e5 x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set by Rafael J. Wysocki · 16 years ago
  46. 927604c x86: rename discontig_32.c to numa_32.c by Yinghai Lu · 16 years ago[Renamed from arch/x86/mm/discontig_32.c]
  47. 17f3ab7 x86: convert discontig_32.c from round_up to roundup by Joerg Roedel · 16 years ago
  48. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  49. 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 16 years ago
  50. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  51. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  52. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  53. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  54. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
  55. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
  56. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  57. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 16 years ago
  58. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  59. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  60. 9043f00 x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node by Yinghai Lu · 16 years ago
  61. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  62. 7b2a0a6 x86: make 32-bit use e820_register_active_regions() by Yinghai Lu · 16 years ago
  63. 84b56fa x86, numa, 32-bit: make sure get we kva space by Yinghai Lu · 16 years ago
  64. 6af61a7 x86: clean up max_pfn_mapped usage - 32-bit by Yinghai Lu · 16 years ago
  65. 287572c x86, numa, 32-bit: avoid clash between ramdisk and kva by Yinghai Lu · 16 years ago
  66. e8c27ac x86, numa, 32-bit: print out debug info on all kvas by Yinghai Lu · 16 years ago
  67. 0596152 x86, 32-bit: change propagate_e820_map() back to find_max_pfn() by Yinghai Lu · 16 years ago
  68. b66cd72 x86: set node_remap_size[0] in fallback path by Yinghai Lu · 16 years ago
  69. ba924c8 x86, numa, 32-bit: increase max_elements to 1024 by Yinghai Lu · 16 years ago
  70. 471b3c1 x86, numaq 32-bit: build fix by Ingo Molnar · 16 years ago
  71. cf3d0cb x86: 32-bit numa, build fix by Ingo Molnar · 16 years ago
  72. b28852d x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bit by Ingo Molnar · 16 years ago
  73. 2772f54 x86: add acpi_numa_slit_init() dummy implementation on 32-bit by Ingo Molnar · 16 years ago
  74. a548128 x86: extend e820 early_res support 32bit -fix #5 by Yinghai Lu · 16 years ago
  75. 1638729 x86: extend e820 early_res support 32bit -fix #4 by Yinghai Lu · 16 years ago
  76. 84d6bd0 x86: cope with no remap space being allocated for a numa node by Andy Whitcroft · 16 years ago
  77. b9ada42 x86: reinstate numa remap for SPARSEMEM on x86 NUMA systems by Andy Whitcroft · 16 years ago
  78. 48b83d2 x86: undo visws/numaq build changes by Thomas Gleixner · 16 years ago
  79. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 16 years ago
  80. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 16 years ago
  81. 76c32418 x86: fix trim mtrr not to setup_memory two times by Yinghai Lu · 16 years ago
  82. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  83. 1b000a5 x86: make NUMA work on 32-bit by Mel Gorman · 16 years ago
  84. bac4894 x86: make NUMA work on 32-bit again by Mel Gorman · 16 years ago
  85. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 16 years ago
  86. fb8c177 x86: mm/discontig_32.c: make code static by Adrian Bunk · 17 years ago
  87. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  88. 59659f1 i386: make some variables static by Adrian Bunk · 17 years ago
  89. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  90. ad757b6 i386: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/discontig_32.c]
  91. 6e5191e i386: prepare shared mm/discontig.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/discontig.c]
  92. 28aa483 x86: Fix discontigmem + non-HIGHMEM compile by Linus Torvalds · 17 years ago
  93. 40d22c1 [PATCH] i386: Remove extern declaration from mm/discontig.c, put in header. by Rusty Russell · 17 years ago
  94. 7c7e942 [PATCH] memory hotplug: fix compile error for i386 with NUMA config by Yasunori Goto · 18 years ago
  95. 3529833 [PATCH] i386: substitute __va lookup with pfn_to_kaddr by David Rientjes · 18 years ago
  96. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  97. 8d8f3cb BUG_ON cleanups in arch/i386 by Eric Sesterhenn · 18 years ago
  98. 4cfee88 [PATCH] Have x86 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  99. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  100. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago