summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug.c: fix return value of online_pages()Toshi Kani2013-07-091-3/+3
* mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node()Tang Chen2013-07-091-2/+2
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-32/+16
|\
| * mm/hotplug: prepare for removing num_physpagesJiang Liu2013-07-031-4/+0
| * mm: correctly update zone->managed_pagesJiang Liu2013-07-031-13/+3
| * mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-031-14/+2
| * mm: fix some trivial typos in commentsJiang Liu2013-07-031-1/+1
| * mm/memory_hotplug.c: change normal message to use pr_debugToshi Kani2013-07-031-1/+1
| * memory_hotplug: use pgdat_resize_lock() in __offline_pages()Cody P Schafer2013-07-031-0/+5
| * memory_hotplug: use pgdat_resize_lock() in online_pages()Cody P Schafer2013-07-031-0/+5
* | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-281-70/+11
|\ \ | |/ |/|
| * Memory hotplug: Move alternative function definitions to headerRafael J. Wysocki2013-06-011-7/+1
| * Memory hotplug / ACPI: Simplify memory removalRafael J. Wysocki2013-06-011-63/+8
| * Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki2013-06-011-1/+1
| * ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesRafael J. Wysocki2013-05-121-1/+3
* | mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-241-3/+6
|/
* mm: fix memory_hotplug.c printk format warningRandy Dunlap2013-04-291-4/+8
* mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes2013-04-291-33/+35
* mm: change __remove_pages() to call release_mem_region_adjustable()Toshi Kani2013-04-291-2/+9
* mm: walk_memory_range(): fix typo in commentToshi Kani2013-04-291-1/+1
* mm/hotplug: only free wait_table if it's allocated by vmallocJianguo Wu2013-03-221-1/+5
* mm: remove_memory(): fix end_pfn settingToshi Kani2013-03-131-1/+1
* mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same.Cody P Schafer2013-02-231-1/+1
* mm/memory_hotplug: use ensure_zone_is_initialized()Cody P Schafer2013-02-231-19/+10
* mm: add helper ensure_zone_is_initialized()Cody P Schafer2013-02-231-0/+11
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-231-5/+5
* mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-231-2/+1
* mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu2013-02-231-0/+1
* cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-231-1/+29
* memory-hotplug: export the function try_offline_node()Wen Congyang2013-02-231-1/+2
* memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen2013-02-231-8/+16
* memory-hotplug: free node_data when a node is offlinedWen Congyang2013-02-231-3/+27
* memory-hotplug: remove sysfs file of nodeTang Chen2013-02-231-2/+56
* memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu2013-02-231-0/+207
* memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen2013-02-231-11/+0
* memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2013-02-231-4/+0
* memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-231-4/+31
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+2
* memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu2013-02-231-1/+4
* memory-hotplug: remove redundant codesWen Congyang2013-02-231-47/+82
* memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-231-0/+48
* memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang2013-02-231-2/+14
* mm: memory_hotplug: no need to check res twice in add_memorySasha Levin2013-02-231-2/+1
* mm/memory_hotplug.c: improve commentsTang Chen2012-12-181-6/+12
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-1/+2
|\
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-1/+2
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-131-15/+98
|\ \
| * | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-121-0/+10
| * | memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-121-0/+16
| * | hotplug: update nodemasks managementLai Jiangshan2012-12-121-15/+72