Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-2014-03-07

    - fine-grained display power domains for byt (Imre)
    - runtime pm prep patches for !hsw from Paulo
    - WiZ hashing flag updates from Ville
    - ppgtt setup cleanup and enabling of full 4G range on bdw (Ben)
    - fixes from Jesse for the inherited intial config code
    - gpu reset code improvements from Mika
    - per-pipe num_planes refactoring from Damien
    - stability fixes around bdw forcewake handling and other bdw w/a from Mika and
      Ken
    - and as usual a pile of smaller fixes all over
  • sound-3.14-rc6

    sound fixes for 3.14-rc6
    
    Just a few device-specific quirks for HD-audio and USB-audio, most of
    which are one-liners.
    
  • v3.13.6

    404df65d · Linux 3.13.6 ·
    This is the 3.13.6 stable release
    
  • v3.10.33

    6969595f · Linux 3.10.33 ·
    This is the 3.10.33 stable release
    
  • iio-for-3.15c

    Third IIO new drivers and cleanups series for 3.15.
    
    New driver
    * Xilinx XADC driver -  This has been ready for a while but was awaiting
      a device tree ack (or as it turns out 3+ weeks).
    
    Cleanup
    * Drop some unreachable code from mag3110 highlighted by smatch.
    
    Fix
    * vf610 - introduced this cycle - put a possible negative error code
      into an unsigned long. Another smatch find - this one promoted by
      guilt that Dan was busy fixing all our messups.
    
  • pinctrl-v3.14-3

    A set of pin control fixes for the v3.14 series:
    
    - Fix chained interrupts, interrupt masking and register offset
      calculation for the sunxi driver.
    
    - Make MSM a bool rather than a tristate to stop build problems
      to happen - chained interrupt controllers cannot currently be
      defined in modules.
    
    - Fix a clock in the PFC driver.
    
    - Fix a kernel panic in the sirf driver.
    
  • regulator-v3.14-rc5

    regulator: Fixes for v3.14-rc5
    
    A couple of fixes here which ensure that regulators using the core
    support for GPIO enables work in all cases by ensuring that helpers are
    used consistently rather than open coding in places and hence not having
    GPIO support in some of them.
    
  • sunxi-dt-for-3.15

    Allwinner DT patches for 3.15, take 1:
      - Add SPI controllers for all the SoCs
      - Add various missing aliases
      - Add USB clocks nodes
      - Addition of the GMAC support
      - Introduction of the pcDuino board
      - A few DT cleanup patches: change of compatibles,
    
  • sunxi-fixes-for-3.14

    Two fixes for device trees additions that got added in 3.14. One fixes the
    interrupt types of some IPs, the other fixes up a compatible that got
    introduced during 3.14
    
  • v3.14-rc5

    0414855f · Linux 3.14-rc5 ·
    Linux 3.14-rc5
    
  • pm+acpi-3.14-rc5

    ACPI and power management fixes for 3.14-rc5
    
     - One of the recent intel_pstate driver fixes introduced a rounding
       error that on some systems causes the frequency to be stuck at the
       lowest level forever.  Fix from Dirk Brandewie.
    
     - The firmware_class driver's PM notifier doesn't handle the
       PM_RESTORE_PREPARE event during hibernation image restore and that
       leads to a deadlock on umhelper_sem in __usermodehelper_disable().
       Fix from Sebastian Capella.
    
     - acpi_processor_set_throttling() abuses set_cpus_allowed_ptr() in a
       nasty way which triggers the WARN_ON_ONCE() in wq_worker_waking_up()
       among other things.  Fix from Lan Tianyu.
    
    /
    
  • sound-3.14-rc5

    sound fixes for 3.14-rc5
    
    It's a bad habit to get a higher volume of fixes often lately, but
    things happen again.  All commits found here are real bug fixes,
    and are mostly trivial.  Most of changes in ASoC are the fixes for
    enum items due to the wrong API usages, in addition to a few DAPM
    mutex deadlock and other fixes.  In HD-audio, only fixups for HP
    laptops.  Although diffstat shows much, the changes are simple:
    there are just so many different device entries there.
    
  • asoc-v3.14-rc4-2

    ASoC: Updates for v3.14
    
    A few more driver specific bug fixes, all driver specific things that
    only affect users of those devices.
    
  • drm/dp-aux-for-3.15-rc1

    drm: DisplayPort AUX framework for v3.15-rc1
    
    This series of patches implements a small framework that abstracts away
    some of the functionality that the DisplayPort AUX channel provides. It
    comes with a set of generic helpers that use the driver implementations
    to reduce code duplication.
    
  • fixes-for-3.14d

    Fourth set of IIO fixes for the 3.14 kernel.
    
    A single line patch fixing a regression that was introduced in 3.13 in the
    reworking of the mxs touch screen and ADC drivers to be interrupt rather
    than polling driven.  It resulted in a stray double reporting of the release
    coordinate in the touch screen driver.  The bug lay in the adc side
    of the driver which left the statemachine in the wrong state.
    
  • v3.14-rc4

    cfbf8d48 · Linux 3.14-rc4 ·
    Linux 3.14-rc4
    
  • iio-for-3.15b

    Second round of IIO new driver, functionality and cleanups for the 3.15 series.
    
    There are a few fixes in here that might, earlier in a cycle, have gone
    to Greg as fixes. Given they are either minor or have never actually
    been observed as causing trouble (the locking bug in the event code) and
    are invasive, I have included them in this pull request, targeting the
    3.15 merge window instead.
    
    The rest are pretty uncontroversial new drivers, a handy little tool for
    the example code in our documentation and little cleanups.
    
    New drivers
    * Freescale Vybrid and i.MX6SLX ADC driver.
    * HID Sensor hub proximity sensors.
    * HID Sensor hub pressure sensors.
    * LPS25H Pressure sensors added to the ST micro pressure sensor driver.
    
    New functionality
    * lsiio tool.  This is added to the staging tree as we haven't yet moved
      the example code it sits with out.  Moving this code out is now a reasonably
      high priority but holding up this tool in the meantime did not seem
      worthwhile.
    * mag3110 - add missing scale factor for temperature output to userspace.
    
    Cleanups
    * Fix a bug in the event reporting in which a spin lock might be held over
      when a sleep occured.  A similar bug was found by Lars in the buffer code.
      It has not to our knowledge been observed as actually occuring and is
      a little too invasive to push out as a fix.
    * Drop the IIO_ST macro after clearing out all users.  This macro was a very
      bad idea leading to a number of bugs after it stopped covering all elements
      of the structure being assigned and people started making assumptions about
      what it did cover.  Glad to see it go!
    * Avoid applying extended name to shared attributes as it makes no sense.
      No in tree drivers were using the combination, hence not pushed out as
      a fix.
    * ad799x - move to devm_request_threaded_irq to reduce boilerplate clean up.
    * bma180 - make the low_pass_filter_3db_frequency info element shared rather
      than per attribute.  The old approach was valid but not as clean as it might
      be and was setting a bad example.  Hence the cleanup.
    * mxs-lradc - propogate the error code form a platform_get_irq call rather than
      eating it up by returning -EINVAL on all errors.
    * ad799x - typo fix in the copyright message. Either that or Michael was
      asserting a copyright that moved backwards in time by about a thousand years.
    * ad799x - use a regulator for vref rather than platform data.  The driver
      dates from just as the regulator framework was coming into common use so
      provides an alternative way of specifying the reference voltage.  We no
      longer need that approach so drop it in favour of a regulator only approach.
    * max1363 - some internal vref values were out by a small amount.  The effect
      would have been tiny and no one noticed hence not pushing this through as
      a fix.
    * core - replace some pointless goto error_ret (with no clean up) lines with
      direct returns.  This is my bad coding style so I'm glad to see it cleaned
      up.
    * core - avoid a kasprintf that just directly prints a string with no
      formatting elements.  This has always been there but Lars just noticed it.
      Oops.
    
  • asoc-v3.14-rc4

    ASoC: Fixes for v3.14
    
    A somewhat large set of fixes here due to the identification of some
    systematic problems with hard to use APIs in the subsystem.  Takashi did
    a lot of work to address the enumeration API which uncovered a number of
    off by one bugs caused by confusing APIs while Charles addressed issues
    in the locking around DAPM.