summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-27/+27
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie1-11/+64
2023-03-16drm/amdkfd: Fixed kfd_process cleanup on module exit.David Belanger1-7/+60
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-02-24drm/amdkfd: Make kobj_type structures constantThomas Weißschuh1-4/+4
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-18drm/amdkfd: Support process XNACK mode dynamic changePhilip Yang1-1/+1
2023-01-12drm/amdkfd: Cleanup vm process info if init vm failedPhilip Yang1-2/+10
2022-12-20drm/amdkfd: Fix double release compute pasidPhilip Yang1-3/+9
2022-12-20drm/amdkfd: Fix kfd_process_device_init_vm error handlingPhilip Yang1-6/+6
2022-12-20drm/amdkfd: Fix double release compute pasidPhilip Yang1-3/+9
2022-12-20drm/amdkfd: Fix kfd_process_device_init_vm error handlingPhilip Yang1-6/+6
2022-10-27drm/amdkfd: Cleanup kfd_dev structMukul Joshi1-6/+6
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-26drm/amdkfd: Ignore bogus signals from MEC efficientlyFelix Kuehling1-2/+8
2022-04-01drm/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-10drm/amdkfd: Remove unused old debugger implementationMukul Joshi1-19/+0
2022-02-08drm/amdkfd: use user_gpu_id for svm rangesRajneesh Bhardwaj1-2/+2
2022-02-08drm/amdkfd: CRIU implement gpu_id remappingDavid Yat Sin1-0/+32
2022-02-08drm/amdkfd: CRIU Implement KFD unpause operationDavid Yat Sin1-0/+1
2022-02-08drm/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-14drm/amd: fix improper docstring syntaxIsabella Basso1-3/+2
2021-12-02drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'Christophe JAILLET1-3/+3
2021-12-02drm/amdkfd: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+3
2021-11-18drm/amdkfd: convert misc checks to IP version checkingGraham Sider1-4/+3
2021-11-18drm/amdkfd: convert KFD_IS_SOC to IP version checkingGraham Sider1-1/+1
2021-11-18drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider1-3/+2
2021-11-18drm/amdkfd: replace kgd_dev in gpuvm amdgpu_amdkfd funcsGraham Sider1-14/+14
2021-11-18drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider1-2/+2
2021-11-18drm/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-03Revert "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-16drm/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