summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove redundant check non_swap_entry()Ralph Campbell1-1/+1
2020-08-07mm/page_counter.c: fix protection usage propagationMichal Koutný1-3/+3
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner2-7/+10
2020-08-07mm: memcontrol: restore proper dirty throttling when memory.high changesJohannes Weiner1-0/+2
2020-08-07memcg, oom: check memcg margin for parallel oomYafang Shao1-1/+7
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2-34/+11
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2-1/+10
2020-08-07mm, memcg: unify reclaim retry limits with page allocatorChris Down1-9/+6
2020-08-07mm, memcg: reclaim more aggressively before high allocator throttlingChris Down1-5/+37
2020-08-07mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin1-2/+2
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin3-8/+8
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin3-4/+3
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt3-13/+13
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin5-575/+78
2020-08-07mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()Roman Gushchin1-3/+0
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin4-48/+8
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin3-27/+11
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin3-57/+15
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin5-690/+132
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin1-12/+0
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin2-30/+4
2020-08-07mm: memcg/slab: charge individual slab objects instead of pagesRoman Gushchin1-96/+78
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin4-20/+86
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin2-3/+66
2020-08-07mm: memcg/slab: obj_cgroup APIRoman Gushchin1-1/+287
2020-08-07mm: memcontrol: decouple reference counting from page accountingJohannes Weiner2-20/+21
2020-08-07mm: slub: implement SLUB version of obj_to_index()Roman Gushchin1-10/+5
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin9-34/+35
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2-8/+36
2020-08-07mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin1-19/+24
2020-08-07mm: kmem: make memcg_kmem_enabled() irreversibleRoman Gushchin1-6/+2
2020-08-07tmpfs: support 64-bit inums per-sbChris Down1-2/+63
2020-08-07tmpfs: per-superblock i_ino supportChris Down1-5/+61
2020-08-07mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioXianting Tian1-1/+1
2020-08-07mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski1-1/+1
2020-08-07mm/swap_slots.c: remove redundant check for swap_slot_cache_initializedZhen Lei1-3/+2
2020-08-07mm/swap_slots.c: simplify enable_swap_slots_cache()Zhen Lei1-12/+10
2020-08-07mm/swap_slots.c: simplify alloc_swap_slot_cache()Zhen Lei1-9/+9
2020-08-07mm/gup.c: fix the comment of return value for populate_vma_page_range()Tang Yizhou1-1/+2
2020-08-07mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_pageYang Shi1-0/+3
2020-08-07mm: filemap: clear idle flag for writesYang Shi1-0/+6
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard1-3/+3
2020-08-07mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)1-4/+4
2020-08-07mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)1-3/+3
2020-08-07mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)1-20/+16
2020-08-07mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)1-1/+1
2020-08-07mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)1-18/+12
2020-08-07mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)1-2/+13
2020-08-07Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual1-0/+6
2020-08-07mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual1-1/+45