index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_exec_queue.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-06
Merge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-14
/
+1
2025-06-05
drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
Maciej Patelczyk
1
-5
/
+1
2025-06-05
drm/xe: Create LRC BO without VM
Niranjana Vishwanathapura
1
-9
/
+0
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-5
/
+4
2025-05-14
drm/xe: Add WA BB to capture active context utilization
Umesh Nerlige Ramappa
1
-1
/
+1
2025-05-07
drm/xe: Use copy_from_user() instead of __copy_from_user()
Harish Chegondi
1
-5
/
+4
2025-03-06
drm/xe: Allow fault injection in exec queue IOCTLs
Francois Dugast
1
-0
/
+1
2025-03-05
drm/xe/uapi: Use hint for guc to set GT frequency
Tejas Upadhyay
1
-3
/
+7
2025-02-19
drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()
Matt Roper
1
-4
/
+2
2025-02-03
drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queues
Daniele Ceraolo Spurio
1
-2
/
+54
2025-02-03
drm/xe/pxp: Add PXP queue tracking and session start
Daniele Ceraolo Spurio
1
-0
/
+1
2025-02-03
drm/xe/pxp: Allocate PXP execution resources
Daniele Ceraolo Spurio
1
-0
/
+3
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
1
-1
/
+0
2024-12-23
drm/xe: Fix fault on fd close after unbind
Lucas De Marchi
1
-0
/
+9
2024-12-20
drm/xe: Use q->xef for accessing xe file
Lucas De Marchi
1
-8
/
+4
2024-12-20
drm/xe: Fix fault on fd close after unbind
Lucas De Marchi
1
-0
/
+9
2024-12-13
drm/xe: Initial MSI-X support for HW engines
Ilia Levi
1
-1
/
+3
2024-11-14
drm/xe: Allow fault injection in vm create and vm bind IOCTLs
Francois Dugast
1
-0
/
+1
2024-11-13
drm/xe: Wait on killed exec queues
Lucas De Marchi
1
-0
/
+6
2024-11-05
drm/xe: Stop accumulating LRC timestamp on job_free
Lucas De Marchi
1
-0
/
+6
2024-11-05
drm/xe: Stop accumulating LRC timestamp on job_free
Lucas De Marchi
1
-0
/
+6
2024-10-03
drm/xe/queue: move xa_alloc to prevent UAF
Matthew Auld
1
-1
/
+3
2024-10-03
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
1
-2
/
+0
2024-09-27
drm/xe/queue: move xa_alloc to prevent UAF
Matthew Auld
1
-1
/
+3
2024-09-24
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
1
-2
/
+0
2024-09-12
drm/xe: fix missing 'xe_vm_put'
Dafna Hirschfeld
1
-1
/
+3
2024-09-06
drm/xe: fix missing 'xe_vm_put'
Dafna Hirschfeld
1
-1
/
+3
2024-08-28
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
1
-1
/
+1
2024-08-19
drm/xe: prevent UAF around preempt fence
Matthew Auld
1
-1
/
+0
2024-08-17
drm/xe/exec_queue: Prepare last fence for hw engine group resume context
Francois Dugast
1
-2
/
+31
2024-08-17
drm/xe/exec_queue: Remove duplicated code
Francois Dugast
1
-4
/
+1
2024-08-17
'drm/xe/hw_engine_group: Register hw engine group's exec queues
Francois Dugast
1
-0
/
+11
2024-08-17
drm/xe: Use reserved copy engine for user binds on faulting devices
Matthew Brost
1
-59
/
+63
2024-08-15
drm/xe: Make exec_queue_kill safe to call twice
Daniele Ceraolo Spurio
1
-0
/
+9
2024-08-09
drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_init
Matthew Brost
1
-9
/
+14
2024-07-30
drm/xe: Move and export xe_hw_engine lookup.
Dominik Grzegorzek
1
-33
/
+4
2024-07-19
drm/xe: Fix use after free when client stats are captured
Umesh Nerlige Ramappa
1
-1
/
+9
2024-07-03
drm/xe: Add xe_exec_queue_last_fence_test_dep
Matthew Brost
1
-0
/
+23
2024-06-17
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
1
-3
/
+3
2024-06-07
drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Matthew Brost
1
-1
/
+1
2024-05-29
drm/xe: Decouple xe_exec_queue and xe_lrc
Niranjana Vishwanathapura
1
-12
/
+14
2024-05-27
drm/xe: Do not access xe file when updating exec queue run_ticks
Umesh Nerlige Ramappa
1
-4
/
+1
2024-05-27
drm/xe: Use run_ticks instead of runtime for client stats
Umesh Nerlige Ramappa
1
-6
/
+6
2024-05-27
drm/xe: Don't initialize fences at xe_sched_job_create()
Thomas Hellström
1
-5
/
+0
2024-05-27
drm/xe: Decouple job seqno and lrc seqno
Matthew Brost
1
-1
/
+1
2024-05-23
drm/xe: Relax runtime pm protection during execution
Rodrigo Vivi
1
-14
/
+0
2024-05-21
drm/xe: Add helper to accumulate exec queue runtime
Umesh Nerlige Ramappa
1
-0
/
+37
2024-04-22
drm/xe: Kill xe_device_mem_access_{get*,put}
Rodrigo Vivi
1
-2
/
+2
2024-04-18
drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
Rodrigo Vivi
1
-2
/
+2
2024-04-04
drm/xe: prefer snprintf over sprintf
Bommu Krishnaiah
1
-6
/
+6
[next]