summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorFilesLines
11 daysdrm/amdgpu: rework how we handle TLB fencesAlex Deucher1-1/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+8
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-17/+3
2026-02-19drm/amdgpu: fix 4-level paging if GMC supports 57-bit VA v2Christian König1-0/+1
2026-02-12drm/amdgpu: lock both VM and BO in amdgpu_gem_object_openChristian König1-0/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+1
2026-02-06drm/amdgpu: Use 5-level paging if gmc support 57-bit VAPhilip Yang1-17/+0
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" c...Oleg Nesterov1-3/+0
2026-02-03drm/amdgpu: don't abuse current->group_leaderOleg Nesterov1-1/+1
2026-01-14Revert "drm/amdgpu: don't attach the tlb fence for SI"Prike Liang1-3/+1
2026-01-14Revert "drm/amdgpu: don't attach the tlb fence for SI"Prike Liang1-3/+1
2025-12-08drm/amdgpu: don't attach the tlb fence for SIAlex Deucher1-1/+3
2025-12-08drm/amdgpu: don't attach the tlb fence for SIAlex Deucher1-1/+3
2025-12-08drm/amdgpu: GPU vm support 5-level page tablePhilip Yang1-0/+20
2025-12-08drm/amdkfd: refactor rlc/gfx spmJames Zhu1-1/+1
2025-12-02drm/amdgpu: Forward VMID reservation errorsNatalie Vock1-2/+1
2025-11-26drm/amdgpu: attach tlb fence to the PTs updatePrike Liang1-1/+1
2025-11-20drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flagTimur Kristóf1-2/+2
2025-11-14drm/amdgpu: avoid memory allocation in the critical code path v3Christian König1-7/+0
2025-11-04drm/amdgpu: fix possible fence leaks from job structureAlex Deucher1-0/+2
2025-11-04drm/amdgpu: grab a BO reference in vm_lock_done_list.Christian König1-2/+6
2025-10-13drm/amdgpu: clean up and unify hw fence handlingAlex Deucher1-5/+2
2025-10-13drm/amdgpu: validate userq va for GEM unmapPrike Liang1-0/+12
2025-10-07drm/amdgpu: partially revert "revert to old status lock handling v3"Christian König1-55/+91
2025-10-07drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_reset_state_machineJesse.Zhang1-1/+1
2025-10-07drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_initJesse.Zhang1-44/+21
2025-09-25drm/amdgpu: revert "rework reserved VMID handling" v2Christian König1-13/+4
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-94/+111
2025-09-18drm/amdgpu: revert to old status lock handling v3Christian König1-88/+80
2025-09-18drm/amdgpu: add missing comment for the new argumentSunil Khatri1-0/+1
2025-09-17drm/amdgpu: remove check for BO reservation add assert insteadChristian König1-12/+1
2025-09-17drm/amdgpu: fix userq VM validation v4Christian König1-0/+35
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-1/+1
2025-09-05Merge tag 'drm-misc-next-2025-09-04' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+4
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer1-2/+4
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-4/+11
2025-08-13Revert "drm/amdgpu: Use dma_buf from GEM object instance"Thomas Zimmermann1-1/+1
2025-08-12drm/amdgpu: fix task hang from failed job submission during process killLiu01 Tong1-4/+11
2025-08-12drm/amdgpu: fix task hang from failed job submission during process killLiu01 Tong1-4/+11
2025-08-04drm/amdgpu: rework how PTE flags are generated v3Christian König1-8/+9
2025-07-28drm/amdgpu: Avoid extra evict-restore process.Gang Ba1-4/+2
2025-07-16drm/amdgpu: track ring state associated with a fenceAlex Deucher1-0/+4
2025-07-04Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/ag...Dave Airlie1-13/+14
2025-06-30drm/amdgpu: Use dma_buf from GEM object instanceThomas Zimmermann1-1/+1
2025-06-30drm/amdgpu: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-2/+2
2025-06-30drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar1-10/+11
2025-06-17drm: amdgpu: Use struct drm_wedge_task_info inside of struct amdgpu_task_infoAndré Almeida1-6/+6
2025-06-17drm: amdgpu: Create amdgpu_vm_print_task_info()André Almeida1-0/+9
2025-06-17drm: amdgpu: Allow NULL pointers at amdgpu_vm_put_task_info()André Almeida1-1/+2