aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-06drm/xe: Add SVM VRAM migrationMatthew Brost2-4/+98
2025-03-06drm/xe: Add Xe SVM devmem_release GPU SVM vfuncMatthew Brost1-0/+9
2025-03-06drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfuncMatthew Brost1-0/+40
2025-03-06drm/xe: Add GPUSVM device memory copy vfunc functionsMatthew Brost1-0/+152
2025-03-06drm/xe: Add drm_pagemap ops to SVMThomas Hellström2-0/+63
2025-03-06drm/xe: Add drm_gpusvm_devmem to xe_boMatthew Brost1-0/+4
2025-03-06drm/xe: Add SVM device memory mirroringMatthew Brost5-2/+91
2025-03-06drm/xe: Add migrate layer functions for SVM supportMatthew Brost2-0/+185
2025-03-06drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRRORMatthew Brost2-1/+7
2025-03-06drm/xe: Enable CPU address mirror uAPIMatthew Brost1-7/+2
2025-03-06drm/xe: Do not allow CPU address mirror VMA unbind ifMatthew Brost3-0/+39
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost5-18/+176
2025-03-06drm/xe: Add SVM garbage collectorMatthew Brost4-2/+116
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost7-20/+340
2025-03-06drm/gpuvm: Add DRM_GPUVA_OP_DRIVERMatthew Brost1-0/+5
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost6-6/+328
2025-03-06drm/xe: Nuke VM's mapping upon closeMatthew Brost5-0/+73
2025-03-06drm/xe: Add dma_addr res cursorThomas Hellström2-2/+125
2025-03-06drm/xe: Add SVM init / close / fini to faulting VMsMatthew Brost5-0/+128
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost5-75/+176
2025-03-06drm/xe: Select DRM_GPUSVM KconfigMatthew Brost1-0/+1
2025-03-06drm/gpusvm: Add support for GPU Shared Virtual MemoryMatthew Brost4-0/+2755
2025-03-06drm/xe/bo: Introduce xe_bo_put_asyncThomas Hellström4-0/+55