Skip to content
Tags give the ability to mark specific points in history as being important
  • v4.17.16
    085c22bb · Linux 4.17.16 ·
    This is the 4.17.16 stable release
    
  • v4.14.64
    7251bd56 · Linux 4.14.64 ·
    This is the 4.14.64 stable release
    
  • v4.9.121
    d0e3227f · Linux 4.9.121 ·
    This is the 4.9.121 stable release
    
  • v4.4.149
    45cf1802 · Linux 4.4.149 ·
    This is the 4.4.149 stable release
    
  • v3.18.119
    18e6ee04 · Linux 3.18.119 ·
    This is the 3.18.119 stable release
    
  • media/v4.19-1
    media updates for v4.19-rc1
    
  • v4.9.120
    93e02ae4 · Linux 4.9.120 ·
    This is the 4.9.120 stable release
    
  • v4.14.63
    9d5cd9f2 · Linux 4.14.63 ·
    This is the 4.14.63 stable release
    
  • v4.17.15
    307e9f91 · Linux 4.17.15 ·
    This is the 4.17.15 stable release
    
  • v4.4.148
    30a97c1e · Linux 4.4.148 ·
    This is the 4.4.148 stable release
    
  • v4.18.1
    529bea37 · Linux 4.18.1 ·
    This is the 4.18.1 stable release
    
  • gpio-v4.19-1
    This is the bulk of GPIO changes for the v4.19 kernel cycle:
    
    Core changes:
    
    - Add a new API for explicitly naming GPIO consumers, when needed.
    
    - Don't let userspace set values on input lines. While we do not
      think anyone would do this crazy thing we better plug the hole
      before someone uses it and think it's a nifty feature.
    
    - Avoid calling chip->request() for unused GPIOs.
    
    New drivers/subdrivers:
    
    - The Mediatek MT7621 is supported which is a big win for OpenWRT
      and similar router distributions using this chip, as it seems
      every major router manufacturer on the planet has made products
      using this chip:
      https://wikidevi.com/wiki/MediaTek_MT7621
    
    - The Tegra 194 is now supported.
    
    - The IT87 driver now supports IT8786E and IT8718F super-IO
      chips.
    
    - Add support for Rockchip RK3328 in the syscon GPIO driver.
    
    Driver changes:
    
    - Handle the get/set_multiple() properly on MMIO chips with
      inverted direction registers. We didn't have this problem
      until a new chip appear that has get/set registers AND
      inverted direction bits, OK now we handle it.
    
    - A patch series making more error codes percolate upward
      properly for different errors on gpiochip_lock_as_irq().
    
    - Get/set multiple for the OMAP driver, accelerating these
      multiple line operations if possible.
    
    - A coprocessor interface for the Aspeed driver. Sometimes a few
      GPIO lines need to be grabbed by a co-processor for doing
      automated tasks, sometimes they are available as GPIO lines.
      By adding an explicit API in this driver we make it possible
      for the two line consumers to coexist. (This work was
      made available on the ib-aspeed branch, which may be appearing
      in other pull requests.)
    
    - Implemented .get_direction() and open drain in the SCH311x
      driver.
    
    - Continuing cleanup of included headers in GPIO drivers.
    
  • v4.18
    94710cac · Linux 4.18 ·
    Linux 4.18
    
  • v3.18.118
    830f9674 · Linux 3.18.118 ·
    This is the 3.18.118 stable release
    
  • v4.4.147
    8404ae6c · Linux 4.4.147 ·
    This is the 4.4.147 stable release
    
  • v4.9.119
    8f21ecb4 · Linux 4.9.119 ·
    This is the 4.9.119 stable release
    
  • v4.14.62
    1aa1166e · Linux 4.14.62 ·
    This is the 4.14.62 stable release
    
  • v4.17.14
    d0b1397a · Linux 4.17.14 ·
    This is the 4.17.14 stable release
    
  • drm-intel-next-fixes-2018-08-06
    - Fix gvt compilation broken on a silent conflict on fixes vs next merge
    - Fix runtime PM for LPE audio
    - Revert on ICL workaround
    - Interactive RPS mode
    - Fix for PSR sink status report
    
  • gpio-v4.18-3
    GPIO fixes for v4.18:
    
    This is a single fix affecting X86 ACPI, and as such pretty important.
    It is going to stable as well and have all the high-notch x86 platform
    developers agreeing on it.