-
- Downloads
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Pull more MM updates from Andrew Morton: - fix a race which causes page refcounting errors in ZONE_DEVICE pages (Alistair Popple) - fix userfaultfd test harness instability (Peter Xu) - various other patches in MM, mainly fixes * tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (29 commits) highmem: fix kmap_to_page() for kmap_local_page() addresses mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page mm/selftest: uffd: explain the write missing fault check mm/hugetlb: use hugetlb_pte_stable in migration race check mm/hugetlb: fix race condition of uffd missing/minor handling zram: always expose rw_page LoongArch: update local TLB if PTE entry exists mm: use update_mmu_tlb() on the second thread kasan: fix array-bounds warnings in tests hmm-tests: add test for migrate_device_range() nouveau/dmem: evict device private memory during release nouveau/dmem: refactor nouveau_dmem_fault_copy_one() mm/migrate_device.c: add migrate_device_range() mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page() mm/memremap.c: take a pgmap reference on page allocation mm: free device private pages have zero refcount mm/memory.c: fix race when faulting a device private page mm/damon: use damon_sz_region() in appropriate place mm/damon: move sz_damon_region to damon_sz_region lib/test_meminit: add checks for the allocation functions ...
Showing
- arch/loongarch/include/asm/pgtable.h 3 additions, 0 deletionsarch/loongarch/include/asm/pgtable.h
- arch/powerpc/kvm/book3s_hv_uvmem.c 12 additions, 9 deletionsarch/powerpc/kvm/book3s_hv_uvmem.c
- drivers/block/zram/zram_drv.c 3 additions, 23 deletionsdrivers/block/zram/zram_drv.c
- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c 11 additions, 8 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_migrate.c
- drivers/gpu/drm/amd/amdkfd/kfd_migrate.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_migrate.h
- drivers/gpu/drm/amd/amdkfd/kfd_svm.c 7 additions, 4 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_svm.c
- drivers/gpu/drm/nouveau/nouveau_dmem.c 77 additions, 31 deletionsdrivers/gpu/drm/nouveau/nouveau_dmem.c
- fs/ext4/verity.c 2 additions, 1 deletionfs/ext4/verity.c
- fs/f2fs/verity.c 2 additions, 1 deletionfs/f2fs/verity.c
- include/linux/damon.h 6 additions, 0 deletionsinclude/linux/damon.h
- include/linux/memremap.h 1 addition, 0 deletionsinclude/linux/memremap.h
- include/linux/migrate.h 15 additions, 0 deletionsinclude/linux/migrate.h
- include/linux/sched.h 0 additions, 2 deletionsinclude/linux/sched.h
- lib/test_hmm.c 104 additions, 25 deletionslib/test_hmm.c
- lib/test_hmm_uapi.h 1 addition, 0 deletionslib/test_hmm_uapi.h
- lib/test_meminit.c 21 additions, 0 deletionslib/test_meminit.c
- mm/compaction.c 0 additions, 1 deletionmm/compaction.c
- mm/damon/core.c 10 additions, 16 deletionsmm/damon/core.c
- mm/damon/vaddr.c 2 additions, 2 deletionsmm/damon/vaddr.c
- mm/highmem.c 31 additions, 12 deletionsmm/highmem.c
Loading
Please register or sign in to comment