1. 587ff8c x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE by Tang Chen · 12 years ago
  2. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  3. bbcab87 memory-hotplug: remove page table of x86_64 architecture by Tang Chen · 12 years ago
  4. ae9aae9 memory-hotplug: common APIs to support page tables hot-remove by Wen Congyang · 12 years ago
  5. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  6. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 12 years ago
  7. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  8. a57ed93 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  9. 0ee364e x86/mm: Check if PUD is large when validating a kernel address by Mel Gorman · 12 years ago
  10. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 12 years ago
  11. 7221267 x86, 64bit, mm: Mark data/bss/brk to nx by Yinghai Lu · 12 years ago
  12. 1005423 x86, 64bit: Don't set max_pfn_mapped wrong value early on native path by Yinghai Lu · 12 years ago
  13. aece278 x86, 64bit, mm: Add generic kernel/ident mapping helper by Yinghai Lu · 12 years ago
  14. c2bdee5 x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd by Yinghai Lu · 12 years ago
  15. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  16. 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 12 years ago
  17. f73568a x86/mm: Fix the argument passed to sync_global_pgds() by Wen Congyang · 12 years ago
  18. be354f4 Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" by Linus Torvalds · 12 years ago
  19. d42b3a2 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. 4b0ef1fe page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization by Lai Jiangshan · 12 years ago
  21. 94b43c3 x86, mm: kill numa_free_all_bootmem() by Yinghai Lu · 12 years ago
  22. 5c51bdb x86, mm: Merge alloc_low_page between 64bit and 32bit by Yinghai Lu · 12 years ago
  23. 868bf4d x86, mm: Remove parameter in alloc_low_page for 64bit by Yinghai Lu · 12 years ago
  24. 973dc4f x86, mm: Remove early_memremap workaround for page table accessing on 64bit by Yinghai Lu · 12 years ago
  25. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  26. eceb363 x86, mm: Don't clear page table if range is ram by Yinghai Lu · 12 years ago
  27. 960ddb4f x86, mm: Align start address to correct big page size by Yinghai Lu · 12 years ago
  28. 66520eb x86, mm: Only direct map addresses that are marked as E820_RAM by Jacob Shin · 12 years ago
  29. fc8d782 x86: Use __pa_symbol instead of __pa on C visible symbols by Alexander Duyck · 12 years ago
  30. 53b87cf x86, mm: Include the entire kernel memory map in trampoline_pgd by Matt Fleming · 12 years ago
  31. 876ee61 x86-64: Fix page table accounting by Jan Beulich · 12 years ago
  32. 02171b4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  33. 20167d3 x86-64: Fix accounting in kernel_physical_mapping_init() by Jan Beulich · 13 years ago
  34. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  35. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  36. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  37. 1762391 x86, mm: Unify zone_sizes_init() by Pekka Enberg · 13 years ago
  38. 248b52b x86, mm: Prepare zone_sizes_init() for unification by Pekka Enberg · 13 years ago
  39. ece838b x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bit by Pekka Enberg · 13 years ago
  40. 80b3cac x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32 by Pekka Enberg · 13 years ago
  41. 4c0b2e5 x86, mm: Move zone init from paging_init() on 64-bit by Pekka Enberg · 13 years ago
  42. 0608f70 x86: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  43. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 14 years ago
  44. dc382fd x86, mm: Allow ZONE_DMA to be configurable by David Rientjes · 14 years ago
  45. 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 14 years ago
  46. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  47. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
  48. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  49. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  50. 73d5a86 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  51. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
  52. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  53. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  54. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
  55. f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 14 years ago
  56. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
  57. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
  58. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
  59. 1dc41aa memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV by Nathan Fontenot · 14 years ago
  60. 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 14 years ago
  61. 4b239f4 x86-64, mm: Put early page table high by Yinghai Lu · 14 years ago
  62. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  63. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  64. c3b86a2 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
  65. 617d34d x86, mm: Hold mm->page_table_lock while doing vmalloc_sync by Jeremy Fitzhardinge · 14 years ago
  66. 44235dc x86, mm: Fix bogus whitespace in sync_global_pgds() by Jeremy Fitzhardinge · 14 years ago
  67. 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
  68. 1c5f50e x86, mm: fix uninitialized addr in kernel_physical_mapping_init() by Wu Fengguang · 14 years ago
  69. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  70. 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
  71. 6f2a753 x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve by Yinghai Lu · 14 years ago
  72. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  73. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  74. 9b86152 x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changes by Haicheng Li · 14 years ago
  75. 6afb515 x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions by Haicheng Li · 15 years ago
  76. a253129 update email address by Pavel Machek · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  78. 9bdac91 sparsemem: Put mem map for one node together. by Yinghai Lu · 15 years ago
  79. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 15 years ago
  80. 1842f90 x86: Call early_res_to_bootmem one time by Yinghai Lu · 15 years ago
  81. ea08541 memory hotplug: fix a bug on /dev/mem for 64-bit kernels by Shaohui Zheng · 15 years ago
  82. e7d23dd x86_64, cpa: Use only text section in set_kernel_text_rw/ro by Suresh Siddha · 15 years ago
  83. 502f660 x86, cpa: Fix kernel text RO checks in static_protection() by Suresh Siddha · 15 years ago
  84. 74e0817 x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA by Suresh Siddha · 15 years ago
  85. b9af7c0 x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATA by Suresh Siddha · 15 years ago
  86. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  87. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  88. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  89. 9492587 kcore: register text area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  90. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  91. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  92. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  93. a6a06f7 x86: Fix an incorrect argument of reserve_bootmem() by Amerigo Wang · 15 years ago
  94. 44b5728 x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in by Yinghai Lu · 15 years ago
  95. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  96. c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  97. 9e73023 kmemcheck: don't track page tables by Vegard Nossum · 16 years ago
  98. 41d840e x86: change kernel_physical_mapping_init() __init to __meminit by Shaohua Li · 16 years ago
  99. 087fa4e x86: use sparse_memory_present_with_active_regions() on UMA by Pekka Enberg · 16 years ago
  100. 3551f88 x86: unify 64-bit UMA and NUMA paging_init() by Pekka Enberg · 16 years ago