Commit Graph

174 Commits (2d8646510120bb1eb251ae3381e950805a877763)

Author SHA1 Message Date
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
Yasuaki Ishimatsu 815121d2b5 memory_hotplug: clear zone when removing the memory 12 years ago
Tang Chen 5fc1d66a22 memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP. 12 years ago
Tang Chen cd099682e4 memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section() 12 years ago
Yasuaki Ishimatsu 46723bfa54 memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap 12 years ago
Wen Congyang 24d335ca36 memory-hotplug: introduce new arch_remove_memory() for removing page table 12 years ago
Yasuaki Ishimatsu 46c66c4b7b memory-hotplug: remove /sys/firmware/memmap/X sysfs 12 years ago
Wen Congyang bbc76be67c memory-hotplug: remove redundant codes 12 years ago
Yasuaki Ishimatsu 6677e3eaf4 memory-hotplug: check whether all memory blocks are offlined or not when removing memory 12 years ago
Wen Congyang 993c1aad8f memory-hotplug: try to offline the memory twice to avoid dependence 12 years ago
Sasha Levin a864b9d06c mm: memory_hotplug: no need to check res twice in add_memory 12 years ago
Tang Chen 79a4dcefd3 mm/memory_hotplug.c: improve comments 12 years ago
Jiang Liu 9feedc9d83 mm: introduce new field "managed_pages" to struct zone 12 years ago
Lai Jiangshan 09285af75d memory_hotplug: allow online/offline memory to result movable node 12 years ago
Lai Jiangshan 6715ddf945 hotplug: update nodemasks management 12 years ago
Lai Jiangshan 74d42d8fe1 memory_hotplug: ensure every online node has NORMAL memory 12 years ago
Lai Jiangshan e455a9b92d memory_hotplug: handle empty zone when online_movable/online_kernel 12 years ago
Lai Jiangshan 511c2aba8f mm, memory-hotplug: dynamic configure movable memory and portion memory 12 years ago
Tang Chen 712cd386fd mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages == 0. 12 years ago
Lai Jiangshan d9713679db memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY] 12 years ago