index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_vm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe: fix unbalanced rpm put() with fence_fini()
Matthew Auld
2024-10-16
1
-6
/
+2
*
drm/xe/vm: move xa_alloc to prevent UAF
Matthew Auld
2024-10-03
1
-8
/
+8
*
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
2024-10-03
1
-4
/
+0
*
drm/xe: Convert to USM lock to rwsem
Matthew Brost
2024-10-03
1
-4
/
+4
*
Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
2024-09-10
1
-1
/
+1
|
\
|
*
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
2024-08-28
1
-1
/
+1
*
|
Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
2024-08-30
1
-1
/
+10
|
\
\
|
*
|
drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.
Maarten Lankhorst
2024-08-28
1
-1
/
+10
*
|
|
Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
2024-08-30
1
-53
/
+37
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
drm/xe: Invalidate media_gt TLBs
Matthew Brost
2024-08-21
1
-13
/
+24
|
*
drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
Francois Dugast
2024-08-18
1
-12
/
+0
|
*
drm/xe/vm: Remove restriction that all VMs must be faulting if one is
Francois Dugast
2024-08-18
1
-8
/
+0
|
*
drm/xe: Use reserved copy engine for user binds on faulting devices
Matthew Brost
2024-08-17
1
-7
/
+1
|
*
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
2024-08-16
1
-0
/
+4
|
|
\
|
*
|
drm/xe: Make exec_queue_kill safe to call twice
Daniele Ceraolo Spurio
2024-08-15
1
-2
/
+6
|
*
|
drm/xe: Remove unused xe parameter
Himal Prasad Ghimiray
2024-08-13
1
-11
/
+6
*
|
|
Merge v6.11-rc5 into drm-next
Daniel Vetter
2024-08-27
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
2024-08-15
1
-1
/
+3
|
*
|
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
2024-08-15
1
-14
/
+16
|
*
|
drm/xe: Take a ref to xe file when user creates a VM
Umesh Nerlige Ramappa
2024-08-15
1
-1
/
+5
*
|
|
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-07-29
1
-402
/
+542
|
|
\
|
|
*
|
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
2024-07-09
1
-0
/
+4
|
*
|
drm/xe/vm: prevent UAF in rebind_work_func()
Matthew Auld
2024-05-02
1
-0
/
+3
|
*
|
drm/xe: Fix unexpected backmerge results
Thomas Hellström
2024-05-02
1
-6
/
+7
*
|
|
drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
Matthew Brost
2024-07-23
1
-6
/
+6
*
|
|
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
2024-07-20
1
-1
/
+3
*
|
|
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
2024-07-20
1
-14
/
+16
*
|
|
drm/xe: Take a ref to xe file when user creates a VM
Umesh Nerlige Ramappa
2024-07-19
1
-1
/
+5
*
|
|
drm/xe: Add VM bind IOCTL error injection
Matthew Brost
2024-07-04
1
-1
/
+23
*
|
|
drm/xe: Update VM trace events
Matthew Brost
2024-07-04
1
-2
/
+40
*
|
|
drm/xe: Convert multiple bind ops into single job
Matthew Brost
2024-07-04
1
-407
/
+114
*
|
|
drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
Matthew Brost
2024-07-04
1
-2
/
+64
*
|
|
drm/xe: Add timeout to preempt fences
Matthew Brost
2024-07-04
1
-1
/
+11
|
|
/
|
/
|
*
|
drm/xe: Simplify locking in new_vma
Matthew Brost
2024-06-21
1
-23
/
+18
*
|
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
2024-06-17
1
-29
/
+29
*
|
drm/xe/trace: Extract bo, vm, vma traces
Radhakrishna Sripada
2024-06-12
1
-1
/
+1
*
|
drm/xe/vm: Simplify if condition
Thorsten Blum
2024-06-05
1
-2
/
+2
*
|
drm/xe: Nuke simple error capture
José Roberto de Souza
2024-05-23
1
-49
/
+0
*
|
drm/xe: Relax runtime pm protection around VM
Rodrigo Vivi
2024-05-23
1
-3
/
+9
*
|
drm/xe: Fix UBSAN shift-out-of-bounds failure
Shuicheng Lin
2024-05-09
1
-2
/
+2
*
|
drm/xe: Refactor default device atomic settings
Nirmoy Das
2024-05-06
1
-1
/
+1
*
|
drm/xe: Move vm bind bo validation to a helper function
Nirmoy Das
2024-05-06
1
-34
/
+43
*
|
drm/xe: Move ufence add to vm_bind_ioctl_ops_fini
Matthew Brost
2024-04-26
1
-7
/
+37
*
|
drm/xe: Move ufence check to op_lock_and_prep
Matthew Brost
2024-04-26
1
-10
/
+23
*
|
drm/xe: Add vm_bind_ioctl_ops_fini helper
Matthew Brost
2024-04-26
1
-38
/
+24
*
|
drm/xe: Add some members to xe_vma_ops
Matthew Brost
2024-04-26
1
-5
/
+14
*
|
drm/xe: Use xe_vma_ops to implement page fault rebinds
Matthew Brost
2024-04-26
1
-10
/
+47
*
|
drm/xe: Simplify VM bind IOCTL error handling and cleanup
Matthew Brost
2024-04-26
1
-55
/
+12
*
|
drm/xe: Use xe_vma_ops to implement xe_vm_rebind
Matthew Brost
2024-04-26
1
-14
/
+64
[next]