Commit Graph

194 Commits (725b418b43d2ddcb94b413cd25c74c1175d1c5f0)

Author SHA1 Message Date
Nathan Zimmer ac13c4622b mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hotplug 11 years ago
Dave Hansen f0b791a34c mm: print more details for bad_page() 11 years ago
Santosh Shilimkar 9e43aa2b8d mm/memory_hotplug.c: use memblock apis for early memory allocations 11 years ago
Grygorii Strashko 869a84e1ca mm/memblock: remove unnecessary inclusions of bootmem.h 11 years ago
Tang Chen 55ac590c2f memblock, mem_hotplug: make memblock skip hotpluggable regions if needed 11 years ago
Tang Chen c5320926e3 mem-hotplug: introduce movable_node boot option 11 years ago
Zhang Yanfei 85b35feaec mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter 11 years ago
Toshi Kani 01b0f19707 cpu/mem hotplug: add try_online_node() for cpu_up() 11 years ago
Xishi Qiu 9c2606b77d mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) 11 years ago
Xishi Qiu d6de9d5349 mm/memory_hotplug.c: rename the function is_memblock_offlined_cb() 11 years ago
Xishi Qiu 83285c72e0 mm: use pgdat_end_pfn() to simplify the code in others 11 years ago
Naoya Horiguchi c8721bbbdd mm: memory-hotplug: enable memory hotplug to handle hugepage 12 years ago
Toshi Kani 0f1cfe9d0d mm/hotplug: remove stop_machine() from try_offline_node() 12 years ago
Toshi Kani 27356f54c8 mm/hotplug: verify hotplug memory range 12 years ago
Xishi Qiu 139c2d75b4 mm: use zone_is_initialized() instead of if(zone->wait_table) 12 years ago
Xishi Qiu 8080fc038e mm: use zone_is_empty() instead of if(zone->spanned_pages) 12 years ago
Xishi Qiu c33bc315fd mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages 12 years ago
Xishi Qiu 37b000b640 mm/hotplug: remove unnecessary BUG_ON in __offline_pages() 12 years ago
Rafael J. Wysocki 942f40155a PM / hibernate / memory hotplug: Rework mutual exclusion 12 years ago
Toshi Kani 0a1be15097 mm/memory_hotplug.c: fix return value of online_pages() 12 years ago
Tang Chen 7e9f5eb03d mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node() 12 years ago
Jiang Liu e461d627d5 mm/hotplug: prepare for removing num_physpages 12 years ago
Jiang Liu 3dcc0571cd mm: correctly update zone->managed_pages 12 years ago
Jiang Liu 170a5a7eb2 mm: make __free_pages_bootmem() only available at boot time 12 years ago
Jiang Liu 834405c3b6 mm: fix some trivial typos in comments 12 years ago
Toshi Kani 4996eed867 mm/memory_hotplug.c: change normal message to use pr_debug 12 years ago
Cody P Schafer d702909f0a memory_hotplug: use pgdat_resize_lock() in __offline_pages() 12 years ago
Cody P Schafer aa47228a18 memory_hotplug: use pgdat_resize_lock() in online_pages() 12 years ago
Rafael J. Wysocki aba6efc471 Memory hotplug: Move alternative function definitions to header 12 years ago
Rafael J. Wysocki 242831eb15 Memory hotplug / ACPI: Simplify memory removal 12 years ago
Rafael J. Wysocki ea50be5934 Driver core / MM: Drop offline_memory_block() 12 years ago
Randy Dunlap 348f9f05e0 mm/memory_hotplug.c: fix printk format warnings 12 years ago
Rafael J. Wysocki e2ff39400d ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes 12 years ago
Randy Dunlap 349daa0f93 mm: fix memory_hotplug.c printk format warning 12 years ago
David Rientjes 4edd7ceff0 mm, hotplug: avoid compiling memory hotremove functions when disabled 12 years ago
Toshi Kani fe74ebb106 mm: change __remove_pages() to call release_mem_region_adjustable() 12 years ago
Toshi Kani e05c4bbfae mm: walk_memory_range(): fix typo in comment 12 years ago
Jianguo Wu ca4b3f302c mm/hotplug: only free wait_table if it's allocated by vmalloc 12 years ago
Toshi Kani f8749452ad mm: remove_memory(): fix end_pfn setting 12 years ago
Cody P Schafer c1f1949527 mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same. 12 years ago
Cody P Schafer 64dd1b29bf mm/memory_hotplug: use ensure_zone_is_initialized() 12 years ago
Cody P Schafer f6bbb78e5b mm: add helper ensure_zone_is_initialized() 12 years ago
Cody P Schafer 108bcc96ef mm: add & use zone_end_pfn() and zone_spans_pfn() 12 years ago
Hugh Dickins 9c620e2bc5 mm: remove offlining arg to migrate_pages 12 years ago
Jiang Liu c60514b631 mm: increase totalram_pages when free pages allocated by bootmem allocator 12 years ago
Wen Congyang e13fe8695c cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node 12 years ago
Wen Congyang 90b30cdc1d memory-hotplug: export the function try_offline_node() 12 years ago
Tang Chen a1e565aa3c memory-hotplug: do not allocate pgdat if it was not freed when offline. 12 years ago
Wen Congyang d822b86a99 memory-hotplug: free node_data when a node is offlined 12 years ago
Tang Chen 60a5a19e74 memory-hotplug: remove sysfs file of node 12 years ago