summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-1720-150/+118
* mm: coalesce split stringsJoe Perches2016-03-1720-109/+78
* mm: convert pr_warning to pr_warnJoe Perches2016-03-173-18/+16
* mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams2016-03-171-2/+0
* mm: memcontrol: cleanup css_reset callbackVladimir Davydov2016-03-171-3/+5
* mm, memory hotplug: print debug message in the proper way for online_pagesChen Yucong2016-03-171-16/+16
* mm: remove __GFP_NOFAIL is deprecated commentMichal Hocko2016-03-171-13/+5
* mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim2016-03-173-0/+68
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-177-26/+21
* mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-174-48/+71
* mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes2016-03-171-4/+16
* mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-2/+27
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-173-9/+5
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2016-03-171-0/+43
* mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi2016-03-171-1/+0
* mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2016-03-172-17/+5
* mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-173-240/+124
* mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-173-3/+0
* thp, vmstats: count deferred split eventsKirill A. Shutemov2016-03-172-0/+2
* mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2016-03-172-6/+9
* mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov2016-03-171-1/+3
* mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov2016-03-172-2/+2
* mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinkerVladimir Davydov2016-03-171-5/+10
* mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchyVladimir Davydov2016-03-171-36/+5
* mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka2016-03-173-104/+54
* mm, memory hotplug: small cleanup in online_pages()Vlastimil Babka2016-03-171-3/+3
* mm, compaction: introduce kcompactdVlastimil Babka2016-03-174-2/+233
* mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka2016-03-171-2/+1
* sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-0/+1
* mm/slub: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+3
* mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-13/+12
* /proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2016-03-172-5/+0
* mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov2016-03-171-0/+2
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-174-6/+43
* mm: memcontrol: make tree_{stat,events} fetch all statsVladimir Davydov2016-03-171-28/+39
* mm: memcontrol: do not bypass slab charge if memcg is offlineVladimir Davydov2016-03-171-5/+3
* mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner2016-03-171-3/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-1633-1187/+1707
|\
| * mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner2016-03-151-2/+1
| * mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner2016-03-151-7/+2
| * mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-154-46/+100
| * mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim2016-03-151-11/+30
| * mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim2016-03-151-4/+5
| * mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov2016-03-151-6/+2
| * thp: cleanup split_huge_page()Kirill A. Shutemov2016-03-151-13/+7
| * mm: use linear_page_index() in do_fault()Matthew Wilcox2016-03-151-2/+1
| * mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-154-15/+1
| * mm: simplify lock_page_memcg()Johannes Weiner2016-03-157-80/+57
| * mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-154-14/+18
| * mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-153-44/+78