Tags

Tags give the ability to mark specific points in history as being important
  • acpi-4.10-rc6

    ACPI fixes for v4.10-rc6
    
     - Revert a recent change that added an ACPI video blacklist entry
       for HP Pavilion dv6 as it turned to introduce backlight handling
       regressions on some systems (Hans de Goede).
    
     - Fix locking in the ACPICA core to avoid deadlocks related to table
       loading that were exposed by a recent change in that area (Lv Zheng).
    
  • pm-4.10-rc6

    Power management fixes for v4.10-rc6
    
     - Revert the recent change that caused suspend-to-idle to be used
       as the default suspend method on systems where it is indicated to
       be efficient by the ACPI tables, as that turned out to be premature
       and introduced suspend regressions on some systems with missing
       power management support in device drivers (Rafael Wysocki).
    
     - Fix up the intel_pstate driver to take changes of the global
       limits via sysfs correctly when the performance policy is used
       which has been broken by a recent change in it (Srinivas Pandruvada).
    
  • v4.9.6

    09f886dc · Linux 4.9.6 ·
    This is the 4.9.6 stable release
    
  • v4.4.45

    ef30573e · Linux 4.4.45 ·
    This is the 4.4.45 stable release
    
  • mac80211-for-davem-2017-01-24

    A single fix, for a sleeping context problem found by LTP.
    
  • qcom-arm64-for-4.11

    Qualcomm ARM64 Updates for v4.11
    
    * Add Vol+ support for DB820C and APQ8016
    * Add HDMI audio support for APQ8016
    * Fix DB820C GPIO pinctrl name
    * Enable WCNSS on MSM8916
    * Add SCM node for MSM8996
    * Use fixed XO clock on MSM8916
    
  • qcom-dts-for-4.11

    Qualcomm Device Tree Changes for v4.11
    
    * Add Coresight components for APQ8064
    * Fixup PM8058 nodes
    * Add APQ8060 gyro and accel support
    * Enable SD600 HDMI support
    * Add RIVA supprort for Sony Yuga and SD600
    * Add PM8821 support
    * Add MSM8974 ADSP, USB gadget, SMD, and SMP2P support
    * Fix IPQ8064 clock frequencies
    
  • qcom-defconfig-for-4.11

    Qualcomm ARM Based defconfig Updates for v4.11
    
    * Enable APQ8060 Dragonboard related devices
    * Enable AHCI, PCIE, USB, thermal sensors, and ATL1C related configs
    * Enable RPM/RPM-SMD clocks
    
  • qcom-drivers-for-4.11

    Qualcomm ARM Based Driver Updates for v4.11
    
    * Fix issues with SCM compile testing
    * Add SCM set remote state API
    * Mask APQ8064 SCM clock dependency issue
    * Add Qualcomm DMA folder to MAINTAINERS
    * Fix EBI2 dependencies
    
  • gpio-v4.10-3

    GPIO fixes for v4.10:
    
    - Fix a lockdep issue: the threaded irqchips also need their unique
      key, and take this opportunity to get rid of the horrible macro and
      replace it with a static inline.
    
  • drm-intel-next-2017-01-23

    Final block of feature work for 4.11:
    
    - gen8 pd cleanup from Matthew Auld
    - more cleanups for view/vma (Chris)
    - dmc support on glk (Anusha Srivatsa)
    - use core crc api (Tomue)
    - track wedged requests using fence.error (Chris)
    - lots of psr fixes (Nagaraju, Vathsala)
    - dp mst support, acked for merging through drm-intel by Takashi
      (Libin)
    - huc loading support, including uapi for libva to use it (Anusha
      Srivatsa)
  • iio-for-4.11b

    Second round of IIO new device support, cleanups and features for the 4.11 cycle
    
    New device support:
    * lsm6dsx imu
      - new driver and bindings.
    * max11100 adc
      - new driver and bindings.
    * tlc4541
      - new driver
    * tmp007 thermopile
      - new driver.
    
    Core
    * in kernel interfaces
      - pass through raw values if no scaling provided and a processed value is
        requested.
    * trigger
      - close a race condition in acquiring trigger reference.
      - constify device_type structures.
      - rework the viio_trigger_alloc function to be much neater and easier to
      read.
      - free trigger resources correctly on some error paths. Avoids putting a
      module we don't have.
    
    Documentation
    * ABI
      - specify a unit for proximity measurements.
    
    Cleanups and features
    * ads1015
      - constify iio_info structure.
    * ads7950 cleanups following merge in previous pull
      - Add device tree bindings
      - Drop the ti prefix from the module name in common with other drivers.
      - Change regulator name to vref to match datasheet and other drivers.
    * ak8974
      - remove a redundant zero timeout check.
    * bmi160
      - use variable names for sizeof instead of types.
    * cm3605
      - mark PM functions as __maybe_unused to avoid a build warning.
    * isl29028 (on it's way towards moving out of staging).
      - alignment fixes and newline improvements.
      - combine proxim_get and read_proxim for simpler code.
      - drop unused ISL29028_DEV_ATTR macro
      - move some error logging into functions to cut out repitition.
      - make error messages more consistent.
      - tidy up some brackets.
      - drop the enable flag that nothing uses.
      - only set proximity rate and ALS scale when relevant channel type is enabled.
      - runtime pm support.
    * lsm6dsx
      - fix wrong values for gyro sensitivitiy.
    * mag3110
      - claim direct mode during sysfs reads to avoid a race condition.
    * max1363
      - export OF device table IDs as module aliases.
    * max30100
      - use msleep for long uncritical delays.
    * mcp4531
      - export OF device table as module aliases.
    * ms5611
      - claim direct mode during sysfs reads to avoid a race condition.
    * opt3001
      - export OF device table as module aliases.
    * sx9500
      - claim direct mode during oversampling changes to avoid a race condition.
    
  • v4.10-rc5

    7a308bb3 · Linux 4.10-rc5 ·
    Linux 4.10-rc5
    
  • iio-fixes-for-4.10b

    Second set of IIO fixes for the 4.10 cycle.
    * afe4403
      - retrieve valid iio_dev in suspend / resume. Previously using the wrong
        dev for a call to dev_to_iio_dev.
    * afe4404
      - retrieve valid iio_dev in suspend / resume. Previously using the wrong
        dev for a call to dev_to_iio_dev.
    * dht11
      - Something seems to have caused a regression in timing on the raspberry pi
        2B.  However, the bug that it threw up was real. msleep was occasionally
        resulting in very long sleeps, over the limit possible to read from this
        chip. Switch to usleep_range to avoid this.  The timing needed by this
        part is very fiddly.
    * max30100
      - wrong parenthesis around fifo count check meant it always read after the
        almost_full state had been reached. I've tagged this with a fixes tag which
        covers the last patch that it will not need precursor patches.  The bug
        predates that but will need backporting.
    * palmas_gpadc.
      - retrieve valid iio_dev in suspend / resume. Previously using the wrong
        dev for a call to dev_to_iio_dev.
    
  • v4.4.44

    a7dd347a · Linux 4.4.44 ·
    This is the 4.4.44 stable release
    
  • v4.9.5

    40bf0662 · Linux 4.9.5 ·
    This is the 4.9.5 stable release