Tags

Tags give the ability to mark specific points in history as being important
  • regulator-v3.16-rc2

    regulator: Fixes for v3.16
    
    Several driver specific fixes here, the palmas fixes being especially
    important for a range of boards - the recent updates to support new
    devices have introduced several regressions.
    
  • mfd-fixes-3.16

    Couple of simple fixes due for the v3.16 -rcs.
    
  • sound-3.16-rc3

    sound fixes for 3.16-rc3
    
    Here includes a few patchset for fixing mostly HD-audio issues in
    addition to a patch assuring the compress API bytes alignment and a
    fix for the die-hard existing race condition at USB-audio
    disconnection.  The volume looks big in Realtek HD-audio code, but
    it's just a translation of the fixup tables, and the actual changes
    are rather trivial.
    
  • v3.15.2

    ee0a7915 · Linux 3.15.2 ·
    This is the 3.15.2 stable release
    
  • v3.14.9

    47026b1f · Linux 3.14.9 ·
    This is the 3.14.9 stable release
    
  • v3.10.45

    7ab9233c · Linux 3.10.45 ·
    This is the 3.10.45 stable release
    
  • v3.4.95

    12470e74 · Linux 3.4.95 ·
    This is the 3.4.95 stable release
    
  • v3.12.23

    85ee5c00 · Linux 3.12.23 ·
    This is the 3.12.23 stable release
    
  • versatile-for-3.17

    DT IRQ and clock support for Versatile platforms
    
  • iommu-fixes-v3.16-rc1

    IOMMU Fixes for Linux v3.16-rc1
    
    	* Fix VT-d regression with handling multiple RMRR entries per
    	  device
    	* Fix a small race that was left in the mmu_notifier handling in
    	  the AMD IOMMUv2 driver
    
  • v3.16-rc2

    a497c3ba · Linux 3.16-rc2 ·
    Linux 3.16-rc2
    
  • drm-intel-next-2014-06-20

    - Accurate frontbuffer tracking and frontbuffer rendering invalidate, flush and
      flip events. This is prep work for proper PSR support and should also be
      useful for DRRS&fbc.
    - Runtime suspend hardware on system suspend to support the new SOix sleep
      states, from Jesse.
    - PSR updates for broadwell (Rodrigo)
    - Universal plane support for cursors (Matt Roper), including core drm patches.
    - Prefault gtt mappings (Chris)
    - baytrail write-enable pte bit support (Akash Goel)
    - mmio based flips (Sourab Gupta) instead of blitter ring flips
    - interrupt handling race fixes (Oscar Mateo)
    
    And old, not yet merged features from the previous round:
    - rps/turbo support for chv (Deepak)
    - some other straggling chv patches (Ville)
    - proper universal plane conversion for the primary plane (Matt Roper)
    - ppgtt on vlv from Jesse
    - pile of cleanups, little fixes for insane corner cases and improved debug
      support all over
  • mfd-gpio-v3.17

    Immutable branch between MFD and GPIO for v3.17.
    
  • pm+acpi-3.16-rc2

    ACPI and power management updates for 3.16-rc2
    
     - Fix for an ia64 regression introduced during the 3.11 cycle by a
       commit that modified the hardware initialization ordering and made
       device discovery fail on some systems.
    
     - Fix for a build problem on systems where the cpufreq-cpu0 driver
       is built-in and the cpu-thermal driver is modular from Arnd Bergmann.
    
     - Fix for a recently introduced computational mistake in the
       intel_pstate driver that leads to excessive rounding errors from
       Doug Smythies.
    
     - Fix for a failure code path in cpufreq_update_policy() that fails
       to unlock the locks acquired previously from Aaron Plattner.
    
     - Fix for the cpuidle mvebu driver to use shorter state names which
       will prevent the sysfs interface from returning mangled strings.
       From Gregory Clement.
    
     - ACPI LPSS driver fix to make sure that the I2C controllers
       included in BayTrail SoCs are not held in the reset state while
       they are being probed from Mika Westerberg.
    
     - New kernel command line arguments making it possible to build
       kernel images with hibernation and kASLR included at the same
       time and to select which of them will be used via the command
       line (they are still functionally mutually exclusive, though).
       From Kees Cook.
    
     - ACPI battery driver quirk for Acer Aspire V5-573G that fails
       to send battery status change notifications timely from
       Alexander Mezin.
    
     - Two ACPI core cleanups from Christoph Jaeger and Fabian Frederick.
    
    /
    
  • v2.6.32.63

    02560982 · Linux 2.6.32.63 ·
    This is the 2.6.32.63 stable release
    
  • iio-for-3.17a

    First round of new drivers, cleanups and functionality for the 3.17 cycle.
    
    New drivers
    * t5403 barometric pressure sensor
    * kxcjk1013 accelerometer (with a locking followup fix).
    * ak09911 digital compass
    
    Documentation
    * ABI docs for proximity added (interface has been there a long time but
      somehow snuck through without being documented)
    * Move iio-trig-sysfs documentation out of staging (got left behind when
      the driver moved some time ago).
    
    Cleanups
     * drop the timestamp argument from iio_trigger_poll(_chained) as
       nothing has been done with it for some time.
     * ad799x kerneldoc for ad799x_chip brought up to date.
     * replace a number of reimplementations of the GENMASK macro and
       use the BIT macro to cleanup a few locations.
     * bring the iio_event_monitor example program up to date with new
       device types.
     * fix some incorrect function prototypes in iio_utils.h example code.
     * INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGERED fix in docs. This
       got left behind after we renamed it a long time back.
     * fix error handling in the generic_buffer example program.
     * small tidy ups in the iio-trig-periodic-rtc driver.
     * Allow reseting iio-trig-periodic-rtc frequency to 0 (default) after
       it has changed.
     * Trivial tidy ups in coding style in iio_simply_dummy
    
  • sound-3.16-rc2

    sound fixes for 3.16-rc2
    
    The significant part here is a few security fixes for ALSA core
    control API by Lars.  Besides that, there are a few fixes for ASoC
    sigmadsp (again by Lars) for building properly, and small fixes for
    ASoC rsnd, MMP, PXA and FSL, in addition to a fix for bogus WARNING in
    i915/HD-audio binding.