aboutsummaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist...Gravatar Kent Liu 1-1/+3
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveGravatar Yasunori Goto 1-6/+6
2008-07-24mm: make register_page_bootmem_info_section() staticGravatar Adrian Bunk 1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Gravatar Johannes Weiner 1-1/+1
2008-05-14memory_hotplug: always initialize pageblock bitmapGravatar Heiko Carstens 1-39/+44
2008-05-14memory_hotplug: check for walk_memory_resource() failure in online_pages()Gravatar Geoff Levand 1-1/+8
2008-05-14memory hotplug: memmap_init_zone called twiceGravatar Heiko Carstens 1-7/+3
2008-04-28mm/memory_hotplug.c must #include "internal.h"Gravatar Adrian Bunk 1-0/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemGravatar Yasunori Goto 1-0/+11
2008-04-28memory hotplug: register section/node id to freeGravatar Yasunori Goto 1-1/+98
2008-04-28hotplug-memory: make online_page() commonGravatar Jeremy Fitzhardinge 1-0/+19
2008-04-28hotplug memory remove: generic __remove_pages() supportGravatar Badari Pulavarty 1-0/+55
2008-04-19driver core: memory: semaphore to mutexGravatar Daniel Walker 1-1/+1
2008-02-05Page allocator: clean up pcp draining functionsGravatar Christoph Lameter 1-4/+2
2007-11-14Add IORESOUCE_BUSY flag for System RAMGravatar Yasunori Goto 1-1/+1
2007-11-14memory hotremove: unset migrate type "ISOLATE" after removalGravatar KAMEZAWA Hiroyuki 1-2/+2
2007-10-22memory hotplug: rearrange memory hotplug notifierGravatar Yasunori Goto 1-3/+45
2007-10-20spelling fixes: mm/Gravatar Simon Arlott 1-1/+1
2007-10-16fix memory hot remove not configured case.Gravatar KAMEZAWA Hiroyuki 1-0/+6
2007-10-16memory unplug: page offlineGravatar KAMEZAWA Hiroyuki 1-0/+254
2007-10-16memory unplug: memory hotplug cleanupGravatar KAMEZAWA Hiroyuki 1-26/+19
2007-10-16Memoryless nodes: introduce mask of nodes with memoryGravatar Christoph Lameter 1-3/+4
2007-06-01memory hotplug: fix unnecessary calling of init_currenty_empty_zone()Gravatar Yasunori Goto 1-1/+1
2007-01-11[PATCH] Fix sparsemem on CellGravatar Dave Hansen 1-2/+4
2006-12-07[PATCH] Get rid of zone_table[]Gravatar Christoph Lameter 1-1/+0
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEGravatar Keith Mannthey 1-30/+30
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEGravatar Keith Mannthey 1-0/+2
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsGravatar Keith Mannthey 1-4/+0
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedGravatar Chandra Seetharaman 1-0/+2
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapGravatar Paul Jackson 1-0/+3
2006-08-06[PATCH] memory hotadd fixes: enhance collision checkGravatar KAMEZAWA Hiroyuki 1-7/+22
2006-08-06[PATCH] memory hotadd fixes: find_next_system_ram catch range fixGravatar KAMEZAWA Hiroyuki 1-1/+1
2006-08-06[PATCH] memory hotadd fixes: not-aligned memory hotadd handling fixGravatar KAMEZAWA Hiroyuki 1-7/+16
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeGravatar Yasunori Goto 1-1/+11
2006-06-27[PATCH] catch valid mem range at onlining memoryGravatar KAMEZAWA Hiroyuki 1-4/+24
2006-06-27[PATCH] register hot-added memory to iomem resourceGravatar KAMEZAWA Hiroyuki 1-0/+25
2006-06-27[PATCH] pgdat allocation for new node add (call pgdat allocation)Gravatar Yasunori Goto 1-0/+52
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Gravatar Yasunori Goto 1-0/+11
2006-06-23[PATCH] update vm_total_pages at memory hotaddGravatar KAMEZAWA Hiroyuki 1-1/+1
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: update zonelistsGravatar Yasunori Goto 1-0/+12
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: add return co...Gravatar Yasunori Goto 1-2/+13