summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01drm/amdkfd: Correct partial migration virtual addrPhilip Yang1-1/+1
2024-01-16drm/amdkfd: fixes for HMM mem allocationDafna Hirschfeld1-3/+3
2023-12-19drm/amdkfd: Use partial hmm page walk during buffer validation in SVMXiaogang Chen1-23/+12
2023-12-06drm/amdkfd: Use partial migrations/mapping for GPU/CPU page faults in SVMXiaogang Chen1-65/+81
2023-10-27Revert "drm/amdkfd: Use partial migrations in GPU page faults"Philip Yang1-86/+64
2023-10-06drm/amdkfd: Use partial migrations in GPU page faultsXiaogang Chen1-64/+86
2023-09-20drm/amdkfd: Separate dma unmap and free of dma address array operationsXiaogang Chen1-3/+3
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+1
2023-08-07drm/amdkfd: avoid unmap dma address when svm_ranges are splitAlex Sierra1-3/+4
2023-06-15drm/amdgpu: Rename DRM schedulers in amdgpu TTMMukul Joshi1-1/+1
2023-06-09drm/amdgpu: Fix up missing parameters kdoc in svm_migrate_vma_to_ramSrinivasan Shanmugam1-1/+4
2023-06-09drm/amdkfd: Refactor migrate init to support partition switchPhilip Yang1-5/+3
2023-06-09drm/amdkfd: APU mode set max svm range pagesPhilip Yang1-2/+5
2023-06-09drm/amdkfd: Move pgmap to amdgpu_kfd_dev structurePhilip Yang1-4/+4
2023-06-09drm/amdkfd: Update SMI events for GFX9.4.3Mukul Joshi1-8/+8
2023-06-09drm/amdkfd: pass kfd_node ref to svm migration apiAlex Sierra1-22/+23
2023-06-09drm/amdkfd: Add spatial partitioning support in KFDMukul Joshi1-4/+4
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-4/+4
2023-03-14drm/amdkfd: Get prange->offset after svm_range_vram_node_newXiaogang Chen1-7/+9
2023-03-07drm/amdkfd: Fix BO offset for multi-VMA page migrationXiaogang Chen1-7/+10
2023-01-11drm/amdkfd: Use resource_size() helper functionDeepak R Varma1-2/+1
2022-11-22Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie1-1/+0
2022-11-17drm/amdgpu: rename the files for HMM handlingChristian König1-1/+0
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-11/+6
2022-11-03drm/amdgpu: cleanup scheduler job initialization v2Christian König1-11/+6
2022-10-27drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()Yang Li1-3/+1
2022-10-24drm/amdkfd: use vma_lookup() instead of find_vma()Deming Wang1-4/+4
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+11
2022-10-13mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-13mm/memory.c: fix race when faulting a device private pageAlistair Popple1-7/+10
2022-09-19drm/amdkfd: Fix spelling mistake "detroyed" -> "destroyed"Colin Ian King1-1/+1
2022-09-13drm/amdkfd: Migrate in CPU page fault use current mmPhilip Yang1-1/+2
2022-09-13drm/amdkfd: Remove prefault before migrating to VRAMPhilip Yang1-7/+5
2022-09-13drm/amdkfd: handle CPU fault on COW mappingPhilip Yang1-13/+29
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+21
2022-07-28drm/amdkfd: Set svm range max pagesPhilip Yang1-0/+2
2022-07-18drm/amdkfd: add SPM support for SVMAlex Sierra1-13/+21
2022-06-30drm/amdkfd: Add migration SMI eventPhilip Yang1-13/+40
2022-06-03drm/amdkfd: Fix partial migration bugsPhilip Yang1-3/+3
2022-05-06Merge tag 'amd-drm-next-5.19-2022-04-29' of https://gitlab.freedesktop.org/ag...Dave Airlie1-8/+7
2022-04-22drm/amdkfd: use kvcalloc() instead of kvmalloc() in kfd_migrateYang Wang1-8/+7
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-19/+34
2022-03-15drm/amdkfd: evict svm bo worker handle errorPhilip Yang1-6/+23
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-1/+0
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig1-0/+1
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-1/+1
2022-02-12drm/amdkfd: replace err by dbg print at svm vram migrationAlex Sierra1-8/+9
2022-01-20drm/amdgpu: remove gart.ready flagChristian König1-4/+1
2021-12-16drm/amdkfd: fix svm_bo release invalid wait context warningPhilip Yang1-1/+1
2021-12-14drm/amd: fix improper docstring syntaxIsabella Basso1-2/+2