summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19drm/xe: Skip over non leaf pte for PRL generationBrian Nguyen1-9/+29
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2026-01-09drm/xe: Add page reclamation related statsBrian Nguyen1-0/+5
2026-01-09drm/xe: Fix page reclaim entry handling for large pagesBrian Nguyen1-17/+47
2026-01-09drm/xe: Add explicit abort page reclaim listBrian Nguyen1-12/+9
2025-12-13drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaimBrian Nguyen1-1/+2
2025-12-13drm/xe: Prep page reclaim in tlb inval jobBrian Nguyen1-0/+11
2025-12-13drm/xe: Create page reclaim list on unbindBrian Nguyen1-1/+122
2025-11-04drm/xe: Remove last fence dependency check from binds and execsMatthew Brost1-7/+0
2025-11-04drm/xe: Decouple bind queue last fence from TLB invalidationsMatthew Brost1-46/+27
2025-10-23drm/xe: Use SVM range helpers in PT layerMatthew Brost1-14/+14
2025-10-17drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström1-2/+2
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski1-1/+1
2025-09-16drm/xe: Remove duplicate header filesYang Li1-2/+1
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-3/+7
2025-09-05drm/xe/pt: unify xe_pt_svm_pre_commit with userptrMatthew Auld1-76/+47
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld1-12/+12
2025-09-05drm/xe/vm: split userptr bits into separate fileMatthew Auld1-0/+1
2025-09-05drm/gpusvm: pull out drm_gpusvm_pages substructureMatthew Auld1-1/+1
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost1-23/+40
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray1-10/+13
2025-08-26drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zappingHimal Prasad Ghimiray1-1/+13
2025-08-26drm/xe/vma: Move pat_index to vma attributesHimal Prasad Ghimiray1-1/+1
2025-08-11drm/xe: rework PDE PAT index selectionMatthew Auld1-2/+2
2025-07-25drm/xe: Use GT TLB invalidation jobs in PT layerMatthew Brost1-107/+71
2025-06-18drm/xe: Opportunistically skip TLB invalidaion on unbindMatthew Brost1-1/+30
2025-06-18drm/xe: Add xe_vm_has_valid_gpu_mapping helperMatthew Brost1-3/+3
2025-06-17drm/xe: Do not kill VM in PT code on -ENODATAMatthew Brost1-1/+1
2025-06-04drm/xe: Make VMA tile_present, tile_invalidated access rules clearMatthew Brost1-3/+13
2025-05-14drm/xe/svm: Implement prefetch support for SVM rangesHimal Prasad Ghimiray1-13/+45
2025-05-14drm/xe/svm: Helper to add tile masks to svm rangesHimal Prasad Ghimiray1-10/+16
2025-05-12drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost1-3/+11
2025-04-07drm/xe: Clear scratch page on vm_bindOak Zeng1-36/+63
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld1-1/+1
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-5/+8
2025-04-03drm/xe: Fix xe_pt_stage_bind_walk kerneldocThomas Hellström1-5/+9
2025-03-27drm/xe: Make the PT code handle placement per PTE rather than per vma / rangeThomas Hellström1-59/+61
2025-03-27drm/xe: Introduce CONFIG_DRM_XE_GPUSVMThomas Hellström1-0/+6
2025-03-06drm/xe: Add SVM debugMatthew Brost1-0/+8
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost1-17/+73
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost1-19/+151
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost1-0/+41
2025-03-06drm/xe: Nuke VM's mapping upon closeMatthew Brost1-0/+14
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost1-15/+61
2025-03-05drm/xe: Add staging tree for VM bindsMatthew Brost1-18/+40
2025-03-05drm/xe: Fix fault mode invalidation with unbindThomas Hellström1-29/+9
2025-01-09drm/xe: Fix all typos in xeNitin Gote1-1/+1
2024-12-11drm/xe: Call invalidation_fence_fini for PT inval fences in error stateDaniele Ceraolo Spurio1-2/+1