summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11drm/xe/madvise: Track purgeability with BO-local countersArvind Yadav1-9/+42
2026-04-29drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRRORJia Yao1-0/+2
2026-04-29drm/xe/vm: Add missing pad and extensions checkJonathan Cavitt1-1/+2
2026-03-27drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav1-2/+7
2026-03-27drm/xe/vm: Prevent binding of purged buffer objectsArvind Yadav1-13/+70
2026-03-27drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav1-2/+18
2026-03-26drm/xe/xe_vm: Implement xe_vm_get_property_ioctlJonathan Cavitt1-0/+117
2026-03-26drm/xe/xe_vm: Add per VM fault infoJonathan Cavitt1-0/+74
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld1-4/+18
2026-03-23drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimizationTejas Upadhyay1-0/+8
2026-03-23drm/xe/pat: define coh_mode 2wayTejas Upadhyay1-1/+1
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost1-23/+20
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote1-9/+28
2026-03-11drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if poss...Thomas Hellström1-8/+30
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström1-62/+7
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-5/+83
2026-02-24drm/xe/uapi: Introduce a flag to disallow vm overcommit in fault modeThomas Hellström1-2/+9
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-02-13drm/xe: Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMsPiotr Piórkowski1-0/+3
2026-02-03drm/xe: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-1/+6
2026-01-27drm/xe: Move _THIS_IP_ usage from xe_vm_create() to dedicated functionNathan Chancellor1-9/+15
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld1-1/+6
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld1-1/+6
2026-01-17drm/xe: Add vm to exec queues associationMatthew Brost1-0/+62
2026-01-17drm/xe: Make usm.asid_to_vm allocation use GFP_NOWAITMatthew Brost1-1/+1
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