aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/xe/xe_svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-14drm/xe: Timeslice GPU on atomic SVM faultMatthew Brost1-0/+5
2025-05-14drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost1-26/+85
2025-05-08drm/xe: Add config control for svm flush workShuicheng Lin1-0/+12
2025-04-28drm/xe/svm: fix dereferencing error pointer in drm_gpusvm_range_alloc()Harshit Mogalapalli1-1/+1
2025-04-07drm/xe/svm: Fix a potential bo UAFThomas Hellström1-2/+5
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-03-06drm/xe: Add always_migrate_to_vram modparamMatthew Brost1-0/+3
2025-03-06drm/xe: Add modparam for SVM notifier sizeMatthew Brost1-1/+3
2025-03-06drm/xe: Add SVM debugMatthew Brost1-7/+77
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost1-1/+16
2025-03-06drm/xe: Add SVM VRAM migrationMatthew Brost1-4/+93
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öm1-0/+57
2025-03-06drm/xe: Add SVM device memory mirroringMatthew Brost1-2/+60
2025-03-06drm/xe: Do not allow CPU address mirror VMA unbind ifMatthew Brost1-0/+15
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost1-1/+8
2025-03-06drm/xe: Add SVM garbage collectorMatthew Brost1-2/+89
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost1-1/+43
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost1-1/+228
2025-03-06drm/xe: Add SVM init / close / fini to faulting VMsMatthew Brost1-0/+73