summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2022-10-01Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+5
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun-1/+1
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal-0/+4
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-72/+176
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan-11/+14
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim-2/+5
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi-10/+34
2022-09-22Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+20
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi-1/+8
2022-09-19mm/slab_common: fix possible double free of kmem_cacheFeng Tang-1/+4
2022-09-16kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne-0/+4
2022-09-11mm: fix dereferencing possible ERR_PTRBinyi Han-1/+1
2022-09-11vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)-2/+2
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)-1/+1
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman-5/+14
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple-2/+7
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple-1/+1
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple-2/+3
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams-10/+12
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams-1/+1
2022-09-11mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman-10/+43
2022-09-08mm/slub: fix to return errno if kmalloc() failsChao Yu-1/+4
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price-11/+14
2022-09-01Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+29
2022-09-01mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long-16/+29
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn-13/+16
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu-1/+2
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty-0/+3
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin-0/+2
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky-1/+1
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov-6/+10
2022-08-28shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)-0/+1
2022-08-28mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin-1/+1
2022-08-20mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins-0/+2
2022-08-20mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins-1/+2
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins-23/+31
2022-08-20mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand-7/+19
2022-08-20mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand-2/+5
2022-08-20mm/uffd: reset write protection when unregister with wp-modePeter Xu-11/+18
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee-1/+8
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand-43/+89
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-601/+684
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-0/+5
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+11