summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm: remove unneeded local variable in free_area_init_coreBaoquan He1-2/+1
2021-02-25mm: simplify parameter of setup_usemap()Baoquan He1-10/+7
2021-02-25mm: simplify parater of function memmap_init_zone()Baoquan He1-13/+11
2021-02-25mm: rename memmap_init() and memmap_init_zone()Baoquan He2-5/+5
2021-02-25kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov5-18/+29
2021-02-25kasan: move _RET_IP_ to inline wrappersAndrey Konovalov3-4/+4
2021-02-25kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov1-1/+1
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2-0/+37
2021-02-25kasan: add match-all tag testsAndrey Konovalov2-0/+7
2021-02-25kasan: prefix global functions with kasan_Andrey Konovalov10-116/+116
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 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