summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_svm.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost1-1/+1
2026-02-22Convert '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-18drm/pagemap: pass pagemap_addr by referenceArnd Bergmann1-4/+4
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-16drm/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
2025-09-10drm/xe: Convert SVM validation for exhaustive evictionThomas Hellström1-48/+55
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-1/+3
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld1-15/+19
2025-09-05drm/gpusvm: pull out drm_gpusvm_pages substructureMatthew Auld1-8/+8
2025-09-03drm/xe: Add more SVM GT statsMatthew Brost1-9/+185
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost1-1/+0
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-2/+2
2025-08-26drm/xe: Reset VMA attributes to default in SVM garbage collectorHimal Prasad Ghimiray1-5/+75
2025-08-26drm/xe/madvise: Update migration policy based on preferred locationHimal Prasad Ghimiray1-1/+44
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray1-19/+31
2025-08-26drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zappingHimal Prasad Ghimiray1-0/+50
2025-08-26drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madviseHimal Prasad Ghimiray1-0/+35
2025-08-06drm/xe/svm: Migrate folios when possibleFrancois Dugast1-0/+8
2025-08-06drm/pagemap: Use struct drm_pagemap_addr in mapping and copy functionsFrancois Dugast1-16/+21
2025-08-06drm/pagemap: Rename drm_pagemap_device_addr to drm_pagemap_addrFrancois Dugast1-2/+2
2025-07-16drm/xe: Unify the initialization of VRAM regionsPiotr Piórkowski1-24/+19
2025-07-16drm/xe: Move struct xe_vram_region to a dedicated headerPiotr Piórkowski1-1/+7
2025-07-16drm/xe: Use dynamic allocation for tile and device VRAM region structuresPiotr Piórkowski1-17/+7