index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_exec_queue.c
Age
Commit message (
Expand
)
Author
Lines
2024-12-23
drm/xe: Fix fault on fd close after unbind
Lucas De Marchi
-0
/
+9
2024-11-05
drm/xe: Stop accumulating LRC timestamp on job_free
Lucas De Marchi
-0
/
+6
2024-10-03
drm/xe/queue: move xa_alloc to prevent UAF
Matthew Auld
-1
/
+3
2024-10-03
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
-2
/
+0
2024-09-12
drm/xe: fix missing 'xe_vm_put'
Dafna Hirschfeld
-1
/
+3
2024-08-28
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
Jani Nikula
-1
/
+1
2024-08-19
drm/xe: prevent UAF around preempt fence
Matthew Auld
-1
/
+0
2024-08-17
drm/xe/exec_queue: Prepare last fence for hw engine group resume context
Francois Dugast
-2
/
+31
2024-08-17
drm/xe/exec_queue: Remove duplicated code
Francois Dugast
-4
/
+1
2024-08-17
'drm/xe/hw_engine_group: Register hw engine group's exec queues
Francois Dugast
-0
/
+11
2024-08-17
drm/xe: Use reserved copy engine for user binds on faulting devices
Matthew Brost
-59
/
+63
2024-08-15
drm/xe: Make exec_queue_kill safe to call twice
Daniele Ceraolo Spurio
-0
/
+9
2024-08-09
drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_init
Matthew Brost
-9
/
+14
2024-07-30
drm/xe: Move and export xe_hw_engine lookup.
Dominik Grzegorzek
-33
/
+4
2024-07-19
drm/xe: Fix use after free when client stats are captured
Umesh Nerlige Ramappa
-1
/
+9
2024-07-03
drm/xe: Add xe_exec_queue_last_fence_test_dep
Matthew Brost
-0
/
+23
2024-06-17
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
-3
/
+3
2024-06-07
drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Matthew Brost
-1
/
+1
2024-05-29
drm/xe: Decouple xe_exec_queue and xe_lrc
Niranjana Vishwanathapura
-12
/
+14
2024-05-27
drm/xe: Do not access xe file when updating exec queue run_ticks
Umesh Nerlige Ramappa
-4
/
+1
2024-05-27
drm/xe: Use run_ticks instead of runtime for client stats
Umesh Nerlige Ramappa
-6
/
+6
2024-05-27
drm/xe: Don't initialize fences at xe_sched_job_create()
Thomas Hellström
-5
/
+0
2024-05-27
drm/xe: Decouple job seqno and lrc seqno
Matthew Brost
-1
/
+1
2024-05-23
drm/xe: Relax runtime pm protection during execution
Rodrigo Vivi
-14
/
+0
2024-05-21
drm/xe: Add helper to accumulate exec queue runtime
Umesh Nerlige Ramappa
-0
/
+37
2024-04-22
drm/xe: Kill xe_device_mem_access_{get*,put}
Rodrigo Vivi
-2
/
+2
2024-04-18
drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
Rodrigo Vivi
-2
/
+2
2024-04-04
drm/xe: prefer snprintf over sprintf
Bommu Krishnaiah
-6
/
+6
2024-03-19
drm/xe: Use correct function pointer type
Niranjana Vishwanathapura
-1
/
+1
2024-03-19
drm/xe: Streamline exec queue freeing path
Niranjana Vishwanathapura
-11
/
+11
2024-03-19
drm/xe/queue: fix engine_class bounds check
Matthew Auld
-1
/
+1
2024-03-06
drm/xe: Remove unused 'create' parameter from queue property logic
Nirmoy Das
-19
/
+11
2024-02-23
drm/xe/uapi: Remove unused flags
Francois Dugast
-91
/
+3
2024-02-22
drm/xe: Prefer struct_size over open coded arithmetic
Erick Archer
-1
/
+1
2024-02-19
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
-30
/
+6
2024-02-14
drm/xe: Remove exec queue bind.fence_*
Matthew Brost
-4
/
+0
2024-02-02
drm/xe: Take a reference in xe_exec_queue_last_fence_get()
Matthew Brost
-2
/
+6
2024-01-10
drm/xe: Finish refactoring of exec_queue_create
Brian Welty
-23
/
+51
2024-01-10
drm/xe: Add exec_queue.sched_props.job_timeout_ms
Brian Welty
-0
/
+2
2024-01-10
drm/xe: Refactor __xe_exec_queue_create()
Brian Welty
-19
/
+39
2024-01-09
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
-0
/
+5
2023-12-21
drm/xe/uapi: Remove sync binds
Matthew Brost
-6
/
+1
2023-12-21
drm/xe/uapi: Ensure every uapi struct has drm_xe prefix
Rodrigo Vivi
-1
/
+1
2023-12-21
drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs
Matthew Brost
-1
/
+4
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
-3
/
+3
2023-12-21
drm/xe/uapi: Kill exec_queue_set_property
Rodrigo Vivi
-38
/
+0
2023-12-21
drm/xe: fix mem_access for early lrc generation
Matthew Auld
-7
/
+7
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
-4
/
+4
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
-11
/
+11
2023-12-21
drm/xe/xe_exec_queue: Add check for access counter granularity
Priyanka Dandamudi
-0
/
+3
[next]