Age | Commit message (Expand) | Author |
2016-03-17 | mm/page_ref: add tracepoint to track down page reference manipulation | Joonsoo Kim |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim |
2016-03-17 | mm: thp: set THP defrag by default to madvise and add a stall-free defrag option | Mel Gorman |
2016-03-17 | mm, mempool: only set __GFP_NOMEMALLOC if there are free elements | David Rientjes |
2016-03-17 | mm: scale kswapd watermarks in proportion to memory | Johannes Weiner |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov |
2016-03-17 | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko |
2016-03-17 | mm/Kconfig: remove redundant arch depend for memory hotplug | Yang Shi |
2016-03-17 | mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range | Aneesh Kumar K.V |
2016-03-17 | mm: deduplicate memory overcommitment code | Andrey Ryabinin |
2016-03-17 | mm: move max_map_count bits into mm.h | Andrey Ryabinin |
2016-03-17 | thp, vmstats: count deferred split events | Kirill A. Shutemov |
2016-03-17 | mm: workingset: make shadow node shrinker memcg aware | Vladimir Davydov |
2016-03-17 | mm: workingset: size shadow nodes lru basing on file cache size | Vladimir Davydov |
2016-03-17 | mm: memcontrol: zap memcg_kmem_online helper | Vladimir Davydov |
2016-03-17 | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov |
2016-03-17 | mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy | Vladimir Davydov |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka |
2016-03-17 | mm, memory hotplug: small cleanup in online_pages() | Vlastimil Babka |
2016-03-17 | mm, compaction: introduce kcompactd | Vlastimil Babka |
2016-03-17 | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka |
2016-03-17 | sound: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim |
2016-03-17 | mm/slub: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim |
2016-03-17 | mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim |
2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi |
2016-03-17 | mm: memcontrol: report kernel stack usage in cgroup2 memory.stat | Vladimir Davydov |
2016-03-17 | mm: memcontrol: report slab usage in cgroup2 memory.stat | Vladimir Davydov |
2016-03-17 | mm: memcontrol: make tree_{stat,events} fetch all stats | Vladimir Davydov |
2016-03-17 | mm: memcontrol: do not bypass slab charge if memcg is offline | Vladimir Davydov |
2016-03-17 | mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-15 | mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() | Johannes Weiner |
2016-03-15 | mm: migrate: consolidate mem_cgroup_migrate() calls | Johannes Weiner |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim |
2016-03-15 | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page | Joonsoo Kim |
2016-03-15 | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn | Joonsoo Kim |
2016-03-15 | mm/memblock.c: remove unnecessary memblock_type variable | Alexander Kuleshov |
2016-03-15 | thp: cleanup split_huge_page() | Kirill A. Shutemov |
2016-03-15 | mm: use linear_page_index() in do_fault() | Matthew Wilcox |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner |
2016-03-15 | mm: workingset: eviction buckets for bigmem/lowbit machines | Johannes Weiner |
2016-03-15 | mm: workingset: separate shadow unpacking and refault calculation | Johannes Weiner |
2016-03-15 | mm: workingset: #define radix entry eviction mask | Johannes Weiner |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner |
2016-03-15 | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko |
2016-03-15 | mm/madvise: update comment on sys_madvise() | Naoya Horiguchi |
2016-03-15 | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov |