summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)Author
2026-08-07drm/xe: Thread prefetch of SVM rangesMatthew Brost
2026-08-01Merge tag 'drm-xe-next-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-07-30drm/xe/pt: allow selecting the bind leaf PTE levelNareshkumar Gollakoti
2026-07-28drm/xe/pt: check no-DMA huge-pte cases before DMA segment testHimal Prasad Ghimiray
2026-07-15drm/xe/pt: Reset current_op in xe_pt_update_ops_init()Zongyao Bai
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang
2026-07-08drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin
2026-07-02drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost
2026-07-01drm/xe/pt: prevent invalid cursor access for purged BOsMatthew Auld
2026-06-29drm/xe/userptr: Hold notifier_lock for write on inject test pathShuicheng Lin
2026-06-17drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()Francois Dugast
2026-06-16drm/xe: Add compact-PT and addr mask handling for page reclaimBrian Nguyen
2026-06-03drm/xe: explicit TLB flush for context based tlb invalidationTangudu Tilak Tirumalesh
2026-04-21drm/xe/pat: Introduce xe_cache_pat_idx() macro helperXin Wang
2026-03-26drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld
2026-03-16drm/xe: Skip over non leaf pte for PRL generationBrian Nguyen
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-08drm/xe: Add page reclamation related statsBrian Nguyen
2026-01-08drm/xe: Fix page reclaim entry handling for large pagesBrian Nguyen
2026-01-08drm/xe: Add explicit abort page reclaim listBrian Nguyen
2025-12-12drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaimBrian Nguyen
2025-12-12drm/xe: Prep page reclaim in tlb inval jobBrian Nguyen
2025-12-12drm/xe: Create page reclaim list on unbindBrian Nguyen
2025-11-04drm/xe: Remove last fence dependency check from binds and execsMatthew Brost
2025-11-04drm/xe: Decouple bind queue last fence from TLB invalidationsMatthew Brost
2025-10-23drm/xe: Use SVM range helpers in PT layerMatthew Brost
2025-10-17drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski
2025-09-16drm/xe: Remove duplicate header filesYang Li
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström
2025-09-05drm/xe/pt: unify xe_pt_svm_pre_commit with userptrMatthew Auld
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld
2025-09-05drm/xe/vm: split userptr bits into separate fileMatthew Auld
2025-09-05drm/gpusvm: pull out drm_gpusvm_pages substructureMatthew Auld
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray
2025-08-26drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zappingHimal Prasad Ghimiray
2025-08-26drm/xe/vma: Move pat_index to vma attributesHimal Prasad Ghimiray
2025-08-11drm/xe: rework PDE PAT index selectionMatthew Auld
2025-07-24drm/xe: Use GT TLB invalidation jobs in PT layerMatthew Brost
2025-06-17drm/xe: Opportunistically skip TLB invalidaion on unbindMatthew Brost
2025-06-17drm/xe: Add xe_vm_has_valid_gpu_mapping helperMatthew Brost
2025-06-17drm/xe: Do not kill VM in PT code on -ENODATAMatthew Brost
2025-06-04drm/xe: Make VMA tile_present, tile_invalidated access rules clearMatthew Brost
2025-05-14drm/xe/svm: Implement prefetch support for SVM rangesHimal Prasad Ghimiray
2025-05-14drm/xe/svm: Helper to add tile masks to svm rangesHimal Prasad Ghimiray
2025-05-12drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost