summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_svm.c
AgeCommit message (Expand)Author
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost
2026-03-26drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav
2026-03-25drm/xe: Add new SVM copy GT stats per sizeFrancois Dugast
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes
2026-01-07drm/xe: Validate preferred system memory placement in xe_svm_range_validateMatthew Brost
2025-12-23drm/xe/svm: Serialize migration to device if racingThomas Hellström
2025-12-23drm/pagemap, drm/xe: Support destination migration over interconnectThomas Hellström
2025-12-23drm/xe: Use drm_gpusvm_scan_mm()Thomas Hellström
2025-12-23drm/pagemap, drm/xe: Clean up the use of the device-private page ownerThomas Hellström
2025-12-23drm/xe/svm: Document how xe keeps drm_pagemap referencesThomas Hellström
2025-12-23drm/xe/vm: Add a couple of VM debug printoutsThomas Hellström
2025-12-23drm/xe: Support pcie p2p dma as a fast interconnectThomas Hellström
2025-12-23drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...Thomas Hellström
2025-12-23drm/xe: Use the vma attibute drm_pagemap to select where to migrateThomas Hellström
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström
2025-12-23drm/xe: Use the drm_pagemap_util helper to get a svm pagemap ownerThomas Hellström
2025-12-23drm/xe: Use the drm_pagemap cache and shrinkerThomas Hellström
2025-12-23drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimesThomas Hellström
2025-12-23drm/pagemap, drm/xe: Add refcounting to struct drm_pagemapThomas Hellström
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström
2025-12-23drm/xe/svm: Fix a debug printoutThomas Hellström
2025-12-15drm/xe: Add GT stats ktime helpersMatthew Brost
2025-11-26drm/xe/svm: Enable UNMAP for VMA merging operationsHimal Prasad Ghimiray
2025-11-26drm/xe: Merge adjacent default-attribute VMAs during garbage collectionHimal Prasad Ghimiray
2025-11-04drm/xe: Add xe_guc_pagefault layerMatthew Brost
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström
2025-10-14drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström
2025-10-10drm/xe: Handle mixed mappings and existing VRAM on atomic faultsMatthew Brost
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström
2025-09-17drm/xe: Misc refine for svmShuicheng Lin
2025-09-15drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Fushuai Wang
2025-09-10drm/xe: Convert SVM validation for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld
2025-09-05drm/gpusvm: pull out drm_gpusvm_pages substructureMatthew Auld
2025-09-02drm/xe: Add more SVM GT statsMatthew Brost
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost
2025-08-26drm/xe: Reset VMA attributes to default in SVM garbage collectorHimal Prasad Ghimiray
2025-08-26drm/xe/madvise: Update migration policy based on preferred locationHimal Prasad Ghimiray
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray