summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld1-4/+18
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-21/+18
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-1/+6
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld1-1/+6
2026-01-16Merge tag 'drm-xe-next-2026-01-15' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-8/+20
2026-01-16Merge tag 'drm-misc-next-2026-01-15' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+2
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2026-01-10drm/xe: Allow compressible surfaces to be 1-way coherentXin Wang1-0/+13
2026-01-09drm/xe: Add missing newlines to drm_warn messagesOsama Abdelkader1-7/+7
2026-01-08drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged modeAlice Ryhl1-2/+2
2025-12-23drm/xe/vm: Add a couple of VM debug printoutsThomas Hellström1-0/+7
2025-12-23drm/xe: Use the vma attibute drm_pagemap to select where to migrateThomas Hellström1-15/+9
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström1-5/+29
2025-12-23drm/xe: Use the drm_pagemap_util helper to get a svm pagemap ownerThomas Hellström1-1/+1
2025-12-18drm/xe: Adjust long-running workload timeslices to reasonable valuesMatthew Brost1-1/+4
2025-12-18drm/xe: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2025-12-16drm/xe: Add debugfs knobs to control long running workload timeslicingMatthew Brost1-2/+2
2025-12-16drm/xe: Adjust long-running workload timeslices to reasonable valuesMatthew Brost1-1/+4
2025-12-16drm/xe: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2025-12-13drm/xe: Append page reclamation action to tlb invalBrian Nguyen1-2/+2
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-48/+90
2025-12-04drm/xe/uapi: Add NO_COMPRESSION BO flag and query capabilitySanjay Yadav1-0/+4
2025-12-01drm/xe: Add VM.uapi_flags to VM snapshot captureMatthew Brost1-0/+9
2025-12-01drm/xe: Add cpu_caching to properties line in VM snapshot captureMatthew Brost1-2/+5
2025-12-01drm/xe: Add pat_index to properties line in VM snapshot captureMatthew Brost1-2/+5
2025-12-01drm/xe: Add mem_region to properties line in VM snapshot captureMatthew Brost1-2/+21
2025-12-01drm/xe: Add "null_sparse" type to VM snap propertiesMatthew Brost1-1/+10
2025-12-01drm/xe: Add properties line to VM snapshot captureMatthew Brost1-0/+12
2025-11-26drm/xe: Covert return of -EBUSY to -ENOMEM in VM bind IOCTLMatthew Brost1-1/+10
2025-11-26drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAPHimal Prasad Ghimiray1-1/+2
2025-11-26drm/xe/svm: Enable UNMAP for VMA merging operationsHimal Prasad Ghimiray1-3/+7
2025-11-26drm/xe/svm: Extend MAP range to reduce vma fragmentationHimal Prasad Ghimiray1-2/+7
2025-11-26drm/xe: Add helper to extend CPU-mirrored VMA range for mergeHimal Prasad Ghimiray1-0/+41
2025-11-19drm/xe/vm: Use for_each_tlb_inval() to calculate invalidation fencesMatt Roper1-8/+7
2025-11-18drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4
2025-11-14drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4
2025-11-07drm/xe: Enforce correct user fence signaling order usingMatthew Brost1-0/+4
2025-11-05drm/xe: Remove never used code in xe_vm_create()Gwan-gyeong Mun1-2/+1
2025-11-04drm/xe: Add xe_guc_pagefault layerMatthew Brost1-1/+0
2025-11-04drm/xe: Skip TLB invalidation waits in page fault bindsMatthew Brost1-2/+12
2025-11-04drm/xe: Decouple bind queue last fence from TLB invalidationsMatthew Brost1-37/+39
2025-11-04drm/xe: Attach last fence to TLB invalidation job queuesMatthew Brost1-1/+6
2025-11-04drm/xe: Enforce correct user fence signaling order usingMatthew Brost1-0/+4
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav1-5/+5
2025-10-21drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-3/+9
2025-10-21drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström1-57/+29
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-3/+9
2025-10-17drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström1-57/+29
2025-10-14drm/xe: Correct lineage for Wa_22014953428 and only check with valid GTMatt Roper1-1/+2