summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-04-24drm/amdkfd: Fix rescheduling of restore workerFelix Kuehling1-3/+3
2024-04-24drm/amdkfd: Fix eviction fence handlingFelix Kuehling1-4/+5
2024-04-17drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-01-09drm/amdkfd: Fix sparse __rcu annotation warningsFelix Kuehling1-2/+5
2023-11-30drm/amdkfd: Run restore_workers on freezable WQsFelix Kuehling1-34/+53
2023-11-17drm/amdkfd: Move TLB flushing logic into amdgpuFelix Kuehling1-31/+0
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya1-1/+6
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-16/+0
2023-08-08drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma1-39/+1
2023-06-30drm/amdkfd: Update interrupt handling for GFX 9.4.3Mukul Joshi1-0/+9
2023-06-09drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim1-0/+47
2023-06-09drm/amdkfd: add debug trap enabled flag to tmaJay Cornwall1-0/+15
2023-06-09drm/amdkfd: add send exception operationJonathan Kim1-1/+70
2023-06-09drm/amdkfd: add raise exception event functionJonathan Kim1-0/+2
2023-06-09drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim1-0/+10
2023-06-09drm/amdgpu: prepare map process for multi-process debug devicesJonathan Kim1-0/+5
2023-06-09drm/amdkfd: fix kfd_suspend_all_processesJonathan Kim1-1/+1
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim1-20/+40
2023-06-09drm/amdkfd: Use xcc mask for identifying xccLijo Lazar1-4/+4
2023-06-09drm/amdkfd: Update SMI events for GFX9.4.3Mukul Joshi1-3/+3
2023-06-09drm/amdkfd: pass kfd_node ref to svm migration apiAlex Sierra1-3/+3
2023-06-09drm/amdkfd: Rework kfd_locked handlingMukul Joshi1-1/+7
2023-06-09drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi1-2/+5
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi1-1/+1
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