summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-03-30hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds
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-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-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-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-01-30Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai
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-19mm, slub: consider rest of partial list if acquire_slab() failsJann Horn
2021-01-19mm/hugetlb: fix potential missing huge page size infoMiaohe Lin
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
2020-11-24mm: memcg/slab: fix root memcg vmstatsMuchun Song
2020-11-24page_frag: Recover from memory pressureDongli Zhang
2020-11-18mm/slub: fix panic in slab_alloc_node()Laurent Dufour
2020-11-10mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-10-29mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-29mm/memcg: fix device private memcg accountingRalph Campbell
2020-10-29mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin
2020-10-29mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour
2020-10-01mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-10-01mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang
2020-10-01mm: validate pmd after splittingMinchan Kim
2020-10-01mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner
2020-10-01mm/swap_state: fix a data race in swapin_nr_pagesQian Cai