Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.1.26
    88817286 · Linux 4.1.26 ·
    Linux 4.1.26
    
  • drm-intel-next-2016-06-06
    - some polish for the guc code (Dave Gordon)
    - big refactoring of gen9 display clock handling code (Ville)
    - refactoring work in the context code (Chris Wilson)
    - give encoder/crtc/planes useful names for debug output (Ville)
    - improvements to skl/kbl wm computation code (Mahesh Kumar)
    - bunch of smaller improvements all over as usual
  • v4.7-rc2
    af8c34ce · Linux 4.7-rc2 ·
    Linux 4.7-rc2
    
  • wireless-drivers-for-davem-2016-06-04
    wireless-drivers fixes for 4.7
    
    brcmfmac
    
    * add fallback RSSI report for devices that do not report per-chain values
    * fix a null pointer derefence regression on PCIe full dongle devices
    
    rtlwifi
    
    * fix scheduling while atomic regression from commit 49f86ec21c01
    
    MAINTAINERS
    
    * add file patterns for wireless device tree bindings
    
  • v4.6.1
    d3c1ffd7 · Linux 4.6.1 ·
    This is the 4.6.1 stable release
    
  • v4.5.6
    ec2a7555 · Linux 4.5.6 ·
    This is the 4.5.6 stable release
    
  • v4.4.12
    351d2d4d · Linux 4.4.12 ·
    This is the 4.4.12 stable release
    
  • v3.14.71
    f06cb456 · Linux 3.14.71 ·
    This is the 3.14.71 stable release
    
  • gpio-v4.7-2
    A bunch of GPIO fixes for the v4.7 series:
    
    - Drop the lock before reading out the GPIO direction
      setting in drivers supporting the .get_direction()
      callback: some of them may be slowpath.
    
    - Flush GPIO direction setting before locking a GPIO as an
      IRQ: some electronics or other poking around in the
      registers behind our back may have happened, so flush
      the direction status before trying to lock the line for
      use by IRQs.
    
    - Bail out silently when asked to perform operations on
      NULL GPIO descriptors. That is what all the get_*_optional()
      is about: we get optional GPIO handles, if they are not
      there, we get NULL.
    
    - Handle compatible ioctl() correctly: we need to convert
      the ioctl() pointer using compat_ptr() here like everyone
      else.
    
    - Disable the broken .to_irq() on the LPC32xx platform.
      The whole irqchip infrastructure was replaced in the
      last merge window, and a new implementation will be
      needed.
    
  • v4.7-rc1
    1a695a90 · Linux 4.7-rc1 ·
    Linux 4.7-rc1
    
  • v3.12.60
    d038b9c4 · Linux 3.12.60 ·
    This is the 3.12.60 stable release
    
  • drm-intel-next-2016-05-22
    - cmd-parser support for direct reg->reg loads (Ken Graunke)
    - better handle DP++ smart dongles (Ville)
    - bxt guc fw loading support (Nick Hoathe)
    - remove a bunch of struct typedefs from dpll code (Ander)
    - tons of small work all over to avoid casting between drm_device and the i915
      dev struct (Tvrtko&Chris)
    - untangle request retiring from other operations, also fixes reset stat corner
      cases (Chris)
    - skl atomic watermark support from Matt Roper, yay!
    - various wm handling bugfixes from Ville
    - big pile of cdclck rework for bxt/skl (Ville)
    - CABC (Content Adaptive Brigthness Control) for dsi panels (Jani&Deepak M)
    - nonblocking atomic commits for plane-only updates (Maarten Lankhorst)
    - bunch of PSR fixes&improvements
    - untangle our map/pin/sg_iter code a bit (Dave Gordon)
  • v3.18.34
    3b6aa07b · Linux 3.18.34 ·
    Linux 3.18.34
    
  • v4.1.25
    e429f243 · Linux 4.1.25 ·
    Linux 4.1.25
    
  • v4.5.5
    3b41b7e3 · Linux 4.5.5 ·
    This is the 4.5.5 stable release
    
  • v4.4.11
    544ec5b0 · Linux 4.4.11 ·
    This is the 4.4.11 stable release
    
  • v3.14.70
    c977650a · Linux 3.14.70 ·
    This is the 3.14.70 stable release
    
  • media/v4.7-1
    media updates for v4.7-rc1
    
  • gpio-v4.7-1
    This is the bulk of GPIO changes for kernel cycle v4.7:
    
    Core infrastructural changes:
    
    - Support for natively single-ended GPIO driver stages. This
      means that if the hardware has registers to configure open
      drain or open source configuration, we use that rather than
      (as we did before) try to emulate it by switching the line
      to an input to get high impedance. This is also documented
      throughly in Documentation/gpio/driver.txt for those of you
      who did not understand one word of what I just wrote.
    
    - Start to do away with the unnecessarily complex and
      unitelligible ARCH_REQUIRE_GPIOLIB and
      ARCH_WANT_OPTIONAL_GPIOLIB, another evolutional artifact from
      the time when the GPIO subsystem was unmaintained. Archs can
      now just select GPIOLIB and be done with it, cleanups to
      arches will trickle in for the next kernel. Some minor archs
      ACKed the changes immediately so these are included in this
      pull request.
    
    - Advancing the use of the data pointer inside the GPIO device
      for storing driver data by switching the PowerPC, Super-H
      Unicore and a few other subarches or subsystem drivers in
      ALSA SoC, Input, serial, SSB, staging etc to use it.
    
    - The initialization now reads the input/output state of the
      GPIO lines, so that each GPIO descriptor knows - if this
      callback is implemented - whether the line is input or
      output. This also reflects nicely in userspace "lsgpio".
    
    - It is now possible to name GPIO producer names, line names,
      from the device tree. (Platform data has been supported for
      a while.) I bet we will get a similar mechanism for ACPI
      one of those days. This makes is possible to get sensible
      producer names for e.g. GPIO rails in "lsgpio" in userspace.
    
    New drivers:
    
    - New driver for the Loongson1.
    
    - The XLP driver now supports Broadcom Vulcan ARM64.
    
    - The IT87 driver now supports IT8620 and IT8628.
    
    - The PCA953X driver now supports Galileo Gen2.
    
    Driver improvements:
    
    - MCP23S08 was switched to use the gpiolib irqchip helpers and
      now also suppors level-triggered interrupts.
    
    - 74x164 and RCAR now supports the .set_multiple() callback
    
    - AMDPT was converted to use generic GPIO.
    
    - TC3589x, TPS65218, SX150X, F7188X, MENZ127, VX855, WM831X, WM8994
      support the new single ended callback for open drain
      and in some cases open source.
    
    - Implement the .get_direction() callback for a few more drivers
      like PL061, Xgene.
    
    Cleanups:
    
    - Paul Gortmaker combed through the drivers and de-modularized
      those who are not really modules.
    
    - Move the GPIO poweroff DT bindings to the power subdir where
      they belong.
    
    - Rename gpio-generic.c to gpio-mmio.c, which is much more to the
      point. That's what it is handling, nothing more, nothing less.
    
  • v4.6
    2dcd0af5 · Linux 4.6 ·
    Linux 4.6