summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_svm.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-09drm/gpusvm: let the drm_gpusvm core context purely MM levelHonglei Huang1-2/+2
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang1-8/+34
2026-07-09drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flagsHonglei Huang1-5/+17
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2026-07-02drm/xe: Return error on non-migratable faults requiring devmemMatthew Brost1-4/+2
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König1-1/+1
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+0
2026-04-12drm/pagemap: Drop source_peer_migrates flag and assume trueMatthew Brost1-1/+0
2026-04-08Use xe_map_resource_to_region helper instead of direct accessTejas Upadhyay1-8/+2
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter1-1/+1
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost1-1/+1
2026-03-27drm/xe: Disable garbage collector work item on SVM closeMatthew Brost1-1/+1
2026-03-26drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav1-0/+1
2026-03-25drm/xe: Add new SVM copy GT stats per sizeFrancois Dugast1-2/+25
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost1-8/+8
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström1-2/+6
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann1-4/+4
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann1-4/+4
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes1-6/+6
2026-01-07drm/xe: Validate preferred system memory placement in xe_svm_range_validateMatthew Brost1-0/+2
2025-12-23drm/xe/svm: Serialize migration to device if racingThomas Hellström1-2/+20
2025-12-23drm/pagemap, drm/xe: Support destination migration over interconnectThomas Hellström1-7/+19
2025-12-23drm/xe: Use drm_gpusvm_scan_mm()Thomas Hellström1-1/+13
2025-12-23drm/pagemap, drm/xe: Clean up the use of the device-private page ownerThomas Hellström1-2/+1
2025-12-23drm/xe/svm: Document how xe keeps drm_pagemap referencesThomas Hellström1-0/+21
2025-12-23drm/xe/vm: Add a couple of VM debug printoutsThomas Hellström1-0/+10
2025-12-23drm/xe: Support pcie p2p dma as a fast interconnectThomas Hellström1-3/+31
2025-12-23drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...Thomas Hellström1-0/+75
2025-12-23drm/xe: Use the vma attibute drm_pagemap to select where to migrateThomas Hellström1-33/+53
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström1-4/+8
2025-12-23drm/xe: Use the drm_pagemap_util helper to get a svm pagemap ownerThomas Hellström1-8/+56
2025-12-23drm/xe: Use the drm_pagemap cache and shrinkerThomas Hellström1-77/+277
2025-12-23drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimesThomas Hellström1-2/+13
2025-12-23drm/pagemap, drm/xe: Add refcounting to struct drm_pagemapThomas Hellström1-8/+18
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström1-12/+37
2025-12-23drm/xe/svm: Fix a debug printoutThomas Hellström1-1/+1
2025-12-15drm/xe: Add GT stats ktime helpersMatthew Brost1-20/+9
2025-11-26drm/xe/svm: Enable UNMAP for VMA merging operationsHimal Prasad Ghimiray1-3/+0
2025-11-26drm/xe: Merge adjacent default-attribute VMAs during garbage collectionHimal Prasad Ghimiray1-26/+36
2025-11-04drm/xe: Add xe_guc_pagefault layerMatthew Brost1-2/+1
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav1-1/+1
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-0/+5
2025-10-14drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström1-1/+3
2025-10-10drm/xe: Handle mixed mappings and existing VRAM on atomic faultsMatthew Brost1-1/+12
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström1-8/+3
2025-09-17drm/xe: Misc refine for svmShuicheng Lin1-14/+11
2025-09-15drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Fushuai Wang1-1/+1