Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sound-4.8-rc1
    sound updates for 4.8
    
    Majority of this update is about ASoC, including a few new drivers,
    and the rest are mostly minor changes.  The only substantial change in
    ALSA core is about the additional error handling in the
    compress-offload API.  Below are highlights:
    
    - Add the error propagating support in compress-offload API
    
    - HD-audio: a usual Dell headset fixup, an Intel HDMI/DP fix, and the
      default mixer setup change ot turn off the loopback
    
    - Lots of updates for ASoC Intel drivers, mostly board support and bug
      fixing, and to the NAU8825 driver
    
    - Work on generalizing bits of simple-card to allow more code sharing
      with the Renesas rsrc-card (which can't use simple-card due to DPCM)
    
    - Removal of the Odroid X2 driver due to replacement with simple-card
    
    - Support for several new Mediatek platforms and associated boards
    
    - New ASoC drivers for Allwinner A10, Analog Devices ADAU7002, Broadcom
      Cygnus, Cirrus Logic CS35L33 and CS53L30, Maxim MAX8960 and MAX98504,
      Realtek RT5514 and Wolfson WM8758
    
  • drm-intel-next-2016-07-25
    - more engine code unification (Tvrtko)
    - reorganize rps&rc6 setup (Chris Wilson)
    - hotplug polling when in deep rpm states, especially fixes vls (Lyude)
    - mocs fix for bxt (Imre)
    - convert i915 request to use dma fences (Chris)
    - prep work for lockless i915 requests/fences (needed for full sync integration)
      from Chris Wilson
    - wait for external rendering/fences attached to dma_bufs (Chris)
    - tons of small bugfixes all over
  • v4.7
    523d939e · Linux 4.7 ·
    Linux 4.7
    
  • sound-4.7-fix2
    sound fixes #2 for 4.7-final
    
    Now one more regression fix in addition to the previous pull request:
    two changes in the core part are for unusual error paths, while the
    rest are the regular HD-audio fixes and one USB-audio regression fix.
    
  • sound-4.7
    sound fixes for 4.7-final
    
    No surprise, just a few small fixes: a couple of changes are seen in
    the core part, and both of them are rather for unusual error paths.
    The rest are the usual HD-audio fixes.
    
  • drm-intel-next-2016-07-11
    - select igt testing depencies for CONFIG_DRM_I915_DEBUG (Chris)
    - track outputs in crtc state and clean up all our ad-hoc connector/encoder
      walking in modest code (Ville)
    - demidlayer drm_device/drm_i915_private (Chris Wilson)
    - thundering herd fix from Chris Wilson, with lots of help from Tvrtko Ursulin
    - piles of assorted clean and fallout from the thundering herd fix
    - documentation and more tuning for waitboosting (Chris)
    - pooled EU support on bxt (Arun Siluvery)
    - bxt support is no longer considered prelimary!
    - ring/engine vfunc cleanup from Tvrtko
    - introduce intel_wait_for_register helper (Chris)
    - opregion updates (Jani Nukla)
    - tuning and fixes for wait_for macros (Tvrkto&Imre)
    - more kabylake pci ids (Rodrigo)
    - pps cleanup and fixes for bxt (Imre)
    - move sink crc support over to atomic state (Maarten)
    - fix up async fbdev init ordering (Chris)
    - fbc fixes from Paulo and Chris
  • v4.7-rc7
    92d21ac7 · Linux 4.7-rc7 ·
    Linux 4.7-rc7
    
  • sound-4.7-rc7
    sound fixes for 4.7-rc7
    
    Here are a collection of small fixes: at this time, we've got a
    slightly high amount, but all small and trivial fixes, and nothing
    scary can be seen there.
    
  • v4.7-rc6
    a99cde43 · Linux 4.7-rc6 ·
    Linux 4.7-rc6
    
  • v4.7-rc5
    4c2e07c6 · Linux 4.7-rc5 ·
    Linux 4.7-rc5
    
  • sound-4.7-rc5
    sound fixes for 4.7-rc5
    
    Again pretty calm weeks: we've had only a few trivial / stable
    HD-audio fixes in addition to a possible race fix for snd-dummy
    driver spotted by syzkaller.
    
  • v4.7-rc4
    33688abb · Linux 4.7-rc4 ·
    Linux 4.7-rc4
    
  • drm-intel-next-2016-06-20
    - Infrastructure for GVT-g (paravirtualized gpu on gen8+), from Zhi Wang
    - another attemp at nonblocking atomic plane updates
    - bugfixes and refactoring for GuC doorbell code (Dave Gordon)
    - GuC command submission enabled by default, if fw available (Dave Gordon)
    - more bxt w/a (Arun Siluvery)
    - bxt phy improvements (Imre Deak)
    - prep work for stolen objects support (Ankitprasa Sharma & Chris Wilson)
    - skl/bkl w/a update from Mika Kuoppala
    - bunch of small improvements and fixes all over, as usual
  • v4.7-rc3
    5edb5649 · Linux 4.7-rc3 ·
    Linux 4.7-rc3
    
  • sound-4.7-rc3
    sound fixes for 4.7-rc3
    
    We have only few, mainly HD-audio device-specific fixes.
    Realtek codec driver got a slightly more LOC, but they are all for the
    new codec chip, and won't affect others at all.
    
  • drm-intel-next-2016-06-06
    - some polish for the guc code (Dave Gordon)
    - big refactoring of gen9 display clock handling code (Ville)
    - refactoring work in the context code (Chris Wilson)
    - give encoder/crtc/planes useful names for debug output (Ville)
    - improvements to skl/kbl wm computation code (Mahesh Kumar)
    - bunch of smaller improvements all over as usual
  • v4.7-rc2
    af8c34ce · Linux 4.7-rc2 ·
    Linux 4.7-rc2
    
  • v4.7-rc1
    1a695a90 · Linux 4.7-rc1 ·
    Linux 4.7-rc1
    
  • sound-4.7-rc1-2
    sound updates #2 for 4.7-rc1
    
    This is the second update round for 4.7-rc1.  Most of changes are
    about the pending ASoC updates and fixes, including a few new
    drivers.  Below are some highlights:
    
    ASoC:
    - New drivers for MAX98371 and TAS5720
    - SPI support for TLV320AIC32x4, along with the module split
    - TDM support for STI Uniperf IPs
    - Remaining topology API fixes / updates
    
    HDA:
    - A couple of Dell quirks and new Realtek codec support
    
  • drm-intel-next-2016-05-22
    - cmd-parser support for direct reg->reg loads (Ken Graunke)
    - better handle DP++ smart dongles (Ville)
    - bxt guc fw loading support (Nick Hoathe)
    - remove a bunch of struct typedefs from dpll code (Ander)
    - tons of small work all over to avoid casting between drm_device and the i915
      dev struct (Tvrtko&Chris)
    - untangle request retiring from other operations, also fixes reset stat corner
      cases (Chris)
    - skl atomic watermark support from Matt Roper, yay!
    - various wm handling bugfixes from Ville
    - big pile of cdclck rework for bxt/skl (Ville)
    - CABC (Content Adaptive Brigthness Control) for dsi panels (Jani&Deepak M)
    - nonblocking atomic commits for plane-only updates (Maarten Lankhorst)
    - bunch of PSR fixes&improvements
    - untangle our map/pin/sg_iter code a bit (Dave Gordon)