Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • wireless-drivers-for-davem-2016-03-04
    wireless-drivers fixes for 4.5
    
    iwlwifi
    
    * free firmware paging memory when the module is unloaded or device removed
    * fix pending frames counter to fix an issue when removing stations
    
    ssb
    
    * fix a build problem related to ssb_fill_sprom_with_fallback()
    
  • v4.4.4
    c252409a · Linux 4.4.4 ·
    This is the 4.4.4 stable release
    
  • v3.14.63
    e4192812 · Linux 3.14.63 ·
    This is the 3.14.63 stable release
    
  • v3.10.99
    e39c1790 · Linux 3.10.99 ·
    This is the 3.10.99 stable release
    
  • gpio-v4.5-3
    Late GPIO fix:
    - Fix a runtime PM suspend/resume bug in the RCAR driver
    
  • iommu-fixes-v4.5-rc6
    IOMMU Fixes for Linux v4.5-rc6
    
    Including one fix for Intel VT-d:
    
    	* Use BUS_NOTIFY_REMOVED_DEVICE notifier to unbind a device from
    	  its domain _after_ it has been unbound from its driver. This
    	  fixes a BUG_ON being triggered in the PCI hotplug path.
    
    And three for AMD IOMMU:
    
    	* Add a workaround for a hardware issue with ATS in use
    
    	* Fix ATS enable/disable balance when a device is removed
    
    	* Fix a boot warning being triggered when the system has IOMMU
    	  performance counters and PCI device 00:00.0 is not covered by
    	  the IOMMU
    
  • mac80211-for-davem-2016-03-02
    Here are a few more fixes for the current cycle:
     * check GCMP encryption vs. fragmentation properly; we'd found
       this problem quite a while ago but waited for the 802.11 spec
       to be updated
     * fix RTS/CTS logic in minstrel_ht
     * fix RX of certain public action frames in AP mode
     * add mac80211_hwsim to MAC80211 in MAINTAINERS, this helps
       the kbuild robot pick up the right tree for it
    
  • drm-intel-fixes-2016-03-03
  • phy-for-4.6
    phy: for 4.6
    
    *) Add driver for rockchip Display Port PHY
    *) Add driver for the Rockchip SoC internal eMMC PHY
    *) Add usb-uart functionality in rockchip-usb
    *) cleanup rcar usb2 PHY driver
    *) Fix for randconfig error
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • qcom-arm64-for-4.6
    Qualcomm ARM64 Updates for v4.6
    
    * Add MSM8996 support
    * Cleanups for MSM8916
    * Updates for APQ8016 SBC
    * Fixup pmic reg properties
    * Add RPMCC node for 8916
    * Add LPASS audio nodes
    * Add USB support on MSM8916
    
  • qcomlt-v4.4
    qcomlt-v4.4
  • debian-qcom-dragonboard410c-16.02
    Linaro 16.02 release
  • drm-intel-next-2016-02-29
    - fbc by default on hsw&bdw, thanks to great work by Paulo!
    - psr by default hsw,bdw,vlv&chv, thanks to great work by Rodrigo!
    - fixes to hw state readout vs. rpm issues (Imre)
    - dc3 fixes&improvements (Mika), this and above already cherr-pick to -fixes
    - first part of locking fixes from Tvrtko
    - proper atomic code for load detect (Maarten)
    - more rpm fixes from Ville
    - more atomic work from Maarten
  • v4.5-rc6
    fc77dbd3 · Linux 4.5-rc6 ·
    Linux 4.5-rc6
    
  • iio-for-4.6c
    Third set of IIO new device support, features and cleanups for the 4.6 cycle.
    
    Good to see several new contributors in this set - and more generally a
    number of new 'faces' over this whole cycle.
    
    Staging movements
    * hmc5843
      - out of staging.
    * periodic RTC trigger
      - driver dropped.  This is an ancient driver (brings back some memories ;)
      that was always somewhat of a bodge. Originally there was a driver that
      never went into mainline that supported large numbers of periodict timers
      on the PXA270 via this route. Discussions to have a generic periodic
      timer subsystem never went anywhere.  At the time RTC periodic
      interrupts were real - now they are emulated using high resolution
      timers so with the HRT driver this has become pointless.
    
    New device support
    * mpu6050 driver
      - Add support for the mpu6500.
    * TI tpl0102 potentiometer
      - new driver.
    * Vybrid SoC DAC
      - new driver.  The ADC on this SoC has been supported for a while, this
        adds a separate driver for the DAC.
    
    New Features
    * hmc5844
      - Attributes to configure the bias current (typically part of a self test)
        This could be done before via a somewhat obscure custom interface.
        This at least makes it easy to tell what is going on.
      - Document all custom attributes.
    * mpu6050
      - Add support for calibration offset control and readback.
    * ms5611
      - power regulator support.  This is always one that gets added the
        first time someone has a board that needs it.  Here it was needed,
        hence it was added.
    
    Cleanups / minor fixes
    * tree wide
      - clean up all the myriad different return values in response to a
        failure of i2c_check_functionality.  After discussions everyone seemed
        happy wiht -EOPNOTSUPP which seems to describe the situation well.
        I encouraged a tree wide cleanup to set a good example in future for
        this.
    * core
      - Typos in the iio_event_spec documentation in iio.h
    * afe4403
      - select REGMAP_SPI to avoid dependency issues
      - mark suspend/resume as __maybe_unused to avoid warnings
    * afe4404
      - mark suspend/resume as __maybe_unused to avoid warnings
    * atlas-ph-sensor
      - switch the regmap cache type from linear to rbtree to gain reading of
        registers on initial startup.  It's not immediately obvious, but
        regmap flat is meant for high performances cases so doesn't read these
        registers.
      - use regmap_bulk_read in one case where it was using
        i2c_smbus_read_i2c_block_data directly (unlike everything else that was
        through regmap).
    * ina2xx
      - stype cleanups (lots of them!)
    * isl29018
      - Get the struct device back from regmap rather than storing another
        copy of it in the private data.  This cleanup makes sense in a number
        of other drivers so patches may well follow.
    * mpu6050
      - style cleanups (lots of them!)
      - improved return value handling
      - use usleep_range to avoid the usual issues with very short msleeps.
      - add some missing documentation.
    * ms5611
      - use the probed device name for the device rather than the driver name.
      - select IIO_BUFFER to avoid dependency issues
    * palmas
      - drop IRQF_EARLY_RESUME as no longer needed after genirq changes.
    
  • v3.2.78
    5aa9ed40 · Linux 3.2.78 ·
    This is the 3.2.78 stable release
    
  • mac80211-next-for-davem-2016-02-26
    Here's another round of updates for -next:
     * big A-MSDU RX performance improvement (avoid linearize of paged RX)
     * rfkill changes: cleanups, documentation, platform properties
     * basic PBSS support in cfg80211
     * MU-MIMO action frame processing support
     * BlockAck reordering & duplicate detection offload support
     * various cleanups & little fixes
    
  • qcom-dt-for-4.6
    Qualcomm ARM Based Device Tree Updates for v4.6
    
    * Add documentation for Kryo
    * Add RPMCC node for APQ8064
    * Updates for MSM8974
    * Add board clocks
    * Add support for Nexus7 device
    * Fixup pmic reg properties
    * Various updates/cleanups for APQ8064 based boards
    
  • sunxi-dt-for-4.6
    Allwinner DT Additions for 4.6
    
    Quite a few changes, among which:
      - Support for the A83t
      - Support for the eMMC DDR on a few boards
      - Support for the OTG controller on a few boards
      - New boards: Itead Ibox, Cubietruck plus, Homlet v2, Lamobo R1
    
  • sunxi-drivers-for-4.6
    Allwinner drivers changes for 4.6
    
    Some minor fixes for the RSB and SRAM controller drivers