summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25kasan: clean up comments in testsAndrey Konovalov2-25/+39
2021-02-25kasan: clarify HW_TAGS impact on TBIAndrey Konovalov1-5/+11
2021-02-25kasan: prefix global functions with kasan_Andrey Konovalov11-117/+117
2021-02-25vmalloc: remove redundant NULL checkYang Li1-5/+2
2021-02-25mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()sh_def@163.com1-1/+1
2021-02-25mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai1-0/+8
2021-02-25mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()Li Xinhai1-1/+8
2021-02-25mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang1-3/+4
2021-02-25mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2021-02-25mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin1-2/+3
2021-02-25mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin1-2/+2
2021-02-25mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+3
2021-02-25mm/mmap.c: remove unnecessary local variableAdrian Huang1-3/+1
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 Weiner3-32/+2
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: page_counter: re-layout structure to reduce false sharingFeng Tang1-1/+8
2021-02-25mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin2-6/+8
2021-02-25mm: memcg: add swapcache stat for memcg v2Shakeel Butt8-27/+32
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 Song4-6/+8
2021-02-25mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song5-10/+15
2021-02-25mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song9-33/+12
2021-02-25mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song7-10/+14
2021-02-25mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song8-28/+44
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 Song2-3/+21
2021-02-25mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin5-29/+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-25fs/buffer.c: add checking buffer head stat before clearYang Guo1-1/+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 Hellwig3-22/+19
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