summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao5-23/+17
2021-02-25mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao2-11/+5
2021-02-25mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao3-14/+15
2021-02-25include/linux/mm_inline.h: shuffle lru list addition and deletion functionsYu Zhao1-21/+21
2021-02-25mm/vmscan.c: use add_page_to_lru_list()Yu Zhao1-5/+1
2021-02-25mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin1-3/+2
2021-02-25mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi3-39/+33
2021-02-25mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun1-2/+2
2021-02-25hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz1-4/+6
2021-02-25hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz1-2/+4
2021-02-25mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin1-8/+6
2021-02-25mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin1-1/+0
2021-02-25mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin1-1/+1
2021-02-25hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin1-3/+3
2021-02-25mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2-7/+14
2021-02-25mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin1-3/+2
2021-02-25mm/hugetlb.c: fix typos in commentsZhiyuan Dai1-1/+1
2021-02-25mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu1-5/+2
2021-02-25mm/hugetlb: fix some comment typosMiaohe Lin2-4/+4
2021-02-25mm/hugetlb: refactor subpage recordingJoao Martins1-21/+28
2021-02-25mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins3-22/+29
2021-02-25mm/hugetlb: simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-25mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabledMiaohe Lin1-3/+13
2021-02-25mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin1-2/+2
2021-02-25mm/hugetlb: avoid unnecessary hugetlb_acct_memory() callMiaohe Lin1-0/+3
2021-02-25mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai1-10/+12
2021-02-25mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin1-1/+3
2021-02-25MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao2-2/+0
2021-02-25mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao1-0/+2
2021-02-25mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao1-15/+19
2021-02-25mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)2-5/+16
2021-02-25mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand3-30/+2
2021-02-25video: fbdev: acornfb: remove free_unused_pages()David Hildenbrand1-34/+0
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 He3-20/+19
2021-02-25mm: rename memmap_init() and memmap_init_zone()Baoquan He4-10/+10
2021-02-25mm: fix prototype warning from kernel test robotBaoquan He2-6/+2
2021-02-25kasan: don't run tests when KASAN is not enabledAndrey Konovalov1-0/+5
2021-02-25kasan: add a test for kmem_cache_alloc/free_bulkAndrey Konovalov1-5/+33
2021-02-25kasan: add proper page allocator testsAndrey Konovalov1-5/+46
2021-02-25kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov8-18/+72
2021-02-25kasan: move _RET_IP_ to inline wrappersAndrey Konovalov4-15/+13
2021-02-25kasan: fix memory corruption in kasan_bitops_tags testAndrey Konovalov1-5/+5
2021-02-25kasan: adapt kmalloc_uaf2 test to HW_TAGS modeAndrey Konovalov1-0/+11
2021-02-25kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov2-6/+13
2021-02-25kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov3-6/+6
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov8-21/+107
2021-02-25kasan: add match-all tag testsAndrey Konovalov3-0/+99
2021-02-25kasan: add macros to simplify checking test constraintsAndrey Konovalov1-70/+31