aboutsummaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesGravatar Daniel Kiper 1-3/+65
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexGravatar David Rientjes 1-0/+2
2011-06-22mm, hotplug: fix error handling in mem_online_node()Gravatar David Rientjes 1-1/+1
2011-06-15mm/memory_hotplug.c: fix building of node hotplug zonelistGravatar KAMEZAWA Hiroyuki 1-0/+6
2011-05-25mm: remove dependency on CONFIG_FLATMEM from online_page()Gravatar Daniel Kiper 1-4/+0
2011-05-25mem-hotplug: call isolate_lru_page with elevated refcountGravatar Konstantin Khlebnikov 1-1/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursGravatar KOSAKI Motohiro 1-4/+5
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should...Gravatar KOSAKI Motohiro 1-2/+2
2011-04-14mm: optimize pfn calculation in online_page()Gravatar Daniel Kiper 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-15Merge branch 'slub/hotplug' into slab/urgentGravatar Pekka Enberg 1-0/+4
2011-01-13thp: remove PG_buddyGravatar Andrea Arcangeli 1-6/+8
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Gravatar Mel Gorman 1-1/+1
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Gravatar Mel Gorman 1-1/+2
2011-01-11memory hotplug: one more lock on memory hotplugGravatar KAMEZAWA Hiroyuki 1-0/+4
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()Gravatar KOSAKI Motohiro 1-7/+24
2010-10-26mm: do_migrate_range: reduce list_empty() checkGravatar Bob Liu 1-12/+9
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueGravatar Bob Liu 1-4/+6
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticGravatar Andrew Morton 1-1/+1
2010-10-26memory hotplug: unify is_removable and offline detection codeGravatar KAMEZAWA Hiroyuki 1-15/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingGravatar Minchan Kim 1-0/+2
2010-10-26mm: fix return value of scan_lru_pages in memory unplugGravatar KAMEZAWA Hiroyuki 1-1/+1
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Gravatar Tejun Heo 1-2/+0
2010-09-09memory hotplug: fix next block calculation in is_removableGravatar KAMEZAWA Hiroyuki 1-8/+8
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneGravatar Haicheng Li 1-8/+3
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetGravatar Haicheng Li 1-5/+13
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineGravatar minskey guo 1-0/+23
2010-03-12mm: introduce dump_page() and print symbolic flag namesGravatar Wu Fengguang 1-3/+3
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryGravatar akpm@linux-foundation.org 1-0/+4
2009-12-15mm: fix section mismatch in memory_hotplug.cGravatar Rakib Mullick 1-1/+3
2009-12-15mm: memory_hotplug: make offline_pages() staticGravatar Andrew Morton 1-1/+1
2009-12-15ksm: memory hotremove migration onlyGravatar Hugh Dickins 1-1/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedGravatar David Rientjes 1-0/+4
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeGravatar KOSAKI Motohiro 1-0/+4
2009-11-17mm: allow memory hotplug and hibernation in the same kernelGravatar Andi Kleen 1-4/+17
2009-11-17mm/memory_hotplug: fix section mismatchGravatar Hidetoshi Seto 1-1/+2
2009-09-23walk system ram rangeGravatar KAMEZAWA Hiroyuki 1-3/+3
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryGravatar Jan Beulich 1-2/+4
2009-09-22memory hotplug: update zone pcp at memory onlineGravatar Shaohua Li 1-0/+1
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensGravatar Minchan Kim 1-0/+4
2009-06-16page-allocator: clean up functions related to pages_minGravatar Minchan Kim 1-1/+1
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEGravatar Hugh Dickins 1-6/+3
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGravatar Gary Hade 1-5/+6
2008-11-30meminit section warningsGravatar Al Viro 1-4/+5
2008-11-19cpuset: update top cpuset's mems after adding a nodeGravatar Miao Xie 1-3/+0
2008-10-20memory hotplug: release memory regions in PAGES_PER_SECTION chunksGravatar Nathan Fontenot 1-2/+2
2008-10-20vmscan: move isolate_lru_page() to vmscan.cGravatar Nick Piggin 1-1/+2
2008-10-20mm: cleanup to make remove_memory() arch-neutralGravatar Badari Pulavarty 1-1/+11
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeGravatar Badari Pulavarty 1-0/+60