index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_svm.h
Age
Commit message (
Expand
)
Author
2025-12-15
drm/xe: fix drm_gpusvm_init() arguments
Arnd Bergmann
2025-10-02
drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
Thomas Hellström
2025-09-05
drm/xe/userptr: replace xe_hmm with gpusvm
Matthew Auld
2025-09-05
drm/gpusvm: pull out drm_gpusvm_pages substructure
Matthew Auld
2025-08-26
drm/xe/madvise: Update migration policy based on preferred location
Himal Prasad Ghimiray
2025-08-26
drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
Himal Prasad Ghimiray
2025-08-26
drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
Himal Prasad Ghimiray
2025-08-06
drm/pagemap: Rename drm_pagemap_device_addr to drm_pagemap_addr
Francois Dugast
2025-06-26
drm/xe: Implement and use the drm_pagemap populate_mm op
Thomas Hellström
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: Strict migration policy for atomic SVM faults
Matthew Brost
2025-05-07
drm/xe: Add config control for svm flush work
Shuicheng Lin
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 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 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 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 dma_addr res cursor
Thomas Hellström
2025-03-06
drm/xe: Add SVM init / close / fini to faulting VMs
Matthew Brost