summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-23page_alloc: bootmem limit with movablecore_mapTang Chen
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang
2013-02-23mempolicy: fix is_valid_nodemask()Lai Jiangshan
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang
2013-02-23memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen
2013-02-23memory-hotplug: free node_data when a node is offlinedWen Congyang
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen
2013-02-23memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu
2013-02-23memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu
2013-02-23memory-hotplug: remove redundant codesWen Congyang
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu
2013-02-23memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang
2013-02-23mm: memory_hotplug: no need to check res twice in add_memorySasha Levin
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton