index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-10-08
drm: damage_helper: Fix race checking plane->state->fb
Sean Paul
2019-10-08
drm/sun4i: dsi: Fix video start delay computation
Jagan Teki
2019-10-07
drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant
Nishka Dasgupta
2019-10-07
drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
Matthias Kaehlcke
2019-10-07
drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet length
Icenowy Zheng
2019-10-07
drm/sun4i: dsi: fix the overhead of the horizontal front porch
Icenowy Zheng
2019-10-07
cec: add cec_adapter to cec_notifier_cec_adap_unregister()
Hans Verkuil
2019-10-05
drm/mcde: Fix reference to DOC comment
Jonathan Neuschäfer
2019-10-05
drm/lima: Add support for multiple reset lines
Peter Griffin
2019-10-04
drm/i810: Prevent underflow in ioctl
Dan Carpenter
2019-10-04
drm/fourcc: Add Arm 16x16 block modifier
Raymond Smith
2019-10-04
drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()
Chris Wilson
2019-10-04
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
2019-10-04
dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
Chris Wilson
2019-10-04
drm/omap: hdmi4: fix use of uninitialized var
Tomi Valkeinen
2019-10-04
drm/omap: hdmi5: automatically choose limited/full range output
Tomi Valkeinen
2019-10-04
drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c
Jyri Sarha
2019-10-04
drm/omap: fix missing scaler pixel fmt limitations
Tomi Valkeinen
2019-10-04
drm/omap: tweak HDMI DDC timings
Alejandro Hernandez
2019-10-04
drm/omap: avoid copy in mgr_fld_read/write
Tomi Valkeinen
2019-10-04
drm/omap: drop unneeded locking from mgr_fld_write()
Tomi Valkeinen
2019-10-04
drm/mgag200: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2019-10-04
drm/mgag200: Reserve video memory for cursor plane
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor-image update to mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Add separate move-cursor function
Thomas Zimmermann
2019-10-04
drm/mgag200: Add init and fini functions for cursor handling
Thomas Zimmermann
2019-10-04
drm/mgag200: Rename cursor functions to use mgag200_ prefix
Thomas Zimmermann
2019-10-04
drm/ast: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2019-10-04
drm/ast: Move cursor offset swapping into ast_show_cursor()
Thomas Zimmermann
2019-10-04
drm/ast: Move cursor update code to ast_show_cursor()
Thomas Zimmermann
2019-10-04
drm/ast: Move ast_{show,hide}_cursor() within source file
Thomas Zimmermann
2019-10-04
drm/ast: Don't call ast_show_cursor() from ast_cursor_move()
Thomas Zimmermann
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2019-10-03
Revert "drm/sun4i: dsi: Change the start delay calculation"
Icenowy Zheng
2019-10-03
drm/sun4i: dsi: Fix TCON DRQ set bits
Jagan Teki
2019-10-03
drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support
Jagan Teki
2019-10-03
dt-bindings: sun6i-dsi: Add VCC-DSI supply property
Jagan Teki
2019-10-02
drm/msm: use drm_debug_enabled() to check for debug categories
Jani Nikula
2019-10-02
drm/i2c/sil164: use drm_debug_enabled() to check for debug categories
Jani Nikula
2019-10-02
drm/etnaviv: use drm_debug_enabled() to check for debug categories
Jani Nikula
2019-10-02
drm/print: add drm_debug_enabled()
Jani Nikula
2019-10-02
drm/print: move drm_debug variable to drm_print.[ch]
Jani Nikula
2019-10-01
drm/rect: Add drm_rect_init()
Ville Syrjälä
2019-10-01
drm/rect: Add drm_rect_translate_to()
Ville Syrjälä
2019-10-01
drm/komeda: Workaround for broken FLIP_COMPLETE timestamps
Mihail Atanassov
2019-10-01
drm/komeda: Use IRQ_RETVAL shorthand in d71_irq_handler
Mihail Atanassov
2019-10-01
drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER
Ulf Magnusson
2019-09-30
drm/dp/mst: Replace the fixed point thing with straight calculation
Ville Syrjälä
[prev]
[next]