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-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
8 days
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Sanjay Yadav
1
-0
/
+2
8 days
drm/xe: Open-code GGTT MMIO access protection
Matthew Brost
2
-7
/
+8
8 days
drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp
Umesh Nerlige Ramappa
1
-2
/
+2
8 days
drm/xe/oa: Allow reading after disabling OA stream
Ashutosh Dixit
1
-2
/
+5
8 days
drm/xe: Skip over non leaf pte for PRL generation
Brian Nguyen
1
-9
/
+29
8 days
drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
Zhanjun Dong
1
-0
/
+1
8 days
drm/xe: Trigger queue cleanup if not in wedged mode 2
Matthew Brost
1
-13
/
+22
8 days
drm/xe: Forcefully tear down exec queues in GuC submit fini
Matthew Brost
3
-12
/
+63
8 days
drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
Matthew Brost
1
-2
/
+1
8 days
drm/xe/guc: Fail immediately on GuC load error
Daniele Ceraolo Spurio
1
-3
/
+3
2026-03-04
drm/xe: Fix memory leak in xe_vm_madvise_ioctl
Varun Gupta
1
-1
/
+2
2026-03-04
drm/xe/reg_sr: Fix leak on xa_store failure
Shuicheng Lin
1
-1
/
+3
2026-03-04
drm/xe/xe2_hpg: Correct implementation of Wa_16025250150
Matt Roper
1
-6
/
+7
2026-03-04
drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure
Zhanjun Dong
2
-8
/
+37
2026-03-02
drm/xe/queue: Call fini on exec queue creation fail
Tomasz Lis
2
-13
/
+13
2026-03-02
drm/xe/configfs: Free ctx_restore_mid_bb in release
Shuicheng Lin
1
-0
/
+1
2026-03-02
drm/xe: Do not preempt fence signaling CS instructions
Matthew Brost
1
-0
/
+9
2026-02-24
drm/xe/sync: Fix user fence leak on alloc failure
Shuicheng Lin
1
-2
/
+4
2026-02-24
drm/xe/sync: Cleanup partially initialized sync on parse failure
Shuicheng Lin
1
-7
/
+17
2026-02-23
drm/xe/wa: Steer RMW of MCR registers while building default LRC
Matt Roper
2
-12
/
+60
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
4
-8
/
+4
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
38
-64
/
+64
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
46
-98
/
+96
2026-02-21
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-58
/
+69
2026-02-18
drm/xe: Prevent VFs from exposing the CCS mode sysfs file
Nareshkumar Gollakoti
1
-1
/
+1
2026-02-18
drm/xe/hwmon: Prevent unintended VRAM channel creation
Karthik Poosa
1
-3
/
+3
2026-02-18
drm/pagemap: pass pagemap_addr by reference
Arnd Bergmann
1
-4
/
+4
2026-02-18
drm/xe/bo: Redirect faults to dummy page for wedged device
Raag Jadav
1
-1
/
+1
2026-02-18
drm/xe: Make xe_modparam.force_vram_bar_size signed
Shuicheng Lin
1
-1
/
+1
2026-02-18
drm/xe/vf: Avoid reading media version when media GT is disabled
Piotr Piórkowski
1
-0
/
+6
2026-02-18
drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138
Matt Roper
1
-10
/
+8
2026-02-18
drm/xe/mmio: Avoid double-adjust in 64-bit reads
Shuicheng Lin
1
-5
/
+5
2026-02-18
drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise
Jia Yao
1
-1
/
+6
2026-02-18
drm/xe/configfs: Fix 'parameter name omitted' errors
Michal Wajdeczko
1
-4
/
+8
2026-02-18
drm/xe/pf: Fix sysfs initialization
Michal Wajdeczko
1
-28
/
+26
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
242
-3366
/
+8973
2026-02-05
drm/xe/pm: Disable D3Cold for BMG only on specific platforms
Karthik Poosa
1
-3
/
+10
2026-02-05
drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep
Shuicheng Lin
1
-1
/
+1
2026-02-05
drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early
Shuicheng Lin
1
-1
/
+1
2026-02-05
drm/xe: Fix kerneldoc for xe_migrate_exec_queue
Shuicheng Lin
1
-1
/
+1
2026-02-05
drm/xe/query: Fix topology query pointer advance
Shuicheng Lin
1
-1
/
+1
2026-02-05
drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI header
Chaitanya Kumar Borah
1
-1
/
+1
2026-02-05
drm/xe/guc: Fix CFI violation in debugfs access.
Daniele Ceraolo Spurio
2
-3
/
+5
2026-02-05
drm/xe/guc: Fix CFI violation in debugfs access.
Daniele Ceraolo Spurio
2
-3
/
+5
2026-02-04
drm/xe/pm: Disable D3Cold for BMG only on specific platforms
Karthik Poosa
1
-3
/
+10
2026-02-04
drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep
Shuicheng Lin
1
-1
/
+1
2026-02-04
drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early
Shuicheng Lin
1
-1
/
+1
2026-02-04
drm/xe: Fix kerneldoc for xe_migrate_exec_queue
Shuicheng Lin
1
-1
/
+1
2026-02-04
drm/xe/query: Fix topology query pointer advance
Shuicheng Lin
1
-1
/
+1
[next]