Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-intel-fixes-2017-07-27
    i915 fixes for -rc3
    
    Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt
    patches, but all fairly minor stuff. Last minute rebase was to add a
    few missing cc: stable, I did prep the pull this morning already and
    made sure CI approves.
  • drm-misc-fixes-2017-07-27
    Core Changes:
    - dp: A few fixes in drm_dp_downstream_debug() (Chris)
    - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd)
    - host1x: Free the iommu domain when attach_device fails (Paul)
    
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Paul Kocialkowski <contact@paulk.fr>
  • sound-4.13-rc3
    sound fixes for 4.13-rc3
    
    This is a pretty boring pull request, containing a few HD-audio
    quirks and ID updates as usual suspects, as well as a fix for a
    regression of FM801 chip on ia64 (what a legacy combination!)
    
  • drm-misc-next-2017-07-26
    drm-misc-next-2017-07-18:
    Core Changes:
    - A couple fixes to only opening crc when needed (Maarten)
    - Change atomic helper swap_state to be interruptible (Maarten)
    - fb_helper: Support waiting for an output before setting up (Daniel)
    - Allow drivers supporting runtime_pm to use helper_commit_tail (Maxime)
    
    Driver Changes:
    - misc: Use %pOF to print device node names (Rob)
    - Miscellaneous fixes
    
    drm-misc-next-2017-07-18:
    UAPI Changes:
    - Fail commits which request an event without including a crtc (Andrey)
    
    Core Changes:
    - Add YCBCR 4:2:0 support (Shashank)
    - s/drm_atomic_replace_property_blob/drm_property_replace_blob/ (Peter)
    - Add proper base class for private objs instead of using void* (Ville)
    - Remove pending_read/write_domains from drm_gem_object (Chris)
    - Add async plane update support (ie: cursor) to atomic helpers (Gustavo)
    - Add old state to .enable and rename to .atomic_enable (Laurent)
    - Add drm_atomic_helper_wait_for_flip_done() (Boris)
    - Remove drm_driver->set_busid hook (Daniel)
    - Migrate vblank documentation into the source files (Daniel)
    - Add fb_helper->lock instead of abusing modeset lock (Thierry/Daniel)
    
    Driver Changes:
    - stm: Add STM32 DSI controller driver (Phillipe)
    - amdgpu: Numerous small/misc fixes
    - bridge: Add Synopsys Designware MIPI DSI host bridge driver (Phillipe)
    - tinydrm: Add support for Pervasive Displays RePaper displays (Noralf)
    - misc: Replace for_each_[obj]_in_state to prep for removal (Maarten)
    - misc: Use .atomic_disable for atomic drivers (Laurent)
    - vgem: Pin pages when mapped/exported (Chris)
    - dw_hdmi: Add support for Rockchip RK3399 (Mark)
    - atmel-hlcdc: Add 8-bit color look-up table format (Peter)
    - vc4: Send vblank event when disabling a crtc (Boris)
    - vc4: Use atomic helpers for fence waits (Eric)
    - misc: drop drm_vblank_cleanup cargo-cult (Daniel)
    
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Mark Yao <mark.yao@rock-chips.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Shashank Sharma <shashank.sharma@intel.com>
    Cc: Philippe CORNU <philippe.cornu@st.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
  • v4.13-rc2
    520eccdf · Linux 4.13-rc2 ·
    Linux 4.13-rc2
    
  • v3.18.62
    dd8b674c · Linux 3.18.62 ·
    This is the 3.18.62 stable release
    
  • v4.4.78
    ece78cd7 · Linux 4.4.78 ·
    This is the 4.4.78 stable release
    
  • v4.9.39
    c03917de · 4.9.39 ·
    This is the 4.9.39 stable release
    
  • v4.11.12
    bd1a9eb6 · Linux 4.11.12 ·
    This is the 4.11.12 stable release
    
  • v4.12.3
    8f883aa5 · Linux 4.12.3 ·
    This is the 4.12.3 stable release
    
  • drm-fixes-for-v4.13-rc2
    imx, misc and amdkfd fixes
    
  • drm-misc-fixes-2017-07-20
    Core Changes:
    - fence: Introduce new fence flag to signify timestamp is populated (Chris)
    - mst: Avoid processing incomplete data + fix NULL dereference (Imre)
    
    Driver Changes:
    - vc4: Avoid WARN from grabbing a ref from vblank that's not on (Boris)
    
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Imre Deak <imre.deak@intel.com>
  • v3.16.46
    2b57bae6 · Linux 3.16.46 ·
    This is the 3.16.46 stable release
    
  • v3.2.91
    30e50126 · Linux 3.2.91 ·
    This is the 3.2.91 stable release
    
  • drm-misc-next-2017-07-18
    UAPI Changes:
    - Fail commits which request an event without including a crtc (Andrey)
    
    Core Changes:
    - Add YCBCR 4:2:0 support (Shashank)
    - s/drm_atomic_replace_property_blob/drm_property_replace_blob/ (Peter)
    - Add proper base class for private objs instead of using void* (Ville)
    - Remove pending_read/write_domains from drm_gem_object (Chris)
    - Add async plane update support (ie: cursor) to atomic helpers (Gustavo)
    - Add old state to .enable and rename to .atomic_enable (Laurent)
    - Add drm_atomic_helper_wait_for_flip_done() (Boris)
    - Remove drm_driver->set_busid hook (Daniel)
    - Migrate vblank documentation into the source files (Daniel)
    - Add fb_helper->lock instead of abusing modeset lock (Thierry/Daniel)
    
    Driver Changes:
    - stm: Add STM32 DSI controller driver (Phillipe)
    - amdgpu: Numerous small/misc fixes
    - bridge: Add Synopsys Designware MIPI DSI host bridge driver (Phillipe)
    - tinydrm: Add support for Pervasive Displays RePaper displays (Noralf)
    - misc: Replace for_each_[obj]_in_state to prep for removal (Maarten)
    - misc: Use .atomic_disable for atomic drivers (Laurent)
    - vgem: Pin pages when mapped/exported (Chris)
    - dw_hdmi: Add support for Rockchip RK3399 (Mark)
    - atmel-hlcdc: Add 8-bit color look-up table format (Peter)
    - vc4: Send vblank event when disabling a crtc (Boris)
    - vc4: Use atomic helpers for fence waits (Eric)
    - misc: drop drm_vblank_cleanup cargo-cult (Daniel)
    
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Mark Yao <mark.yao@rock-chips.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Shashank Sharma <shashank.sharma@intel.com>
    Cc: Philippe CORNU <philippe.cornu@st.com>
  • drm-intel-next-2017-07-17
    2nd round of 4.14 features:
    
    - prep for deferred fbdev setup
    - refactor fixed 16.16 computations and skl+ wm code (Mahesh Kumar)
    - more cnl paches (Rodrigo, Imre et al)
    - tighten context cleanup and handling (Chris Wilson)
    - fix interlaced handling on skl+ (Mahesh Kumar)
    - small bits as usual
  • v4.13-rc1
    5771a8c0 · Linux v4.13-rc1 ·
    Linux v4.13-rc1
    
  • v4.12.2
    ab35d16f · Linux 4.12.2 ·
    This is the 4.12.2 stable release
    
  • v4.11.11
    50a05be0 · Linux 4.11.11 ·
    This is the 4.11.11 stable release
    
  • v4.9.38
    f0cd77de · Linux 4.9.38 ·
    This is the 4.9.38 stable release