Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • pm+acpi-4.3-rc4
    Power management and ACPI material for v4.3-rc4
    
     - intel_idle driver fixup for the recently added Skylake chips
       support (Len Brown).
    
     - Operating Performance Points (OPP) library fix related to the
       recently added support for new DT bindings and a fix for a typo
       in a comment (Viresh Kumar, Stephen Boyd).
    
     - ACPI EC driver fix for a recently introduced memory leak in an
       error code path (Lv Zheng).
    
     - ACPI PCI IRQ management fix for the issue where an ISA IRQ is
       shared with a PCI device which requires it to be configured in a
       different way and may cause an interrupt storm to happen as a
       result with an extra ACPI SCI IRQ handling simplification on top
       of it (Jiang Liu).
    
     - Update of the PCI power management documentation that became
       outdated and started to actively confuse the readers to make
       it actually reflect the code (Rafael J Wysocki).
    
     - turbostat fixes including an IVB Xeon regression fix (related to
       the --debug command line option), Skylake adjustment for the TSC
       running at a frequency that doesn't match the base one exactly,
       and a Knights Landing quirk to account for the fact that it only
       updates APERF and MPERF every 1024 clock cycles plus bumping up
       the turbostat version number (Len Brown, Hubert Chrzaniuk).
    
    /
    
  • ubuntu-qcom-dragonboard410c-15.09
    96boards.org 15.09
  • v3.18.22
    ac6d8ef9 · Linux 3.18.22 ·
    Linux 3.18.22
    
  • wireless-drivers-for-davem-2015-10-01
    ath9k:
    
    * declare required extra tx headroom
    
    ath10k:
    
    * fix DMA related firmware crashes on multiple devices
    
    rt2800usb:
    
    * add usb ID 1b75:3070 for Airlive WT-2000USB
    
    b43:
    
    * probe bcma core (device) rev 0x15
    
  • v3.10.90
    f5552cd8 · Linux 3.10.90 ·
    This is the 3.10.90 stable release
    
  • v3.14.54
    1230ae0e · Linux 3.14.54 ·
    This is the 3.14.54 stable release
    
  • drm-intel-fixes-2015-10-01
  • drm-intel-next-2015-09-28-merged
  • v4.2.2
    7659db32 · Linux 4.2.2 ·
    This is the 4.2.2 stable release
    
  • v4.1.9
    cbc89089 · Linux 4.1.9 ·
    This is the 4.1.9 stable release
    
  • phy-for-4.3-rc
    phy: for 4.3-rc
    
    *) Fix compiler error in qcom-ufs when it is built as module
    *) Power down rockchip-usb PHY during probe to save power consumption
    *) Fix module autoload for berlin-sata PHY driver
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • drm-intel-next-2015-09-28
    - fastboot by default for some systems (Maarten Lankhorts)
    - piles of workarounds for bxt and skl
    - more fbc work from Paulo
    - fix hdmi hotplug detection (Sonika)
    - first few patches from Ville to parametrize register macros, prep work for
      typesafe mmio functions
    - prep work for nv12 rotation (Tvrtko Ursulin)
    - various other bugfixes and improvements all over
  • v4.3-rc3
    9ffecb10 · Linux 4.3-rc3 ·
    Linux 4.3-rc3
    
  • staging-4.3-rc3
    Staging driver fixes for 4.3-rc3
    
    Here are some tiny staging driver and documentation fixes for 4.3-rc3.
    
    All of these resolve reported issues that people have found and have
    been in the linux-next tree for a while with no problems.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • sound-4.3-rc3
    sound fixes for 4.3-rc3
    
    This ended up with a larger set of fixes than wished, unfortunately.
    As diffstat shows, the majority of changes are for various ASoC
    drivers (Realtek, Wolfson codec drivers, etc), in addition to a couple
    of HD-audio regression fixes.  All these are reasonably small and
    nothing to scare much.
    
  • devicetree-fixes-for-4.3
    DeviceTree fixes for 4.3:
    
    - Silence bogus warning for of_irq_parse_pci
    - Fix typo in ARM idle-states binding doc and dts files
    - Various minor binding documentation updates
    
  • asoc-v4.3-rc2
    ASoC: Updates for v4.4
    
    A first batch of updates targetted at v4.4.  There are no substantial
    core fixes here, the biggest block of changes is updates to the rcar
    drivers and the addition of a CODEC driver for the AK4613.
    
  • topic/drm-misc-2015-09-25
  • asoc-fix-v4.3-rc2
    ASoC: Fixes for v4.3
    
    A disappointingly large set of fixes, though none of them very big and
    very widely spread over many different drivers.  Nothing especially
    stands out, it's mostly all device specific and relatively minor.
    
  • iio-for-4.4a
    First round of new driver, new functionality and cleanups for IIO in the 4.4 cycle
    
    New device support
    * APDS9960 ALS + proximity driver
    * bmg160 SPI devices.
    * HDC100x humidity sensors
    * Holt HI-8435 threshold detector
    * mma8453Q accelerometer added to the mma8452 driver
    * mma86452FC and mma8653FC accelerometers added to the mma8452 driver
    * mxc4005 accelerometer
    * PulsedLight LIDAR
    * SensorTech VZ89x volatile organic compound sensor
    * UPISEMI uS5182d ALS and proximity sensors
    
    New core functionality
    * triggered events - use triggers to check for changes in threshold type
      detectors on devices with out interrupt support.  First user is the holt
      comparator.
    * chemical concentration and resistance channel types.
    
    New driver functionality
    * vf610
      - buffer support.
      - followup coccinelle warning fix.
    
    Core rework
    * buffers
      - break out callback buffer to own module.
      - move buffer implementations to a new subdirectory
    * percolate the error code form iio_event_getfd out to userspace
      rather than giving a missleading error later on.
    
    Cleanups
    * adddac drivers
      - use BIT macro where appropriate.
    * meter drivers
      - use BIT macro where appropriate.
    
    * ad7303
     - add an OF match table to line up with the binding docs.
    * adc128s052
      - add an OF match table to line up with the binding docs.
    * adf4350
      - add an OF match table to line up with the binding docs
    * as3935
      - add an OF match table to line up with the binding docs.
    * berlin2-adc
      - use GENMASK and BIT for masks
      - prevent attempting to sample multiple channels at once by moving a
        mutex scop
      - coding style cleanups
    * bmg150_magn
      - kconfig sort order was wrong - fix it.
    * bmg160
      - use i2c regmap and drop all uses of i2c_client
      - separate i2c and core driver
    * cc10001_adc
      - kconfig sort order was wrong - fix it.
    * evgen (dummy driver helper module)
      - move interrupt generation to irq_work to reduce differences between
        the dummy driver and real hardware drivers.
    * hmc5843
      - set the name dynamically rather than to a fixed value for one of the
        suported parts.
      - export module alias information to allow autoprobing of module.
    * lpc32xx
      - on failure to get resource or irq return -ENXIO as uppose to -EBUSY
    * max1027
      - set .of_match_table to actually allow OF style matching.
    * max5821
      - add MODULE_DEVICE_TABLE for OF table.
    * mma8452
      - refactor to separate out chip specific data.
      - add freefall / motion interrupt source for devices that do their
        interrupts slightly differently.
      - update copywrite notice.
      - leave naming of events directory in sysfs to the core
    * mcp320x
      - set .of_match_table so that it can be use for OF style matching.
    * mlx90614
      - Implement filter configuration (note the datasheet changed as a result
        of the driver reviews to include the values we needed ;)
    * opt3001
      - drop .owner field as assigned by platform driver core.
    * si7020
      - replace a bitmask on the humidity values with a more correct range
        check.
    * stk310
      - improved error handling.
      - use BIT macro where appropriate and use the resulting defines
        instead of magic numbers in the code.
      - fix indentation
    * st-sensors
      - add debugfs register read hook
    * tsl4531
      - fix error handling in check_id
    * twl6030
      - fix module autoload for OF
    * iio-trig-sysfs
      - document add and remove attribute
    * trigger in staging
      - code alignment fixes.
      - braces on both branches of if statement if needed for one.
    * xilinx-xadc
      - push interrupts into hardirq context as there isn't much in them
        any more and it avoids breaking PREEMPT_RT builds due to the use
        of a spinlock between the hardirq and the thread.
    
    Tools
    * event-monitor
      - report unsupported events.  We keep expanding what can come from drivers
        so give a helpful error if one turns up in an out of date userspace
        program.
    * generic-buffer
      - helpful message about needing to enable a channel to start the buffer.