summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_svm.c
AgeCommit message (Expand)Author
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-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
2025-08-26drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zappingHimal Prasad Ghimiray
2025-08-26drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madviseHimal Prasad Ghimiray
2025-08-06drm/xe/svm: Migrate folios when possibleFrancois Dugast
2025-08-06drm/pagemap: Use struct drm_pagemap_addr in mapping and copy functionsFrancois Dugast
2025-08-06drm/pagemap: Rename drm_pagemap_device_addr to drm_pagemap_addrFrancois Dugast
2025-07-16drm/xe: Unify the initialization of VRAM regionsPiotr Piórkowski
2025-07-16drm/xe: Move struct xe_vram_region to a dedicated headerPiotr Piórkowski
2025-07-16drm/xe: Use dynamic allocation for tile and device VRAM region structuresPiotr Piórkowski
2025-06-26drm/xe: Implement and use the drm_pagemap populate_mm opThomas Hellström