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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-12
drm: move allocation out of drm_get_format_name()
Eric Engestrom
17
-87
/
+82
2016-11-11
drm: Add missing mutex_destroy in drm_dev_init/release
Joonas Lahtinen
1
-0
/
+6
2016-11-11
Merge tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...
Dave Airlie
16
-0
/
+2372
2016-11-11
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...
Dave Airlie
5
-40
/
+92
2016-11-11
Merge tag 'dw-hdmi-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
3
-12
/
+290
2016-11-11
Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
7
-134
/
+125
2016-11-11
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
78
-171
/
+969
2016-11-11
Merge tag 'drm-intel-next-2016-11-08' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
79
-4784
/
+6752
2016-11-09
drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORT
Chris Wilson
1
-0
/
+1
2016-11-09
gpu: ipu-di: silence videomode logspam
Lucas Stach
1
-1
/
+1
2016-11-09
drm/i915: Restrict DRM_DEBUG_MM automatic selection
Chris Wilson
1
-1
/
+1
2016-11-09
drm: Restrict stackdepot usage to builtin drm.ko
Chris Wilson
1
-1
/
+1
2016-11-09
drm/msm: module param to dump state on error irq
Rob Clark
3
-0
/
+25
2016-11-09
drm/msm/mdp5: add atomic_print_state support
Rob Clark
2
-1
/
+29
2016-11-09
drm/atomic: add debugfs file to dump out atomic state
Rob Clark
3
-0
/
+79
2016-11-09
drm/atomic: add new drm_debug bit to dump atomic state
Rob Clark
5
-0
/
+133
2016-11-09
drm: add helpers to go from plane state to drm_rect
Rob Clark
4
-26
/
+30
2016-11-09
drm: add helper for printing to log or seq_file
Rob Clark
4
-1
/
+189
2016-11-09
drm: helper macros to print composite types
Rob Clark
3
-16
/
+24
2016-11-08
reservation: revert "wait only with non-zero timeout specified (v3)" v2
Christian König
1
-4
/
+1
2016-11-08
drm/ttm: fix ttm_bo_wait
Christian König
1
-1
/
+8
2016-11-08
dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)
Alex Deucher
1
-3
/
+0
2016-11-08
dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)
Alex Deucher
1
-3
/
+5
2016-11-08
drm/amdgpu: add the interface of waiting multiple fences (v4)
Junwei Zhang
5
-1
/
+207
2016-11-08
dma-buf: return index of the first signaled fence (v2)
monk.liu
2
-6
/
+18
2016-11-08
MAINTAINERS: update Sync File Framework files
Gustavo Padovan
1
-1
/
+3
2016-11-08
dma-buf/sw_sync: put fence reference from the fence creation
Gustavo Padovan
1
-1
/
+1
2016-11-08
dma-buf/sw_sync: mark sync_timeline_create() static
Baoyou Xie
1
-1
/
+1
2016-11-08
drm: Add stackdepot include for DRM_DEBUG_MM
Chris Wilson
1
-0
/
+2
2016-11-08
drm: mali-dp: Clear CVAL when leaving config mode
Brian Starkey
1
-0
/
+2
2016-11-08
drm/plane: add inline doc for struct drm_plane
Gustavo Padovan
1
-14
/
+44
2016-11-08
drm/msm: use drm_atomic_set_fence_for_plane() to set the fence
Gustavo Padovan
1
-1
/
+2
2016-11-08
drm/imx: use drm_atomic_set_fence_for_plane() to set the fence
Gustavo Padovan
1
-2
/
+4
2016-11-08
drm/atomic: add drm_atomic_set_fence_for_plane()
Gustavo Padovan
3
-1
/
+33
2016-11-08
drm: don't override possible_crtcs for primary/cursor planes
Rob Clark
1
-2
/
+2
2016-11-08
drm/uapi: Add a warning that mode flags must match the xrandr definitions
Ville Syrjälä
1
-1
/
+9
2016-11-08
drm/edid: Add the missing "Hz" to VIC 58,59 comment
Ville Syrjälä
1
-2
/
+2
2016-11-08
drm/gma500: remove unused ioctl declarations
Jiang Biao
1
-4
/
+0
2016-11-08
drm/gma500: make function static to eliminate compiling warning
Jiang Biao
1
-1
/
+1
2016-11-08
drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes
Stefan Agner
1
-8
/
+8
2016-11-08
drm: update the documentation of drm_framebuffer_unregister_private
Rongrong Zou
1
-0
/
+5
2016-11-08
drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG
Chris Wilson
1
-0
/
+1
2016-11-08
drm: Track drm_mm allocators and show leaks on shutdown
Chris Wilson
3
-3
/
+90
2016-11-08
drm/i915: Update DRIVER_DATE to 20161108
Daniel Vetter
1
-2
/
+2
2016-11-07
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
1
-0
/
+8
2016-11-07
gpu: ipu-v3: add ipu_csi_set_downsize
Philipp Zabel
2
-0
/
+17
2016-11-07
drm/imx: imx-ldb: remove unnecessary double disable check
Philipp Zabel
1
-12
/
+0
2016-11-07
drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...
Imre Deak
1
-0
/
+3
2016-11-07
drm/i915: Make sure engines are idle during GPU idling in LR mode
Imre Deak
3
-0
/
+33
2016-11-07
drm/i915: Avoid early GPU idling due to race with new request
Imre Deak
1
-0
/
+7
[next]