summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-04-08Merge tag 'v5.4.110' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-04-06Merge tag 'v5.4.109' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-30hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz
2021-03-18Merge tag 'v5.4.106' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds
2021-03-07Merge tag 'v5.4.103' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-07swap: fix swapfile read/write offsetJens Axboe
2021-03-07zsmalloc: account the number of compacted pages correctlyRokudo Yan
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai
2021-03-04Merge tag 'v5.4.102' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-04hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz
2021-03-04hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-03-04mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang
2021-03-04mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin
2021-03-04mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-02-26Merge tag 'v5.4.101' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig
2021-02-26mm: unexport follow_pte_pmdChristoph Hellwig
2021-02-10Merge tag 'v5.4.97' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-02-10mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins
2021-02-10mm, compaction: move high_pfn to the for loop scopeRokudo Yan
2021-02-10mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song
2021-02-10mm: hugetlb: fix a race between isolating and freeing pageMuchun Song
2021-02-10mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-02-10memblock: do not start bottom-up allocations with kernel_endRoman Gushchin
2021-02-01Merge tag 'v5.4.94' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-30Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai
2021-01-28Merge tag 'v5.4.93' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-27kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen
2021-01-27kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen
2021-01-19Merge tag 'v5.4.91' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-19mm, slub: consider rest of partial list if acquire_slab() failsJann Horn
2021-01-19mm/hugetlb: fix potential missing huge page size infoMiaohe Lin
2021-01-11Merge tag 'v5.4.87' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.84' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.83' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.80' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.78' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.76' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.73' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.71' into 5.4-2.3.x-imxAndrey Zhizhikin
2020-12-30mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner
2020-12-16mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim
2020-12-11mm/swapfile: do not sleep with a spin lock heldQian Cai
2020-12-11mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi
2020-11-24mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy
2020-11-24mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer