summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorLines
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro-7/+24
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu-12/+9
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu-4/+6
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton-1/+1
2010-10-26memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki-15/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim-0/+2
2010-10-26mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki-1/+1
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo-2/+0
2010-09-09memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki-8/+8
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li-8/+3
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li-5/+13
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo-0/+23
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang-3/+3
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org-0/+4
2009-12-15mm: fix section mismatch in memory_hotplug.cRakib Mullick-1/+3
2009-12-15mm: memory_hotplug: make offline_pages() staticAndrew Morton-1/+1
2009-12-15ksm: memory hotremove migration onlyHugh Dickins-1/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes-0/+4
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro-0/+4
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen-4/+17
2009-11-17mm/memory_hotplug: fix section mismatchHidetoshi Seto-1/+2
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki-3/+3
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich-2/+4
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li-0/+1
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim-0/+4
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim-1/+1
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins-6/+3
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade-5/+6
2008-11-30meminit section warningsAl Viro-4/+5
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie-3/+0
2008-10-20memory hotplug: release memory regions in PAGES_PER_SECTION chunksNathan Fontenot-2/+2
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin-1/+2
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty-1/+11
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty-0/+60
2008-07-24memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist...Kent Liu-1/+3
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto-6/+6
2008-07-24mm: make register_page_bootmem_info_section() staticAdrian Bunk-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner-1/+1
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens-39/+44
2008-05-14memory_hotplug: check for walk_memory_resource() failure in online_pages()Geoff Levand-1/+8
2008-05-14memory hotplug: memmap_init_zone called twiceHeiko Carstens-7/+3
2008-04-28mm/memory_hotplug.c must #include "internal.h"Adrian Bunk-0/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto-0/+11
2008-04-28memory hotplug: register section/node id to freeYasunori Goto-1/+98
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge-0/+19
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty-0/+55
2008-04-19driver core: memory: semaphore to mutexDaniel Walker-1/+1
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter-4/+2
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto-1/+1
2007-11-14memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki-2/+2