Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sunxi-clk-fixes-for-4.13
    Allwinner clock fixes for 4.13
    
    One critical clock fix for sun5i (A10s/A13/R8) which enables propogation
    of clock rate changes from the "cpu" clock to it's parent PLL clock.
    This fixes cpufreq related crashes that have been observed on KernelCI
    with the C.H.I.P. and multi_v7_defconfig.
    
  • drm-intel-next-2017-07-31
    More 4.14 work:
    
    - tons of corner-case fixes for gpu reset/recovery (Chris Wilson)
    - refactor power-well code for future platforms (Imre)
    - Ycbcr420 support for hdmi 2.0 displays (Shashank Sharma)
    - document FBC structs (Paulo Zanoni)
    - reduce struct_mutex usage in pinning (Chris Wilson)
    - small bits all over, as usual
  • v4.13-rc3
    16f73eb0 · Linux 4.13-rc3 ·
    Linux 4.13-rc3
    
  • wireless-drivers-for-davem-2017-07-28
    wireless-drivers fixes for 4.13
    
    Two fixes for for brcmfmac, the crash was reported by two people
    already so it's a high priority fix.
    
    brcmfmac
    
    * fix a crash in skb headroom handling in v4.13-rc1
    * fix a memory leak due to a merge error in v4.6
    
  • drm-fixes-for-v4.13-rc3
    vmwgfx, exynos, i915, amdgpu, nouveau, host1x and displayport fixes
    
  • v4.12.4
    13df91db · Linux 4.12.4 ·
    This is the 4.12.4 stable release
    
  • v4.9.40
    efcfbfb1 · Linux 4.9.40 ·
    This is the 4.9.40 stable release
    
  • v4.4.79
    e058f634 · Linux 4.4.79 ·
    This is the 4.4.79 stable release
    
  • v3.18.63
    8c13fcce · Linux 3.18.63 ·
    This is the 3.18.63 stable release
    
  • 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>
  • sunxi-fixes-for-4.13
    Allwinner fixes for 4.13
    
    Two fixes to correct the EMAC blocks memory region size to match the
    datasheet. One that converts raw A83T clock indices to macros from the
    clk dt-binding header, completing the A83T sunxi-ng clk driver.
    
  • 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
    
  • wireless-drivers-for-davem-2017-07-21
    wireless-drivers fixes for 4.13
    
    Important, but small in size, fixes.
    
    brcmfmac
    
    * fix a regression in SDIO support introduced in v4.13-rc1
    
    rtlwifi
    
    * fix a regression in bluetooth coexistance introduced in v4.13-rc1
    
    iwlwifi
    
    * a few NULL pointer dereferences in the recovery flow
    
    * a small but important fix for IBSS
    
    * a one-liner fix for tracing, which was including too much data
    
  • 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