summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-6/+10
| |\
| | * drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu2023-03-141-6/+10
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-03-201-6/+65
|\ \ | |/ |/|
| * drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu2023-03-131-6/+10
| * drm/amdkfd: Implement DMA buf fd export from KFDFelix Kuehling2023-02-281-0/+55
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+2
|\ \ | |/ |/|
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| * drm/amdkfd: Fix error handling in criu_checkpointFelix Kuehling2022-11-091-19/+15
* | drm/amdkfd: Prevent user space using both svm and kfd api to register same us...Xiaogang Chen2023-02-141-0/+14
* | drm/amdkfd: Page aligned memory reserve sizePhilip Yang2023-01-111-2/+7
* | drm/amdkfd: Fix error handling in criu_checkpointFelix Kuehling2022-11-091-19/+15
|/
* drm/amdkfd: Track unified memory when switching xnack modePhilip Yang2022-09-301-6/+20
* drm/amdkfd: Fix CRIU restore op due to doorbell offsetRajneesh Bhardwaj2022-09-131-0/+6
* drm/amdkfd: remove redundant variables err and retJinpeng Cui2022-08-291-7/+2
* drm/amdkfd: Allocate doorbells only when neededFelix Kuehling2022-08-251-0/+13
* drm/amdkfd: Handle restart of kfd_ioctl_wait_eventsFelix Kuehling2022-08-101-1/+1
* drm/amdkfd: Add user queue eviction restore SMI eventPhilip Yang2022-06-301-2/+2
* drm/amdkfd: Enable GFX11 usermode queue oversubscriptionGraham Sider2022-06-231-2/+43
* drm/amdkfd: Add available memory ioctlDaniel Phillips2022-06-141-0/+34
* drm/amdkfd: Fix circular lock dependency warningMukul Joshi2022-04-281-5/+2
* drm/amdkfd: move kfd_flush_tlb_after_unmap into kfd_priv.hLang Yu2022-04-191-8/+0
* drm/amdkfd: use tlb_seq from the VM subsystem for SVM as well v2Christian König2022-03-251-11/+8
* drm/amdkfd: CRIU export dmabuf handles for GTT BOsDavid Yat Sin2022-03-151-4/+14
* drm/amdkfd: CRIU Refactor restore BO functionDavid Yat Sin2022-03-151-142/+129
* drm/amdkfd: CRIU remove sync and TLB flush on restoreDavid Yat Sin2022-03-151-29/+1
* drm/amdkfd: Print bdf in peer map failure messageHarish Kasiviswanathan2022-02-231-2/+9
* drm/amdkfd: Use real device for messagesFelix Kuehling2022-02-231-5/+0
* drm/amdkfd: Fix criu_restore_bo error handlingFelix Kuehling2022-02-221-2/+2
* drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj2022-02-141-5/+6
* drm/amdkfd: update SPDX license headerRajneesh Bhardwaj2022-02-141-1/+2
* drm/amdkfd: Fix prototype warning for get_process_num_bosRajneesh Bhardwaj2022-02-111-1/+1
* drm/amdkfd: fix loop error handlingTom Rix2022-02-111-2/+2
* drm/amdkfd: fix freeing an unset pointerTom Rix2022-02-111-4/+2
* drm/amdkfd: CRIU fix a NULL vs IS_ERR() checkDan Carpenter2022-02-111-1/+1
* drm/amdkfd: Remove unused old debugger implementationMukul Joshi2022-02-091-282/+8
* drm/amdkfd: CRIU resume shared virtual memory rangesRajneesh Bhardwaj2022-02-071-0/+10
* drm/amdkfd: CRIU prepare for svm resumeRajneesh Bhardwaj2022-02-071-2/+2
* drm/amdkfd: CRIU Save Shared Virtual Memory rangesRajneesh Bhardwaj2022-02-071-1/+3
* drm/amdkfd: CRIU Discover svm rangesRajneesh Bhardwaj2022-02-071-5/+7
* drm/amdkfd: CRIU checkpoint and restore xnack modeRajneesh Bhardwaj2022-02-071-0/+15
* drm/amdkfd: CRIU export BOs as prime dmabuf objectsRajneesh Bhardwaj2022-02-071-2/+69
* drm/amdkfd: CRIU implement gpu_id remappingDavid Yat Sin2022-02-071-138/+330
* drm/amdkfd: CRIU checkpoint and restore eventsDavid Yat Sin2022-02-071-58/+12
* drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin2022-02-071-1/+1
* drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin2022-02-071-1/+1
* drm/amdkfd: CRIU restore queue idsDavid Yat Sin2022-02-071-1/+1
* drm/amdkfd: CRIU add queues supportDavid Yat Sin2022-02-071-7/+103
* drm/amdkfd: CRIU Implement KFD unpause operationDavid Yat Sin2022-02-071-1/+36