aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25drm/amdkfd: Allocate doorbells only when neededFelix Kuehling1-5/+0
2022-07-25drm/amdkfd: Process notifier release callback don't take mutexPhilip Yang1-12/+9
2022-07-25drm/amdkfd: Correct mmu_notifier_get failure handlingPhilip Yang1-0/+6
2022-06-30drm/amdkfd: Add user queue eviction restore SMI eventPhilip Yang1-3/+12
2022-06-08drm/amdkfd: Document and fix GTT BO kmap APIFelix Kuehling1-3/+3
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-0/+19
2022-04-25drm/amdkfd: Ignore bogus signals from MEC efficientlyFelix Kuehling1-2/+8
2022-03-31drm/amdkfd: Use atomic64_t type for pdd->tlb_seqPhilip Yang1-3/+7
2022-03-25drm/amdkfd: use tlb_seq from the VM subsystem for SVM as well v2Christian König1-1/+1
2022-03-25drm/amdkfd: start using tlb_seq from the VM subsystemChristian König1-0/+7
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi1-19/+0
2022-02-07drm/amdkfd: use user_gpu_id for svm rangesRajneesh Bhardwaj1-2/+2
2022-02-07drm/amdkfd: CRIU implement gpu_id remappingDavid Yat Sin1-0/+32
2022-02-07drm/amdkfd: CRIU Implement KFD unpause operationDavid Yat Sin1-0/+1
2022-02-07drm/amdkfd: CRIU Implement KFD resume ioctlRajneesh Bhardwaj1-5/+30
2022-01-27drm/amdkfd: svm range restore work deadlock when process exitPhilip Yang1-1/+0
2022-01-11drm/amdkfd: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-3/+2
2021-12-01drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'Christophe JAILLET1-3/+3
2021-12-01drm/amdkfd: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+3
2021-11-17drm/amdkfd: convert misc checks to IP version checkingGraham Sider1-4/+3
2021-11-17drm/amdkfd: convert KFD_IS_SOC to IP version checkingGraham Sider1-1/+1
2021-11-17drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider1-3/+2
2021-11-17drm/amdkfd: replace kgd_dev in gpuvm amdgpu_amdkfd funcsGraham Sider1-14/+14
2021-11-17drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider1-2/+2
2021-11-17drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider1-1/+1
2021-11-05drm/amd/amdkfd: Don't sent command to HWS on kfd resetshaoyunl1-1/+5
2021-10-28drm/amdkfd: Separate pinned BOs destruction from general routineLang Yu1-29/+80
2021-08-02Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang1-1/+2
2021-07-13Revert "drm/amdkfd: Make TLB flush conditional on mapping"Eric Huang1-2/+1
2021-06-30drm/amdkfd: add sysfs counters for vm fault and migrationPhilip Yang1-29/+122
2021-06-30drm/amdkfd: fix sysfs kobj leakPhilip Yang1-8/+6
2021-06-30drm/amdkfd: add helper function for kfd sysfs createPhilip Yang1-80/+39
2021-06-15drm/amdkfd: Disable SVM per GPU, not per processFelix Kuehling1-1/+0
2021-06-07drm/amdkfd: remove duplicate include of kfd_svm.hWan Jiabing1-1/+0
2021-06-04drm/amdkfd: Make TLB flush conditional on mappingEric Huang1-1/+2
2021-06-04drm/amdkfd: Add flush-type parameter to kfd_flush_tlbEric Huang1-2/+2
2021-05-21drm/amd/amdkfd: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-19drm/amdkfd: heavy-weight flush TLB after unmapPhilip Yang1-1/+1
2021-04-28drm/amdkfd: Fix kernel-doc syntax errorFabio M. De Francesco1-1/+1
2021-04-20drm/amdkfd: refine migration policy with xnack onFelix Kuehling1-0/+16
2021-04-20drm/amdkfd: add xnack enabled flag to kfd_processAlex Sierra1-0/+53
2021-04-20drm/amdkfd: svm range eviction and restoreFelix Kuehling1-0/+1
2021-04-20drm/amdkfd: register svm rangePhilip Yang1-0/+9
2021-04-20drm/amdkfd: add svm ioctl APIPhilip Yang1-0/+1
2021-04-20drm/amdkfd: helper to convert gpu id and idxAlex Sierra1-0/+10
2021-04-20drm/amdkfd: Allow access for mmapping KFD BOsFelix Kuehling1-3/+6
2021-04-20drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling1-12/+11
2021-04-15drm/amdkfd: Remove legacy code not acquiring VMsFelix Kuehling1-17/+10