summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
2022-06-08drm/amdkfd: Document and fix GTT BO kmap APIFelix Kuehling
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi
2022-04-25drm/amdkfd: Ignore bogus signals from MEC efficientlyFelix Kuehling
2022-03-31drm/amdkfd: Use atomic64_t type for pdd->tlb_seqPhilip Yang
2022-03-25drm/amdkfd: use tlb_seq from the VM subsystem for SVM as well v2Christian König
2022-03-25drm/amdkfd: start using tlb_seq from the VM subsystemChristian König
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi
2022-02-07drm/amdkfd: use user_gpu_id for svm rangesRajneesh Bhardwaj
2022-02-07drm/amdkfd: CRIU implement gpu_id remappingDavid Yat Sin
2022-02-07drm/amdkfd: CRIU Implement KFD unpause operationDavid Yat Sin
2022-02-07drm/amdkfd: CRIU Implement KFD resume ioctlRajneesh Bhardwaj
2022-01-27drm/amdkfd: svm range restore work deadlock when process exitPhilip Yang
2022-01-11drm/amdkfd: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso
2021-12-01drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'Christophe JAILLET
2021-12-01drm/amdkfd: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-11-17drm/amdkfd: convert misc checks to IP version checkingGraham Sider
2021-11-17drm/amdkfd: convert KFD_IS_SOC to IP version checkingGraham Sider
2021-11-17drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in gpuvm amdgpu_amdkfd funcsGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider
2021-11-05drm/amd/amdkfd: Don't sent command to HWS on kfd resetshaoyunl
2021-10-28drm/amdkfd: Separate pinned BOs destruction from general routineLang Yu
2021-08-02Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang
2021-07-13Revert "drm/amdkfd: Make TLB flush conditional on mapping"Eric Huang
2021-06-30drm/amdkfd: add sysfs counters for vm fault and migrationPhilip Yang
2021-06-30drm/amdkfd: fix sysfs kobj leakPhilip Yang
2021-06-30drm/amdkfd: add helper function for kfd sysfs createPhilip Yang
2021-06-15drm/amdkfd: Disable SVM per GPU, not per processFelix Kuehling
2021-06-07drm/amdkfd: remove duplicate include of kfd_svm.hWan Jiabing
2021-06-04drm/amdkfd: Make TLB flush conditional on mappingEric Huang
2021-06-04drm/amdkfd: Add flush-type parameter to kfd_flush_tlbEric Huang
2021-05-21drm/amd/amdkfd: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-19drm/amdkfd: heavy-weight flush TLB after unmapPhilip Yang
2021-04-28drm/amdkfd: Fix kernel-doc syntax errorFabio M. De Francesco
2021-04-20drm/amdkfd: refine migration policy with xnack onFelix Kuehling
2021-04-20drm/amdkfd: add xnack enabled flag to kfd_processAlex Sierra
2021-04-20drm/amdkfd: svm range eviction and restoreFelix Kuehling
2021-04-20drm/amdkfd: register svm rangePhilip Yang
2021-04-20drm/amdkfd: add svm ioctl APIPhilip Yang
2021-04-20drm/amdkfd: helper to convert gpu id and idxAlex Sierra
2021-04-20drm/amdkfd: Allow access for mmapping KFD BOsFelix Kuehling
2021-04-20drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling
2021-04-15drm/amdkfd: Remove legacy code not acquiring VMsFelix Kuehling
2021-04-09drm/amdgpu: replace per_device_list by arrayAlex Sierra
2021-03-05drm/amdkfd: Move set_trap_handler out of dqm->opsJay Cornwall
2021-02-22drm/amdkfd: Cleanup kfd_process if init_cwsr_apu failsFelix Kuehling
2021-02-22drm/amdkfd: Use mmu_notifier_getFelix Kuehling