index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
drm/xe/vm: move rebind_work init earlier
Matthew Auld
1
-4
/
+4
2025-05-29
drm/xe: Nuke VM's mapping upon close
Matthew Brost
1
-0
/
+32
2025-03-13
drm/xe/userptr: Unmap userptrs in the mmu notifier
Thomas Hellström
1
-0
/
+4
2025-03-13
drm/xe: Fix fault mode invalidation with unbind
Thomas Hellström
1
-29
/
+56
2025-03-13
drm/xe/vm: Validate userptr during gpu vma prefetching
Thomas Hellström
1
-1
/
+10
2025-03-07
drm/xe/userptr: fix EFAULT handling
Matthew Auld
1
-0
/
+12
2025-03-07
drm/xe/userptr: restore invalidation list on error
Matthew Auld
1
-7
/
+21
2024-10-16
drm/xe: fix unbalanced rpm put() with fence_fini()
Matthew Auld
1
-6
/
+2
2024-10-03
drm/xe/vm: move xa_alloc to prevent UAF
Matthew Auld
1
-8
/
+8
2024-10-03
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
1
-4
/
+0
2024-10-03
drm/xe: Convert to USM lock to rwsem
Matthew Brost
1
-4
/
+4
2024-09-10
Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-1
/
+1
2024-08-30
Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
1
-1
/
+10
2024-08-30
Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-53
/
+37
2024-08-28
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
1
-1
/
+1
2024-08-28
drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.
Maarten Lankhorst
1
-1
/
+10
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
1
-0
/
+1
2024-08-21
drm/xe: Invalidate media_gt TLBs
Matthew Brost
1
-13
/
+24
2024-08-18
drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
Francois Dugast
1
-12
/
+0
2024-08-18
drm/xe/vm: Remove restriction that all VMs must be faulting if one is
Francois Dugast
1
-8
/
+0
2024-08-18
drm/xe: Use reserved copy engine for user binds on faulting devices
Matthew Brost
1
-7
/
+1
2024-08-16
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
1
-0
/
+4
2024-08-15
drm/xe: Make exec_queue_kill safe to call twice
Daniele Ceraolo Spurio
1
-2
/
+6
2024-08-15
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
1
-1
/
+3
2024-08-15
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
1
-14
/
+16
2024-08-15
drm/xe: Take a ref to xe file when user creates a VM
Umesh Nerlige Ramappa
1
-1
/
+5
2024-08-13
drm/xe: Remove unused xe parameter
Himal Prasad Ghimiray
1
-11
/
+6
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-0
/
+4
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-402
/
+542
2024-07-23
drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
Matthew Brost
1
-6
/
+6
2024-07-20
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
1
-1
/
+3
2024-07-20
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
1
-14
/
+16
2024-07-19
drm/xe: Take a ref to xe file when user creates a VM
Umesh Nerlige Ramappa
1
-1
/
+5
2024-07-09
drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
Thomas Hellström
1
-0
/
+4
2024-07-04
drm/xe: Add VM bind IOCTL error injection
Matthew Brost
1
-1
/
+23
2024-07-04
drm/xe: Update VM trace events
Matthew Brost
1
-2
/
+40
2024-07-04
drm/xe: Convert multiple bind ops into single job
Matthew Brost
1
-407
/
+114
2024-07-04
drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
Matthew Brost
1
-2
/
+64
2024-07-04
drm/xe: Add timeout to preempt fences
Matthew Brost
1
-1
/
+11
2024-06-21
drm/xe: Simplify locking in new_vma
Matthew Brost
1
-23
/
+18
2024-06-17
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
1
-29
/
+29
2024-06-12
drm/xe/trace: Extract bo, vm, vma traces
Radhakrishna Sripada
1
-1
/
+1
2024-06-05
drm/xe/vm: Simplify if condition
Thorsten Blum
1
-2
/
+2
2024-05-23
drm/xe: Nuke simple error capture
José Roberto de Souza
1
-49
/
+0
2024-05-23
drm/xe: Relax runtime pm protection around VM
Rodrigo Vivi
1
-3
/
+9
2024-05-09
drm/xe: Fix UBSAN shift-out-of-bounds failure
Shuicheng Lin
1
-2
/
+2
2024-05-06
drm/xe: Refactor default device atomic settings
Nirmoy Das
1
-1
/
+1
2024-05-06
drm/xe: Move vm bind bo validation to a helper function
Nirmoy Das
1
-34
/
+43
2024-05-02
drm/xe/vm: prevent UAF in rebind_work_func()
Matthew Auld
1
-0
/
+3
2024-05-02
drm/xe: Fix unexpected backmerge results
Thomas Hellström
1
-6
/
+7
[next]