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.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
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-06
drm/virtio: exbuf->fence_fd unmodified on interrupted wait
Ryan Neph
1
-4
/
+1
2023-01-10
drm/virtio: Fix GEM handle creation UAF
Rob Clark
1
-2
/
+17
2023-01-03
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2
-1
/
+1
2023-01-02
drm/virtio: Fix memory leak in virtio_gpu_object_create()
Xiu Jianfeng
1
-2
/
+4
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-0
/
+1
2022-09-23
virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()
Dan Carpenter
1
-1
/
+1
2022-09-07
drm/virtio: set fb_modifiers_not_supported
Chia-I Wu
1
-0
/
+2
2022-08-25
drm/virtio: Fix same-context optimization
Rob Clark
1
-1
/
+1
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
Danilo Krummrich
1
-1
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-07-19
drm/virtio: kms: use drm managed resources
Danilo Krummrich
1
-9
/
+7
2022-07-19
drm/virtio: plane: use drm managed resources
Danilo Krummrich
1
-22
/
+8
2022-07-19
drm/virtio: Return proper error codes instead of -1
Dmitry Osipenko
1
-3
/
+3
2022-07-19
drm/virtio: Use dev_is_pci()
Dmitry Osipenko
1
-1
/
+1
2022-07-19
drm/virtio: Improve DMA API usage for shmem BOs
Dmitry Osipenko
5
-99
/
+32
2022-07-19
drm/virtio: Simplify error handling of virtio_gpu_object_create()
Dmitry Osipenko
1
-9
/
+4
2022-07-19
drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
Dmitry Osipenko
1
-3
/
+3
2022-07-19
drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
Dmitry Osipenko
1
-1
/
+3
2022-07-19
drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
Dmitry Osipenko
1
-0
/
+2
2022-07-19
drm/virtio: Check whether transferred 2D BO is shmem
Dmitry Osipenko
1
-1
/
+1
2022-07-19
drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
Dmitry Osipenko
1
-0
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2
-0
/
+3
2022-06-09
drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init
Miaoqian Lin
1
-2
/
+2
2022-06-09
drm/virtio: simplify the return expression
Minghao Chi
1
-5
/
+1
2022-06-09
virtio-gpu: fix a missing check to avoid NULL dereference
Xiaomeng Tong
1
-2
/
+4
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+2
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-2
/
+3
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-0
/
+9
2022-03-25
drm/virtio: Remove restriction of non-zero blob_flags
Rob Clark
1
-2
/
+1
2022-03-25
drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
Liu Zixian
1
-0
/
+2
2022-02-14
drm/gem-shmem: Set vm_ops in static initializer
Thomas Zimmermann
1
-0
/
+1
2022-02-08
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
1
-1
/
+3
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+3
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-18
drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
Roberto Sassu
1
-0
/
+3
2022-01-15
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2021-12-14
Merge v5.16-rc5 into drm-next
Daniel Vetter
3
-43
/
+2
2021-12-02
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
1
-1
/
+1
2021-11-29
drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)
Gurchetan Singh
1
-41
/
+1
2021-11-29
drm/virtgpu api: define a dummy fence signaled event
Gurchetan Singh
2
-2
/
+1
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
1
-2
/
+1
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+2
2021-11-15
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
1
-6
/
+6
2021-11-15
drm/shmem-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-8
/
+7
2021-11-08
drm/virtio: Fix NULL dereference error in virtio_gpu_poll
Vivek Kasireddy
1
-1
/
+2
2021-10-29
drm/virtio: fix another potential integer overflow on shift of a int
Colin Ian King
1
-1
/
+1
2021-10-29
drm/virtio: fix potential integer overflow on shift of a int
Colin Ian King
1
-1
/
+1
[next]