summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+1
* mm/memory_hotplug: use ensure_zone_is_initialized()Cody P Schafer2013-02-241-19/+10Star
* mm: add helper ensure_zone_is_initialized()Cody P Schafer2013-02-241-0/+11
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-241-5/+5
* mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-241-2/+1Star
* mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu2013-02-241-0/+1
* cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-241-1/+29
* memory-hotplug: export the function try_offline_node()Wen Congyang2013-02-241-1/+2
* memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen2013-02-241-8/+16
* memory-hotplug: free node_data when a node is offlinedWen Congyang2013-02-241-3/+27
* memory-hotplug: remove sysfs file of nodeTang Chen2013-02-241-2/+56
* memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu2013-02-241-0/+207
* memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen2013-02-241-11/+0Star
* memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2013-02-241-4/+0Star
* memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-241-4/+31
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-241-0/+2
* memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu2013-02-241-1/+4
* memory-hotplug: remove redundant codesWen Congyang2013-02-241-47/+82
* memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-241-0/+48
* memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang2013-02-241-2/+14
* mm: memory_hotplug: no need to check res twice in add_memorySasha Levin2013-02-241-2/+1Star
* mm/memory_hotplug.c: improve commentsTang Chen2012-12-191-6/+12
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-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-131-0/+10
| * | memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-131-0/+16
| * | hotplug: update nodemasks managementLai Jiangshan2012-12-131-15/+72
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-3/+3
|\ \ \ | |/ / |/| |
| * | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-3/+3
* | | memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan2012-12-121-0/+40
* | | memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan2012-12-121-6/+45
* | | mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan2012-12-121-1/+99
* | | mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen2012-12-121-2/+2
* | | memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan2012-12-121-16/+120
* | | memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-121-2/+6
* | | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-121-2/+3
| |/ |/|
* | revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-7/+0Star
|/
* memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-2/+2
* memory-hotplug: update memory block's state and notify userspaceWen Congyang2012-10-091-1/+32
* memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang2012-10-091-2/+11
* mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+7
* memory-hotplug: don't replace lowmem pages with highmemMinchan Kim2012-10-091-9/+6Star
* memory-hotplug: build zonelists when offlining pagesXishi Qiu2012-10-091-1/+6
* memory hotplug: fix section info double registration bugqiuxishi2012-09-181-6/+10
* mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2012-08-011-0/+3
* mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2012-08-011-7/+8
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-08-011-2/+2
* mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang2012-07-121-1/+1