summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)Author
2025-06-05drm/xe/vm: move xe_svm_init() earlierMatthew Auld
2025-06-05drm/xe/vm: move rebind_work init earlierMatthew Auld
2025-05-07drm/xe: Add config control for svm flush workShuicheng Lin
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi
2025-04-24drm/xe: Abort printing coredump in VM printer output if fullMatthew Brost
2025-04-07drm/xe: Allow scratch page under fault mode for certain platformOak Zeng
2025-04-07drm/xe: Clear scratch page on vm_bindOak Zeng
2025-03-27drm/xe: Introduce CONFIG_DRM_XE_GPUSVMThomas Hellström
2025-03-25drm/xe: Remove extra spaces in xe_vm.cMaarten Lankhorst
2025-03-10drm/xe: remove redundant check in xe_vm_create_ioctl()Xin Wang
2025-03-06drm/xe: Enable CPU address mirror uAPIMatthew Brost
2025-03-06drm/xe: Do not allow CPU address mirror VMA unbind ifMatthew Brost
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost
2025-03-06drm/xe: Add SVM garbage collectorMatthew Brost
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost
2025-03-06drm/xe: Nuke VM's mapping upon closeMatthew Brost
2025-03-06drm/xe: Add SVM init / close / fini to faulting VMsMatthew Brost
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast
2025-03-05drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström
2025-03-05drm/xe: Fix fault mode invalidation with unbindThomas Hellström
2025-03-05drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström
2025-02-24drm/xe/userptr: remove tmp_evict listMatthew Auld
2025-02-24drm/xe/userptr: fix EFAULT handlingMatthew Auld
2025-02-24drm/xe/userptr: restore invalidation list on errorMatthew Auld
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio
2025-02-03drm/xe/pxp: Allocate PXP execution resourcesDaniele Ceraolo Spurio
2025-01-13Merge tag 'drm-xe-next-2025-01-10' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2025-01-09drm/xe: Fix all typos in xeNitin Gote
2024-12-13Merge tag 'drm-xe-next-2024-12-11' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-12-06drm/xe: Avoid evicting object of the same vm in none fault modeOak Zeng
2024-12-04drm/xe/display: fix ttm_bo_access() usageMatthew Auld
2024-11-27drm/xe: Use ttm_bo_access in xe_vm_snapshot_capture_delayedMatthew Brost
2024-11-19drm/xe: drop unused component dependenciesChristian König
2024-11-14drm/xe: Allow fault injection in vm create and vm bind IOCTLsFrancois Dugast
2024-11-01drm/xe: Don't unnecessarily invoke the OOM killer on multiple bindsThomas Hellström
2024-10-10drm/xe: fix unbalanced rpm put() with fence_fini()Matthew Auld
2024-09-27drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld
2024-09-24drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost
2024-09-18drm/xe: Convert to USM lock to rwsemMatthew Brost
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-08-30Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2024-08-30Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-27drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.Maarten Lankhorst
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-21drm/xe: Invalidate media_gt TLBsMatthew Brost
2024-08-17drm/xe/device: Remove unused xe_device::usm::num_vm_in_*Francois Dugast
2024-08-17drm/xe/vm: Remove restriction that all VMs must be faulting if one isFrancois Dugast