summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm_madvise.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta1-1/+2
2026-03-04drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao1-1/+6
2025-09-17drm/xe/madvise: Fix ioctl argument checkShuicheng Lin1-4/+2
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld1-18/+6
2025-09-04drm/xe: Fix indentation in xe_zap_ptes_in_madvise_rangeHimal Prasad Ghimiray1-6/+6
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-1/+1
2025-08-26drm/xe/madvise: Skip vma invalidation if mem attr are unchangedHimal Prasad Ghimiray1-22/+46
2025-08-26drm/xe/bo: Update atomic_access attribute on madviseHimal Prasad Ghimiray1-1/+58
2025-08-26drm/xe/svm: Support DRM_XE_SVM_MEM_RANGE_ATTR_PAT memory attributeHimal Prasad Ghimiray1-2/+22
2025-08-26drm/xe/madvise: Update migration policy based on preferred locationHimal Prasad Ghimiray1-1/+24
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray1-1/+14
2025-08-26drm/xe: Implement madvise ioctl for xeHimal Prasad Ghimiray1-0/+308
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi1-299/+0
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast1-1/+1
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-18/+12
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast1-20/+20
2023-12-21drm/xe: Fix lockdep warning from xe_vm_madviseBrian Welty1-5/+5
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-61/+15
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-6/+6
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost1-1/+1
2023-12-20drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-1/+3
2023-12-20drm/xe: Sort includesLucas De Marchi1-3/+5
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+347