summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm: memcontrol: fix slub memory accountingMuchun Song2-6/+6
2021-02-25mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-02-25mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13
2021-02-25fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-23/+0
2021-02-25mm/list_lru.c: remove kvfree_rcu_local()Shakeel Butt1-10/+2
2021-02-25mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song1-27/+8
2021-02-25mm/memcontrol: remove redundant NULL checkYang Li1-2/+1
2021-02-25mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin1-3/+8
2021-02-25mm: memcg: add swapcache stat for memcg v2Shakeel Butt4-26/+14
2021-02-25mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi1-6/+0
2021-02-25mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi1-4/+5
2021-02-25mm: memcontrol: make the slab calculation consistentMuchun Song1-39/+66
2021-02-25mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-2/+4
2021-02-25mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2-6/+11
2021-02-25mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song6-29/+8
2021-02-25mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song4-6/+10
2021-02-25mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song5-21/+21
2021-02-25mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song1-4/+2
2021-02-25mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song1-1/+9
2021-02-25mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin4-10/+31
2021-02-25mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao1-1/+0
2021-02-25mm/swap_state: constify static struct attribute_groupRikard Falkeborn1-1/+1
2021-02-25mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov1-6/+6
2021-02-25mm/swapfile.c: fix debugging information problemStephen Zhang1-4/+4
2021-02-25mm/swap_slots.c: remove redundant NULL checkYang Li1-2/+1
2021-02-25mm: backing-dev: Remove duplicated macro definitionBaolin Wang1-4/+2
2021-02-25mm/filemap: simplify generic_file_read_iterChristoph Hellwig1-6/+4
2021-02-25mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-19/+16
2021-02-25mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)1-14/+7
2021-02-25mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)1-43/+28
2021-02-25mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)1-5/+14
2021-02-25mm/filemap: add filemap_range_uptodateMatthew Wilcox (Oracle)1-26/+39
2021-02-25mm/filemap: move the iocb checks into filemap_update_pageMatthew Wilcox (Oracle)1-14/+10
2021-02-25mm/filemap: convert filemap_update_page to return an errnoMatthew Wilcox (Oracle)1-21/+17
2021-02-25mm/filemap: change filemap_create_page calling conventionsMatthew Wilcox (Oracle)1-26/+27
2021-02-25mm/filemap: change filemap_read_page calling conventionsMatthew Wilcox (Oracle)1-47/+42
2021-02-25mm/filemap: don't call ->readpage if IOCB_WAITQ is setMatthew Wilcox (Oracle)1-12/+2
2021-02-25mm/filemap: inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)1-31/+22
2021-02-25mm/filemap: support readpage splitting a pageMatthew Wilcox (Oracle)1-53/+23
2021-02-25mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)3-6/+9
2021-02-25mm/filemap: use head pages in generic_file_buffered_readMatthew Wilcox (Oracle)1-37/+85
2021-02-25mm/filemap: convert filemap_get_pages to take a pagevecMatthew Wilcox (Oracle)1-44/+38
2021-02-25mm/filemap: remove dynamically allocated array from filemap_readMatthew Wilcox (Oracle)1-13/+2
2021-02-25mm/filemap: rename generic_file_buffered_read subfunctionsMatthew Wilcox (Oracle)1-29/+15
2021-02-25mm/filemap: don't revert iter on -EIOCBQUEUEDPavel Begunkov1-2/+4
2021-02-25mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang1-6/+1
2021-02-25mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-2/+2
2021-02-25mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual1-12/+35
2021-02-25mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual1-0/+39
2021-02-25mm/debug: improve memcg debuggingMatthew Wilcox (Oracle)1-5/+5