Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.10.7
    55db23d3 · Linux 4.10.7 ·
    This is the 4.10.7 stable release
    
  • v4.9.19
    c8e13160 · Linux 4.9.19 ·
    This is the 4.9.19 stable release
    
  • v4.4.58
    0a5766a6 · Linux 4.4.58 ·
    This is the 4.4.58 stable release
    
  • drm-intel-fixes-2017-03-29
    drm/i915 fixes for v4.11-rc5
  • v4.11-rc4
    c02ed2e7 · Linux 4.11-rc4 ·
    Linux 4.11-rc4
    
  • v4.10.6
    df6ed56f · Linux 4.10.6 ·
    This is the 4.10.6 stable release
    
  • v4.9.18
    2a486264 · Linux 4.9.18 ·
    This is the 4.9.18 stable release
    
  • v4.4.57
    a5c3f390 · Linux 4.4.57 ·
    This is the 4.4.57 stable release
    
  • iommu-fixes-v4.11-rc3
    IOMMU Fixes for Linux v4.11-rc3
    
    A few fixes piled up:
    
    	* Fix a NULL-ptr dereference that happens in VT-d on some
    	  platforms
    
    	* A fix for ARM MSI region reporting, so that a sane interface
    	  makes it to a released kernel
    
    	* Fixes for leaf-checking in ARM io-page-table code
    
    	* Two fixes for IO/TLB flushing code on ARM Exynos platforms
    
  • media/v4.11-3
    media fixes for v4.11-rc4
    
  • drm-fixes-for-v4.11-rc4
    i915, amd, exynos and one fbdev regression
    
  • drm-misc-fixes-2017-03-23
    One fbdev regression fix from Michel
  • sound-4.11-rc4
    sound fixes for 4.11-rc4
    
    This contains the collection of small fixes for 4.11 that were pending
    during my vacation:
    - A few HD-audio quirks (more Dell headset support, docking station
      support on HP laptops),
    - A regression fix for the previous ctxfi DMA mask fix,
    - A correction of the new CONFIG_SND_X86 menu entry, and
    - A fix for the races in ALSA sequencer core spotted by syzkaller.
    
  • phy-for-4.11-rc
    phy: for 4.11-rc
    
     *) Revert USB3 PHY support for Broadcom NSP SoC
     *) Fix compiler error on qcom-usb-hs when depends on EXTCON
        is not added
     *) Fix error handling in phy-exynos-pcie
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v4.10.5
    034612ee · Linux 4.10.5 ·
    This is the 4.10.5 stable release
    
  • v4.9.17
    c3825da1 · Linux 4.9.17 ·
    This is the 4.9.17 stable release
    
  • drm-intel-fixes-2017-03-22
    drm/i915 fixes for v4.11-rc4
  • v4.4.56
    0136bca4 · Linux 4.4.56 ·
    This is the 4.4.56 stable release
    
  • iio-fixes-for-4.11c
    Thirds set of IIO fixes for the 4.11 cycle.
    
    * core
      - iio sw-device - ensure configfs is enabled both when building as module
      and built in.
    * ak8974
      - drop incorrect __exit markup on remove.
    * hid-sensor-trigger
      - code reorganise to avoid losing settings if a power cycle occurs during S3.
    * lsm6dsx
      - fix incorrect overwrite of parts of FIFO_CTRL2 register during watermark
      configuration.
    * ti-am335x
      - fix a hard to hit bug when reenabling from a fifo overrun by waiting for
      current cycle to finish.
    
  • iio-for-4.12b
    2nd set of new device support, features and cleanups for IIO in the 4.12 cycle
    
    A good collection of outreachy related patches in here - mostly staging
    driver cleanup. Also a fair number of patches added explicit OF device ID
    tables for i2c drivers - a precursor to dropping (eventually) the implicit
    probing.
    
    New Device Support
    * Allwinner SoC ADC.
      - So far covers the sun4i-a10, sun5i-a13 and sun6i-a31 general purpose ADCs,
      including thermal side of things.
      This missed the last cycle due to my incompetence, so good to get in now,
      particularly as various patches dependent on it are appearing.
    * ltc2632
      - new driver supporting ltc2632-l12, ltc2632-l10, ltc2632-l8, ltc2632-h12,
        ltc-2632-h10, ltc-2632-h8 dacs
    
    Cleanups
    * Documentation
      - drop a broken reference to i2c/trivial-devices
    * ad2s1200
      - drop & from function pointers for consistency.
    * ad2s1210
      - formatting fixes.
    * ad7152
      - octal permissions instead of symbolic.
      - drop & from function pointers for consistent usage.
    * ad7192
      - drop & from function pointers for consistent usage.
    * ad7280
      - replace core mlock usage with a local lock as mlock is intended only to
      protect the current device state (direct reads, or triggered and buffered)
    * ad7746
      - drop & from function pointers for consistent usage.
      - replace core mlock usage with a local lock as mlock is intended only to
      protect the current device state (direct reads, or triggered and buffered)
    * ad7754
      - move contents of header file into source file as not used anywhere else.
    * ad7759
      - move contents of header file into source file as not used anywhere else.
    * ad7780
      - drop & from function pointers for consistent usage.
    * ad7832
      - replace core mlock usage with a local lock as mlock is intended only to
      protect the current device state (direct reads, or triggered and buffered)
    * ad9834
      - replace core mlock usage with a local lock as mlock is intended only to
      protect the current device state (direct reads, or triggered and buffered)
      - drop an unnecessary goto in favour of direct return.
    * adis16060
      - drop & from function pointers as inconsistent.
    * adis16201
      - drop a local mutex as the adis core already protects everything necessary.
      - drop & from function pointers for consistent usage.
    * adis16203
      - drop & from function pointers for consistent usage.
    * adis16209
      - drop a local mutex as the adis core already protects everything necessary.
      - use an enum for scan index giving slightly nicer code.
      - drop & from function pointers for consistent usage.
    * adis16240
      - drop a local mutex as the adis core already protects everything necessary.
      - use an enum for scan index giving slightly nicer code.
      - drop & from function pointers for consistent usage.
    * apds9960
      - add OF device ID table.
    * bma180
      - add OF device ID table.
      - prefer unsigned int to bare use of unsigned.
    * bmc150_magn
      - add OF device ID table.
    * hmp03
      - add OF device ID table.
    * ina2xx
      - add OF device ID table.
    * itg3200
      - add OF device ID table.
    * mag3110
      - add OF device ID table.
    * max11100
      - remove .owner field as it is set by the spi core.
    * max5821
      - add .of_match_table set to the ID table which was present but not used.
    * mcp4725
      - add OF device ID table.
    * mlx96014
      - add OF device ID table.
    * mma7455
      - add OF device ID table.
    * mma7660
      - add OF device ID table.
    * mpl3115
      - add OF device ID table.
    * mpu6050
      - add OF device ID table.
    * pc104
      - mask pc104 drivers behind a global pc104 config option.
    * ti-ads1015
      - add OF device ID table.
    * tsl2563
      - add OF device ID table.
    * us5182d
      - add OF device ID table.