1. 1d93126 x86-32, memblock: Make add_highpages honor early reserved ranges by Yinghai Lu · 14 years ago
  2. 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
  3. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  4. 59be5a8 x86: Make 32bit support NO_BOOTMEM by Yinghai Lu · 14 years ago
  5. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  6. a81b631 x86: mm/numa_32.c calculate_numa_remap_pages should use __init by Jaswinder Singh Rajput · 15 years ago
  7. a71edd1 x86: fix bootmem cross node for 32bit numa by Yinghai Lu · 15 years ago
  8. 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
  9. 867c5b52 x86: set_highmem_pages_init() cleanup by Pekka Enberg · 15 years ago
  10. 2366c29 x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointer by Hannes Eder · 15 years ago
  11. 9b4778f trivial: replace last usages of __FUNCTION__ in kernel by Harvey Harrison · 16 years ago
  12. 97a70e5 x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set by Rafael J. Wysocki · 16 years ago
  13. 927604c x86: rename discontig_32.c to numa_32.c by Yinghai Lu · 16 years ago[Renamed from arch/x86/mm/discontig_32.c]
  14. 17f3ab7 x86: convert discontig_32.c from round_up to roundup by Joerg Roedel · 16 years ago
  15. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  16. 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 16 years ago
  17. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  18. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  19. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  20. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  21. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
  22. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
  23. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  24. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 16 years ago
  25. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  26. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  27. 9043f00 x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node by Yinghai Lu · 16 years ago
  28. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  29. 7b2a0a6 x86: make 32-bit use e820_register_active_regions() by Yinghai Lu · 16 years ago
  30. 84b56fa x86, numa, 32-bit: make sure get we kva space by Yinghai Lu · 16 years ago
  31. 6af61a7 x86: clean up max_pfn_mapped usage - 32-bit by Yinghai Lu · 16 years ago
  32. 287572c x86, numa, 32-bit: avoid clash between ramdisk and kva by Yinghai Lu · 16 years ago
  33. e8c27ac x86, numa, 32-bit: print out debug info on all kvas by Yinghai Lu · 16 years ago
  34. 0596152 x86, 32-bit: change propagate_e820_map() back to find_max_pfn() by Yinghai Lu · 16 years ago
  35. b66cd72 x86: set node_remap_size[0] in fallback path by Yinghai Lu · 16 years ago
  36. ba924c8 x86, numa, 32-bit: increase max_elements to 1024 by Yinghai Lu · 16 years ago
  37. 471b3c1 x86, numaq 32-bit: build fix by Ingo Molnar · 16 years ago
  38. cf3d0cb x86: 32-bit numa, build fix by Ingo Molnar · 16 years ago
  39. b28852d x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bit by Ingo Molnar · 16 years ago
  40. 2772f54 x86: add acpi_numa_slit_init() dummy implementation on 32-bit by Ingo Molnar · 16 years ago
  41. a548128 x86: extend e820 early_res support 32bit -fix #5 by Yinghai Lu · 16 years ago
  42. 1638729 x86: extend e820 early_res support 32bit -fix #4 by Yinghai Lu · 16 years ago
  43. 84d6bd0 x86: cope with no remap space being allocated for a numa node by Andy Whitcroft · 16 years ago
  44. b9ada42 x86: reinstate numa remap for SPARSEMEM on x86 NUMA systems by Andy Whitcroft · 16 years ago
  45. 48b83d2 x86: undo visws/numaq build changes by Thomas Gleixner · 16 years ago
  46. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 16 years ago
  47. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 16 years ago
  48. 76c32418 x86: fix trim mtrr not to setup_memory two times by Yinghai Lu · 16 years ago
  49. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  50. 1b000a5 x86: make NUMA work on 32-bit by Mel Gorman · 16 years ago
  51. bac4894 x86: make NUMA work on 32-bit again by Mel Gorman · 16 years ago
  52. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 16 years ago
  53. fb8c177 x86: mm/discontig_32.c: make code static by Adrian Bunk · 17 years ago
  54. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  55. 59659f1 i386: make some variables static by Adrian Bunk · 17 years ago
  56. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  57. ad757b6 i386: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/discontig_32.c]
  58. 6e5191e i386: prepare shared mm/discontig.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/discontig.c]
  59. 28aa483 x86: Fix discontigmem + non-HIGHMEM compile by Linus Torvalds · 17 years ago
  60. 40d22c1 [PATCH] i386: Remove extern declaration from mm/discontig.c, put in header. by Rusty Russell · 17 years ago
  61. 7c7e942 [PATCH] memory hotplug: fix compile error for i386 with NUMA config by Yasunori Goto · 18 years ago
  62. 3529833 [PATCH] i386: substitute __va lookup with pfn_to_kaddr by David Rientjes · 18 years ago
  63. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  64. 8d8f3cb BUG_ON cleanups in arch/i386 by Eric Sesterhenn · 18 years ago
  65. 4cfee88 [PATCH] Have x86 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  66. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  67. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  68. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  69. 9102330 [PATCH] convert i386 NUMA KVA space to bootmem by keith mannthey · 18 years ago
  70. ba9c231 [PATCH] i386: initialize end-of-memory variables as early as possible by Jan Beulich · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. d254c8f typo fixes: specfic -> specific by Adrian Bunk · 18 years ago
  73. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 18 years ago
  74. 3571761 [PATCH] for_each_online_pgdat: remove sorting pgdat by KAMEZAWA Hiroyuki · 18 years ago
  75. 05039b9 [PATCH] memory hotplug: i386 addition functions by Dave Hansen · 19 years ago
  76. 6c231b7 [PATCH] Additions to .data.read_mostly section by Ravikiran G Thirumalai · 19 years ago
  77. 4b0271e [PATCH] Move the fix to align node_end_pfns to a proper location by Ravikiran G Thirumalai · 19 years ago
  78. 94d2ac6 [PATCH] mm: Ensure proper alignment for node_remap_start_pfn by Ravikiran G Thirumalai · 19 years ago
  79. 1bc3b91 [PATCH] crashdump: x86 crashkernel option by Eric W. Biederman · 19 years ago
  80. 129f694 [PATCH] Remove i386_ksyms.c, almost. by Alexey Dobriyan · 19 years ago
  81. 05b79bd [PATCH] sparsemem memory model for i386 by Andy Whitcroft · 19 years ago
  82. 5b505b9 [PATCH] sparsemem base: teach discontig about sparse ranges by Dave Hansen · 19 years ago
  83. 6f167ec [PATCH] sparsemem base: simple NUMA remap space allocator by Dave Hansen · 19 years ago
  84. c2ebaa4 [PATCH] sparsemem base: early_pfn_to_nid() (works before sparse is initialized) by Dave Hansen · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago