Skip to content
Tags give the ability to mark specific points in history as being important
  • v4.1.40
    56d847e3 · Linux 4.1.40 ·
    Linux 4.1.40
    
  • drm-misc-next-2017-05-26
    UAPI Changes:
    - Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ defines to the UAPI (Robert)
    
    Cross-subsystem Changes:
    - Standardize sync_file.txt documentation format (Mauro)
    
    Core Changes:
    - Turf drm_[cm]alloc functions for kvmalloc alternatives (Michal)
    - Add optional mode_valid() hook to crtc/encoder/bridge (Jose)
    - Improve documentation around mode validation/alteration (Daniel)
    - Reduce sync_file construction time by deferring name creation (Chris)
    
    Driver Changes:
    - pl111: Wire up the clock divider and add debugfs (Eric)
    - various: Fix include notation and remove -Iinclude/drm (Masahiro)
    - stm: Add Benjamin Gaignard and Vincent Abriou as STM maintainers (Vincent)
    - various: Miscellaneous trivial fixes to pl111/stm/vgem/vc4
    
    Cc: Michal Hocko <mhocko@suse.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
    Cc: Robert Foss <robert.foss@collabora.com>
    Cc: Vincent Abriou <vincent.abriou@st.com>
    Cc: Jose Abreu <Jose.Abreu@synopsys.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • sound-4.12-rc3
    sound fixes for 4.12-rc3
    
    This contains a few HD-audio device-specific quirks and an endianess
    fix for USB-audio, as well as the update of quirk model list
    document.  All fixes are small and trivial.
    
    The document update could have been postponed, but it's a good thing
    for user and has absolutely zero risk of breakage, so included here.
    
  • drm-fixes-for-v4.12-rc3
    misc and amdgpu fixes
    
  • drm-misc-next-2017-05-25
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
    
    Driver Changes:
  • drm-misc-fixes-2017-05-25
    Core Changes:
    - Don't drop vblank reference more than once in cases of ww retry (Daniel)
    
    Driver Changes:
    - radeon: Fix oops during radeon probe trying to reference wrong device (Lukas)
    - qxl: Avoid sleeping while in atomic context on cursor update (Gabriel)
    - gma500: Use VBT mode instead of pre-programmed mode for LVDS (Patrik)
    
    Cc: Lukas Wunner <lukas@wunner.de>
    Cc: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
  • v4.11.3
    b43ae25b · Linux 4.11.3 ·
    This is the 4.11.3 stable release
    
  • v4.9.30
    db3fd452 · Linux 4.9.30 ·
    This is the 4.9.30 stable release
    
  • v4.4.70
    b409ba3b · Linux 4.4.70 ·
    This is the 4.4.70 stable release
    
  • v3.18.55
    6b65a8f6 · Linux 3.18.55 ·
    This is the 3.18.55 stable release
    
  • v4.12-rc2
    08332893 · Linux 4.12-rc2 ·
    Linux 4.12-rc2
    
  • v4.11.2
    02d86837 · Linux 4.11.2 ·
    This is the 4.11.2 stable release
    
  • v4.10.17
    17a4d480 · Linux 4.10.17 ·
    This is the 4.10.17 stable release
    
  • v4.9.29
    f5eea276 · Linux 4.9.29 ·
    This is the 4.9.29 stable release
    
  • v4.4.69
    bb56ca29 · Linux 4.4.69 ·
    This is the 4.4.69 stable release
    
  • v3.18.54
    7b9d239f · Linux 3.18.54 ·
    This is the 3.18.54 stable release
    
  • drm-fixes-for-v4.12-rc2
    i915, nouveau, hdlcd and misc fixes.
    
  • drm-misc-fixes-2017-05-18
    Driver Changes:
    - host1x: Fix link error when host1x is built-in and iova is a module (Arnd)
    - hlcdc: Fix arguments passed to drm_of_find_panel_or_bridge (Boris)
    
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
  • drm-intel-fixes-2017-05-18-1
    drm/i915 fixes for v4.12-rc2
  • drm-misc-next-2017-05-16
    UAPI Changes:
    - Return -ENODEV instead of -ENXIO when creating cma fb w/o valid gem (Daniel)
    - Add aspect ratio and custom scaling propertis to connector state (Maarten)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Add Laurent as bridge reviewer and Andrzej as bridge maintainer (Archit)
    - Maintain new STM driver through -misc (Yannick)
    - Misc doc improvements (as is tradition) (Daniel)
    - Add driver-private objects to atomic state (Dhinakaran)
    - Deprecate preclose hook in modern drivers (use postclose) (Daniel)
    - Add hwmode to vblank struct. This fixes mode access in irq context and reduced
      a bunch of boilerplate (Daniel)
    
    Driver Changes:
    - vc4: Add out-fence support to vc4 V3D rendering (Eric)
    - stm: Add stm32f429 display hw and am-480272h3tmqw-t01h panel support (Yannick)
    - vc4: Remove 256MB cma limit from vc4 (Eric)
    - dw-hdmi: Disable audio when inactive, instead of always enabled (Romain)
    - zte: Add support for VGA to the ZTE driver (Shawn)
    - i915: Track DP MST bandwidth and check it in atomic_check (Dhinakaran)
    - vgem: Enable gem dmabuf import iface to facilitate ion testing (Laura)
    - vc4: Add support for Cygnus (new dt compat string + couple bug fixes) (Eric)
    - pl111: Add driver for pl111 CLCD display controller (Eric/Tom)
    - vgem: Subclass drm_device instead of standalone platform device (Chris)
    
    Cc: Archit Taneja <architt@codeaurora.org>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Yannick Fertre <yannick.fertre@st.com>
    Cc: Romain Perier <romain.perier@collabora.com>
    Cc: Navare, Manasi D <manasi.d.navare@intel.com>
    Cc: Shawn Guo <shawn.guo@linaro.org>
    Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
    Cc: Laura Abbott <labbott@redhat.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Tom Cooksey <tom.cooksey@arm.com>
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>