summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-09-15Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee
2022-09-08mm: pagewalk: Fix race between unmap and page walkerSteven Price
2022-09-08mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-08-31mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-31shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)
2022-08-31mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-08-31mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-08-31bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin
2022-08-31mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-08-31writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-31mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand
2022-08-31mm/uffd: reset write protection when unregister with wp-modePeter Xu
2022-08-31mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand
2022-08-21Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool"Marco Elver
2022-08-17hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin
2022-08-17mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie
2022-08-17mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-08-17mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang
2022-08-17mm/mempolicy: fix get_nodes out of bound accessTianyu Li
2022-08-17kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov
2022-08-17mm: introduce clear_highpage_kasan_taggedAndrey Konovalov
2022-08-17mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin
2022-08-17mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-08-17mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin
2022-08-17mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)
2022-07-29Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell
2022-07-29page_alloc: fix invalid watermark check on a negative valueJaewon Kim
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-26mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng
2022-07-18hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-07-18secretmem: fix unhandled fault in truncateMike Rapoport
2022-07-18mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()Naoya Horiguchi
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song
2022-07-18mm: fix page leak with multiple threads mapping the same pageJosef Bacik
2022-07-18tmpfs: fix the issue that the mount and remount results are inconsistent.ZhaoLong Wang
2022-07-18mm: kfence: apply kmemleak_ignore_phys on early allocated poolYee Lee
2022-07-03mm: split huge PUD on wp_huge_pud fallbackGowans, James
2022-07-03mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand
2022-07-03mm: sparsemem: fix missing higher order allocation splittingMuchun Song
2022-07-03mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang
2022-07-03mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds