summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-03-18mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim3-0/+68
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim7-26/+21
2016-03-18mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman4-48/+71
2016-03-18mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-18mm: scale kswapd watermarks in proportion to memoryJohannes Weiner1-2/+27
2016-03-18mm: cleanup *pte_alloc* interfacesKirill A. Shutemov3-9/+5
2016-03-18mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+43
2016-03-18mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi1-1/+0
2016-03-18mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2-17/+5
2016-03-18mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-18mm: move max_map_count bits into mm.hAndrey Ryabinin3-3/+0
2016-03-18thp, vmstats: count deferred split eventsKirill A. Shutemov2-0/+2
2016-03-18mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2-6/+9
2016-03-18mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov2-2/+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-18mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka3-104/+54
2016-03-18mm, memory hotplug: small cleanup in online_pages()Vlastimil Babka1-3/+3
2016-03-18mm, compaction: introduce kcompactdVlastimil Babka4-2/+233
2016-03-18mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka1-2/+1
2016-03-18sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-0/+1
2016-03-18mm/slub: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+3
2016-03-18mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-13/+12
2016-03-18/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2-5/+0
2016-03-18mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov1-0/+2
2016-03-18mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov4-6/+43
2016-03-18mm: memcontrol: make tree_{stat,events} fetch all statsVladimir Davydov1-28/+39
2016-03-18mm: memcontrol: do not bypass slab charge if memcg is offlineVladimir Davydov1-5/+3
2016-03-18mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner1-3/+0
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-1187/+1707
2016-03-16mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner1-2/+1
2016-03-16mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-16mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim4-46/+100
2016-03-16mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim1-11/+30
2016-03-16mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim1-4/+5
2016-03-16mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov1-6/+2
2016-03-16thp: cleanup split_huge_page()Kirill A. Shutemov1-13/+7
2016-03-16mm: use linear_page_index() in do_fault()Matthew Wilcox1-2/+1
2016-03-16mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner4-15/+1
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner7-80/+57
2016-03-16mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner4-14/+18
2016-03-16mm: workingset: per-cgroup cache thrash detectionJohannes Weiner3-44/+78
2016-03-16mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner1-1/+29
2016-03-16mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner1-28/+28
2016-03-16mm: workingset: #define radix entry eviction maskJohannes Weiner1-4/+6
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner6-51/+45
2016-03-16mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko1-7/+7
2016-03-16mm/madvise: update comment on sys_madvise()Naoya Horiguchi1-0/+14
2016-03-16mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov1-8/+0