aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi1-1/+1
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-21/+12
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong1-1/+1
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2014-12-10mm, memory_hotplug/failure: drain single zone pcplistsVlastimil Babka1-2/+2
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka1-2/+2
2014-11-13mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen1-0/+17
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen1-0/+9
2014-10-29memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node()Yasuaki Ishimatsu1-5/+0
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-1/+1
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan1-0/+28
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-3/+6
2014-08-06mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_spanFabian Frederick1-4/+4
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-1/+1
2014-06-04mm/memory_hotplug.c: use PFN_DOWN()Fabian Frederick1-2/+2
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-41/+101
2014-01-23mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hot...Nathan Zimmer1-3/+4
2014-01-23mm: print more details for bad_page()Dave Hansen1-1/+1
2014-01-21mm/memory_hotplug.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko1-1/+0
2014-01-21memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen1-0/+1
2013-11-13mem-hotplug: introduce movable_node boot optionTang Chen1-0/+31
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei1-2/+1
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani1-2/+14
2013-11-13mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu1-1/+1
2013-11-13mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu1-2/+2
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu1-5/+4
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-7/+35
2013-09-11mm/hotplug: remove stop_machine() from try_offline_node()Toshi Kani1-9/+22
2013-09-11mm/hotplug: verify hotplug memory rangeToshi Kani1-0/+23
2013-09-11mm: use zone_is_initialized() instead of if(zone->wait_table)Xishi Qiu1-1/+1
2013-09-11mm: use zone_is_empty() instead of if(zone->spanned_pages)Xishi Qiu1-3/+3
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu1-3/+4
2013-09-11mm/hotplug: remove unnecessary BUG_ON in __offline_pages()Xishi Qiu1-1/+0
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki1-4/+0
2013-07-09mm/memory_hotplug.c: fix return value of online_pages()Toshi Kani1-3/+3
2013-07-09mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node()Tang Chen1-2/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-32/+16
2013-07-03mm/hotplug: prepare for removing num_physpagesJiang Liu1-4/+0
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-13/+3
2013-07-03mm: make __free_pages_bootmem() only available at boot timeJiang Liu1-14/+2
2013-07-03mm: fix some trivial typos in commentsJiang Liu1-1/+1
2013-07-03mm/memory_hotplug.c: change normal message to use pr_debugToshi Kani1-1/+1
2013-07-03memory_hotplug: use pgdat_resize_lock() in __offline_pages()Cody P Schafer1-0/+5
2013-07-03memory_hotplug: use pgdat_resize_lock() in online_pages()Cody P Schafer1-0/+5
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki1-70/+11
2013-06-01Memory hotplug: Move alternative function definitions to headerRafael J. Wysocki1-7/+1
2013-06-01Memory hotplug / ACPI: Simplify memory removalRafael J. Wysocki1-63/+8
2013-06-01Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki1-1/+1
2013-05-24mm/memory_hotplug.c: fix printk format warningsRandy Dunlap1-3/+6
2013-05-12ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesRafael J. Wysocki1-1/+3
2013-04-29mm: fix memory_hotplug.c printk format warningRandy Dunlap1-4/+8
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-33/+35
2013-04-29mm: change __remove_pages() to call release_mem_region_adjustable()Toshi Kani1-2/+9
2013-04-29mm: walk_memory_range(): fix typo in commentToshi Kani1-1/+1
2013-03-22mm/hotplug: only free wait_table if it's allocated by vmallocJianguo Wu1-1/+5
2013-03-13mm: remove_memory(): fix end_pfn settingToshi Kani1-1/+1
2013-02-23mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same.Cody P Schafer1-1/+1
2013-02-23mm/memory_hotplug: use ensure_zone_is_initialized()Cody P Schafer1-19/+10
2013-02-23mm: add helper ensure_zone_is_initialized()Cody P Schafer1-0/+11
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-5/+5
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins1-2/+1
2013-02-23mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu1-0/+1
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang1-1/+29
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang1-1/+2
2013-02-23memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen1-8/+16
2013-02-23memory-hotplug: free node_data when a node is offlinedWen Congyang1-3/+27
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+56
2013-02-23memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu1-0/+207
2013-02-23memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen1-11/+0
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen1-4/+0
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-4/+31
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+2
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-1/+4
2013-02-23memory-hotplug: remove redundant codesWen Congyang1-47/+82
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu1-0/+48
2013-02-23memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang1-2/+14
2013-02-23mm: memory_hotplug: no need to check res twice in add_memorySasha Levin1-2/+1
2012-12-18mm/memory_hotplug.c: improve commentsTang Chen1-6/+12
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-15/+98
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-0/+10
2012-12-12memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan1-0/+16
2012-12-12hotplug: update nodemasks managementLai Jiangshan1-15/+72
2012-12-11memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan1-0/+40
2012-12-11memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan1-6/+45
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan1-1/+99
2012-12-11mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen1-2/+2
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan1-16/+120
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang1-2/+6
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-2/+3
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-1/+2
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-3/+3
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-7/+0
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu1-2/+2
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-1/+32
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-2/+11
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+7
2012-10-09memory-hotplug: don't replace lowmem pages with highmemMinchan Kim1-9/+6
2012-10-09memory-hotplug: build zonelists when offlining pagesXishi Qiu1-1/+6
2012-09-17memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu1-0/+3
2012-07-31mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu1-7/+8
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-2/+2
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-05-29mm: print physical addresses consistently with other parts of kernelBjorn Helgaas1-6/+8
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz1-3/+3
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper1-3/+65
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes1-0/+2
2011-06-22mm, hotplug: fix error handling in mem_online_node()David Rientjes1-1/+1
2011-06-15mm/memory_hotplug.c: fix building of node hotplug zonelistKAMEZAWA Hiroyuki1-0/+6
2011-05-25mm: remove dependency on CONFIG_FLATMEM from online_page()Daniel Kiper1-4/+0
2011-05-25mem-hotplug: call isolate_lru_page with elevated refcountKonstantin Khlebnikov1-1/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro1-4/+5
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should...KOSAKI Motohiro1-2/+2
2011-04-14mm: optimize pfn calculation in online_page()Daniel Kiper1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-15Merge branch 'slub/hotplug' into slab/urgentPekka Enberg1-0/+4
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman1-1/+1
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman1-1/+2
2011-01-11memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki1-0/+4
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro1-7/+24
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu1-12/+9
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu1-4/+6
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton1-1/+1
2010-10-26memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki1-15/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim1-0/+2
2010-10-26mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki1-1/+1
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo1-2/+0
2010-09-09memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-8/+3
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-5/+13
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+23
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang1-3/+3
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-0/+4
2009-12-15mm: fix section mismatch in memory_hotplug.cRakib Mullick1-1/+3
2009-12-15mm: memory_hotplug: make offline_pages() staticAndrew Morton1-1/+1
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-1/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes1-0/+4
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro1-0/+4
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen1-4/+17
2009-11-17mm/memory_hotplug: fix section mismatchHidetoshi Seto1-1/+2
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-3/+3
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich1-2/+4
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li1-0/+1
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim1-0/+4
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim1-1/+1
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins1-6/+3
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-5/+6
2008-11-30meminit section warningsAl Viro1-4/+5
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-3/+0
2008-10-20memory hotplug: release memory regions in PAGES_PER_SECTION chunksNathan Fontenot1-2/+2
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin1-1/+2
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty1-1/+11
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty1-0/+60
2008-07-24memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist...Kent Liu1-1/+3
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto1-6/+6
2008-07-24mm: make register_page_bootmem_info_section() staticAdrian Bunk1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens1-39/+44
2008-05-14memory_hotplug: check for walk_memory_resource() failure in online_pages()Geoff Levand1-1/+8
2008-05-14memory hotplug: memmap_init_zone called twiceHeiko Carstens1-7/+3
2008-04-28mm/memory_hotplug.c must #include "internal.h"Adrian Bunk1-0/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto1-0/+11
2008-04-28memory hotplug: register section/node id to freeYasunori Goto1-1/+98
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-0/+19
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty1-0/+55
2008-04-19driver core: memory: semaphore to mutexDaniel Walker1-1/+1
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter1-4/+2
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto1-1/+1
2007-11-14memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki1-2/+2
2007-10-22memory hotplug: rearrange memory hotplug notifierYasunori Goto1-3/+45
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-0/+6
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki1-0/+254
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki1-26/+19
2007-10-16Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter1-3/+4
2007-06-01memory hotplug: fix unnecessary calling of init_currenty_empty_zone()Yasunori Goto1-1/+1
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen1-2/+4
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter1-1/+0
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEKeith Mannthey1-30/+30
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey1-0/+2
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsKeith Mannthey1-4/+0
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman1-0/+2
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-0/+3
2006-08-06[PATCH] memory hotadd fixes: enhance collision checkKAMEZAWA Hiroyuki1-7/+22
2006-08-06[PATCH] memory hotadd fixes: find_next_system_ram catch range fixKAMEZAWA Hiroyuki1-1/+1
2006-08-06[PATCH] memory hotadd fixes: not-aligned memory hotadd handling fixKAMEZAWA Hiroyuki1-7/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto1-1/+11
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-4/+24
2006-06-27[PATCH] register hot-added memory to iomem resourceKAMEZAWA Hiroyuki1-0/+25
2006-06-27[PATCH] pgdat allocation for new node add (call pgdat allocation)Yasunori Goto1-0/+52
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-0/+11
2006-06-23[PATCH] update vm_total_pages at memory hotaddKAMEZAWA Hiroyuki1-1/+1