1. f9126ab memory-hotplug: fix wrong edge when hot add a new node by Xishi Qiu · 9 years ago
  2. e298ff7 mm: initialize hotplugged pages as reserved by Mel Gorman · 9 years ago
  3. c435a39 mm/memory hotplug: print the last vmemmap region at the end of hot add memory by Zhu Guihua · 9 years ago
  4. 85bd839 mm/memory_hotplug.c: set zone->wait_table to null after freeing it by Gu Zheng · 9 years ago
  5. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 9 years ago
  6. 30467e0 mm, hotplug: fix concurrent memory hot-add deadlock by David Rientjes · 9 years ago
  7. 19c07d5 memory hotplug: use macro to switch between section and pfn by Sheng Yong · 9 years ago
  8. b0dc3a3 mm/memory hotplug: postpone the reset of obsolete pgdat by Gu Zheng · 9 years ago
  9. c055432 mm, memory_hotplug/failure: drain single zone pcplists by Vlastimil Babka · 10 years ago
  10. 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
  11. 0bd8542 mem-hotplug: reset node present pages when hot-adding a new pgdat by Tang Chen · 10 years ago
  12. f784a3f mem-hotplug: reset node managed pages when hot-adding a new pgdat by Tang Chen · 10 years ago
  13. 35dca71 memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node() by Yasuaki Ishimatsu · 10 years ago
  14. ed2f240 memory-hotplug: add sysfs valid_zones attribute by Zhang Zhen · 10 years ago
  15. 6326440 memory-hotplug: add zone_for_memory() for selecting zone for new memory by Wang Nan · 10 years ago
  16. 4f7c6b4 mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1 by Tang Chen · 10 years ago
  17. f276540 mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_span by Fabian Frederick · 10 years ago
  18. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  19. c8e861a mm/memory_hotplug.c: use PFN_DOWN() by Fabian Frederick · 10 years ago
  20. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  21. ac13c46 mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hotplug by Nathan Zimmer · 10 years ago
  22. f0b791a mm: print more details for bad_page() by Dave Hansen · 10 years ago
  23. 9e43aa2 mm/memory_hotplug.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  24. 869a84e1 mm/memblock: remove unnecessary inclusions of bootmem.h by Grygorii Strashko · 10 years ago
  25. 55ac590 memblock, mem_hotplug: make memblock skip hotpluggable regions if needed by Tang Chen · 10 years ago
  26. c532092 mem-hotplug: introduce movable_node boot option by Tang Chen · 11 years ago
  27. 85b35fe mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter by Zhang Yanfei · 11 years ago
  28. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  29. 9c2606b mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) by Xishi Qiu · 11 years ago
  30. d6de9d5 mm/memory_hotplug.c: rename the function is_memblock_offlined_cb() by Xishi Qiu · 11 years ago
  31. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  32. 02b9735 Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  33. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 11 years ago
  34. 0f1cfe9 mm/hotplug: remove stop_machine() from try_offline_node() by Toshi Kani · 11 years ago
  35. 27356f5 mm/hotplug: verify hotplug memory range by Toshi Kani · 11 years ago
  36. 139c2d7 mm: use zone_is_initialized() instead of if(zone->wait_table) by Xishi Qiu · 11 years ago
  37. 8080fc0 mm: use zone_is_empty() instead of if(zone->spanned_pages) by Xishi Qiu · 11 years ago
  38. c33bc31 mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages by Xishi Qiu · 11 years ago
  39. 37b000b mm/hotplug: remove unnecessary BUG_ON in __offline_pages() by Xishi Qiu · 11 years ago
  40. 942f401 PM / hibernate / memory hotplug: Rework mutual exclusion by Rafael J. Wysocki · 11 years ago
  41. 0a1be15 mm/memory_hotplug.c: fix return value of online_pages() by Toshi Kani · 11 years ago
  42. 7e9f5eb mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node() by Tang Chen · 11 years ago
  43. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  44. e461d62 mm/hotplug: prepare for removing num_physpages by Jiang Liu · 11 years ago
  45. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  46. 170a5a7 mm: make __free_pages_bootmem() only available at boot time by Jiang Liu · 11 years ago
  47. 834405c mm: fix some trivial typos in comments by Jiang Liu · 11 years ago
  48. 4996eed mm/memory_hotplug.c: change normal message to use pr_debug by Toshi Kani · 11 years ago
  49. d702909 memory_hotplug: use pgdat_resize_lock() in __offline_pages() by Cody P Schafer · 11 years ago
  50. aa47228 memory_hotplug: use pgdat_resize_lock() in online_pages() by Cody P Schafer · 11 years ago
  51. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  52. aba6efc Memory hotplug: Move alternative function definitions to header by Rafael J. Wysocki · 11 years ago
  53. 242831e Memory hotplug / ACPI: Simplify memory removal by Rafael J. Wysocki · 11 years ago
  54. ea50be5 Driver core / MM: Drop offline_memory_block() by Rafael J. Wysocki · 11 years ago
  55. 348f9f0 mm/memory_hotplug.c: fix printk format warnings by Randy Dunlap · 11 years ago
  56. e2ff394 ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes by Rafael J. Wysocki · 11 years ago
  57. 349daa0 mm: fix memory_hotplug.c printk format warning by Randy Dunlap · 11 years ago
  58. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  59. fe74ebb mm: change __remove_pages() to call release_mem_region_adjustable() by Toshi Kani · 11 years ago
  60. e05c4bb mm: walk_memory_range(): fix typo in comment by Toshi Kani · 11 years ago
  61. ca4b3f3 mm/hotplug: only free wait_table if it's allocated by vmalloc by Jianguo Wu · 11 years ago
  62. f874945 mm: remove_memory(): fix end_pfn setting by Toshi Kani · 11 years ago
  63. c1f1949 mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same. by Cody P Schafer · 11 years ago
  64. 64dd1b2 mm/memory_hotplug: use ensure_zone_is_initialized() by Cody P Schafer · 11 years ago
  65. f6bbb78 mm: add helper ensure_zone_is_initialized() by Cody P Schafer · 11 years ago
  66. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 11 years ago
  67. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  68. c60514b mm: increase totalram_pages when free pages allocated by bootmem allocator by Jiang Liu · 11 years ago
  69. e13fe86 cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node by Wen Congyang · 11 years ago
  70. 90b30cd memory-hotplug: export the function try_offline_node() by Wen Congyang · 11 years ago
  71. a1e565a memory-hotplug: do not allocate pgdat if it was not freed when offline. by Tang Chen · 11 years ago
  72. d822b86 memory-hotplug: free node_data when a node is offlined by Wen Congyang · 11 years ago
  73. 60a5a19 memory-hotplug: remove sysfs file of node by Tang Chen · 11 years ago
  74. 815121d memory_hotplug: clear zone when removing the memory by Yasuaki Ishimatsu · 11 years ago
  75. 5fc1d66 memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP. by Tang Chen · 11 years ago
  76. cd09968 memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section() by Tang Chen · 11 years ago
  77. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 11 years ago
  78. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 11 years ago
  79. 46c66c4 memory-hotplug: remove /sys/firmware/memmap/X sysfs by Yasuaki Ishimatsu · 11 years ago
  80. bbc76be memory-hotplug: remove redundant codes by Wen Congyang · 11 years ago
  81. 6677e3e memory-hotplug: check whether all memory blocks are offlined or not when removing memory by Yasuaki Ishimatsu · 11 years ago
  82. 993c1aa memory-hotplug: try to offline the memory twice to avoid dependence by Wen Congyang · 11 years ago
  83. a864b9d mm: memory_hotplug: no need to check res twice in add_memory by Sasha Levin · 11 years ago
  84. 79a4dce mm/memory_hotplug.c: improve comments by Tang Chen · 11 years ago
  85. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  86. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 11 years ago
  87. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  88. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 12 years ago
  89. 09285af memory_hotplug: allow online/offline memory to result movable node by Lai Jiangshan · 12 years ago
  90. 6715ddf hotplug: update nodemasks management by Lai Jiangshan · 12 years ago
  91. 74d42d8 memory_hotplug: ensure every online node has NORMAL memory by Lai Jiangshan · 12 years ago
  92. e455a9b memory_hotplug: handle empty zone when online_movable/online_kernel by Lai Jiangshan · 12 years ago
  93. 511c2ab mm, memory-hotplug: dynamic configure movable memory and portion memory by Lai Jiangshan · 12 years ago
  94. 712cd38 mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages == 0. by Tang Chen · 12 years ago
  95. d971367 memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY] by Lai Jiangshan · 12 years ago
  96. 6dcd73d memory-hotplug: allocate zone's pcp before onlining pages by Wen Congyang · 12 years ago
  97. b023f46 memory-hotplug: skip HWPoisoned page when offlining pages by Wen Congyang · 12 years ago
  98. 7b2a2d4 mm: migrate: Add a tracepoint for migrate_pages by Mel Gorman · 12 years ago
  99. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  100. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 12 years ago