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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
drm/amdgpu: validate doorbell_offset in user queue creation
Junrui Luo
1
-0
/
+7
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
drm/ast: dp501: Fix initialization of SCU2C
Thomas Zimmermann
1
-1
/
+1
2026-03-30
Merge drm/drm-fixes into drm-misc-next-fixes
Maxime Ripard
110
-563
/
+1109
2026-03-30
drm/i915/dsi: Don't do DSC horizontal timing adjustments in command mode
Ville Syrjälä
1
-2
/
+2
2026-03-30
gpu: nova-core: firmware: factor out an elf_str() function
John Hubbard
1
-24
/
+14
2026-03-30
gpu: nova-core: firmware: move firmware image parsing code to firmware.rs
John Hubbard
2
-87
/
+92
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-28
gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
Alexandre Courbot
3
-64
/
+12
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
Alexandre Courbot
1
-2
/
+3
2026-03-28
gpu: nova-core: fb: use dma::CoherentHandle
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: falcon: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: firmware: fwsec: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: firmware: riscv: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
Merge tag 'mediatek-drm-fixes-20260323' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes
Dave Airlie
1
-4
/
+5
2026-03-27
gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
1
-10
/
+6
2026-03-27
rust: drm: gem: shmem: Add DRM shmem helper abstraction
Asahi Lina
1
-0
/
+7
2026-03-27
drm/i915/uncore: Do GT FIFO checks in early sanitize and forcewake get
Ville Syrjälä
1
-22
/
+50
2026-03-27
drm/i915/selftests: Nuke live_forcewake_domains selftest
Ville Syrjälä
1
-62
/
+0
2026-03-27
drm/i915/dsi: Place clock into LP during LPM if requested
Ville Syrjälä
4
-0
/
+10
2026-03-27
drm/i915/dsi: Fill BLLPs with blanking packets if requested
Ville Syrjälä
4
-5
/
+9
2026-03-27
drm/i915/dsi: Make 'clock_stop' boolean
Ville Syrjälä
2
-3
/
+3
2026-03-27
drm/i915/dsi: s/eotp_pkt/eot_pkt/
Ville Syrjälä
4
-6
/
+5
2026-03-27
drm/i915/dsi: Don't do DSC horizontal timing adjustments in command mode
Ville Syrjälä
1
-2
/
+2
2026-03-27
Merge tag 'drm-xe-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
6
-11
/
+33
2026-03-27
Merge tag 'drm-misc-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
2
-23
/
+29
2026-03-27
Merge tag 'drm-intel-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Dave Airlie
6
-15
/
+41
2026-03-27
Merge tag 'mediatek-drm-next-20260325' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Dave Airlie
3
-18
/
+34
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
103
-1562
/
+4011
2026-03-27
Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dave Airlie
52
-288
/
+1201
2026-03-27
Merge tag 'amd-drm-next-7.1-2026-03-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
104
-943
/
+4865
2026-03-26
drm/xe: Fix mismatched include guards in header files
Shuicheng Lin
7
-16
/
+16
[prev]
[next]