index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_devcoredump.c
Age
Commit message (
Expand
)
Author
2025-07-10
drm/xe: Release runtime pm for error path of xe_devcoredump_read()
Shuicheng Lin
2025-05-01
drm/xe: fix devcoredump chunk alignmnent calculation
Arnd Bergmann
2025-04-24
drm/xe: Add devcoredump chunking
Matthew Brost
2025-02-24
drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzalloc
Shuicheng Lin
2025-02-24
drm/xe/devcoredump: Fix print typo of offset
Shuicheng Lin
2025-01-27
drm/xe: Fix and re-enable xe_print_blob_ascii85()
Lucas De Marchi
2025-01-27
drm/xe/devcoredump: Move exec queue snapshot to Contexts section
Lucas De Marchi
2025-01-09
drm/xe: Fix all typos in xe
Nitin Gote
2024-12-13
drm/xe: Revert some changes that break a mesa debug tool
John Harrison
2024-12-02
drm/xe: Add mutex locking to devcoredump
John Harrison
2024-12-02
drm/xe: Move the coredump registration to the worker thread
John Harrison
2024-12-02
drm/xe: Add a reason string to the devcoredump
John Harrison
2024-11-27
drm/xe: Take PM ref in delayed snapshot capture worker
Matthew Brost
2024-11-14
drm/xe: Change xe_engine_snapshot_capture_for_job to be for queue
Matthew Brost
2024-11-14
drm/xe: Add exec queue param to devcoredump
Matthew Brost
2024-11-04
drm/xe: Improve devcoredump documentation
Lucas De Marchi
2024-10-29
drm/xe/guc: Separate full CTB content from guc_info debugfs
John Harrison
2024-10-17
drm/xe/devcoredump: Update handling of xe_force_wake_get return
Himal Prasad Ghimiray
2024-10-08
drm/xe/guc: Save manual engine capture into capture list
Zhanjun Dong
2024-10-08
drm/xe/guc: Plumb GuC-capture into dev coredump
Zhanjun Dong
2024-10-07
drm/xe/guc: Add GuC log to devcoredump captures
John Harrison
2024-10-07
drm/xe/devcoredump: Add ASCII85 dump helper function
John Harrison
2024-10-07
drm/xe/devcoredump: Improve section headings and add tile info
John Harrison
2024-10-07
drm/xe/devcoredump: Use drm_puts and already cached local variables
John Harrison
2024-08-01
drm/xe: Faster devcoredump
Matthew Brost
2024-07-23
drm/xe: Store process name and pid in xe file
Matthew Brost
2024-06-12
drm/xe: Increase devcoredump timeout
José Roberto de Souza
2024-05-31
drm/xe: Fix NULL ptr dereference in devcoredump
Matthew Brost
2024-05-30
drm/xe: replace format-less snprintf() with strscpy()
Arnd Bergmann
2024-05-23
drm/xe: Add process name to devcoredump
José Roberto de Souza
2024-05-22
drm/xe/coredump: move over to devm
Matthew Auld
2024-04-11
drm/xe: Remove devcoredump during driver release
José Roberto de Souza
2024-04-08
drm/xe: Always capture exec queues on snapshot
Matthew Brost
2024-03-29
drm/xe/xe_devcoredump: Check NULL before assignments
Himal Prasad Ghimiray
2024-03-22
drm/xe/devcoredump: Print errno if VM snapshot was not captured
José Roberto de Souza
2024-03-20
drm/xe: Always check force_wake_get return code
Daniele Ceraolo Spurio
2024-03-04
drm/xe: Add infrastructure for delayed LRC capture
Maarten Lankhorst
2024-02-21
drm/xe: Implement VM snapshot support for BO's and userptr
Maarten Lankhorst
2024-02-21
drm/xe: Clear all snapshot members after deleting coredump
Maarten Lankhorst
2024-01-30
drm/xe: Add batch buffer addresses to devcoredump
José Roberto de Souza
2024-01-24
drm/xe: Print more device information in devcoredump
José Roberto de Souza
2024-01-24
drm/xe: Change devcoredump functions parameters to xe_sched_job
José Roberto de Souza
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
2023-12-21
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
Francois Dugast
2023-12-19
drm/xe: Add HW Engine snapshot to xe_devcoredump.
Rodrigo Vivi
2023-12-19
drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump.
Rodrigo Vivi
2023-12-19
drm/xe: Add GuC CT snapshot to xe_devcoredump.
Rodrigo Vivi
2023-12-19
drm/xe: Do not take any action if our device was removed.
Rodrigo Vivi
2023-12-19
drm/xe: Introduce the dev_coredump infrastructure.
Rodrigo Vivi