summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)Author
9 daysdrm/amdkfd: Fix NULL pointer check order in kfd_ioctl_create_processSrinivasan Shanmugam
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03drm/amdgpu: Ignored various return codeAndrew Martin
2026-01-05drm/amdkfd: Add metadata ring buffer for computeDavid Yat Sin
2025-12-08amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESSZhu Lingshan
2025-12-08amdkfd: process debug trap ioctl only on a primary contextZhu Lingshan
2025-12-08amdkfd: find kfd_process by filep->private_data in kfd_mmapZhu Lingshan
2025-12-08amdkfd: process USERPTR allocation only on the primary kfd processZhu Lingshan
2025-12-08amdkfd: process svm ioctl only on the primary kfd processZhu Lingshan
2025-12-08amdkfd: destroy kfd secondary contexts through fd closeZhu Lingshan
2025-11-04drm/amdkfd: Fix Unchecked Return ValuesSunday Clement
2025-09-15drm/amdkfd: Replace kzalloc + copy_from_user with memdup_userThorsten Blum
2025-09-02drm/amdgpu: Allow kfd CRIU with no buffer objectsDavid Francis
2025-08-27drm/amdkfd: fix vram allocation failure for a special caseEric Huang
2025-08-12drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae
2025-06-30drm/amd: Do not include <linux/export.h> when unusedAndré Almeida
2025-05-22drm/amdkfd: Change svm_range_get_info return typeAndrey Vatoropin
2025-03-07drm/amdkfd: Add support for more per-process flagHarish Kasiviswanathan
2025-02-27drm/amdkfd: clamp queue size to minimumDavid Yat Sin
2025-02-12drm/amdkfd: Have kfd driver use same PASID values from graphic driverXiaogang Chen
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang
2024-10-01drm/amdkfd: Remove an unused parameter in queue creationLang Yu
2024-09-10drm/amdkfd: CRIU fixesAl Viro
2024-08-13drm/amdkfd: Handle queue destroy buffer access racePhilip Yang
2024-07-25drm/amdkfd: allow users to target recommended SDMA enginesJonathan Kim
2024-07-23drm/amdkfd: Ensure user queue buffers residencyPhilip Yang
2024-07-23drm/amdkfd: Refactor queue wptr_bo GART mappingPhilip Yang
2024-07-23drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang
2024-07-23drm/amdkfd: kfd_bo_mapped_dev support partitionPhilip Yang
2024-06-05drm/amdkfd: remove logically dead codeJesse Zhang
2024-05-08drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher
2024-04-26drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan
2024-04-12amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie
2024-03-27drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi
2024-03-06drm/amdkfd: make kfd_class constantRicardo B. Marliere
2024-02-28amd/amdkfd: remove unused parameterEric Huang
2024-02-22drm/amdkfd: fix process reference drop on debug ioctlJonathan Kim
2024-01-31drm/amdkfd: reserve the BO before validating itLang Yu
2023-12-13drm/amdkfd: Import DMABufs for interop through DRMFelix Kuehling
2023-12-13drm/amdkfd: Export DMABufs from KFD using GEM handlesFelix Kuehling
2023-09-26drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang
2023-09-11drm/amdgpu: Merge debug module parametersAndré Almeida
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher
2023-08-07drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma
2023-07-27drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim
2023-07-27drm/amdgpu: Checkpoint and Restore VRAM BOs without VARamesh Errabolu
2023-07-25drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim