summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-18mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky1-7/+13
2016-03-18zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu1-6/+3
2016-03-18mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-18mm: memcontrol: zap oom_info_lockVladimir Davydov1-4/+0
2016-03-18mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner1-0/+4
2016-03-18mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2-4/+40
2016-03-18mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner1-0/+6
2016-03-18tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi1-1/+9
2016-03-18powerpc/mm: enable page parallel initialisationLi Zhang1-0/+1
2016-03-18mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang1-2/+9
2016-03-18thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov1-11/+2
2016-03-18thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov3-180/+50
2016-03-18mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2-6/+11
2016-03-18rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov4-12/+27
2016-03-18rmap: introduce rmap_walk_locked()Kirill A. Shutemov2-9/+33
2016-03-18mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams1-0/+1
2016-03-18mm: remove VM_FAULT_MINORJan Kara5-6/+4
2016-03-18mm: percpu: use pr_fmt to prefix outputJoe Perches2-11/+13
2016-03-18mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-18mm: coalesce split stringsJoe Perches20-109/+78
2016-03-18mm: convert pr_warning to pr_warnJoe Perches3-18/+16
2016-03-18mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams3-15/+22
2016-03-18mm: memcontrol: cleanup css_reset callbackVladimir Davydov1-3/+5
2016-03-18mm, memory hotplug: print debug message in the proper way for online_pagesChen Yucong1-16/+16
2016-03-18mm: remove __GFP_NOFAIL is deprecated commentMichal Hocko1-13/+5
2016-03-18mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim6-6/+296
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim25-82/+134
2016-03-18mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman7-56/+91
2016-03-18mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-18mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi1-2/+0
2016-03-18mm: scale kswapd watermarks in proportion to memoryJohannes Weiner5-2/+58
2016-03-18mm: cleanup *pte_alloc* interfacesKirill A. Shutemov16-32/+27
2016-03-18virtio_balloon: export 'available' memory to balloon statisticsIgor Redko2-1/+8
2016-03-18mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko3-30/+45
2016-03-18mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi1-1/+0
2016-03-18ARC, thp: remove infrastructure for handling splitting PMDsVineet Gupta1-3/+0
2016-03-18mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V3-17/+22
2016-03-18mm, tracing: refresh __def_vmaflag_namesKirill A. Shutemov2-7/+17
2016-03-18mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-18mm: move max_map_count bits into mm.hAndrey Ryabinin5-24/+21
2016-03-18thp, vmstats: count deferred split eventsKirill A. Shutemov4-0/+8
2016-03-18mm: workingset: make shadow node shrinker memcg awareVladimir Davydov3-6/+19
2016-03-18mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3
2016-03-18radix-tree: account radix_tree_node to memory cgroupVladimir Davydov1-3/+13
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov3-12/+2
2016-03-18mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinkerVladimir Davydov1-5/+10
2016-03-18mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchyVladimir Davydov1-36/+5
2016-03-18include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko1-15/+15
2016-03-18bufferhead: force inlining of buffer head flag operationsDenys Vlasenko1-5/+5
2016-03-18tools/vm/page-types.c: add memory cgroup dumping and filteringKonstantin Khlebnikov1-15/+84