Tags

Tags give the ability to mark specific points in history as being important
  • asoc-v3.18-rc5

    ASoC: Fixes for v3.18
    
    As well as the usual driver fixes there's a few other things here:
    
    One is a fix for a race in DPCM which is unfortuantely a rather large
    diffstat, this is the result of growing usage of the mainline code and
    hence more detailed testing so I'm relatively happy.
    
    The other is a fix for non-DT machine driver matching following some of
    the componentization work which is much more focused.
    
    Both have had a while to cook in -next.
    
  • v3.18-rc5

    fc14f9c1 · Linux 3.18-rc5 ·
    Linux 3.18-rc5
    
  • iio-fixes-for-3.18c

    Third set of IIO fixes for the 3.18 cycle.
    
    Most of these are fairly standard little fixes, a bmc150 and bmg160 patch
    is to make an ABI change to indicated a specific axis in an event rather
    than the generic option in the original drivers.  As both of these drivers
    are new in this cycle it would be ideal to push this minor change through
    even though it isn't strictly a fix.  A couple of other 'fixes' change
    defaults for some settings on these new drivers to more intuitive calues.
    Looks like some useful feedback has been coming in for this driver
    since it was applied.
    
    * IIO_EVENT_CODE_EXTRACT_DIR bit mask was wrong and has been for a while
      0xCF clearly doesn't give a contiguous bitmask.
    * kxcjk-1013 range setting was failing to mask out the previous value
      in the register and hence was 'enable only'.
    * men_z188 device id table wasn't null terminated.
    * bmg160 and bmc150 both failed to correctly handling an error in mode
      setting.
    * bmg160 and bmc150 both had a bug in setting the event direction in the
      event spec (leads to an attribute name being incorrect)
    * bmg160 defaulted to an open drain output for the interrupt - as a default
      this obviously only works with some interrupt chips - hence change the
      default to push-pull (note this is a new driver so we aren't going to
      cause any regressions with this change).
    * bmc150 had an unintuitive default for the rate of change (motion detector)
      so change it to 0 (new driver so change of default won't cause any
      regressions).
    
  • v3.17.3

    7623e244 · Linux 3.17.3 ·
    This is the 3.17.3 stable release
    
  • v3.14.24

    9c3da881 · Linux 3.14.24 ·
    This is the 3.14.24 stable release
    
  • v3.10.60

    be701888 · Linux 3.10.60 ·
    This is the 3.10.60 stable release
    
  • pm+acpi-3.18-rc5

    ACPI and power management fixes for 3.18-rc5
    
     - Fix a crash in the suspend-to-idle code path introduced by a
       recent commit that forgot to check a pointer against NULL before
       dereferencing it (Dmitry Eremin-Solenikov).
    
     - Fix a boot crash on Exynos5 introduced by a recent commit making
       that platform use generic Device Tree bindings for power domains
       which exposed a weakness in the generic power domains framework
       leading to that crash (Ulf Hansson).
    
     - Fix a crash during system resume on systems where cpufreq depends
       on Operation Performance Points (OPP) for functionality, but
       CONFIG_OPP is not set.  This leads the cpufreq driver registration
       to fail, but the resume code attempts to restore the pre-suspend
       cpufreq configuration (which does not exist) nevertheless and
       crashes.  From Geert Uytterhoeven.
    
     - Add a new ACPI blacklist entry for Dell Vostro 3546 that has
       problems if it is reported as Windows 8 compatible to the BIOS
       (Adam Lee).
    
     - Fix swapped arguments in an error message in the cpufreq-dt
       driver (Abhilash Kesavan).
    
     - Fix up the prototypes of new callbacks in struct generic_pm_domain
       to make them more useful.  Users of those callbacks will be added
       in 3.19 and it's better for them to be based on the correct struct
       definition in mainline from the start.  From Ulf Hansson and
       Kevin Hilman.
    
    /
    
  • sound-3.18-rc5

    sound fixes for 3.18-rc5
    
    Things get calming down, now we have only a few fix patches:
    a trivial fix for memory leak in usb-audio, a patch for the new
    HD-audio PCI id, a device-specific mute-LED fix, and a slightly big
    patch to cover the missing COEF inits of various Realtek codecs.
    
  • phy-dt-header

    shared header file which will be referenced from both
    PHY driver and its associated Device Tree node(s)
    
  • mac80211-for-john-2014-11-10

    This has just one fix, for an issue with the CCMP decryption
    that can cause a kernel crash. I'm not sure it's remotely
    exploitable, but it's an important fix nonetheless.
    
  • v3.18-rc4

    206c5f60 · Linux 3.18-rc4 ·
    Linux 3.18-rc4
    
  • media/v3.18-rc4

    media fixes for v3.18-rc4
    
  • drm-intel-next-2014-11-07

    - skl watermarks code (Damien, Vandana, Pradeep)
    - reworked audio codec /eld handling code (Jani)
    - rework the mmio_flip code to use the vblank evade logic and wait for rendering
      using the standard wait_seqno interface (Ander)
    - skl forcewake support (Zhe Wang)
    - refactor the chv interrupt code to use functions shared with vlv (Ville)
    - prep work for different global gtt views (Tvrtko Ursulin)
    - precompute the display PLL config before touching hw state (Ander)
    - completely reworked panel power sequencer code for chv/vlv (Ville)
    - pre work to split the plane update code into a prepare and commit phase
      (Gustavo Padovan)
    - golden context for skl (Armin Reese)
    - as usual tons of fixes and improvements all over
  • regulator-v3.18-rc3

    regulator: Fixes for v3.18
    
    More changes than I'd like here, most of them for a single bug repeated
    in a bunch of drivers with data not being initialized correctly, plus a
    fix to lower the severity of a warning introduced in the last merge
    window which can legitimately go off so we don't want to alarm users
    excessively.
    
  • sound-3.18-rc4

    sound fixes for 3.18-rc4
    
    This update contains mostly only fixes for Realtek HD-audio codec
    driver in addition to a long-standing sysfs warning bug fix for
    USB-audio.  One significant fix for Realtek codecs is the update of
    EAPD init codes.  This avoids invalid COEF setups for some codec
    models and may fix "lost sound" in some cases.  The rest are a bit
    high volume but only new quirks and ALC668-specific COEF tables.