summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
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-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-02-19drm/amdkfd: Check for NULL return valuesAndrew Martin
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" c...Oleg Nesterov
2026-01-19Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-01-15Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-01-14drm/amdkfd: Add domain parameter to alloc kernel BOPhilip Yang
2026-01-14drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devicesXiaogang Chen
2026-01-05drm/amdkfd: Fix signal_eviction_fence() bool return valueSrinivasan Shanmugam
2026-01-05drm/amdkfd: Fix a couple of spelling mistakesColin Ian King
2025-12-10drm/amdkfd: Enable per-process XNACK for GFX 12.1.0Mukul Joshi
2025-12-08amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESSZhu Lingshan
2025-12-08drm/amdkfd: Add interrupt handling for GFX 12.1.0Mukul Joshi
2025-12-08amdkfd: introduce new helper kfd_lookup_process_by_idZhu Lingshan
2025-12-08amdkfd: process pointer of a HIQ should be NULLZhu Lingshan
2025-12-08amdkfd: identify a secondary kfd process by its idZhu Lingshan
2025-12-08amdkfd: destroy kfd secondary contexts through fd closeZhu Lingshan
2025-12-08amdkfd: Introduce kfd_create_process_sysfs as a separate functionZhu Lingshan
2025-12-08amdkfd: find_process_by_mm always return the primary contextZhu Lingshan
2025-12-08amdkfd: mark the first kfd_process as the primary oneZhu Lingshan
2025-12-04amd/amdkfd: Use dma_fence_check_and_signal()Philipp Stanner
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-10-28drm/amdkfd: Dequeue user queues when process mm releasedPhilip Yang
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang
2025-06-18drm/amdkfd: allow compute partition mode switch with cgroup exclusionsJonathan Kim
2025-04-30drm/amdkfd: add pasid debugfs entriesEric Huang
2025-04-11drm/amdkfd: add smi events for process start and endEric Huang
2025-02-27drm/amdkfd: Fix mode1 reset crash issuePhilip Yang
2025-02-27drm/amdkfd: KFD release_work possible circular lockingPhilip Yang
2025-02-19drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'Srinivasan Shanmugam
2025-02-12drm/amdkfd: Fix pasid value leakXiaogang Chen
2025-02-12drm/amdkfd: Have kfd driver use same PASID values from graphic driverXiaogang Chen
2025-01-06drm/amdkfd: wq_release signals dma_fence only when availableZhu Lingshan
2024-12-10drm/amdkfd: add gc 9.5.0 support on kfdAlex Sierra
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com
2024-11-11drm/amdkfd: change kfd process kref count at creationXiaogang Chen
2024-11-08drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can
2024-11-04drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occu...Srinivasan Shanmugam
2024-10-15drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang
2024-10-07drm/amdkfd: Fix an eviction fence leakLang Yu
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi
2024-08-06drm/amdkfd: support per-queue reset on gfx9Jonathan Kim
2024-07-23drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang
2024-07-01drm/amdkfd: Use device based logging for errorsLijo Lazar
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang
2024-04-30drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX