summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2022-10-061-0/+1
|\
| * mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch2022-09-261-0/+1
* | Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-012-1/+5
|\ \
| * | damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun2022-09-301-1/+1
| * | mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal2022-09-301-0/+4
* | | Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-09-2615-72/+176
|\| | | |/ |/|
| * mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan2022-09-261-11/+14
| * mm,hwpoison: check mm when killing accessing processShuai Xue2022-09-261-0/+3
| * mm/hugetlb: correct demote page offset logicDoug Berger2022-09-261-6/+8
| * mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-09-261-0/+12
| * mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov2022-09-261-4/+10
| * frontswap: don't call ->init if no ops are registeredChristoph Hellwig2022-09-261-0/+3
| * mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-09-261-4/+2
| * mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-09-261-2/+5
| * mm: gup: fix the fast GUP race against THP collapseYang Shi2022-09-262-10/+34
| * mm: fix dereferencing possible ERR_PTRBinyi Han2022-09-111-1/+1
| * vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)2022-09-111-2/+2
| * mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)2022-09-111-1/+1
| * mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-111-5/+14
| * mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple2022-09-111-2/+7
| * mm/migrate_device.c: add missing flush_cache_page()Alistair Popple2022-09-111-1/+1
| * mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-09-111-2/+3
| * mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams2022-09-111-10/+12
| * mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-1/+1
| * mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-09-111-10/+43
* | Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-222-3/+20
|\ \
| * | mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi2022-09-221-1/+8
| * | mm/slab_common: fix possible double free of kmem_cacheFeng Tang2022-09-191-1/+4
| * | kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne2022-09-161-0/+4
| * | mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-081-1/+4
* | | mm: pagewalk: Fix race between unmap and page walkerSteven Price2022-09-032-11/+14
* | | Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-011-16/+29
|\| |
| * | mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long2022-09-011-16/+29
* | | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-08-311-13/+16
| |/ |/|
* | mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
* | mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
* | bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-281-0/+2
* | mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
* | writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-282-6/+10
* | shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
* | mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
* | mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins2022-08-201-0/+2
* | mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins2022-08-201-1/+2
* | mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins2022-08-201-23/+31
* | mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand2022-08-201-7/+19
* | mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-201-2/+5
* | mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-201-11/+18
* | mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee2022-08-201-1/+8
* | mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-202-43/+89
|/
* Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-105-601/+684
|\