summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-073-45/+53
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-073-3/+50
* mm, memcg: unify reclaim retry limits with page allocatorChris Down2020-08-071-9/+6
* mm, memcg: reclaim more aggressively before high allocator throttlingChris Down2020-08-071-5/+37
* mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin2020-08-071-2/+2
* mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin2020-08-071-1/+1
* mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin2020-08-073-8/+8
* mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin2020-08-073-4/+3
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-079-61/+55
* tools/cgroup: add memcg_slabinfo.py toolRoman Gushchin2020-08-071-0/+226
* kselftests: cgroup: add kernel memory accounting testsRoman Gushchin2020-08-073-0/+385
* mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin2020-08-078-590/+78
* mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()Roman Gushchin2020-08-071-3/+0
* mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin2020-08-074-48/+8
* mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin2020-08-074-29/+11
* mm: memcg/slab: simplify memcg cache creationRoman Gushchin2020-08-074-58/+15
* mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-077-698/+134
* mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin2020-08-072-12/+12
* mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin2020-08-072-30/+4
* mm: memcg/slab: charge individual slab objects instead of pagesRoman Gushchin2020-08-071-96/+78
* mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin2020-08-075-21/+88
* mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin2020-08-075-4/+81
* mm: memcg/slab: obj_cgroup APIRoman Gushchin2020-08-072-1/+338
* mm: memcontrol: decouple reference counting from page accountingJohannes Weiner2020-08-072-20/+21
* mm: slub: implement SLUB version of obj_to_index()Roman Gushchin2020-08-072-10/+21
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-0713-42/+53
* mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-075-10/+60
* mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin2020-08-072-19/+41
* mm: kmem: make memcg_kmem_enabled() irreversibleRoman Gushchin2020-08-071-6/+2
* tmpfs: support 64-bit inums per-sbChris Down2020-08-074-2/+103
* tmpfs: per-superblock i_ino supportChris Down2020-08-073-5/+78
* mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioXianting Tian2020-08-071-1/+1
* mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski2020-08-071-1/+1
* mm/swap_slots.c: remove redundant check for swap_slot_cache_initializedZhen Lei2020-08-071-3/+2
* mm/swap_slots.c: simplify enable_swap_slots_cache()Zhen Lei2020-08-071-12/+10
* mm/swap_slots.c: simplify alloc_swap_slot_cache()Zhen Lei2020-08-071-9/+9
* mm/gup.c: fix the comment of return value for populate_vma_page_range()Tang Yizhou2020-08-071-1/+2
* mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_pageYang Shi2020-08-071-0/+3
* mm: filemap: clear idle flag for writesYang Shi2020-08-071-0/+6
* mm, dump_page: do not crash with bad compound_mapcount()John Hubbard2020-08-072-5/+15
* mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)2020-08-071-4/+4
* mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)2020-08-071-3/+3
* mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)2020-08-071-20/+16
* mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)2020-08-071-1/+1
* mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)2020-08-071-18/+12
* mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)2020-08-071-2/+13
* Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual2020-08-072-0/+264
* mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual2020-08-071-1/+45
* mm/debug_vm_pgtable: add tests validating advanced arch page table helpersAnshuman Khandual2020-08-071-0/+312
* mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresAnshuman Khandual2020-08-071-1/+301