summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-21/+22
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie1-6/+65
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
2022-03-15drm/amdkfd: CRIU export dmabuf handles for GTT BOsDavid Yat Sin1-4/+14
2022-03-15drm/amdkfd: CRIU Refactor restore BO functionDavid Yat Sin1-142/+129
2022-03-15drm/amdkfd: CRIU remove sync and TLB flush on restoreDavid Yat Sin1-29/+1
2022-02-23drm/amdkfd: Print bdf in peer map failure messageHarish Kasiviswanathan1-2/+9
2022-02-23drm/amdkfd: Use real device for messagesFelix Kuehling1-5/+0
2022-02-22drm/amdkfd: Fix criu_restore_bo error handlingFelix Kuehling1-2/+2
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-5/+6
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-12drm/amdkfd: Fix prototype warning for get_process_num_bosRajneesh Bhardwaj1-1/+1
2022-02-12drm/amdkfd: fix loop error handlingTom Rix1-2/+2
2022-02-12drm/amdkfd: fix freeing an unset pointerTom Rix1-4/+2
2022-02-12drm/amdkfd: CRIU fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2022-02-10drm/amdkfd: Remove unused old debugger implementationMukul Joshi1-282/+8
2022-02-08drm/amdkfd: CRIU resume shared virtual memory rangesRajneesh Bhardwaj1-0/+10
2022-02-08drm/amdkfd: CRIU prepare for svm resumeRajneesh Bhardwaj1-2/+2
2022-02-08drm/amdkfd: CRIU Save Shared Virtual Memory rangesRajneesh Bhardwaj1-1/+3
2022-02-08drm/amdkfd: CRIU Discover svm rangesRajneesh Bhardwaj1-5/+7
2022-02-08drm/amdkfd: CRIU checkpoint and restore xnack modeRajneesh Bhardwaj1-0/+15
2022-02-08drm/amdkfd: CRIU export BOs as prime dmabuf objectsRajneesh Bhardwaj1-2/+69
2022-02-08drm/amdkfd: CRIU implement gpu_id remappingDavid Yat Sin1-138/+330
2022-02-08drm/amdkfd: CRIU checkpoint and restore eventsDavid Yat Sin1-58/+12
2022-02-08drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin1-1/+1
2022-02-08drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin1-1/+1
2022-02-08drm/amdkfd: CRIU restore queue idsDavid Yat Sin1-1/+1
2022-02-08drm/amdkfd: CRIU add queues supportDavid Yat Sin1-7/+103
2022-02-08drm/amdkfd: CRIU Implement KFD unpause operationDavid Yat Sin1-1/+36
2022-02-08drm/amdkfd: CRIU Implement KFD resume ioctlRajneesh Bhardwaj1-5/+36
2022-02-08drm/amdkfd: CRIU Implement KFD restore ioctlRajneesh Bhardwaj1-1/+297
2022-02-08drm/amdkfd: CRIU Implement KFD checkpoint ioctlRajneesh Bhardwaj1-1/+176