index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_svm.c
Age
Commit message (
Expand
)
Author
2025-06-26
drm/xe: Implement and use the drm_pagemap populate_mm op
Thomas Hellström
2025-06-26
drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
Matthew Brost
2025-06-17
drm/xe: Add xe_vm_has_valid_gpu_mapping helper
Matthew Brost
2025-06-13
drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation()
Himal Prasad Ghimiray
2025-06-12
drm/xe: Use WRITE_ONCE for range->tile_invalidated update
Matthew Brost
2025-06-12
drm/xe: Don't use drm exec locking in SVM pagefaults
Matthew Brost
2025-06-04
drm/xe/svm: Fix regression disallowing 64K SVM migration
Maarten Lankhorst
2025-05-29
drm/xe: Do not warn on SVM migration failing because of 64k requirements
Matthew Brost
2025-05-28
drm/xe/svm: Avoid duplicate eviction on get_pages() failure
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Add xe_svm_find_vma_start() helper
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Make xe_svm_range_* end/start/size public
Himal Prasad Ghimiray
2025-05-14
drm/xe/svm: Make to_xe_range a public function
Himal Prasad Ghimiray
2025-05-14
drm/xe: Make xe_svm_alloc_vram public
Himal Prasad Ghimiray
2025-05-12
drm/xe: Add atomic_svm_timeslice_ms debugfs entry
Matthew Brost
2025-05-12
drm/xe: Timeslice GPU on atomic SVM fault
Matthew Brost
2025-05-12
drm/xe: Strict migration policy for atomic SVM faults
Matthew Brost
2025-05-07
drm/xe: Add config control for svm flush work
Shuicheng Lin
2025-04-24
Merge drm/drm-next into drm-xe-next
Thomas Hellström
2025-04-22
drm/xe/svm: fix dereferencing error pointer in drm_gpusvm_range_alloc()
Harshit Mogalapalli
2025-04-07
drm/xe/svm: Fix a potential bo UAF
Thomas Hellström
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-27
drm/xe/svm: Fix a potential bo UAF
Thomas Hellström
2025-03-27
drm/xe: Introduce CONFIG_DRM_XE_GPUSVM
Thomas Hellström
2025-03-13
drm/xe/svm: Add stats for SVM page faults
Francois Dugast
2025-03-06
drm/xe: Add always_migrate_to_vram modparam
Matthew Brost
2025-03-06
drm/xe: Add modparam for SVM notifier size
Matthew Brost
2025-03-06
drm/xe: Add SVM debug
Matthew Brost
2025-03-06
drm/xe: Basic SVM BO eviction
Matthew Brost
2025-03-06
drm/xe: Add SVM VRAM migration
Matthew Brost
2025-03-06
drm/xe: Add Xe SVM devmem_release GPU SVM vfunc
Matthew Brost
2025-03-06
drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfunc
Matthew Brost
2025-03-06
drm/xe: Add GPUSVM device memory copy vfunc functions
Matthew Brost
2025-03-06
drm/xe: Add drm_pagemap ops to SVM
Thomas Hellström
2025-03-06
drm/xe: Add SVM device memory mirroring
Matthew Brost
2025-03-06
drm/xe: Do not allow CPU address mirror VMA unbind if
Matthew Brost
2025-03-06
drm/xe: Add unbind to SVM garbage collector
Matthew Brost
2025-03-06
drm/xe: Add SVM garbage collector
Matthew Brost
2025-03-06
drm/xe: Add (re)bind to SVM page fault handler
Matthew Brost
2025-03-06
drm/xe: Add SVM range invalidation and page fault
Matthew Brost
2025-03-06
drm/xe: Add SVM init / close / fini to faulting VMs
Matthew Brost