Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • topic/drm-misc-2016-03-14
  • v2.6.32.71
    2896b357 · Linux 2.6.32.71 ·
    This is the 2.6.32.71 stable release
    
  • media/v4.5-5
    media fixes for v4.5-rc8
    
  • pm+acpi-4.5-final
    Power management and ACPI fixes for final v4.5
    
     - Revert a recent ACPICA commit that has been reverted
       upstream, because it caused problems to happen on user
       systems and the problem it attempted to address will not be
       relevant any more after upcoming ACPI specification changes
       (Bob Moore).
    
     - Fix crash in the generic device properties framework introduced
       by a recent change that forgot to check pointers against error
       values in addition to checking them against NULL (Heikki Krogerus).
    
    /
    
  • drm-intel-fixes-2016-03-11
  • topic/drm-misc-2016-03-10
  • v4.4.5
    62e21959 · Linux 4.4.5 ·
    This is the 4.4.5 stable release
    
  • v3.14.64
    f3542ea1 · Linux 3.14.64 ·
    This is the 3.14.64 stable release
    
  • v3.10.100
    19d0bd71 · Linux 3.10.100 ·
    This is the 3.10.100 stable release
    
  • wireless-drivers-next-for-davem-2016-03-09
    wireless-drivers patches for 4.6
    
    Major changes:
    
    ath10k
    
    * dt: add bindings for ipq4019 wifi block
    * start adding support for qca4019 chip
    
    ath9k
    
    * add device ID for Toshiba WLM-20U2/GN-1080
    * allow more than one interface on DFS channels
    
    bcma
    
    * move flash detection code to ChipCommon core driver
    
    brcmfmac
    
    * IPv6 Neighbor discovery offload
    * driver settings that can be populated from different sources
    * country code setting in firmware
    * length checks to validate firmware events
    * new way to determine device memory size needed for BCM4366
    * various offloads during Wake on Wireless LAN (WoWLAN)
    * full Management Frame Protection (MFP) support
    
    iwlwifi
    
    * add support for thermal device / cooling device
    * improvements in scheduled scan without profiles
    * new firmware support (-21.ucode)
    * add MSIX support for 9000 devices
    * enable MU-MIMO and take care of firmware restart
    * add support for large SKBs in mvm to reach A-MSDU
    * add support for filtering frames from a BA session
    * start implementing the new Rx path for 9000 devices
    * enable the new Radio Resource Management (RRM) nl80211 feature flag
    * add a new module paramater to disable VHT
    * build infrastructure for Dynamic Queue Allocation
    
  • v3.12.56
    e890f13e · Linux 3.12.56 ·
    This is the 3.12.56 stable release
    
  • topic/drm-misc-2016-03-09
  • sound-4.5
    sound fixes for 4.5
    
    It's always an ambivalent feeling to send a large pull request at the
    late stage like this, especially when most of patches came from me.
    In anyway, this is a collection of lots of small fixes that slipped
    from the previous pull request.
    
    All fixes are about ASoC, and the majority of changes are corrections
    of the wrong access types in ALSA ctl enum items.  They are mostly
    harmless on 32bit architectures, but actually buggy on 64bit.  So we
    addressed all these now in a shot.  The rest are various small ASoC
    driver fixes.
    
    Among them, only two changes have been done to ASoC core, and both of
    them are trivial.  The rest are all device-specific.  So overall, they
    should be safe to apply.
    
  • asoc-fix-v4.5-rc6
    ASoC: Fixes for v4.5
    
    This is far too big a set of fixes for this late in the release cycle
    but the overwhelming bulk is essentially the same simple fix from
    Takashi for a cut'n'pasted 64 bit cleanliness issue in the userspace
    interface where drivers were accessing things using the wrong element in
    a union which worked OK on 32 bit platforms as the correct element
    happened to be aligned the same way but with 64 bit platforms ABIs are
    different and the two members of the union are laid out in different
    places.  They aren't all tagged to stable since some of these chips have
    vanishingly little chance of being used in 64 bit systems.
    
    The other changes are:
     - A fix for Qualcomm devices to work on big endian systems.  The
       original change is actually correct but triggered a bug in regmap
       which is too invasive to fix for this cycle and can be worked around
       by just letting regmap pick the default.
     - A fix for the Samsung I2S driver locking which wasn't using IRQ safe
       spinlocks when it needed to.
     - A fix for the new Intel Sky Lake driver forgetting that C pointer
       arithmetic takes the type of the pointer into consideration.
     - A revert of a change to the FSL SSI driver that broke some systems.
     - A fix for the cleanup path of the wm9713 driver.
     - A fix for some incorrect register definitions in the ADAU17x1 driver
       that caused misclocking in some configurations.
     - A fix for the tracepoints for jack detection to avoid using an
       internal field of the core jack structure which is no longer present
       in all configurations.
     - A fix for another of the new Intel drivers which tried to write to a
       string literal.
    
  • v4.5-rc7
    f6cede5b · Linux 4.5-rc7 ·
    Linux 4.5-rc7
    
  • sound-4.5-rc7
    sound fixes for 4.5-rc7
    
    It's our tradition to get a high volume of fixes late at rc7: this
    time, X32 ABI breakage was found and this resulted in a high number
    LOCs.  The necessary changes to ALSA core codes were fairly
    straightforward, and more importantly, they are specific to X32, thus
    should be safe to apply.
    
    Other than that, rather a collection of small fixes:
    - Removal of the code that blocks too long at closing the OSS
      sequencer client (which was spotted by syzkaller, unsurprisingly)
    - Fixes races at HD-audio HDMI i915 audio binding
    - a few HDSP/HDPM zero-division fixes
    - Quirks for HD-audio and USB-audio as usual
    
  • media/v4.5-4
    media fixes for v4.5-rc7
    
  • pm+acpi-4.5-rc7
    Power management and ACPI fixes for v4.5-rc7
    
     - Prevent the graph tracer from crashing when used over
       suspend-to-RAM on x86 by pausing it before invoking
       do_suspend_lowlevel() and un-pausing it when that function
       has returned (Todd Brandt).
    
     - Fix build issues in the qoriq and mediatek cpufreq drivers
       related to broken dependencies on THERMAL (Arnd Bergmann).
    
    /
    
  • v3.18.28
    0f67c5be · Linux 3.18.28 ·
    Linux 3.18.28
    
  • v4.1.19
    b9a9cfdb · Linux 4.1.19 ·
    Linux 4.1.19