aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13drm/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-10drm/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-12mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-12mm/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-05Merge 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-17drm/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-24Merge 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-11drm/amdkfd: replace err by dbg print at svm vram migrationAlex Sierra1-8/+9
2022-01-19drm/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-13drm/amd: fix improper docstring syntaxIsabella Basso1-2/+2
2021-11-17drm/amdkfd: convert misc checks to IP version checkingGraham Sider1-1/+1
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+38
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-2/+0
2021-11-05drm/amdkfd: avoid recursive lock in migrations back to RAMAlex Sierra1-0/+5
2021-11-03drm/amdkfd: Handle incomplete migration to system memoryFelix Kuehling1-12/+33
2021-10-21drm/amdkfd: debug message to count successfully migrated pagesPhilip Yang1-0/+21
2021-10-21drm/amdkfd: clarify the origin of cpages returned by migration functionsPhilip Yang1-21/+22
2021-10-13drm/amdkfd: handle svm partial migration cpages 0Philip Yang1-34/+52
2021-10-13drm/amdkfd: ratelimited svm debug messagesPhilip Yang1-15/+19
2021-09-29drm/amdkfd: fix resource_size.cocci warningsYang Li1-2/+1