index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
drm/xe/gsc: Initialize GSC proxy
Daniele Ceraolo Spurio
14
-13
/
+659
2024-01-18
drm/xe/guc: Add kernel-doc for xe_guc_ct_send_recv()
Michal Wajdeczko
1
-0
/
+18
2024-01-18
drm/xe/guc: Return CTB HXG response DATA0 if no buffer provided
Michal Wajdeczko
1
-1
/
+5
2024-01-18
drm/xe: Mark internal gmdid mappings as const
Michal Wajdeczko
1
-2
/
+2
2024-01-18
drm/xe/guc: Enable WA 14018913170
Karthik Poosa
3
-0
/
+19
2024-01-18
drm/xe: Use a NULL pointer instead of 0.
Thomas Hellström
1
-1
/
+1
2024-01-18
drm/xe/dmabuf: Make xe_dmabuf_ops static
Thomas Hellström
1
-1
/
+1
2024-01-16
drm/xe: Group normal kunit tests in a single module
Lucas De Marchi
5
-16
/
+16
2024-01-16
drm/xe: Use kstrdup while creating snapshot
Michal Wajdeczko
1
-6
/
+1
2024-01-12
drm/xe: display support should not depend on EXPERT
Jani Nikula
1
-1
/
+1
2024-01-12
drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()
Brian Welty
1
-6
/
+6
2024-01-12
drm/xe/migrate: Cap PTEs written by MI_STORE_DATA_IMM to 510
Matt Roper
1
-5
/
+14
2024-01-12
drm/xe: Fix potential deadlock in __fini_dbm
Michal Wajdeczko
1
-11
/
+16
2024-01-12
drm/xe: Allow to exclude part of GGTT from allocations
Michal Wajdeczko
2
-0
/
+74
2024-01-12
drm/xe/guc: Use HXG definitions on HXG messages
Michal Wajdeczko
1
-28
/
+44
2024-01-11
drm/xe/guc: Return CTB response length
Michal Wajdeczko
1
-1
/
+1
2024-01-11
drm/xe/guc: Treat non-response message after BUSY as unexpected
Michal Wajdeczko
1
-1
/
+5
2024-01-11
drm/xe: Split GuC communication initialization
Michal Wajdeczko
2
-4
/
+18
2024-01-11
drm/xe/migrate: Fix CCS copy for small VRAM copy chunks
Thomas Hellström
2
-50
/
+80
2024-01-10
drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()
Dan Carpenter
1
-3
/
+4
2024-01-10
drm/xe/selftests: Fix an error pointer dereference bug
Dan Carpenter
1
-3
/
+2
2024-01-10
drm/xe/device: clean up on error in probe()
Dan Carpenter
1
-1
/
+1
2024-01-10
drm/xe: Invert access counter queue head / tail
Matthew Brost
2
-13
/
+14
2024-01-10
drm/xe: Add build on bug to assert access counter queue works
Matthew Brost
1
-0
/
+5
2024-01-10
drm/xe: Invert page fault queue head / tail
Matthew Brost
2
-13
/
+13
2024-01-10
drm/xe: Add build on bug to assert page fault queue works
Matthew Brost
1
-0
/
+5
2024-01-10
drm/xe: Remove set_job_timeout_ms() from exec_queue_ops
Brian Welty
3
-26
/
+0
2024-01-10
drm/xe: Finish refactoring of exec_queue_create
Brian Welty
5
-28
/
+57
2024-01-10
drm/xe: Add exec_queue.sched_props.job_timeout_ms
Brian Welty
3
-1
/
+5
2024-01-10
drm/xe: Refactor __xe_exec_queue_create()
Brian Welty
1
-19
/
+39
2024-01-10
drm/xe: Fix build bug for GCC 11
Paul E. McKenney
1
-1
/
+0
2024-01-09
drm/xe: Check skip_guc_pc before setting SLPC flag
Vinay Belgaumkar
2
-1
/
+9
2024-01-09
drm/xe: Add vram frequency sysfs attributes
Sujaritha Sundaresan
5
-0
/
+153
2024-01-09
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
4
-9
/
+14
2024-01-09
drm/xe: Fix guc_exec_queue_set_priority
Brian Welty
1
-1
/
+1
2024-01-09
drm/xe/xe2_lpg: Add Wa_16018610683
Shekhar Chauhan
2
-1
/
+7
2024-01-09
drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomem
Thomas Hellström
1
-2
/
+2
2024-01-09
drm/xe: Annotate multiple mmio pointers with __iomem
Thomas Hellström
1
-3
/
+3
2024-01-09
drm/xe: Annotate xe_mem_region::mapping with __iomem
Thomas Hellström
2
-3
/
+3
2024-01-09
drm/xe: Use __iomem for the regs pointer
Thomas Hellström
1
-1
/
+1
2024-01-09
drm/xe/vm: Fix an error path
Thomas Hellström
1
-3
/
+5
2024-01-09
drm/xe/guc: Only take actions in CT irq handler if CTs are enabled
Matthew Brost
1
-2
/
+4
2024-01-09
drm/xe: Fix exec IOCTL long running exec queue ring full condition
Matthew Brost
1
-3
/
+4
2024-01-09
drm/xe/exec: reserve fence slot for CPU bind
Matthew Auld
1
-5
/
+7
2024-01-09
drm/xe/exec: move fence reservation
Matthew Auld
1
-2
/
+38
2024-01-08
drm/xe/dgfx: Release mmap mappings on rpm suspend
Badal Nilawar
7
-4
/
+93
2024-01-08
drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP support
Nirmoy Das
2
-0
/
+22
2024-01-08
drm/xe/kunit: Drop xe_wa tests for pre-production DG2
Lucas De Marchi
1
-6
/
+0
2024-01-08
drm/xe: Fix spelling mistake "gueue" -> "queue"
Colin Ian King
1
-1
/
+1
2024-01-05
drm/xe: Fix compilation without CONFIG_KUNIT
Michal Wajdeczko
1
-0
/
+1
[next]