Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.15.10
    f35b5e46 · Linux 3.15.10 ·
    This is the 3.15.10 stable release
    
  • v3.14.17
    946de0e6 · Linux 3.14.17 ·
    This is the 3.14.17 stable release
    
  • v3.10.53
    7f363d2d · Linux 3.10.53 ·
    This is the 3.10.53 stable release
    
  • v3.4.103
    9f089cfb · Linux 3.4.103 ·
    This is the 3.4.103 stable release
    
  • drm-intel-next-2014-08-08
    - Setting dp M2/N2 values plus state checker support (Vandana Kannan)
    - chv power well support (Ville)
    - DP training pattern 3 support for chv (Ville)
    - cleanup of the hsw/bdw ddi pll code, prep work for skl (Damien)
    - dsi video burst mode support (Shobhit)
    - piles of other chv fixes all over (Ville et. al.)
    - cleanup of the ddi translation tables setup code (Damien)
    - 180 deg rotation support (Ville & Sonika Jindal)
  • drm-intel-fixes-2014-08-08
  • gpio-v3.17-1
    This is the bulk of GPIO changes for the v3.17 development
    cycle, and this time we got a lot of action going on and
    it will continue:
    
    - The core GPIO library implementation has been split up in
      three different files:
      - gpiolib.c for the latest and greatest and shiny GPIO
        library code using GPIO descriptors only
      - gpiolib-legacy.c for the old integer number space API
        that we are phasing out gradually
      - gpiolib-sysfs.c for the sysfs interface that we are
        not entirely happy with, but has to live on for
        ABI compatibility
    
    - Add a flags argument to *gpiod_get* functions, with some
      backward-compatibility macros to ease transitions. We
      should have had the flags there from the beginning it
      seems, now we need to clean up the mess. There is a plan
      on how to move forward here devised by Alexandre Courbot
      and Mark Brown.
    
    - Split off a special <linux/gpio/machine.h> header for the
      board gpio table registration, as per example from the
      regulator subsystem.
    
    - Start to kill off the return value from gpiochip_remove()
      by removing the __must_check attribute and removing all
      checks inside the drivers/gpio directory. The rationale
      is: well what were we supposed to do if there is an error
      code? Not much: print an error message. And gpiolib already
      does that. So make this function return void eventually.
    
    - Some cleanups of hairy gpiolib code, make some functions
      not to be used outside the library private and make sure
      they are not exported, remove gpiod_lock/unlock_as_irq()
      as the existing function is for driver-internal use and
      fine as it is, delete gpio_ensure_requested() as it is
      not meaningful anymore.
    
    - Support the GPIOF_ACTIVE_LOW flag from gpio_request_one()
      function calls, which is logical since this is already
      supported when referencing GPIOs from e.g. device trees.
    
    - Switch STMPE, intel-mid, lynxpoint and ACPI (!) to use
      the gpiolib irqchip helpers cutting down on GPIO irqchip
      boilerplate a bit more.
    
    - New driver for the Zynq GPIO block.
    
    - The usual incremental improvements around a bunch of
      drivers.
    
    - Janitorial syntactic and semantic cleanups by Jingoo Han,
      and Rickard Strandqvist especially.
    
  • v3.15.9
    0617859f · Linux 3.15.9 ·
    This is the 3.15.9 stable release
    
  • v3.14.16
    e21af7df · Linux 3.14.16 ·
    This is the 3.14.16 stable release
    
  • v3.10.52
    4d36ba13 · Linux 3.10.52 ·
    This is the 3.10.52 stable release
    
  • v3.4.102
    0a9d91dc · Linux 3.4.102 ·
    This is the 3.4.102 stable release
    
  • v3.2.62
    73886aa0 · Linux 3.2.62 ·
    This is the 3.2.62 stable release
    
  • sound-3.17-rc1
    sound updates for 3.17-rc1
    
    There've been many updates in ASoC side at this time, especially the
    framework enhancement for multiple CODECs on a single DAI and more
    componentization works.  The only major change in ALSA core is the
    addition of timestamp type in sw_params field.  This should behave in
    backward compatible way.  Other than that, there are lots of small
    changes and new drivers in wide range, including a large code cut in
    HD-audio driver for deprecated static quirks.  Some highlights are
    below:
    
    ALSA Core:
    - Add the new timestamp type field to sw_params to choose
      MONOTONIC_RAW type
    
    HD-audio:
    - Continued conversion to standard printk macros, generic code
      cleanups
    - Removal of obsoleted static quirk codes for Conexant and C-Media
      codecs
    - Fixups for HP Envy TS, Dell XPS 15, HP and Dell mute/mic LED,
      Gigabyte BXBT-2807 mobo
    - Intel Braswell support
    
    ASoC:
    - Support for multiple CODECs attached to a single DAI, enabling
      systems with for example multiple DAC/speaker drivers on a single
     link, contributed by Benoit Cousson based on work from Misael Lopez
     Cruz
    - Support for byte controls larger than 256 bytes based on the use of
      TLVs contributed by Omair Mohammed Abdullah
    - More componentisation work from Lars-Peter Clausen
    - The remainder of the conversions of CODEC drivers to params_width()
      by Mark Brown
    - Drivers for Cirrus Logic CS4265, Freescale i.MX ASRC blocks, Realtek
      RT286 and RT5670, Rockchip RK3xxx I2S controllers and Texas
      Instruments TAS2552
    - Lots of updates and fixes, especially to the DaVinci, Intel,
      Freescale, Realtek, and rcar drivers
    
  • regulator-v3.17
    regulator: Updates for v3.17
    
    A couple of nice new features this month, the ability to map regulators
    in order to allow voltage control by external coprocessors is something
    people have been asking for for a long time.
    
     - Improved support for switch only "regulators", allowing current state
       to be read from the parent regulator but no setting.
     - Support for obtaining the register access method used to set
       voltages, for use in systems which can offload control of this to a
       coprocessor (typically for DVFS).
     - Support for Active-Semi AC8846, Dialog DA9211 and Texas Instruments
       TPS65917.
    
  • v3.16
    19583ca5 · Linux 3.16 ·
    Linux 3.16
    
  • v3.12.26
    d83a3234 · Linux 3.12.26 ·
    This is the 3.12.26 stable release
    
  • v3.4.101
    91f7c8cb · Linux 3.4.101 ·
    This is the 3.4.101 stable release
    
  • v3.10.51
    10a62249 · Linux 3.10.51 ·
    This is the 3.10.51 stable release
    
  • v3.14.15
    735fbc72 · Linux 3.14.15 ·
    This is the 3.14.15 stable release
    
  • v3.15.8
    edfabbd4 · Linux 3.15.8 ·
    This is the 3.15.8 stable release