summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-01-12mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira
2022-12-14mm/gup: fix gup_pud_range() for daxJohn Starks
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-14mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn
2022-12-14mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2022-12-14mm/khugepaged: take the right locks for page table retractionJann Horn
2022-12-08mm: migrate: fix THP's mapcount on isolationGavin Shan
2022-12-08mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins
2022-12-02mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner
2022-11-26mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-11-26maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy
2022-11-26hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-26mm: shmem: don't truncate page if memory failure happensYang Shi
2022-11-26mm: hwpoison: handle non-anonymous THP correctlyYang Shi
2022-11-26mm: hwpoison: refactor refcount check handlingYang Shi
2022-11-16mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu
2022-11-16mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta
2022-11-16mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-11-10mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-10-29mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-26mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-26mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-26mm/damon: validate if the pmd entry is present before accessingBaolin Wang
2022-10-12mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi
2022-10-12mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin
2022-10-12mm: gup: fix the fast GUP race against THP collapseYang Shi
2022-10-05mm,hwpoison: check mm when killing accessing processShuai Xue
2022-10-05mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-10-05mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-10-05mm: fix dereferencing possible ERR_PTRBinyi Han
2022-10-05mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-10-05mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman
2022-10-05mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2022-09-28mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi
2022-09-28mm/slub: fix to return errno if kmalloc() failsChao Yu
2022-09-28kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne
2022-09-20mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn
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-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-09-05mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-09-05mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn
2022-08-31mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
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-17mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-08-17mm/mempolicy: fix get_nodes out of bound accessTianyu Li
2022-08-17mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin
2022-08-17memremap: remove support for external pgmap refcountsChristoph Hellwig