summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-01Merge tag 'drm-xe-next-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-7/+90
2026-07-30drm/xe/pt: allow selecting the bind leaf PTE levelNareshkumar Gollakoti1-2/+74
2026-07-28drm/xe/pt: check no-DMA huge-pte cases before DMA segment testHimal Prasad Ghimiray1-5/+8
2026-07-15drm/xe/pt: Reset current_op in xe_pt_update_ops_init()Zongyao Bai1-0/+3
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang1-1/+1
2026-07-08drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin1-0/+5
2026-07-02drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost1-2/+12
2026-07-01drm/xe/pt: prevent invalid cursor access for purged BOsMatthew Auld1-5/+7
2026-06-29drm/xe/userptr: Hold notifier_lock for write on inject test pathShuicheng Lin1-8/+35
2026-06-17drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()Francois Dugast1-2/+10
2026-06-16drm/xe: Add compact-PT and addr mask handling for page reclaimBrian Nguyen1-54/+77
2026-06-03drm/xe: explicit TLB flush for context based tlb invalidationTangudu Tilak Tirumalesh1-0/+6
2026-04-21drm/xe/pat: Introduce xe_cache_pat_idx() macro helperXin Wang1-1/+2
2026-03-26drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav1-7/+33
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld1-6/+6
2026-03-16drm/xe: Skip over non leaf pte for PRL generationBrian Nguyen1-9/+29
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert '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-08drm/xe: Add page reclamation related statsBrian Nguyen1-0/+5
2026-01-08drm/xe: Fix page reclaim entry handling for large pagesBrian Nguyen1-17/+47
2026-01-08drm/xe: Add explicit abort page reclaim listBrian Nguyen1-12/+9
2025-12-12drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaimBrian Nguyen1-1/+2
2025-12-12drm/xe: Prep page reclaim in tlb inval jobBrian Nguyen1-0/+11
2025-12-12drm/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-24drm/xe: Use GT TLB invalidation jobs in PT layerMatthew Brost1-107/+71
2025-06-17drm/xe: Opportunistically skip TLB invalidaion on unbindMatthew Brost1-1/+30
2025-06-17drm/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