aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-02drm/xe/vm: prevent UAF in rebind_work_func()Matthew Auld1-0/+3
2024-05-02drm/xe: Fix unexpected backmerge resultsThomas Hellström1-6/+7
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-3/+3
2024-04-17drm/xe/vm: don't include xe_gt.hMatthew Auld1-1/+0
2024-04-17drm/xe/vm: drop vm->destroy_workMatthew Auld1-15/+2
2024-04-17drm/xe/vm: prevent UAF with asid based lookupMatthew Auld1-10/+11
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström1-7/+6
2024-04-12drm/xe: Use hmm_range_fault to populate user pagesOak Zeng1-111/+6
2024-04-08drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATEFrancois Dugast1-2/+11
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko1-0/+1
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi1-3/+3
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-1/+1
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-25/+58
2024-03-28drm/xe: Rework rebindingThomas Hellström1-18/+9
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das1-5/+5
2024-03-22drm/xe/devcoredump: Print errno if VM snapshot was not capturedJosé Roberto de Souza1-3/+10
2024-03-22drm/xe: Make devcoredump VM error state print consistentJosé Roberto de Souza1-11/+8
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-8/+24
2024-03-21drm/xe: Add debug messages for MMU notifier and VMA invalidateMatthew Brost1-0/+8
2024-03-19drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.Himal Prasad Ghimiray1-2/+1
2024-03-19drm/xe/vm: fix xe_assert()Matthew Auld1-1/+1
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-8/+24
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+197
2024-03-13drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-8/+24
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst1-0/+3
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala1-0/+37
2024-02-29drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-29drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast1-10/+2
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-28drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala1-0/+37
2024-02-26drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-26drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast1-10/+2
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld1-1/+2
2024-02-21drm/xe: Add debug prints for skipping rebindsMatthew Brost1-0/+7
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst1-2/+168
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst1-0/+8
2024-02-21drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst1-0/+13
2024-02-21drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-1/+1
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+5
2024-02-21drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost1-3/+4
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-1/+1
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+5
2024-02-20drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost1-3/+4
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-08drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost1-27/+1
2024-02-08drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1