aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman2-3/+8
2013-11-13mm: factor commit limit calculationJerome Marchand3-5/+15
2013-11-13mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu1-1/+1
2013-11-13mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88
2013-11-13mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2013-11-13memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang1-6/+6
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang4-5/+7
2013-11-13memcg, kmem: use is_root_cache instead of hard codeQiang Huang1-1/+2
2013-11-13mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-5/+5
2013-11-13mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro1-10/+5
2013-11-13mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro1-3/+2
2013-11-13mm: fix page_group_by_mobility_disabled breakageKOSAKI Motohiro1-2/+2
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda1-1/+5
2013-11-13mm/bootmem.c: remove unused local `map'Daeseok Youn1-3/+3
2013-11-13mm: clear N_CPU from node_states at CPU offlineToshi Kani1-0/+15
2013-11-13mm: set N_CPU to node_states during bootToshi Kani1-1/+5
2013-11-13mem-hotplug: introduce movable_node boot optionTang Chen2-5/+43
2013-11-13mm/memblock.c: introduce bottom-up allocation modeTang Chen1-3/+80
2013-11-13mm/memblock.c: factor out of top-down allocationTang Chen1-13/+34
2013-11-13mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens1-1/+1
2013-11-13mm/zswap: avoid unnecessary page scanningWeijie Yang1-0/+3
2013-11-13mm/page_alloc.c: remove unused marco LONG_ALIGNZhang Yanfei1-2/+0
2013-11-13frontswap: enable call to invalidate area on swapoffKrzysztof Kozlowski1-1/+1
2013-11-13mm/swapfile.c: fix comment typosSeth Jennings1-7/+7
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2-5/+13
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei1-11/+9
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei2-20/+16
2013-11-13memcg: support hierarchical memory.numa_statsYing Han1-0/+17
2013-11-13memcg: refactor mem_control_numa_stat_show()Greg Thelen1-34/+22
2013-11-13mm/mempolicy: use NUMA_NO_NODEJianguo Wu1-5/+5
2013-11-13mm: thp: khugepaged: add policy for finding target nodeBob Liu1-9/+44
2013-11-13mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu1-8/+6
2013-11-13revert mm/vmalloc.c: emit the failure message before returnWanpeng Li1-1/+1
2013-11-13mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info"Wanpeng Li1-5/+5
2013-11-13mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li1-8/+5
2013-11-13mm/vmalloc: don't set area->caller twiceWanpeng Li1-4/+3
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes1-36/+16
2013-11-13mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi1-19/+17
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani1-2/+14
2013-11-13mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt1-17/+8
2013-11-13mm: add a helper function to check may oom conditionQiang Huang2-9/+2
2013-11-13mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu1-1/+1
2013-11-13mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu1-2/+2
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu1-2/+2
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2-6/+5
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu1-5/+6
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi1-2/+0
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand1-4/+3
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches1-2/+2