summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-02-24mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin
2021-02-24mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-02-24mm/mmap.c: remove unnecessary local variableAdrian Huang
2021-02-24mm: memcontrol: fix slub memory accountingMuchun Song
2021-02-24mm: memcontrol: fix get_active_memcg return valueMuchun Song
2021-02-24mm: memcontrol: fix swap undercounting in cgroup2Muchun Song
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner
2021-02-24mm/list_lru.c: remove kvfree_rcu_local()Shakeel Butt
2021-02-24mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song
2021-02-24mm/memcontrol: remove redundant NULL checkYang Li
2021-02-24mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi
2021-02-24mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi
2021-02-24mm: memcontrol: make the slab calculation consistentMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song
2021-02-24mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin
2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao
2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn
2021-02-24mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov
2021-02-24mm/swapfile.c: fix debugging information problemStephen Zhang
2021-02-24mm/swap_slots.c: remove redundant NULL checkYang Li
2021-02-24mm: backing-dev: Remove duplicated macro definitionBaolin Wang
2021-02-24mm/filemap: simplify generic_file_read_iterChristoph Hellwig
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig
2021-02-24mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)
2021-02-24mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)
2021-02-24mm/filemap: add filemap_range_uptodateMatthew Wilcox (Oracle)
2021-02-24mm/filemap: move the iocb checks into filemap_update_pageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: convert filemap_update_page to return an errnoMatthew Wilcox (Oracle)
2021-02-24mm/filemap: change filemap_create_page calling conventionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: change filemap_read_page calling conventionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: don't call ->readpage if IOCB_WAITQ is setMatthew Wilcox (Oracle)
2021-02-24mm/filemap: inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)
2021-02-24mm/filemap: support readpage splitting a pageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2021-02-24mm/filemap: use head pages in generic_file_buffered_readMatthew Wilcox (Oracle)
2021-02-24mm/filemap: convert filemap_get_pages to take a pagevecMatthew Wilcox (Oracle)
2021-02-24mm/filemap: remove dynamically allocated array from filemap_readMatthew Wilcox (Oracle)
2021-02-24mm/filemap: rename generic_file_buffered_read subfunctionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: don't revert iter on -EIOCBQUEUEDPavel Begunkov
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-02-24mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin