summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_svm.c
AgeCommit message (Expand)Author
2026-08-07drm/xe: Chain page faults via queue-resident cache to avoid fault stormsMatthew Brost
2026-08-07drm/xe: Thread prefetch of SVM rangesMatthew Brost
2026-08-07drm/xe: Fine grained page fault lockingMatthew Brost
2026-07-09drm/gpusvm: let the drm_gpusvm core context purely MM levelHonglei Huang
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang
2026-07-09drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flagsHonglei Huang
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-07-02drm/xe: Return error on non-migratable faults requiring devmemMatthew Brost
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-04-12drm/pagemap: Drop source_peer_migrates flag and assume trueMatthew Brost
2026-04-08Use xe_map_resource_to_region helper instead of direct accessTejas Upadhyay
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-27drm/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