summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-10-121-4/+2
* mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin2022-10-121-1/+6
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-10-122-10/+34
* mm,hwpoison: check mm when killing accessing processShuai Xue2022-10-051-0/+3
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-10-051-2/+5
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-10-051-2/+3
* mm: fix dereferencing possible ERR_PTRBinyi Han2022-10-051-1/+1
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-051-0/+12
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-10-051-10/+43
* mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-10-051-5/+14
* mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi2022-09-281-1/+8
* mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-281-1/+4
* kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne2022-09-281-0/+4
* mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn2022-09-201-2/+7
* Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee2022-09-151-4/+4
* mm: pagewalk: Fix race between unmap and page walkerSteven Price2022-09-082-11/+14
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-13/+16
* mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-09-051-1/+1
* mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn2022-09-051-0/+12
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-311-2/+6
* bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-311-0/+2
* mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-311-0/+3
* writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-312-6/+10
* mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin2022-08-171-1/+0
* mm/mempolicy: fix get_nodes out of bound accessTianyu Li2022-08-171-1/+1
* mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin2022-08-171-1/+1
* memremap: remove support for external pgmap refcountsChristoph Hellwig2022-08-171-47/+12
* page_alloc: fix invalid watermark check on a negative valueJaewon Kim2022-08-031-4/+8
* mm/hmm: fault non-owner device private entriesRalph Campbell2022-08-031-11/+8
* hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-031-0/+1
* mm: fix page leak with multiple threads mapping the same pageJosef Bacik2022-08-031-2/+5
* secretmem: fix unhandled fault in truncateMike Rapoport2022-08-031-7/+26
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-07-291-1/+1
* mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-211-13/+14
* mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen2022-07-211-1/+4
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-07-121-11/+0
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-07-122-34/+113
* mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-07-121-0/+12
* mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-07-123-3/+11
* mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi2022-07-121-44/+18
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2022-07-121-0/+50
* mm/filemap: fix UAF in find_lock_entriesLiu Shixin2022-07-121-5/+7
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-07-121-0/+2
* init: Initialize noop_backing_dev_info earlyJan Kara2022-06-221-9/+2
* mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin2022-06-091-1/+1
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-091-1/+8
* mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman2022-06-091-2/+2
* Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng2022-06-091-1/+3
* mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto2022-06-091-0/+2
* zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf2022-06-061-4/+33