aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei3-3/+32
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic3-30/+1
2013-02-23mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on thpNaoya Horiguchi1-1/+11
2013-02-23mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi1-69/+87
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu4-11/+11
2013-02-23memory-failure: do code refactor of soft_offline_page()Xishi Qiu1-14/+20
2013-02-23memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu1-21/+17
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim5-7/+38
2013-02-23mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu1-0/+1
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu1-1/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu3-24/+24
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map in memblock_overlaps_region().Tang Chen2-0/+35
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen4-11/+113
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen3-5/+98
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen4-16/+34
2013-02-23page_alloc: bootmem limit with movablecore_mapTang Chen2-1/+18
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen1-3/+25
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen1-2/+74
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen3-0/+159
2013-02-23x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu1-3/+2
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen1-9/+19
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang3-5/+33
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang1-0/+2
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang2-1/+5
2013-02-23cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2-1/+5
2013-02-23mempolicy: fix is_valid_nodemask()Lai Jiangshan1-14/+22
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
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 Chen3-5/+63
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: remove memmap of sparse-vmemmapTang Chen8-1/+31
2013-02-23memory-hotplug: remove page table of x86_64 architectureTang Chen1-0/+10
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang4-22/+331
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2-5/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu8-13/+111
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang9-0/+97
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu3-14/+193
2013-02-23memory-hotplug: remove redundant codesWen Congyang1-47/+82
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when removing memoryYasuaki Ishimatsu3-0/+55
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
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse6-14/+13
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse5-15/+25
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse5-87/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse4-22/+18
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse1-4/+14
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6