summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin2022-10-241-20/+17
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-241-1/+4
* mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu2022-10-243-0/+8
* mm/damon: validate if the pmd entry is present before accessingBaolin Wang2022-10-241-0/+10
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-242-15/+26
* damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun2022-10-051-1/+1
* mm,hwpoison: check mm when killing accessing processShuai Xue2022-10-051-0/+3
* mm/hugetlb: correct demote page offset logicDoug Berger2022-10-051-6/+8
* mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov2022-10-051-4/+10
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-10-051-2/+5
* mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple2022-10-051-2/+7
* mm/migrate_device.c: add missing flush_cache_page()Alistair Popple2022-10-051-1/+1
* 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/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan2022-10-051-11/+14
* 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: gup: fix the fast GUP race against THP collapseYang Shi2022-10-052-10/+34
* mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal2022-10-051-0/+4
* mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-10-051-5/+14
* frontswap: don't call ->init if no ops are registeredChristoph Hellwig2022-10-051-0/+3
* mm/slab_common: fix possible double free of kmem_cacheFeng Tang2022-09-281-1/+4
* 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
* 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/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long2022-09-081-16/+29
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-13/+16
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-311-2/+6
* shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-311-0/+1
* mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-311-1/+2
* mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-311-1/+1
* 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/hugetlb: support write-faults in shared mappingsDavid Hildenbrand2022-08-311-7/+19
* mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-311-11/+18
* mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-312-43/+91
* Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool"Marco Elver2022-08-211-9/+9
* hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin2022-08-171-0/+1
* mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie2022-08-171-1/+3
* mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin2022-08-171-1/+0
* mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang2022-08-171-3/+3
* mm/mempolicy: fix get_nodes out of bound accessTianyu Li2022-08-171-1/+1
* kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2022-08-172-14/+28
* mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2022-08-171-6/+2
* mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2022-08-172-6/+21
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-08-176-13/+13
* mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin2022-08-171-1/+1