Age | Commit message (Expand) | Author |
2024-08-15 | drm/xe: Hold a PM ref when GT TLB invalidations are inflight | Matthew Brost |
2024-08-15 | drm/xe: Drop xe_gt_tlb_invalidation_wait | Matthew Brost |
2024-08-15 | drm/xe: Take a ref to xe file when user creates a VM | Umesh Nerlige Ramappa |
2024-06-20 | drm/xe: Simplify locking in new_vma | Matthew Brost |
2024-06-17 | drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr | Francois Dugast |
2024-06-12 | drm/xe/trace: Extract bo, vm, vma traces | Radhakrishna Sripada |
2024-06-05 | drm/xe/vm: Simplify if condition | Thorsten Blum |
2024-05-23 | drm/xe: Nuke simple error capture | José Roberto de Souza |
2024-05-23 | drm/xe: Relax runtime pm protection around VM | Rodrigo Vivi |
2024-05-08 | drm/xe: Fix UBSAN shift-out-of-bounds failure | Shuicheng Lin |
2024-05-06 | drm/xe: Refactor default device atomic settings | Nirmoy Das |
2024-05-06 | drm/xe: Move vm bind bo validation to a helper function | Nirmoy Das |
2024-04-26 | drm/xe: Move ufence add to vm_bind_ioctl_ops_fini | Matthew Brost |
2024-04-26 | drm/xe: Move ufence check to op_lock_and_prep | Matthew Brost |
2024-04-26 | drm/xe: Add vm_bind_ioctl_ops_fini helper | Matthew Brost |
2024-04-26 | drm/xe: Add some members to xe_vma_ops | Matthew Brost |
2024-04-26 | drm/xe: Use xe_vma_ops to implement page fault rebinds | Matthew Brost |
2024-04-26 | drm/xe: Simplify VM bind IOCTL error handling and cleanup | Matthew Brost |
2024-04-26 | drm/xe: Use xe_vma_ops to implement xe_vm_rebind | Matthew Brost |
2024-04-26 | drm/xe: Add struct xe_vma_ops abstraction | Matthew Brost |
2024-04-26 | drm/xe: Move migrate to prefetch to op_lock_and_prep function | Matthew Brost |
2024-04-26 | drm/xe: Add ops_execute function which returns a fence | Matthew Brost |
2024-04-26 | drm/xe: Lock all gpuva ops during VM bind IOCTL | Matthew Brost |
2024-04-25 | drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpers | Himal Prasad Ghimiray |
2024-04-25 | drm/xe/vm: Use xe_vm_lock()/xe_vm_unlock() helpers | Himal Prasad Ghimiray |
2024-04-25 | drm/xe/vm: prevent UAF in rebind_work_func() | Matthew Auld |
2024-04-25 | Revert "drm/xe/vm: drop vm->destroy_work" | Matthew Auld |
2024-04-24 | drm/xe: Fix unexpected backmerge results | Thomas Hellström |
2024-04-22 | drm/xe: Kill xe_device_mem_access_{get*,put} | Rodrigo Vivi |
2024-04-17 | drm/xe/vm: don't include xe_gt.h | Matthew Auld |
2024-04-17 | drm/xe/vm: drop vm->destroy_work | Matthew Auld |
2024-04-17 | drm/xe/vm: prevent UAF with asid based lookup | Matthew Auld |
2024-04-12 | Merge drm/drm-next into drm-xe-next | Thomas Hellström |
2024-04-12 | drm/xe: Use hmm_range_fault to populate user pages | Oak Zeng |
2024-04-08 | drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE | Francois Dugast |
2024-04-05 | drm/xe: Move PTE/PDE bit definitions to proper header | Michal Wajdeczko |
2024-04-04 | drm/xe: Protect devcoredump access after unbind | Rodrigo Vivi |
2024-04-02 | drm/xe: Normalize bo flags macros | Lucas De Marchi |
2024-03-28 | drm/xe: Move vma rebinding to the drm_exec locking loop | Thomas Hellström |
2024-03-28 | drm/xe: Rework rebinding | Thomas Hellström |
2024-03-26 | drm/xe: Create a helper function to init job's user fence | Nirmoy Das |
2024-03-22 | drm/xe/devcoredump: Print errno if VM snapshot was not captured | José Roberto de Souza |
2024-03-22 | drm/xe: Make devcoredump VM error state print consistent | José Roberto de Souza |
2024-03-21 | Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds |
2024-03-21 | drm/xe: Add debug messages for MMU notifier and VMA invalidate | Matthew Brost |
2024-03-19 | drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag. | Himal Prasad Ghimiray |
2024-03-19 | drm/xe/vm: fix xe_assert() | Matthew Auld |
2024-03-14 | drm/xe: Invalidate userptr VMA on page pin fault | Matthew Brost |
2024-03-13 | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds |
2024-03-13 | drm/xe: Invalidate userptr VMA on page pin fault | Matthew Brost |