index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
drm/xe: Fix DPT allocation paths.
Maarten Lankhorst
1
-18
/
+6
10 days
drm/xe/oa: Fix sync entry leak on OA config emit failure
Linmao Li
1
-0
/
+4
10 days
drm/xe: Order ring writes before ring tail updates
Matthew Brost
1
-0
/
+7
2026-08-09
drm/xe/pt: Reset current_op in xe_pt_update_ops_init()
Zongyao Bai
1
-0
/
+3
2026-08-09
drm/xe: Stub out new pagefault layer
Matthew Brost
4
-0
/
+221
2026-08-09
drm/i915/hdcp: Move to using intel_display in intel_hdcp
Suraj Kandpal
1
-3
/
+4
2026-08-09
drm/xe: Hold a dma-buf reference for imported BOs
Nitin Gote
4
-4
/
+19
2026-08-09
drm/xe: Rename ___xe_bo_create_locked()
Thomas Hellström
3
-18
/
+18
2026-08-09
drm/xe: Wait on external BO kernel fences in exec IOCTL
Matthew Brost
1
-6
/
+16
2026-08-09
drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]
Thomas Hellström
1
-2
/
+1
2026-08-09
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
1
-1
/
+2
2026-08-09
drm/xe/rtp: Ensure locking/ref counting for OA whitelists
Ashutosh Dixit
2
-0
/
+13
2026-08-09
drm/xe/oa: (De-)whitelist OA registers on OA stream open/release
Ashutosh Dixit
1
-0
/
+7
2026-08-09
drm/xe/rtp: (De-)whitelist OA registers for all hwe's for a gt
Ashutosh Dixit
2
-2
/
+36
2026-08-09
drm/xe/rtp: Toggle 'deny' bit to (de-)whitelist OA regs
Ashutosh Dixit
1
-0
/
+15
2026-08-09
drm/xe/rtp: Save OA nonpriv registers to register save/restore lists
Ashutosh Dixit
1
-0
/
+12
2026-08-09
drm/xe/rtp: Generalize whitelist_apply_to_hwe
Ashutosh Dixit
1
-5
/
+6
2026-08-09
drm/xe/rtp: Keep track of non-OA nonpriv slots
Ashutosh Dixit
1
-2
/
+5
2026-08-09
drm/xe/rtp: Maintain OA whitelists separately
Ashutosh Dixit
4
-1
/
+19
2026-08-09
drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists
Ashutosh Dixit
1
-3
/
+5
2026-08-09
drm/xe: Apply whitelist to engine save-restore
Lucas De Marchi
4
-57
/
+38
2026-08-09
drm/xe: Introduce xe_gt_dbg_printer()
Michal Wajdeczko
1
-0
/
+31
2026-08-09
drm/xe/rtp: Refactor OAG MMIO trigger register whitelisting
Ashutosh Dixit
1
-16
/
+13
2026-08-03
gpu: Move DRM buddy allocator one level up (part two)
Joel Fernandes
3
-55
/
+56
2026-08-03
drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked binds
Matthew Brost
1
-2
/
+12
2026-08-03
drm/xe/wopcm: fix WOPCM size for LNL+
Daniele Ceraolo Spurio
1
-5
/
+10
2026-07-24
PCI: Fix restoring BARs on BAR resize rollback path
Ilpo Järvinen
1
-1
/
+1
2026-07-24
drm/xe: remove duplicate <kunit/test-bug.h> include
Anas Khan
1
-1
/
+0
2026-07-24
drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays
Michal Wajdeczko
1
-4
/
+9
2026-07-24
drm/xe/hw_engine: Fix double-free of managed BO in error path
Shuicheng Lin
1
-3
/
+1
2026-07-24
drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
Francois Dugast
1
-2
/
+10
2026-07-04
drm/xe/display: fix oops in suspend/shutdown without display
Jani Nikula
1
-2
/
+9
2026-06-19
drm/xe: Clear pending_disable before signaling suspend fence
Tangudu Tilak Tirumalesh
1
-1
/
+1
2026-06-19
drm/xe: fix refcount leak in xe_range_fence_insert()
Wentao Liang
1
-0
/
+2
2026-06-01
drm/xe/oa: Fix exec_queue leak on width check in stream open
Shuicheng Lin
1
-2
/
+4
2026-06-01
drm/xe/pf: Fix CFI failure in debugfs access
Mohanram Meenakshisundaram
2
-2
/
+6
2026-06-01
drm/xe/vf: Fix signature of print functions
Michal Wajdeczko
2
-9
/
+21
2026-06-01
drm/xe/gsc: Fix double-free of managed BO in error path
Shuicheng Lin
1
-4
/
+1
2026-06-01
drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()
Gustavo Sousa
1
-2
/
+10
2026-05-23
drm/xe/dma-buf: handle empty bo and UAF races
Matthew Auld
1
-15
/
+16
2026-05-23
drm/xe/gsc: Fix BO leak on error in query_compatibility_version()
Shuicheng Lin
1
-1
/
+1
2026-05-23
drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()
Shuicheng Lin
1
-2
/
+5
2026-05-23
drm/xe/debugfs: Correct printing of register whitelist ranges
Matt Roper
1
-1
/
+1
2026-05-17
drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()
Shuicheng Lin
1
-1
/
+3
2026-05-17
drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()
Shuicheng Lin
1
-4
/
+7
2026-05-17
drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()
Shuicheng Lin
1
-1
/
+3
2026-04-22
Revert "drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gt"
Sasha Levin
3
-126
/
+88
2026-04-22
Revert "drm/xe/mmio: Avoid double-adjust in 64-bit reads"
Sasha Levin
1
-5
/
+5
2026-04-02
drm/xe: always keep track of remap prev/next
Matthew Auld
3
-10
/
+28
2026-03-25
drm/xe: Open-code GGTT MMIO access protection
Matthew Brost
2
-7
/
+8
[next]