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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-10
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...
Dave Airlie
11
-53
/
+472
2011-10-10
vmwgfx: Wrap drm_read and drm_poll
Thomas Hellstrom
3
-1
/
+49
2011-10-10
vmwgfx: Add fence events
Thomas Hellstrom
7
-47
/
+599
2011-10-10
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
Thomas Hellstrom
1
-33
/
+67
2011-10-10
drm/radeon/kms: set DMA mask properly on newer PCI asics
Alex Deucher
1
-3
/
+4
2011-10-10
DRM: bug: RADEON_DEBUGFS_MAX_{NUM_FILES => COMPONENTS}
Michael Witten
2
-6
/
+9
2011-10-10
drm/radeon/kms: handle !force case in connector detect more gracefully
Alex Deucher
2
-3
/
+21
2011-10-10
drm/radeon/kms: bail early in dvi_detect for digital only connectors
Alex Deucher
1
-0
/
+5
2011-10-10
drm/radeon/kms: Fix I2C mask definitions
Jean Delvare
1
-2
/
+2
2011-10-10
vmwgfx: Don't use virtual coords when using screen objects
Jakob Bornecrantz
1
-57
/
+215
2011-10-10
vmwgfx: Implement memory accounting for resources
Thomas Hellstrom
1
-26
/
+146
2011-10-05
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae
22
-0
/
+4078
2011-10-05
vmwgfx: Minor cleanups
Thomas Hellstrom
2
-11
/
+12
2011-10-05
vmwgfx: Bump driver minor to advertise support for new ioctls.
Thomas Hellstrom
1
-2
/
+2
2011-10-05
vmwgfx: Be more strict with fb depths when using screen objects
Jakob Bornecrantz
1
-0
/
+27
2011-10-05
vmwgfx: Handle device surface memory limit
Thomas Hellstrom
5
-82
/
+835
2011-10-05
vmwgfx: Make sure we always have a user-space handle to use for objects that ...
Thomas Hellstrom
2
-17
/
+41
2011-10-05
vmwgfx: Optimize the command submission resource list
Thomas Hellstrom
3
-30
/
+26
2011-10-05
vmwgfx: Fix up query processing
Thomas Hellstrom
6
-22
/
+572
2011-10-05
vmwgfx: Allow reference and unreference of NULL fence objects.
Thomas Hellstrom
1
-1
/
+8
2011-10-05
vmwgfx: minor dmabuf utilities cleanup
Thomas Hellstrom
5
-65
/
+45
2011-10-05
vmwgfx: Disallow user space to send present and readback commands
Jakob Bornecrantz
1
-3
/
+13
2011-10-05
vmwgfx: Add present and readback ioctls
Jakob Bornecrantz
5
-0
/
+377
2011-10-05
vmwgfx: Place overlays in GMR area if we can
Jakob Bornecrantz
1
-58
/
+74
2011-10-05
vmwgfx: Drop 3D Legacy Display Unit support
Jakob Bornecrantz
3
-219
/
+20
2011-10-05
vmwgfx: Require HWV8 for 3d support
Thomas Hellstrom
1
-1
/
+1
2011-10-05
vmwgfx: Add screen object support
Jakob Bornecrantz
7
-31
/
+752
2011-10-05
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
7
-107
/
+379
2011-10-05
vmwgfx: Refactor common display unit functions to shared file
Jakob Bornecrantz
3
-255
/
+282
2011-10-05
vmwgfx: Expand the command checker to cover screen object commands
Jakob Bornecrantz
1
-5
/
+72
2011-10-05
vmwgfx: Break out dirty submission code
Jakob Bornecrantz
1
-54
/
+90
2011-10-05
vmwgfx: Break out execbuf command processing
Thomas Hellstrom
2
-56
/
+89
2011-10-05
vmwgfx: Some comments and BUG_ON
Jakob Bornecrantz
1
-0
/
+5
2011-10-05
vmwgfx: Make sure the reserved area is at the start of vram
Jakob Bornecrantz
1
-0
/
+3
2011-10-05
vmwgfx: Add comments for buffer pinning code
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Document vmw_fifo_reserve
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Update register files to latest from vmware-sdk
Jakob Bornecrantz
4
-144
/
+359
2011-10-05
ttm: export ttm_bo_create
Thomas Hellstrom
1
-0
/
+1
2011-09-22
drm/i915: Dumb down the semaphore logic
Ben Widawsky
4
-47
/
+126
2011-09-22
drm/i915: pass ELD to HDMI/DP audio driver
Wu Fengguang
7
-2
/
+169
2011-09-22
drm: support routines for HDMI/DP ELD
Wu Fengguang
1
-0
/
+171
2011-09-22
drm/i915: Enable dither whenever display bpc < frame buffer bpc
Keith Packard
1
-4
/
+6
2011-09-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...
Dave Airlie
32
-867
/
+867
2011-09-20
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...
Dave Airlie
121
-2004
/
+4853
2011-09-20
drm/nouveau: remove allocations from gart populate() hook
Ben Skeggs
1
-45
/
+21
2011-09-20
drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.c
Ben Skeggs
2
-18
/
+27
2011-09-20
drm/nvc0/fifo: avoid touching missing subfifos
Ben Skeggs
1
-1
/
+1
2011-09-20
drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtc
Ben Skeggs
1
-0
/
+5
2011-09-20
drm/nvd9/disp: stub some more api hooks so we don't oops on resume
Ben Skeggs
1
-0
/
+12
2011-09-20
drm/nouveau: fix printk typo in ioremap failure path
Marcin Slusarz
1
-1
/
+1
[next]