summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm: remove unneeded local variable in free_area_init_coreBaoquan He2021-02-241-2/+1
* mm: simplify parameter of setup_usemap()Baoquan He2021-02-241-10/+7
* mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-13/+11
* mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-242-5/+5
* kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov2021-02-245-18/+29
* kasan: move _RET_IP_ to inline wrappersAndrey Konovalov2021-02-243-4/+4
* kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov2021-02-241-1/+1
* kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2021-02-242-0/+37
* kasan: add match-all tag testsAndrey Konovalov2021-02-242-0/+7
* kasan: prefix global functions with kasan_Andrey Konovalov2021-02-2410-116/+116
* mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()sh_def@163.com2021-02-241-1/+1
* mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai2021-02-241-0/+8
* mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()Li Xinhai2021-02-241-1/+8
* mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang2021-02-241-3/+4
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-02-241-4/+4
* mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin2021-02-241-2/+3
* mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin2021-02-241-2/+2
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-02-241-3/+3
* mm/mmap.c: remove unnecessary local variableAdrian Huang2021-02-241-3/+1
* mm: memcontrol: fix slub memory accountingMuchun Song2021-02-242-6/+6
* mm: memcontrol: fix get_active_memcg return valueMuchun Song2021-02-241-7/+3
* mm: memcontrol: fix swap undercounting in cgroup2Muchun Song2021-02-241-1/+13
* fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-23/+0
* mm/list_lru.c: remove kvfree_rcu_local()Shakeel Butt2021-02-241-10/+2
* mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song2021-02-241-27/+8
* mm/memcontrol: remove redundant NULL checkYang Li2021-02-241-2/+1
* mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin2021-02-241-3/+8
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-244-26/+14
* mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi2021-02-241-6/+0
* mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi2021-02-241-4/+5
* mm: memcontrol: make the slab calculation consistentMuchun Song2021-02-241-39/+66
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+4
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-242-6/+11
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-246-29/+8
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-244-6/+10
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-245-21/+21
* mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song2021-02-241-4/+2
* mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song2021-02-241-1/+9
* mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin2021-02-244-10/+31
* mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao2021-02-241-1/+0
* mm/swap_state: constify static struct attribute_groupRikard Falkeborn2021-02-241-1/+1
* mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov2021-02-241-6/+6
* mm/swapfile.c: fix debugging information problemStephen Zhang2021-02-241-4/+4
* mm/swap_slots.c: remove redundant NULL checkYang Li2021-02-241-2/+1
* mm: backing-dev: Remove duplicated macro definitionBaolin Wang2021-02-241-4/+2
* mm/filemap: simplify generic_file_read_iterChristoph Hellwig2021-02-241-6/+4
* mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-19/+16
* mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)2021-02-241-14/+7
* mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)2021-02-241-43/+28
* mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)2021-02-241-5/+14