summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov
2021-02-24kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov
2021-02-24kasan: add match-all tag testsAndrey Konovalov
2021-02-24kasan: prefix global functions with kasan_Andrey Konovalov
2021-02-24mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()sh_def@163.com
2021-02-24mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai
2021-02-24mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()Li Xinhai
2021-02-24mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang
2021-02-24mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-02-24mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin
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)