index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2026-03-30
drm/xe: Disable garbage collector work item on SVM close
Matthew Brost
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-18
drm/pagemap: pass pagemap_addr by reference
Arnd Bergmann
1
-4
/
+4
2026-01-07
drm/xe: Validate preferred system memory placement in xe_svm_range_validate
Matthew Brost
1
-0
/
+2
2025-12-23
drm/xe/svm: Serialize migration to device if racing
Thomas Hellström
1
-2
/
+20
2025-12-23
drm/pagemap, drm/xe: Support destination migration over interconnect
Thomas Hellström
1
-7
/
+19
2025-12-23
drm/xe: Use drm_gpusvm_scan_mm()
Thomas Hellström
1
-1
/
+13
2025-12-23
drm/pagemap, drm/xe: Clean up the use of the device-private page owner
Thomas Hellström
1
-2
/
+1
2025-12-23
drm/xe/svm: Document how xe keeps drm_pagemap references
Thomas Hellström
1
-0
/
+21
2025-12-23
drm/xe/vm: Add a couple of VM debug printouts
Thomas Hellström
1
-0
/
+10
2025-12-23
drm/xe: Support pcie p2p dma as a fast interconnect
Thomas Hellström
1
-3
/
+31
2025-12-23
drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...
Thomas Hellström
1
-0
/
+75
2025-12-23
drm/xe: Use the vma attibute drm_pagemap to select where to migrate
Thomas Hellström
1
-33
/
+53
2025-12-23
drm/xe: Pass a drm_pagemap pointer around with the memory advise attributes
Thomas Hellström
1
-4
/
+8
2025-12-23
drm/xe: Use the drm_pagemap_util helper to get a svm pagemap owner
Thomas Hellström
1
-8
/
+56
2025-12-23
drm/xe: Use the drm_pagemap cache and shrinker
Thomas Hellström
1
-77
/
+277
2025-12-23
drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimes
Thomas Hellström
1
-2
/
+13
2025-12-23
drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap
Thomas Hellström
1
-8
/
+18
2025-12-23
drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before use
Thomas Hellström
1
-12
/
+37
2025-12-23
drm/xe/svm: Fix a debug printout
Thomas Hellström
1
-1
/
+1
2025-12-16
drm/xe: Add GT stats ktime helpers
Matthew Brost
1
-20
/
+9
2025-11-26
drm/xe/svm: Enable UNMAP for VMA merging operations
Himal Prasad Ghimiray
1
-3
/
+0
2025-11-26
drm/xe: Merge adjacent default-attribute VMAs during garbage collection
Himal Prasad Ghimiray
1
-26
/
+36
2025-11-04
drm/xe: Add xe_guc_pagefault layer
Matthew Brost
1
-2
/
+1
2025-10-27
drm/xe: Fix spelling and typos across Xe driver files
Sanjay Yadav
1
-1
/
+1
2025-10-17
drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag
Thomas Hellström
1
-0
/
+5
2025-10-14
drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.
Thomas Hellström
1
-1
/
+3
2025-10-10
drm/xe: Handle mixed mappings and existing VRAM on atomic faults
Matthew Brost
1
-1
/
+12
2025-10-02
drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
Thomas Hellström
1
-8
/
+3
2025-09-17
drm/xe: Misc refine for svm
Shuicheng Lin
1
-14
/
+11
2025-09-15
drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Fushuai Wang
1
-1
/
+1
2025-09-10
drm/xe: Convert SVM validation for exhaustive eviction
Thomas Hellström
1
-48
/
+55
2025-09-10
drm/xe: Pass down drm_exec context to validation
Thomas Hellström
1
-1
/
+3
2025-09-05
drm/xe/userptr: replace xe_hmm with gpusvm
Matthew Auld
1
-15
/
+19
2025-09-05
drm/gpusvm: pull out drm_gpusvm_pages substructure
Matthew Auld
1
-8
/
+8
2025-09-03
drm/xe: Add more SVM GT stats
Matthew Brost
1
-9
/
+185
2025-08-27
drm/xe: Decouple TLB invalidations from GT
Matthew Brost
1
-1
/
+0
2025-08-27
drm/xe: s/tlb_invalidation/tlb_inval
Matthew Brost
1
-2
/
+2
2025-08-26
drm/xe: Reset VMA attributes to default in SVM garbage collector
Himal Prasad Ghimiray
1
-5
/
+75
2025-08-26
drm/xe/madvise: Update migration policy based on preferred location
Himal Prasad Ghimiray
1
-1
/
+44
2025-08-26
drm/xe/svm: Add svm ranges migration policy on atomic access
Himal Prasad Ghimiray
1
-19
/
+31
2025-08-26
drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
Himal Prasad Ghimiray
1
-0
/
+50
2025-08-26
drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
Himal Prasad Ghimiray
1
-0
/
+35
2025-08-06
drm/xe/svm: Migrate folios when possible
Francois Dugast
1
-0
/
+8
2025-08-06
drm/pagemap: Use struct drm_pagemap_addr in mapping and copy functions
Francois Dugast
1
-16
/
+21
2025-08-06
drm/pagemap: Rename drm_pagemap_device_addr to drm_pagemap_addr
Francois Dugast
1
-2
/
+2
2025-07-16
drm/xe: Unify the initialization of VRAM regions
Piotr Piórkowski
1
-24
/
+19
2025-07-16
drm/xe: Move struct xe_vram_region to a dedicated header
Piotr Piórkowski
1
-1
/
+7
2025-07-16
drm/xe: Use dynamic allocation for tile and device VRAM region structures
Piotr Piórkowski
1
-17
/
+7
[next]