index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-9
/
+8
*
Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...
Dave Airlie
2013-02-08
1
-2
/
+2
|
\
|
*
drm/vmwgfx: always use ttm_bo_is_reserved
Maarten Lankhorst
2013-01-15
1
-2
/
+2
*
|
drm/vmwgfx: add proper framebuffer refcounting
Daniel Vetter
2013-01-20
1
-5
/
+3
*
|
drm: create drm_framebuffer_lookup
Daniel Vetter
2013-01-20
1
-12
/
+12
*
|
drm: revamp locking around fb creation/destruction
Daniel Vetter
2013-01-20
1
-0
/
+4
*
|
drm: only take the crtc lock for ->cursor_move
Daniel Vetter
2013-01-20
1
-0
/
+13
*
|
drm: only take the crtc lock for ->cursor_set
Daniel Vetter
2013-01-20
1
-6
/
+26
*
|
drm/vmwgfx: use drm_modeset_lock_all
Daniel Vetter
2013-01-20
1
-14
/
+4
*
|
drm: encapsulate crtc->set_config calls
Daniel Vetter
2013-01-20
1
-1
/
+1
*
|
drm/<drivers>: Unified handling of unimplemented fb->create_handle
Daniel Vetter
2013-01-20
1
-12
/
+0
*
|
drm/vmwgfx: reorder framebuffer init sequence
Daniel Vetter
2013-01-20
1
-14
/
+16
|
/
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
3
-10
/
+9
*
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2012-12-10
3
-1
/
+8
|
\
|
*
vmwgfx: return an -EFAULT if copy_to_user() fails
Dan Carpenter
2012-11-16
1
-0
/
+2
|
*
drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory
Thomas Hellstrom
2012-11-09
1
-1
/
+1
|
*
drm/vmwgfx: Fix hibernation device reset
Thomas Hellstrom
2012-11-09
1
-0
/
+5
*
|
drm/vmwgfx: drm_connector_property -> drm_object_property
Rob Clark
2012-11-30
2
-2
/
+2
*
|
drm/vmwgfx: Tighten the security around buffer maps
Thomas Hellstrom
2012-11-28
3
-5
/
+26
*
|
drm/vmwgfx: Free user-space fence objects correctly
Thomas Hellstrom
2012-11-28
1
-1
/
+1
*
|
drm/vmwgfx: Add and make use of a header for surface size calculation.
Thomas Hellstrom
2012-11-21
2
-94
/
+928
*
|
drm/vmwgfx: Break out surface and context management to separate files
Thomas Hellstrom
2012-11-21
5
-1235
/
+1337
*
|
drm/vmwgfx: Refactor resource management
Thomas Hellstrom
2012-11-21
6
-811
/
+1783
*
|
drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects
Thomas Hellstrom
2012-11-20
1
-2
/
+5
*
|
drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded
Thomas Hellstrom
2012-11-20
1
-32
/
+18
*
|
drm/vmwgfx: Make screen object code not require fifo at init time
Thomas Hellstrom
2012-11-20
1
-1
/
+1
*
|
drm/vmwgfx: Make overlay code not require fifo at init time
Thomas Hellstrom
2012-11-20
1
-9
/
+12
*
|
drm/vmwgfx: Enable traces *after* we've hidden SVGA
Thomas Hellstrom
2012-11-20
1
-4
/
+4
*
|
drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3
Thomas Hellstrom
2012-11-20
1
-4
/
+4
*
|
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
2012-11-20
1
-4
/
+3
*
|
drm/vmwgfx: remove use of fence_obj_args
Maarten Lankhorst
2012-11-20
3
-22
/
+4
*
|
drm/ttm: remove ttm_buffer_object->buffer_start
Marcin Slusarz
2012-11-20
2
-3
/
+3
*
|
drm/vmwgfx: use ttm_bo_is_reserved
Maarten Lankhorst
2012-11-07
1
-1
/
+1
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
2
-2
/
+0
|
\
|
*
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2012-10-03
1
-1
/
+1
|
|
\
|
*
\
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
2012-09-24
4
-1
/
+98
|
|
\
\
|
*
|
|
vmwgfx: remove useless set memory to zero use memset()
Wei Yongjun
2012-09-13
2
-2
/
+0
*
|
|
|
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-03
16
-42
/
+42
|
\
\
\
\
|
*
|
|
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
16
-42
/
+42
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-08-20
1
-1
/
+1
*
|
|
|
vmwgfx: corruption in vmw_event_fence_action_create()
Dan Carpenter
2012-09-26
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
vmwgfx: add dumb ioctl support
Dave Airlie
2012-09-13
3
-0
/
+88
*
|
|
drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot
Dave Airlie
2012-09-07
1
-0
/
+1
*
|
|
drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled
Dave Airlie
2012-09-07
2
-1
/
+9
|
|
/
|
/
|
*
|
drm: stop vmgfx driver explosion
Alan Cox
2012-08-22
1
-1
/
+5
|
/
*
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
2012-07-25
1
-4
/
+1
*
drm: kill reclaim_buffers_locked
Daniel Vetter
2012-07-19
1
-1
/
+0
*
drm/vmwgfx: Fix nasty write past alloced memory area
Thomas Hellstrom
2012-06-01
1
-1
/
+1
*
ttm: add prime sharing support to TTM (v2)
Dave Airlie
2012-05-23
1
-1
/
+1
[next]