aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang1-1/+29
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang1-1/+2
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 Chen1-2/+56
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 Chen1-1/+2
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 Ishimatsu2-5/+40
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+2
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-1/+4
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 Ishimatsu1-0/+48
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 Lespinasse3-8/+8
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse3-14/+21
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse4-86/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse2-19/+17
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
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse4-13/+35
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-7/+5
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2-7/+4
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2-12/+41
2013-02-22clean shmem_file_setup() a bitAl Viro1-10/+9
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-22new helper: file_inode(file)Al Viro7-21/+21