summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-08-17mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-6/+2
2022-08-17hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin1-0/+1
2022-08-17mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie1-1/+3
2022-08-17mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin1-1/+0
2022-08-17mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-08-17kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2-14/+28
2022-08-17mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2-6/+21
2022-08-17mm/migration: return errno when isolate_huge_page failedMiaohe Lin6-13/+13
2022-08-17mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin1-1/+1
2022-08-17mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)1-3/+8
2022-08-03page_alloc: fix invalid watermark check on a negative valueJaewon Kim1-4/+8
2022-08-03mm/hmm: fault non-owner device private entriesRalph Campbell1-11/+8
2022-08-03hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin1-0/+1
2022-08-03mm: fix missing wake-up event for FSDAX pagesMuchun Song2-5/+7
2022-08-03mm: fix page leak with multiple threads mapping the same pageJosef Bacik1-2/+5
2022-08-03secretmem: fix unhandled fault in truncateMike Rapoport1-7/+26
2022-07-29mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng1-1/+1
2022-07-22mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang1-2/+1
2022-07-22mm: split huge PUD on wp_huge_pud fallbackGowans, James1-13/+14
2022-07-22mm: sparsemem: fix missing higher order allocation splittingMuchun Song1-0/+8
2022-07-22mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen1-1/+4
2022-06-29mm: lru_cache_disable: use synchronize_rcu_expeditedMarcelo Tosatti1-1/+1
2022-06-29mm/memory-failure: disable unpoison once hw error happenszhenwei pi3-2/+14
2022-06-29filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-29mm/slub: add missing TID updates on slab deactivationJann Horn1-0/+2
2022-06-29filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)1-0/+2
2022-06-22init: Initialize noop_backing_dev_info earlyJan Kara1-9/+2
2022-06-14mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)1-2/+1
2022-06-14filemap: Cache the value of vm_flagsMatthew Wilcox (Oracle)1-4/+5
2022-06-09mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin1-1/+1
2022-06-09hugetlb: fix huge_pmd_unshare address updateMike Kravetz1-1/+8
2022-06-09mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman1-2/+2
2022-06-09mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet1-1/+1
2022-06-09Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng1-1/+3
2022-06-09mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto1-0/+2
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf1-4/+33
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+32
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-16/+18
2022-05-10mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo1-0/+10
2022-05-10mm: mremap: fix sign for EFAULT error return valueNiels Dossche1-1/+1
2022-05-05mm/readahead: Fix readahead with large foliosMatthew Wilcox (Oracle)1-6/+9
2022-04-29mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi1-1/+1
2022-04-29mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu1-1/+6
2022-04-29Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu1-13/+0
2022-04-27kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang1-0/+7
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds1-0/+2
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds1-2/+9
2022-04-24page_alloc: use vmalloc_huge for large system hashSong Liu1-1/+1
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-73/+200
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin1-15/+21