Tags

Tags give the ability to mark specific points in history as being important
  • sound-4.14-rc4

    sound fixes for 4.14-rc4
    
    A collection of small fixes, mostly with stable ones:
    - X32 ABI fix for PCM;
      likely not so many people suffer from it, but still better to fix
    - Two minor kernel warning fixes on USB audio devices spotted by
      syzkaller
    - Regression fix of echoaudio due to its inconsistent dimension
    - Fix for HBR support on Intel DP audio, on some recent chips
    - USB-audio quirk for yet another Plantronics devices
    - Fix for potential double-fetch in ASIHPI FIFO queue
    
  • drm-intel-fixes-2017-10-04

    drm/i915 fixes for 4.14-rc4:
    
    All 3 highest GLK bugs fixed by Imre:
    - GLK drv reload - Fix DDI Phy init if it was already on.
    - GLK suspend resume - Reprogram DMC firmware after s3/s4.
    - GLK DC states - Fix idleness calculation.
  • drm-misc-next-2017-10-05

    More drm-misc for 4.15:
    
    Cross-subsystem Changes:
    - bunch more simple outreachy patches (Meghana Madhyastha, Aishwarya
      Pant, Haneen Mohammed)
    - Quite a pile of static checker/cocci/spelling fixups all over.
    - Final driver patches+core cleanup of Noralf's new drm_gem_fb_create
      helper.
    
    Core Changes:
    - legacy DPMS docs improved
    - add dri-devel m-l to fbdev to catch people who try to fix
      fbcon-on-kms bugs in the wrong place
    
    Driver Changes:
    - vc4: prep for dsi panels (Eric)
  • v4.14-rc3

    9e66317d · Linux 4.14-rc3 ·
    Linux 4.14-rc3
    
  • drm-intel-next-2017-09-29

    2nd batch of v4.15 features:
    
    - lib/scatterlist updates, use for userptr allocations (Tvrtko)
    - Fixed point wrapper cleanup (Mahesh)
    - Gen9+ transition watermarks, watermark optimization and fixes (Mahesh)
    - Display IPC (Isochronous Priority Control) support (Mahesh)
    - GEM workaround fixes (Oscar)
    - GVT: PCI config sanitize series (Changbin)
    - GVT: Workload submission error handling series (Fred)
    - PSR fixes and refactoring (Rodrigo)
    - HWSP based optimizations (Chris)
    - Private PAT management (Zhi)
    - IRQ handling fixes and refactoring (Ville)
    - Module parameter refactoring and variable name clash fix (Michal)
    - Execlist refactoring, incomplete request unwinding on reset (Chris)
    - GuC scheduling improvements (Michal)
    - OA updates (Lionel)
    - Coffeelake out of alpha support (Rodrigo)
    - seqno fixes (Chris)
    - Execlist refactoring (Mika)
    - DP and DP MST cleanups (Dhinakaran)
    - Cannonlake slice/sublice config (Ben)
    - Numerous fixes all around (Everyone)
    
  • drm-fixes-for-v4.14-rc3

    qxl, tegra, misc, amd, etnaviv fixes
    
  • drm-misc-fixes-2017-09-28-1

    Driver Changes:
    - qxl: fix primary surface and fb unpinning (Gerd)
    - sun41: fix CEC_PIN config gate now that media has been merged (Hans)
    - tegra: fix TRACE_INCLUDE_PATH (Thierry)
    
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Hans Verkuil <hverkuil@xs4all.nl>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
  • drm-misc-fixes-2017-09-28

    Driver Changes:
    - bridge/sii8620: Fix out-of-bounds write to incorrect register (Maciej)
    - qxl: fix primary surface and fb unpinning (Gerd)
    - sun41: fix CEC_PIN config gate now that media has been merged (Hans)
    - tegra: fix TRACE_INCLUDE_PATH (Thierry)
    
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Hans Verkuil <hverkuil@xs4all.nl>
    Cc: Maciej Purski <m.purski@samsung.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
  • drm-intel-fixes-2017-09-27

    drm/i915 fixes for 4.14-rc3
    
    Couple fixes for stable:
    
    - Fix ELD connector types and consequently audio on DP (Jani).
    - Ignore HDMI on Port A and consequently fix an ops on i915 probe
      when VBT advertises HDMI on Port A (Jani).
    
    And a small fix:
    
    - That removes a reduntant hw_check on modeset. (Colin)
  • v4.13.4

    6eb9c0fc · Linux 4.13.4 ·
    This is the 4.13.4 stable release
    
  • v4.9.52

    d59dabdc · Linux 4.9.52 ·
    This is the 4.9.52 stable release
    
  • v4.4.89

    10def3a6 · Linux 4.4.89 ·
    This is the 4.4.89 stable release
    
  • v3.18.72

    0e133352 · Linux 3.18.72 ·
    This is the 3.18.72 stable release
    
  • v4.14-rc2

    e19b205b · Linux 4.14-rc2 ·
    Linux 4.14-rc2
    
  • drm-fixes-for-v4.14-rc2

    amdkfd, i915 and exynos fixes
    
  • drm-misc-next-2017-09-20

    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
    - DP SDP defines (Ville)
    - polish for scdc helpers (Thierry Reding)
    - fix lifetimes for connector/plane state across crtc changes (Maarten
      Lankhorst).
    - sparse fixes (Ville+Thierry)
    - make legacy kms ioctls all interruptible (Maarten)
    - push edid override into the edid helpers (out of probe helpers)
      (Jani)
    - DP ESI defines for link status (DK)
    
    Driver Changes:
    - drm-panel is now in drm-misc!
    - minor panel-simple cleanups/refactoring by various folks
    - drm_bridge_add cleanup (Inki Dea)
    - constify a few i2c_device_id structs (Arvind Yadav)
    - More patches from Noralf's fb/gem helper cleanup
    - bridge/synopsis: reset fix (Philippe Cornu)
    - fix tracepoint include handling in drivers (Thierry)
    - rockchip: lvds support (Sandy Huang)
    - move sun4i into drm-misc fold (Maxime Ripard)
    - sun4i: refactor driver load + support TCON backend/layer muxing
      (Chen-Yu Tsai)
    - pl111: support more pl11x variants (Linus Walleij)
    - bridge/adv7511: robustify probing/edid handling (Lars-Petersen
      Clausen)
    
    New hw support:
    - S6E63J0X03 panel (Hoegeun Kwon)
    - OTM8009A panel (Philippe CORNU)
    - Seiko 43WVF1G panel (Marco Franchi)
    - tve200 driver (Linus Walleij)
    
    Plus assorted of tiny patches all over, including our first outreachy
    patches from applicants for the winter round!
  • drm-intel-fixes-2017-09-20

    drm/i915 fixes for 4.14-rc1
    
    Couple fixes for stable:
    
    - Fix MIPI panels on BXT.
    - Fix PCI BARs information on GVT.
    
    Plus other fixes:
    
    - Fix minimal brightness for BXT, GLK, CFL and CNL.
    - Fix compilation warning: unused in_vbl
    - Fix error handling in intel_framebuffer_init
  • v4.13.3

    56b9b161 · Linux 4.13.3 ·
    This is the 4.13.3 stable release
    
  • v4.12.14

    fa394784 · Linux 4.12.14 ·
    This is the 4.12.14 stable release