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.13.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
/
vmwgfx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
drm/vmwgfx: Fix stale file descriptors on failed usercopy
Mathias Krause
4
-21
/
+21
2021-12-17
drm/vmwgfx: Fix possible usage of an uninitialized variable
Zack Rusin
1
-3
/
+5
2021-12-17
drm/vmwgfx: Remove unused compile options
Zack Rusin
3
-14
/
+5
2021-12-17
drm/vmwgfx: Remove explicit transparent hugepages support
Zack Rusin
4
-198
/
+0
2021-12-17
drm/vmwgfx: Fix a size_t/long int format specifier mismatch
Zack Rusin
1
-1
/
+1
2021-12-09
drm/vmwgfx: Bump the minor version
Zack Rusin
1
-2
/
+2
2021-12-09
drm/vmwgfx: Remove usage of MOBFMT_RANGE
Zack Rusin
3
-19
/
+0
2021-12-09
drm/vmwgfx: add support for updating only offsets of constant buffers
Roland Scheidegger
3
-0
/
+79
2021-12-09
drm/vmwgfx: Allow checking for gl43 contexts
Zack Rusin
1
-0
/
+3
2021-12-09
drm/vmwgfx: support 64 UAVs
Zack Rusin
5
-6
/
+30
2021-12-09
drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 command
Roland Scheidegger
3
-1
/
+11
2021-12-09
drm/vmwgfx: Update device headers for GL43
Zack Rusin
9
-34
/
+41
2021-12-09
drm/vmwgfx: Implement create_handle on drm_framebuffer_funcs
Zack Rusin
1
-0
/
+11
2021-12-09
drm/vmwgfx: Implement DRIVER_GEM
Zack Rusin
25
-745
/
+588
2021-12-09
drm/vmwgfx: Stop hardcoding the PCI ID
Zack Rusin
1
-2
/
+2
2021-12-09
drm/vmwgfx: Add a debug callback to mobid resource manager
Zack Rusin
1
-1
/
+15
2021-12-09
drm/vmwgfx: Remove the dedicated memory accounting
Zack Rusin
27
-1316
/
+38
2021-12-01
drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernel
Zack Rusin
1
-1
/
+1
2021-12-01
drm/vmwgfx: Introduce a new placement for MOB page tables
Zack Rusin
5
-38
/
+138
2021-12-01
drm/vmwgfx: Fail to initialize on broken configs
Zack Rusin
1
-0
/
+7
2021-12-01
drm/vmwgfx: Release ttm memory if probe fails
Zack Rusin
1
-10
/
+16
2021-12-01
drm/vmwgfx: Remove the deprecated lower mem limit
Zack Rusin
2
-103
/
+2
2021-11-30
drm/vmwgfx: Copy DRM hash-table code into driver
Thomas Zimmermann
11
-60
/
+342
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
1
-2
/
+1
2021-11-12
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-78
/
+1
2021-11-11
Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...
Dave Airlie
3
-78
/
+1
2021-11-05
drm/ttm: remove ttm_bo_vm_insert_huge()
Jason Gunthorpe
3
-78
/
+1
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2021-11-03
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-17
/
+9
2021-10-28
Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-1
/
+0
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+3
2021-10-16
drm: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-10-04
Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...
Sean Paul
2
-15
/
+8
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2
-5
/
+5
2021-10-01
drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
2
-8
/
+15
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-9
/
+5
2021-09-03
drm/ttm: cleanup ttm_resource_compat
Christian König
1
-9
/
+6
2021-09-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-9
/
+5
2021-08-24
lib/scatterlist: Provide a dedicated function to support table append
Maor Gottlieb
1
-9
/
+5
2021-08-23
drm/ttm: remove ttm_tt_destroy_common v2
Christian König
1
-1
/
+0
2021-08-23
drm/vmwgfx: unbind in vmw_ttm_unpopulate
Christian König
1
-6
/
+3
2021-08-10
drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP"
Cai Huoqing
2
-10
/
+9
2021-08-10
drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro
Cai Huoqing
7
-14
/
+9
2021-08-10
drm/vmwgfx: fix potential UAF in vmwgfx_surface.c
Desmond Cheong Zhi Xi
1
-2
/
+2
2021-08-10
drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...
Baokun Li
1
-2
/
+1
2021-08-09
drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...
Baokun Li
1
-2
/
+1
2021-08-09
drm/vmwgfx: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-08-02
drm/vmwgfx: Fix a 64bit regression on svga3
Zack Rusin
1
-1
/
+1
2021-07-28
drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctls
Zack Rusin
1
-3
/
+3
2021-07-28
drm/vmwgfx: Be a lot more flexible with MOB limits
Zack Rusin
2
-2
/
+43
[next]