index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+1
2026-04-20
Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
4
-8
/
+7
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
187
-2652
/
+6936
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
1
-2
/
+1
2026-04-13
drm/i915: Walk crtcs in pipe order
Ville Syrjälä
1
-0
/
+1
2026-04-09
drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()
Yury Norov
1
-2
/
+1
2026-04-07
drm/xe: Fix bug in idledly unit conversion
Vinay Belgaumkar
1
-2
/
+1
2026-04-07
Merge v7.0-rc7 into drm-next
Simona Vetter
3
-22
/
+30
2026-03-31
Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
3
-33
/
+2
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-30
Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dave Airlie
21
-68
/
+745
2026-03-26
drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl
Arvind Yadav
1
-4
/
+12
2026-03-26
drm/xe/madvise: Enable purgeable buffer object IOCTL support
Arvind Yadav
2
-17
/
+7
2026-03-26
drm/xe/bo: Add purgeable shrinker state helpers
Arvind Yadav
1
-1
/
+42
2026-03-26
drm/xe/dma_buf: Block export of DONTNEED/purged BOs
Arvind Yadav
1
-0
/
+24
2026-03-26
drm/xe/bo: Block mmap of DONTNEED/purged BOs
Arvind Yadav
1
-1
/
+26
2026-03-26
drm/xe/madvise: Block imported and exported dma-bufs
Arvind Yadav
1
-0
/
+37
2026-03-26
drm/xe/madvise: Implement per-VMA purgeable state tracking
Arvind Yadav
5
-7
/
+153
2026-03-26
drm/xe/vm: Prevent binding of purged buffer objects
Arvind Yadav
1
-13
/
+70
2026-03-26
drm/xe/bo: Block CPU faults to purgeable buffer objects
Arvind Yadav
1
-0
/
+19
2026-03-26
drm/xe/madvise: Implement purgeable buffer object support
Arvind Yadav
6
-22
/
+298
2026-03-26
drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo
Arvind Yadav
2
-0
/
+62
2026-03-27
Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-1
/
+8
2026-03-26
drm/xe: Fix mismatched include guards in header files
Shuicheng Lin
7
-16
/
+16
2026-03-26
drm/xe: Issue GGTT invalidation under lock in ggtt_node_remove
Matthew Brost
1
-7
/
+2
2026-03-26
drm/xe: Remove useless comment.
Maarten Lankhorst
1
-3
/
+0
2026-03-25
drm/xe: Fix confusion with locals on context creation
Tomasz Lis
1
-2
/
+2
2026-03-25
drm/xe: Add new SVM copy GT stats per size
Francois Dugast
3
-2
/
+37
2026-03-25
drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
Jonathan Cavitt
3
-0
/
+122
2026-03-25
drm/xe/xe_vm: Add per VM fault info
Jonathan Cavitt
4
-0
/
+138
2026-03-25
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-25
drm/xe: always keep track of remap prev/next
Matthew Auld
3
-10
/
+28
2026-03-24
drm/i915/de: Implement register polling in the display code
Ville Syrjälä
1
-31
/
+0
2026-03-24
drm/i915/de: Introduce intel_de.c and move intel_de_{read,write}8() there
Ville Syrjälä
1
-0
/
+1
2026-03-24
drm/xe/xelp: Expose AuxCCS frame buffer modifiers on Alderlake-P
Tvrtko Ursulin
1
-0
/
+8
2026-03-24
drm/xe/display: Add support for AuxCCS
Tvrtko Ursulin
1
-1
/
+27
2026-03-24
drm/xe/display: Respect remapped plane alignment
Tvrtko Ursulin
1
-3
/
+12
2026-03-24
drm/xe/display: Change write_dpt_remapped_tiled function signature
Tvrtko Ursulin
1
-24
/
+34
2026-03-24
drm/xe/display: Move remapped plane loop out of __xe_pin_fb_vma_dpt
Tvrtko Ursulin
1
-14
/
+20
2026-03-24
drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
Tvrtko Ursulin
1
-0
/
+23
2026-03-24
drm/xe: Move aux table invalidation to ring ops
Tvrtko Ursulin
2
-28
/
+83
2026-03-24
drm/xe/xelp: Wait for AuxCCS invalidation to complete
Tvrtko Ursulin
3
-2
/
+15
[next]