summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-02-24mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin1-1/+0
2021-02-24mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin1-1/+1
2021-02-24hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin1-3/+3
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V1-1/+5
2021-02-24mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin1-3/+2
2021-02-24mm/hugetlb.c: fix typos in commentsZhiyuan Dai1-1/+1
2021-02-24mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu1-5/+2
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin1-3/+3
2021-02-24mm/hugetlb: refactor subpage recordingJoao Martins1-21/+28
2021-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins2-22/+26
2021-02-24mm/hugetlb: simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-24mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabledMiaohe Lin1-3/+13
2021-02-24mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin1-2/+2
2021-02-24mm/hugetlb: avoid unnecessary hugetlb_acct_memory() callMiaohe Lin1-0/+3
2021-02-24mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai1-10/+12
2021-02-24mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin1-1/+3
2021-02-24mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao1-0/+2
2021-02-24mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao1-15/+19
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand1-11/+0
2021-02-24mm: remove unneeded local variable in free_area_init_coreBaoquan He1-2/+1
2021-02-24mm: simplify parameter of setup_usemap()Baoquan He1-10/+7
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-13/+11
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He2-5/+5
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov5-18/+29
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov3-4/+4
2021-02-24kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov1-1/+1
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2-0/+37
2021-02-24kasan: add match-all tag testsAndrey Konovalov2-0/+7
2021-02-24kasan: prefix global functions with kasan_Andrey Konovalov10-116/+116
2021-02-24mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()sh_def@163.com1-1/+1
2021-02-24mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai1-0/+8
2021-02-24mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()Li Xinhai1-1/+8
2021-02-24mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang1-3/+4
2021-02-24mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2021-02-24mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin1-2/+3
2021-02-24mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...Miaohe Lin1-2/+2
2021-02-24mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+3
2021-02-24mm/mmap.c: remove unnecessary local variableAdrian Huang1-3/+1
2021-02-24mm: memcontrol: fix slub memory accountingMuchun Song2-6/+6
2021-02-24mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-02-24mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-23/+0
2021-02-24mm/list_lru.c: remove kvfree_rcu_local()Shakeel Butt1-10/+2
2021-02-24mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song1-27/+8
2021-02-24mm/memcontrol: remove redundant NULL checkYang Li1-2/+1
2021-02-24mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin1-3/+8
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt4-26/+14
2021-02-24mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi1-6/+0
2021-02-24mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi1-4/+5
2021-02-24mm: memcontrol: make the slab calculation consistentMuchun Song1-39/+66