summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+5
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+0
2026-02-19drm/amdkfd: Check for NULL return valuesAndrew Martin1-3/+0
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+0
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" c...Oleg Nesterov1-10/+0
2026-01-18Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+12
2026-01-15Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-73/+174
2026-01-14drm/amdkfd: Add domain parameter to alloc kernel BOPhilip Yang1-1/+1
2026-01-14drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devicesXiaogang Chen1-1/+11
2026-01-06drm/amdkfd: Fix signal_eviction_fence() bool return valueSrinivasan Shanmugam1-1/+1
2026-01-06drm/amdkfd: Fix a couple of spelling mistakesColin Ian King1-1/+1
2025-12-11drm/amdkfd: Enable per-process XNACK for GFX 12.1.0Mukul Joshi1-1/+2
2025-12-08amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESSZhu Lingshan1-2/+1
2025-12-08drm/amdkfd: Add interrupt handling for GFX 12.1.0Mukul Joshi1-1/+2
2025-12-08amdkfd: introduce new helper kfd_lookup_process_by_idZhu Lingshan1-0/+21
2025-12-08amdkfd: process pointer of a HIQ should be NULLZhu Lingshan1-18/+0
2025-12-08amdkfd: identify a secondary kfd process by its idZhu Lingshan1-3/+75
2025-12-08amdkfd: destroy kfd secondary contexts through fd closeZhu Lingshan1-18/+23
2025-12-08amdkfd: Introduce kfd_create_process_sysfs as a separate functionZhu Lingshan1-25/+41
2025-12-08amdkfd: find_process_by_mm always return the primary contextZhu Lingshan1-1/+1
2025-12-08amdkfd: mark the first kfd_process as the primary oneZhu Lingshan1-8/+12
2025-12-04amd/amdkfd: Use dma_fence_check_and_signal()Philipp Stanner1-3/+3
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-10-28drm/amdkfd: Dequeue user queues when process mm releasedPhilip Yang1-3/+8
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang1-0/+4
2025-06-18drm/amdkfd: allow compute partition mode switch with cgroup exclusionsJonathan Kim1-1/+1
2025-05-01drm/amdkfd: add pasid debugfs entriesEric Huang1-0/+3
2025-04-12drm/amdkfd: add smi events for process start and endEric Huang1-0/+4
2025-02-28drm/amdkfd: Fix mode1 reset crash issuePhilip Yang1-0/+17
2025-02-28drm/amdkfd: KFD release_work possible circular lockingPhilip Yang1-8/+8
2025-02-19drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'Srinivasan Shanmugam1-0/+1
2025-02-13drm/amdkfd: Fix pasid value leakXiaogang Chen1-4/+1
2025-02-13drm/amdkfd: Have kfd driver use same PASID values from graphic driverXiaogang Chen1-49/+66
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan1-1/+2
2024-12-10drm/amdkfd: add gc 9.5.0 support on kfdAlex Sierra1-2/+3
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com1-21/+2
2024-11-11drm/amdkfd: change kfd process kref count at creationXiaogang Chen1-8/+6
2024-11-08drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-11-04drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...Srinivasan Shanmugam1-3/+6
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang1-2/+2
2024-10-07drm/amdkfd: Fix an eviction fence leakLang Yu1-2/+5
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi1-3/+17
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi1-1/+13
2024-08-06drm/amdkfd: support per-queue reset on gfx9Jonathan Kim1-0/+2
2024-07-24drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang1-1/+1
2024-07-01drm/amdkfd: Use device based logging for errorsLijo Lazar1-9/+15
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang1-1/+2
2024-04-30drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8