index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
drm/xe: Fix bug in idledly unit conversion
Vinay Belgaumkar
1
-2
/
+1
2026-03-30
drm/xe: Avoid memory allocations in xe_device_declare_wedged()
Matthew Brost
1
-14
/
+13
2026-03-30
drm/xe: Disable garbage collector work item on SVM close
Matthew Brost
1
-1
/
+1
2026-03-30
drm/xe/pxp: Don't allow PXP on older PTL GSC FWs
Daniele Ceraolo Spurio
1
-0
/
+12
2026-03-30
drm/xe/pxp: Clear restart flag in pxp_start after jumping back
Daniele Ceraolo Spurio
1
-1
/
+3
2026-03-30
drm/xe/pxp: Remove incorrect handling of impossible state during suspend
Daniele Ceraolo Spurio
1
-6
/
+0
2026-03-30
drm/xe/pxp: Clean up termination status on failure
Daniele Ceraolo Spurio
1
-0
/
+1
2026-03-30
drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl
Arvind Yadav
1
-4
/
+12
2026-03-30
drm/xe/xe_pagefault: Disallow writes to read-only VMAs
Jonathan Cavitt
1
-0
/
+6
2026-03-25
drm/xe: always keep track of remap prev/next
Matthew Auld
3
-10
/
+28
2026-03-24
drm/xe: Implement recent spec updates to Wa_16025250150
Matt Roper
2
-1
/
+3
2026-03-23
drm/xe/pf: Fix use-after-free in migration restore
Michał Winiarski
1
-0
/
+2
2026-03-19
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Sanjay Yadav
1
-0
/
+2
2026-03-19
drm/xe: Open-code GGTT MMIO access protection
Matthew Brost
2
-7
/
+8
2026-03-19
drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp
Umesh Nerlige Ramappa
1
-2
/
+2
2026-03-19
drm/xe/oa: Allow reading after disabling OA stream
Ashutosh Dixit
1
-2
/
+5
2026-03-19
drm/xe: Skip over non leaf pte for PRL generation
Brian Nguyen
1
-9
/
+29
2026-03-19
drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
Zhanjun Dong
1
-0
/
+1
2026-03-19
drm/xe: Trigger queue cleanup if not in wedged mode 2
Matthew Brost
1
-13
/
+22
2026-03-19
drm/xe: Forcefully tear down exec queues in GuC submit fini
Matthew Brost
3
-12
/
+63
2026-03-19
drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
Matthew Brost
1
-2
/
+1
2026-03-19
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-23
drm/xe/sync: Fix user fence leak on alloc failure
Shuicheng Lin
1
-2
/
+4
2026-02-23
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-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
4
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-21
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-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-58
/
+69
2026-02-17
drm/xe: Prevent VFs from exposing the CCS mode sysfs file
Nareshkumar Gollakoti
1
-1
/
+1
2026-02-17
drm/xe/hwmon: Prevent unintended VRAM channel creation
Karthik Poosa
1
-3
/
+3
2026-02-17
drm/pagemap: pass pagemap_addr by reference
Arnd Bergmann
1
-4
/
+4
2026-02-17
drm/xe/bo: Redirect faults to dummy page for wedged device
Raag Jadav
1
-1
/
+1
2026-02-17
drm/xe: Make xe_modparam.force_vram_bar_size signed
Shuicheng Lin
1
-1
/
+1
2026-02-17
drm/xe/vf: Avoid reading media version when media GT is disabled
Piotr Piórkowski
1
-0
/
+6
2026-02-17
drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138
Matt Roper
1
-10
/
+8
2026-02-17
drm/xe/mmio: Avoid double-adjust in 64-bit reads
Shuicheng Lin
1
-5
/
+5
2026-02-17
drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise
Jia Yao
1
-1
/
+6
2026-02-17
drm/xe/configfs: Fix 'parameter name omitted' errors
Michal Wajdeczko
1
-4
/
+8
2026-02-17
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
-3365
/
+8972
2026-02-05
drm/xe/pm: Disable D3Cold for BMG only on specific platforms
Karthik Poosa
1
-3
/
+10
[next]