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
/
virtio
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-20
drm/virtio: clean up minor codestyle issues
Athul Raj Kollareth
5
-15
/
+16
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+4
2025-08-01
drm/virtio: implement virtio_gpu_shutdown
Gerd Hoffmann
1
-4
/
+4
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-2
/
+4
2025-07-17
Revert "drm/virtio: Use dma_buf from GEM object instance"
Thomas Zimmermann
1
-2
/
+3
2025-07-16
drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-2
/
+3
2025-07-16
drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
1
-0
/
+1
2025-05-12
drm/virtio: Fix NULL pointer deref in virtgpu_dma_buf_free_obj()
Vivek Kasireddy
2
-1
/
+3
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
1
-0
/
+9
2025-04-18
virtgpu: don't reset on shutdown
Michael S. Tsirkin
1
-0
/
+9
2025-04-16
drm/virtio: Support drm_panic with non-vmapped shmem BO
Ryosuke Yasuoka
1
-3
/
+11
2025-04-16
drm/virtio: Use dma_buf from GEM object instance
Thomas Zimmermann
1
-3
/
+2
2025-04-16
drm/virtio: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2
-5
/
+5
2025-04-14
Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
2
-17
/
+0
2025-04-08
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
8
-22
/
+341
2025-04-01
drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
Dmitry Osipenko
1
-6
/
+14
2025-04-01
drm/virtio: Don't attach GEM to a non-created context in gem_object_open()
Dmitry Osipenko
1
-5
/
+6
2025-03-26
drm/virtio: Fix flickering issue seen with imported dmabufs
Vivek Kasireddy
1
-0
/
+1
2025-03-06
dma-buf: drop caching of sg_tables
Christian König
1
-1
/
+0
2025-03-06
dma-buf/dma-fence: remove unnecessary callbacks
Christian König
1
-16
/
+0
2025-02-09
drm/virtio: Add drm_panic support
Ryosuke Yasuoka
4
-0
/
+272
2025-01-25
drm/virtio: Support partial maps of GEM objects
Sasha Finkelstein
1
-3
/
+6
2025-01-19
drm/virtio: Don't return error if virtio-gpu PCI dev is not found
Vivek Kasireddy
1
-10
/
+11
2025-01-19
drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
Vivek Kasireddy
1
-5
/
+6
2025-01-09
drm/virtio: Factor out common dmabuf unmapping code
Dmitry Osipenko
1
-16
/
+19
2025-01-09
drm/virtio: Set missing bo->attached flag
Dmitry Osipenko
2
-1
/
+3
2025-01-09
drm/virtio: Lock the VGA resources during initialization
Vivek Kasireddy
1
-1
/
+39
2025-01-09
drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
Vivek Kasireddy
1
-5
/
+6
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2
-2
/
+0
2024-11-26
drm/virtio: Add prepare and cleanup routines for imported dmabuf obj
Vivek Kasireddy
1
-1
/
+64
2024-11-26
drm/virtio: Import prime buffers from other devices as guest blobs
Vivek Kasireddy
1
-3
/
+62
2024-11-26
drm/virtio: Add helpers to initialize and free the imported object
Vivek Kasireddy
2
-0
/
+78
2024-11-26
drm/virtio: Add a helper to map and note the dma addrs and lengths
Vivek Kasireddy
2
-0
/
+47
2024-11-26
drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmd
Vivek Kasireddy
3
-0
/
+61
2024-11-18
drm/virtio: New fence for every plane update
Dongwon Kim
2
-19
/
+46
2024-11-18
drm/virtio: Use drm_gem_plane_helper_prepare_fb()
Dongwon Kim
1
-0
/
+4
2024-11-18
drm/virtio: Don't create a context with default param if context_init is supported
Pierre-Eric Pelloux-Prayer
1
-3
/
+5
2024-11-18
drm/virtio: Use generic dumb_map_offset implementation
Peter Shkenev
4
-22
/
+3
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-10-14
drm/virtgpu: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+2
2024-09-26
drm/virtgpu: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+6
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
5
-20
/
+17
2024-07-24
drm/virtio: Fix type of dma-fence context variable
Dmitry Osipenko
1
-1
/
+1
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-5
/
+4
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
1
-5
/
+4
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-2
/
+1
[next]