summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao
2021-02-24mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao
2021-02-24mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao
2021-02-24include/linux/mm_inline.h: shuffle lru list addition and deletion functionsYu Zhao
2021-02-24mm/vmscan.c: use add_page_to_lru_list()Yu Zhao
2021-02-24mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi
2021-02-24mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun
2021-02-24hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz
2021-02-24hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-02-24mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin
2021-02-24mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin
2021-02-24mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin
2021-02-24hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V
2021-02-24mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin
2021-02-24mm/hugetlb.c: fix typos in commentsZhiyuan Dai
2021-02-24mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin
2021-02-24mm/hugetlb: refactor subpage recordingJoao Martins
2021-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins
2021-02-24mm/hugetlb: simplify the calculation of variablesJiapeng Zhong
2021-02-24mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabledMiaohe Lin
2021-02-24mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin
2021-02-24mm/hugetlb: avoid unnecessary hugetlb_acct_memory() callMiaohe Lin
2021-02-24mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai
2021-02-24mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin
2021-02-24MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao
2021-02-24mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao
2021-02-24mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required eventsAili Yao
2021-02-24mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand
2021-02-24video: fbdev: acornfb: remove free_unused_pages()David Hildenbrand
2021-02-24mm: remove unneeded local variable in free_area_init_coreBaoquan He
2021-02-24mm: simplify parameter of setup_usemap()Baoquan He
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He
2021-02-24kasan: don't run tests when KASAN is not enabledAndrey Konovalov
2021-02-24kasan: add a test for kmem_cache_alloc/free_bulkAndrey Konovalov
2021-02-24kasan: add proper page allocator testsAndrey Konovalov
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: fix memory corruption in kasan_bitops_tags testAndrey Konovalov
2021-02-24kasan: adapt kmalloc_uaf2 test to HW_TAGS modeAndrey Konovalov
2021-02-24kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEAndrey 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: add macros to simplify checking test constraintsAndrey Konovalov