index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_exec_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
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
2024-03-19
drm/xe: Use correct function pointer type
Niranjana Vishwanathapura
1
-1
/
+1
2024-03-19
drm/xe: Streamline exec queue freeing path
Niranjana Vishwanathapura
1
-11
/
+11
2024-03-19
drm/xe/queue: fix engine_class bounds check
Matthew Auld
1
-1
/
+1
2024-03-06
drm/xe: Remove unused 'create' parameter from queue property logic
Nirmoy Das
1
-19
/
+11
2024-02-23
drm/xe/uapi: Remove unused flags
Francois Dugast
1
-91
/
+3
2024-02-22
drm/xe: Prefer struct_size over open coded arithmetic
Erick Archer
1
-1
/
+1
2024-02-19
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
1
-30
/
+6
2024-02-14
drm/xe: Remove exec queue bind.fence_*
Matthew Brost
1
-4
/
+0
2024-02-02
drm/xe: Take a reference in xe_exec_queue_last_fence_get()
Matthew Brost
1
-2
/
+6
2024-01-10
drm/xe: Finish refactoring of exec_queue_create
Brian Welty
1
-23
/
+51
2024-01-10
drm/xe: Add exec_queue.sched_props.job_timeout_ms
Brian Welty
1
-0
/
+2
2024-01-10
drm/xe: Refactor __xe_exec_queue_create()
Brian Welty
1
-19
/
+39
2024-01-09
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
1
-0
/
+5
2023-12-21
drm/xe/uapi: Remove sync binds
Matthew Brost
1
-6
/
+1
2023-12-21
drm/xe/uapi: Ensure every uapi struct has drm_xe prefix
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs
Matthew Brost
1
-1
/
+4
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
1
-3
/
+3
2023-12-21
drm/xe/uapi: Kill exec_queue_set_property
Rodrigo Vivi
1
-38
/
+0
2023-12-21
drm/xe: fix mem_access for early lrc generation
Matthew Auld
1
-7
/
+7
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
1
-4
/
+4
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
1
-11
/
+11
2023-12-21
drm/xe/xe_exec_queue: Add check for access counter granularity
Priyanka Dandamudi
1
-0
/
+3
2023-12-21
drm/xe: Fix VM bind out-sync signaling ordering
Matthew Brost
1
-0
/
+75
[next]