index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
REPORTING-BUGS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-20
drm/armada: Convert the probe function to the generic drm_of_component_probe()
Liviu Dudau
1
-49
/
+19
2015-10-20
drm/rockchip: Convert the probe function to the generic drm_of_component_probe()
Liviu Dudau
1
-75
/
+6
2015-10-20
drm/imx: Convert the probe function to the generic drm_of_component_probe()
Liviu Dudau
1
-51
/
+4
2015-10-20
drm: Introduce generic probe function for component based masters.
Liviu Dudau
2
-0
/
+101
2015-10-20
drm/edid: Round to closest when computing the CEA/HDMI alternate clock
Ville Syrjälä
1
-2
/
+2
2015-10-20
drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timings
Ville Syrjälä
1
-0
/
+48
2015-10-20
drm: rcar-du: Fix plane state free in plane reset handler
Laurent Pinchart
1
-23
/
+22
2015-10-20
drm: rcar-du: Enable DU0 to DPAD connection on R8A7791
Laurent Pinchart
1
-1
/
+1
2015-10-20
drm: rcar-du: Add dependency on OF
Laurent Pinchart
2
-11
/
+2
2015-10-20
drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entries
Geert Uytterhoeven
1
-2
/
+0
2015-10-19
drm/fb-helper: Fix fb refcounting in pan_display_atomic
Daniel Vetter
1
-3
/
+26
2015-10-19
drm/fb-helper: Set plane rotation directly
Daniel Vetter
1
-5
/
+1
2015-10-19
drm: fix mutex leak in drm_dp_get_mst_branch_device
Adam Richter
1
-3
/
+4
2015-10-19
drm: Check plane src coordinates correctly during page flip for atomic drivers
Ville Syrjälä
1
-1
/
+8
2015-10-19
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
3
-10
/
+3
2015-10-19
drm: Refactor plane src coordinate checks
Ville Syrjälä
1
-29
/
+30
2015-10-19
drm: Swap w/h when converting the mode to src coordidates for a rotated prima...
Ville Syrjälä
1
-2
/
+7
2015-10-19
drm: Don't leak fb when plane crtc coodinates are bad
Ville Syrjälä
1
-1
/
+2
2015-10-19
ALSA: hda - Spell vga_switcheroo consistently
Lukas Wunner
3
-8
/
+8
2015-10-19
drm/gem: Use kref_get_unless_zero for the weak mmap references
Daniel Vetter
3
-56
/
+46
2015-10-19
drm/vgem: Drop vgem_drm_gem_mmap
Daniel Vetter
1
-54
/
+1
2015-10-19
drm: Fix return value of drm_framebuffer_init()
Lukas Wunner
1
-3
/
+2
2015-10-19
drm/gem: Use container_of in drm_gem_object_free
Daniel Vetter
1
-1
/
+2
2015-10-19
drm/gem: Check locking in drm_gem_object_unreference
Daniel Vetter
1
-1
/
+4
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
6
-19
/
+0
2015-10-16
drm/i810_drm.h: include drm/drm.h
Mikko Rapeli
1
-0
/
+2
2015-10-16
r128_drm.h: include drm/drm.h
Mikko Rapeli
1
-0
/
+2
2015-10-16
savage_drm.h: include <drm/drm.h>
Mikko Rapeli
1
-0
/
+2
2015-10-16
gpu/doc: Convert to markdown harder
Lukas Wunner
1
-1
/
+1
2015-10-16
gpu/doc: Add vga_switcheroo documentation
Lukas Wunner
1
-4
/
+72
2015-10-16
gpu/doc: Fix up remaining occurrences of old document title
Lukas Wunner
1
-6
/
+6
2015-10-16
drm/doc: Rename docbook to gpu.tmpl
Daniel Vetter
2
-2
/
+2
2015-10-16
drm: misc cleanup
Rob Clark
1
-3
/
+1
2015-10-16
vga_switcheroo: Use enum vga_switcheroo_client_id instead of int
Lukas Wunner
2
-10
/
+13
2015-10-16
vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1
Lukas Wunner
2
-8
/
+13
2015-10-16
vga_switcheroo: Use enum vga_switcheroo_state instead of int
Lukas Wunner
2
-5
/
+5
2015-10-16
drm: Add DRM_DEBUG_VBL()
Ville Syrjälä
2
-12
/
+21
2015-10-16
drm: Don't use '\' for string literal concatenation
Ville Syrjälä
1
-2
/
+2
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
11
-152
/
+149
2015-10-16
drm: Enforce unlocked ioctl operation for kms driver ioctls
Daniel Vetter
2
-3
/
+11
2015-10-16
drm/i915: Mark getparam ioctl as DRM_UNLOCKED
Daniel Vetter
1
-1
/
+1
2015-10-16
virtio-gpu: add page flip support
Gerd Hoffmann
1
-3
/
+46
2015-10-16
virtio-gpu: mark as a render gpu
Dave Airlie
2
-10
/
+10
2015-10-16
virtio-gpu: add basic prime support
Dave Airlie
4
-2
/
+96
2015-10-16
virtio-gpu: add 3d/virgl support
Gerd Hoffmann
11
-3
/
+1368
2015-10-16
virtio-gpu: don't free things on ttm_bo_init failure
Dave Airlie
1
-8
/
+3
2015-10-16
virtio-gpu: wait for cursor updates finish
Gerd Hoffmann
1
-0
/
+8
2015-10-16
virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_buffer
Gerd Hoffmann
2
-7
/
+35
2015-10-16
virtio-gpu: add virtio_gpu_queue_ctrl_buffer_locked
Gerd Hoffmann
1
-4
/
+13
2015-10-16
via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...
Mikko Rapeli
2
-4
/
+4
[next]