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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
11009
-257766
/
+490563
2019-01-11
drm/atomic: Add missing () to function ref in kerneldoc
Daniel Vetter
1
-3
/
+3
2019-01-11
drm: Unexport drm_crtc_force_disable
Daniel Vetter
3
-11
/
+1
2019-01-11
drm/nouveau: Stop using drm_crtc_force_disable
Daniel Vetter
1
-1
/
+3
2019-01-11
drm/ch7006: Stop using drm_crtc_force_disable
Daniel Vetter
1
-3
/
+3
2019-01-11
drm/nouveau: Use atomic VCPI helpers for MST
Lyude Paul
1
-6
/
+48
2019-01-11
drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
Lyude Paul
1
-1
/
+7
2019-01-11
drm/dp_mst: Start tracking per-port VCPI allocations
Lyude Paul
4
-62
/
+266
2019-01-11
drm/dp_mst: Add some atomic state iterator macros
Lyude Paul
2
-2
/
+99
2019-01-11
drm/nouveau: Grab payload lock in nv50_msto_payload()
Lyude Paul
1
-0
/
+6
2019-01-11
drm/nouveau: Stop unsetting mstc->port, use malloc refs
Lyude Paul
1
-13
/
+5
2019-01-11
drm/nouveau: Keep malloc references to MST ports
Lyude Paul
1
-0
/
+6
2019-01-11
drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
Lyude Paul
1
-6
/
+9
2019-01-11
drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
Lyude Paul
1
-4
/
+1
2019-01-11
drm/amdgpu/display: Keep malloc ref to MST port
Lyude Paul
1
-4
/
+7
2019-01-11
drm/i915: Keep malloc references to MST ports
Lyude Paul
2
-0
/
+5
2019-01-11
drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
Lyude Paul
1
-24
/
+30
2019-01-11
drm/dp_mst: Stop releasing VCPI when removing ports from topology
Lyude Paul
1
-8
/
+0
2019-01-11
drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
Lyude Paul
1
-10
/
+34
2019-01-11
drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
Lyude Paul
6
-69
/
+614
2019-01-11
drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
Lyude Paul
1
-52
/
+62
2019-01-11
drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()
Lyude Paul
1
-1
/
+2
2019-01-11
drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()
Lyude Paul
1
-3
/
+4
2019-01-11
drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()
Lyude Paul
1
-6
/
+8
2019-01-11
drm/dp_mst: Fix some formatting in drm_dp_add_port()
Lyude Paul
1
-6
/
+12
2019-01-11
drm/rockchip: Add reflection properties
Daniele Castagna
3
-0
/
+38
2019-01-11
drm/rockchip: Separate RK3288 from RK3368 win01 registers
Ezequiel Garcia
1
-6
/
+25
2019-01-11
drm/rockchip: Fix typo in VOP macros argument
Ezequiel Garcia
1
-7
/
+7
2019-01-11
drm/rockchip: Fix YUV buffers color rendering
Daniele Castagna
3
-1
/
+88
2019-01-11
drm/rockchip: update cursors asynchronously through atomic.
Enric Balletbo i Serra
4
-36
/
+114
2019-01-10
Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-next
Dave Airlie
1
-17
/
+17
2019-01-10
drm: msm: Cleanup drm_display_mode print str
Shayenne Moura
9
-72
/
+10
2019-01-10
drm/fb-helper: Scale back depth to supported maximum
Linus Walleij
1
-1
/
+54
2019-01-10
drm/edid: Add display_info.rgb_quant_range_selectable
Ville Syrjälä
9
-68
/
+43
2019-01-10
drm/radeon: Use drm_hdmi_avi_infoframe_quant_range()
Ville Syrjälä
1
-8
/
+5
2019-01-10
drm/i915: Use drm_hdmi_avi_infoframe_quant_range() for SDVO HDMI as well
Ville Syrjälä
1
-9
/
+10
2019-01-10
drm/edid: Pass connector to AVI infoframe functions
Ville Syrjälä
27
-66
/
+91
2019-01-10
drm/crtc-helpers: WARN when used with atomic drivers
Daniel Vetter
1
-4
/
+14
2019-01-10
drm: remove drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
1
-1
/
+4
2019-01-10
drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
10
-0
/
+17
2019-01-10
drm/arc: do not rely on drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
2
-0
/
+8
2019-01-10
drm: remove include of drmP.h from drm_encoder_slave.h
Sam Ravnborg
1
-1
/
+0
2019-01-10
drm: remove include of drmP.h from bridge/dw_hdmi.h
Sam Ravnborg
3
-2
/
+9
2019-01-10
drm/gem: Mark pinned pages as unevictable
Kuo-Hsin Yang
1
-3
/
+33
2019-01-10
drm: make drm_framebuffer.h self contained
Sam Ravnborg
1
-3
/
+7
2019-01-10
drm: move DRM_SWITCH_POWER defines to drm_device.h
Sam Ravnborg
2
-6
/
+28
2019-01-10
drm: drm_device.h: update comments to kernel-doc style
Sam Ravnborg
1
-65
/
+134
2019-01-10
drm: i915: Cleanup drm_display_mode print str
Shayenne Moura
1
-8
/
+1
2019-01-10
drm: sti: Cleanup drm_display_mode print str
Shayenne Moura
1
-12
/
+4
2019-01-10
drm: meson: Cleanup on drm_display_mode print str
Shayenne Moura
1
-9
/
+3
[next]