summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: numa: return the number of base pages altered by protection changesMel Gorman2013-11-132-3/+8
* mm: factor commit limit calculationJerome Marchand2013-11-133-5/+15
* mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu2013-11-131-1/+1
* mm/zswap: refactor the get/put routinesWeijie Yang2013-11-131-94/+88
* mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang2013-11-131-8/+14
* memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang2013-11-131-6/+6
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2013-11-134-5/+7
* memcg, kmem: use is_root_cache instead of hard codeQiang Huang2013-11-131-1/+2
* mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi2013-11-131-5/+5
* mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro2013-11-131-10/+5
* mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro2013-11-131-3/+2
* mm: fix page_group_by_mobility_disabled breakageKOSAKI Motohiro2013-11-131-2/+2
* readahead: fix sequential read cache miss detectionDamien Ramonda2013-11-131-1/+5
* mm/bootmem.c: remove unused local `map'Daeseok Youn2013-11-131-3/+3
* mm: clear N_CPU from node_states at CPU offlineToshi Kani2013-11-131-0/+15
* mm: set N_CPU to node_states during bootToshi Kani2013-11-131-1/+5
* mem-hotplug: introduce movable_node boot optionTang Chen2013-11-132-5/+43
* mm/memblock.c: introduce bottom-up allocation modeTang Chen2013-11-131-3/+80
* mm/memblock.c: factor out of top-down allocationTang Chen2013-11-131-13/+34
* mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens2013-11-131-1/+1
* mm/zswap: avoid unnecessary page scanningWeijie Yang2013-11-131-0/+3
* mm/page_alloc.c: remove unused marco LONG_ALIGNZhang Yanfei2013-11-131-2/+0
* frontswap: enable call to invalidate area on swapoffKrzysztof Kozlowski2013-11-131-1/+1
* mm/swapfile.c: fix comment typosSeth Jennings2013-11-131-7/+7
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2013-11-132-5/+13
* mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei2013-11-131-11/+9
* mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei2013-11-132-20/+16
* memcg: support hierarchical memory.numa_statsYing Han2013-11-131-0/+17
* memcg: refactor mem_control_numa_stat_show()Greg Thelen2013-11-131-34/+22
* mm/mempolicy: use NUMA_NO_NODEJianguo Wu2013-11-131-5/+5
* mm: thp: khugepaged: add policy for finding target nodeBob Liu2013-11-131-9/+44
* mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu2013-11-131-8/+6
* revert mm/vmalloc.c: emit the failure message before returnWanpeng Li2013-11-131-1/+1
* mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li2013-11-131-5/+5
* mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li2013-11-131-8/+5
* mm/vmalloc: don't set area->caller twiceWanpeng Li2013-11-131-4/+3
* mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-36/+16
* mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi2013-11-131-19/+17
* cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-131-2/+14
* mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt2013-11-131-17/+8
* mm: add a helper function to check may oom conditionQiang Huang2013-11-132-9/+2
* mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu2013-11-131-1/+1
* mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu2013-11-131-2/+2
* mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu2013-11-131-2/+2
* mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-132-6/+5
* mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu2013-11-131-5/+6
* mm: remove obsolete comments about page table lockNaoya Horiguchi2013-11-131-2/+0
* mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand2013-11-131-4/+3
* mm/vmalloc: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* ksm: remove redundant __GFP_ZERO from kcallocJoe Perches2013-11-131-2/+2