summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-12-02mm: correctly charge compressed memory to its memcgLi Liguang
2022-12-02mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng
2022-12-02mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner
2022-12-02mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V
2022-12-02mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park
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-26hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
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-16mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik
2022-11-04mm: prep_compound_tail() clear page->privateHugh Dickins
2022-11-04mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-11-04mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long
2022-11-04mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel
2022-11-04mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang
2022-10-29mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-21mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-21mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-21mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-10-21mm/damon: validate if the pmd entry is present before accessingBaolin Wang
2022-10-21mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-10-01Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi
2022-09-22Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi
2022-09-19mm/slab_common: fix possible double free of kmem_cacheFeng Tang
2022-09-16kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne
2022-09-11mm: fix dereferencing possible ERR_PTRBinyi Han
2022-09-11vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams