summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-40/+420
2023-06-09drm/amdkfd: potential error pointer dereference in ioctlDan Carpenter1-2/+2
2023-06-09drm/amdkfd: bump kfd ioctl minor version for debug api availabilityJonathan Kim1-1/+0
2023-06-09drm/amdkfd: add debug device snapshot operationJonathan Kim1-2/+5
2023-06-09drm/amdkfd: add debug queue snapshot operationJonathan Kim1-0/+6
2023-06-09drm/amdkfd: add debug query exception info operationJonathan Kim1-0/+7
2023-06-09drm/amdkfd: add debug query event operationJonathan Kim1-0/+6
2023-06-09drm/amdkfd: add debug set flags operationJonathan Kim1-0/+2
2023-06-09drm/amdkfd: add debug set and clear address watch points operationJonathan Kim1-0/+24
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-0/+11
2023-06-09drm/amdkfd: add debug wave launch mode operationJonathan Kim1-0/+3
2023-06-09drm/amdkfd: add debug wave launch override operationJonathan Kim1-0/+7
2023-06-09drm/amdkfd: add debug set exceptions enabled operationJonathan Kim1-0/+3
2023-06-09drm/amdkfd: add runtime enable operationJonathan Kim1-1/+142
2023-06-09drm/amdkfd: add send exception operationJonathan Kim1-0/+5
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-2/+0
2023-06-09drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim1-0/+5
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim1-2/+100
2023-06-09drm/amdkfd: add debug and runtime enable interfaceJonathan Kim1-0/+48
2023-06-09drm/amdkfd: Fix memory reporting on GFX 9.4.3Mukul Joshi1-1/+2
2023-06-09drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi1-3/+4
2023-06-09drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang1-8/+6
2023-06-09drm/amdgpu: Handle VRAM dependencies on GFXIP9.4.3Rajneesh Bhardwaj1-0/+6
2023-06-09drm/amdkfd: Rework kfd_locked handlingMukul Joshi1-7/+0
2023-06-09drm/amdkfd: Add PM4 target XCCMukul Joshi1-4/+18
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-21/+22
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-6/+10
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie1-6/+65
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-14drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu1-6/+10
2023-03-14drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu1-6/+10
2023-02-28drm/amdkfd: Implement DMA buf fd export from KFDFelix Kuehling1-0/+55
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-14drm/amdkfd: Prevent user space using both svm and kfd api to register same us...Xiaogang Chen1-0/+14
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-12drm/amdkfd: Page aligned memory reserve sizePhilip Yang1-2/+7
2022-11-10drm/amdkfd: Fix error handling in criu_checkpointFelix Kuehling1-19/+15
2022-11-10drm/amdkfd: Fix error handling in criu_checkpointFelix Kuehling1-19/+15
2022-09-30drm/amdkfd: Track unified memory when switching xnack modePhilip Yang1-6/+20
2022-09-13drm/amdkfd: Fix CRIU restore op due to doorbell offsetRajneesh Bhardwaj1-0/+6
2022-08-30drm/amdkfd: remove redundant variables err and retJinpeng Cui1-7/+2
2022-08-25drm/amdkfd: Allocate doorbells only when neededFelix Kuehling1-0/+13
2022-08-10drm/amdkfd: Handle restart of kfd_ioctl_wait_eventsFelix Kuehling1-1/+1
2022-06-30drm/amdkfd: Add user queue eviction restore SMI eventPhilip Yang1-2/+2
2022-06-24drm/amdkfd: Enable GFX11 usermode queue oversubscriptionGraham Sider1-2/+43
2022-06-15drm/amdkfd: Add available memory ioctlDaniel Phillips1-0/+34
2022-04-29drm/amdkfd: Fix circular lock dependency warningMukul Joshi1-5/+2
2022-04-19drm/amdkfd: move kfd_flush_tlb_after_unmap into kfd_priv.hLang Yu1-8/+0
2022-03-25drm/amdkfd: use tlb_seq from the VM subsystem for SVM as well v2Christian König1-11/+8