Tags

Tags give the ability to mark specific points in history as being important
  • iommu-fixes-v4.2-rc3

    IOMMU Fixes for Linux v4.2-rc3
    
    The fixes include:
    
    	* A couple of fixes for the new ARM-SMMUv3 driver to fix issues found
    	  on the first real implementation of that hardware.
    
    	* A patch for the Intel VT-d driver to fix a domain-id leak.
    
  • v4.0.9

    391b01b0 · Linux 4.0.9 ·
    This is the 4.0.9 stable release
    
  • v4.1.3

    c8bde72f · Linux 4.1.3 ·
    This is the 4.1.3 stable release
    
  • v3.18.19

    22a6cbf9 · Linux 3.18.19 ·
    Linux 3.18.19
    
  • wireless-drivers-for-davem-2015-07-20

    ath9k:
    
    * fix device ID check for AR956x
    
    iwlwifi:
    
    * bug fixes specific for 8000 series
    * fix a crash in time events
    * fix a crash in PCIe transport
    * fix BT Coex code that prevented association on certain
      devices (3160).
    * revert the new RBD allocation model because it introduced
      a bug when running on weak VM setups.
    * new device IDs
    
  • v4.2-rc3

    52721d9d · Linux 4.2-rc3 ·
    Linux 4.2-rc3
    
  • phy-for-4.2-rc

    phy: for 4.2-rc
    
    *) Fix PIPE3 PM so that all its users (PCIe, SATA, USB) can
       idle and resume
    *) Fix a compiler error in pxa
    *) Fix pll divider values in berlin-usb phy driver
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • drm-intel-next-2015-07-17

    - prelim hw support dropped for skl after Damien fixed an ABI issue around
      planes
    - legacy modesetting is done using atomic infrastructure now (Maarten)!
    - more gen9 workarounds (Arun&Nick)
    - MOCS programming (cache control for better performance) for skl/bxt
    - vlv/chv dpll improvements (Ville)
    - PSR fixes from Rodrigo
    - fbc improvements from Paulo
    - plumb requests into execlist submit functions (Mika)
    - opregion code cleanup from Jani
    - resource streamer support from Abdiel for mesa
    - final fixes for 12bpc hdmi + enabling support from Ville
  • mac80211-for-davem-2015-07-17

    Some fixes for the current cycle:
    
     1. Arik introduced an rtnl-locked regulatory API to be able
        to differentiate between place do/don't have the RTNL;
        this fixes missing locking in some of the code paths
    
     2. Two small mesh bugfixes from Bob, one to avoid treating
        a certain malformed over-the-air frame and one to avoid
        sending a garbage field over the air.
    
     3. A fix for powersave during WoWLAN suspend from Krishna Chaitanya.
    
     4. A fix for a powersave vs. aggregation teardown race, from Michal.
    
     5. Thomas reduced the loglevel of CRDA messages to avoid spamming
        the kernel log with mostly irrelevant information.
    
     6. Tom fixed a dangling debugfs directory pointer that could cause
        crashes if subsequent addition of the same interface to debugfs
        failed for some reason.
    
     7. A fix from myself for a list corruption issue in mac80211 during
        combined interface shutdown/removal - shut down interfaces first
        and only then remove them to avoid that.
    
  • gpio-v4.2-2

    This is a first set of GPIO fixes for the v4.2 series, all
    hitting individual drivers and nothing else.
    
  • sound-4.2-rc3

    sound fixes for 4.2-rc3
    
    There are two small fixes for HD-audio and USB LINE6, and the rest are
    a few new quirks and device ID addition that are good enough to get
    into 4.2.
    
  • pm+acpi-4.2-rc3

    Power management and ACPI fixes for v4.2-rc3
    
     - Fix a recently introduced issue in the cpufreq policy object
       reinitialization that leads to CPU offline/online breakage
       (Viresh Kumar).
    
     - Make it possible to access frequency tables of offline CPUs
       which is needed by thermal management code among other things
       (Viresh Kumar).
    
     - Fix an ACPI resource management regression introduced during
       the 4.0 cycle that may cause incorrect resource validation
       results to appear in 32-bit x86 kernels due to silent truncation
       of 64-bit values to 32-bit (Jiang Liu).
    
     - Fix up an RCU-related lockdep complaint about suspicious RCU
       usage in idle caused by using a suspend tracepoint in the
       core suspend-to-idle code (Rafael J Wysocki).
    
    /
    
  • iio-for-4.3a

    First round of new drivers, cleanups and functionality for IIO in the 4.3 cycle.
    
    Core and tools new stuff
    * Allow explicit flush of hardware fifo by using an non blocking read.
      This is needed to support some of the Android requirements for HW fifo
      devices - also makes sense generally and clarifies a corner of the ABI.
    * Add some missing modifier names.  Mostly these exist for weird and
      wonderful event types, but should still be present in the name array.
    * Update iio_event_monitor to cope with new channel types.
    * generic_buffer gains support for single byte scan elements (no idea
      how this never got implemented before!)
    
    New device support
    * ROHM rpr0521 light and proximity sensor driver.
    * bmc150 gains bmc156 support.
    * ms5611 gains ms5607 temperature and pressure sensor support.
    
    Driver functionality
    * inv-mpu - add scale_available attributes to aid userspace in
      configuring these devices.
    * isl29125 - add scale_available attributes.
    * stk8ba50 - sampling frequency control, triggered buffer support.
    * stk8312 - sampling frequency control, triggered buffer support.
    * cc10001 - ensure ADC powered up at probe time if shared by non linux
      running CPUs.
    * bmc150-magn - decouple the buffer and trigger allowing other triggers
      to be used to drive this device's sampling.
    Documentation
    * Add some previously missed *scale_available attributes to the ABI docs.
    
    Cleanups
    * Clarify some crazy naming in iio_triggered_buffer_setup that seems to
      have somehow ended up backwards (dates back a long way).  Avoid the top
      half and bottom half naming entirely given we are how dealing with a
      handler and a thread in all cases.
    * Tools cleanup including coding style, variable naming improvements, also
      a new sanity check on a full event having been read.
    * stk8ba50 - replace the scale table with a struct for clarity. Also suspend
      the sensor if an error occurs in init.
    * hid-sensor-prox - drop uneeded line break.
    * mma9551 - use size in words for word read / write avoiding accidental
      sending of an odd number of bytes.
    * mma9553 - fix code alignment and document the use of a mutex.
    * light/Kconfig - typo fix in commment.
    * cm3323 - don't eat an error value, replace an unneeded local variable with
      a generic local variable with the same use, add some blank lines for clarity.
    * pressure/Kconfig - typo in Measurement Specialties name.
    * bmc150-accel - actually use a mask definition rather than repeating the
      value inline, code style cleanup.
    * adc/Kconfig - general help description cleanup.
    * ssp_sensors - drop redundant spi driver bus initialization (done in the
      spi core)
    * tmp006 - use genmask rather than hand generated masks.
    * ms5611 - drop IIO_CHAN_INFO_SCALE as this driver provides a processed
      output and as such the read only scale adds nothing useful.
    * kxcjk-1013, adf4350, dummy - drop unwanted blank lines.
    * Drop all owner assignments from i2c_drivers and this is done in the
      i2c core.