Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.10.36
    8f0c10ea · Linux 3.10.36 ·
    This is the 3.10.36 stable release
    
  • v3.4.86
    7ae24063 · Linux 3.4.86 ·
    This is the 3.4.86 stable release
    
  • gpio-v3.15-1
    This is the bulk of GPIO changes for v3.15:
    
    - Merged in a branch of irqchip changes from Thomas
      Gleixner: we need to have new callbacks from the
      irqchip to determine if the GPIO line will be eligible
      for IRQs, and this callback must be able to say "no".
      After some thinking I got the branch from tglx and
      have switched all current users over to use this.
    
    - Based on tglx patches, we have added some generic
      irqchip helpers in the gpiolib core. These will
      help centralize code when GPIO drivers have simple
      chained/cascaded IRQs. Drivers will still define
      their irqchip vtables, but the gpiolib core will
      take care of irqdomain set-up, mapping from local
      offsets to Linux irqs, and reserve resources by
      marking the GPIO lines for IRQs.
    
    - Initially the PL061 and Nomadik GPIO/pin control
      drivers have been switched over to use the new
      gpiochip-to-irqchip infrastructure with more
      drivers expected for the next kernel cycle. The
      factoring of just two drivers still makes it worth
      it so it is already a win.
    
    - A new driver for the Synopsys DesignWare APB GPIO
      block.
    
    - Modify the DaVinci GPIO driver to be reusable also
      for the new TI Keystone architecture.
    
    - A new driver for the LSI ZEVIO SoCs.
    
    - Delete the obsolte tnetv107x driver.
    
    - Some incremental work on GPIO descriptors: have
      gpiod_direction_output() use a logical level,
      respecting assertion polarity through ACTIVE_LOW
      flags, adding gpiod_direction_output_raw() for the
      case where you want to set that very value. Add
      gpiochip_get_desc() to fetch a GPIO descriptor from
      a specific offset on a certain chip inside driver
      code.
    
    - Switch ACPI GPIO code over to using
      gpiochip_get_desc() and get rid of gpio_to_desc().
    
    - The ACPI GPIO event handling code has been reworked
      after encountering an actual real life implementation.
    
    - Support for ACPI GPIO operation regions.
    
    - Generic GPIO chips can now be assigned labels/names
      from platform data.
    
    - We now clamp values returned from GPIO drivers to
      the boolean [0,1] range.
    
    - Some improved documentation on how to use the polarity
      flag was added.
    
    - The a large slew of incremental driver updates and
      non-critical fixes. Some targeted for stable.
    
  • v3.12.16
    acbf4c08 · Linux 3.12.16 ·
    This is the 3.12.16 stable release
    
  • pm+acpi-3.15-rc1-2
    7b5c3938 · Merge branch 'pm-runtime' ·
    More ACPI and power management updates for 3.15-rc1
    
     - Remaining changes from upstream ACPICA release 20140214 that introduce
       code to automatically serialize the execution of methods creating any
       named objects which really cannot be executed in parallel with each
       other anyway (previously ACPICA attempted to address that by aborting
       methods upon conflict detection, but that wasn't reliable enough and
       led to other issues).  From Bob Moore and Lv Zheng.
    
     - intel_pstate fix to use del_timer_sync() instead of del_timer() in
       the exit path before freeing the timer structure from Dirk Brandewie
       (original patch from Thomas Gleixner).
    
     - cpufreq fix related to system resume from Viresh Kumar.
    
     - Serialization of frequency transitions in cpufreq that involve
       PRECHANGE and POSTCHANGE notifications to avoid ordering issues
       resulting from race conditions.  From Srivatsa S Bhat and Viresh Kumar.
    
     - Revert of an ACPI processor driver change that was based on a specific
       interpretation of the ACPI spec which may not be correct (the relevant
       part of the spec appears to be incomplete).  From Hanjun Guo.
    
     - Runtime PM core cleanups and documentation updates from Geert Uytterhoeven.
    
     - PNP core cleanup from Michael Opdenacker.
    
    /
    
  • v3.2.56
    e08e9457 · Linux 3.2.56 ·
    This is the 3.2.56 stable release
    
  • v3.13.8
    53666358 · Linux 3.13.8 ·
    This is the 3.13.8 stable release
    
  • v3.10.35
    a2e124da · Linux 3.10.35 ·
    This is the 3.10.35 stable release
    
  • pinctrl-v3.15-1
    Pin control bulk changes for the v3.15 series, no new core
    functionality this time, just incremental driver updates:
    
    - A large refactoring of the MVEBU (Marvell) driver.
    
    - A large refactoring of the Tegra (nVidia) driver.
    
    - GPIO interrupt including soft edges support in the
      STi driver.
    
    - Misc updates to PFC (Renesas), AT91, ADI2 (Blackfin),
      pinctrl-single, sirf (CSR), msm (Qualcomm), Exynos (Samsung),
      sunxi (AllWinner), i.MX (Freescale), Baytrail.
    
  • v3.4.85
    72cb2a7f · Linux 3.4.85 ·
    This is the 3.4.85 stable release
    
  • v3.14
    455c6fdb · Linux 3.14 ·
    Linux 3.14
    
  • kvm-3.15-1
  • v3.12.15
    46a55da1 · Linux 3.12.15 ·
    This is the 3.12.15 stable release
    
  • v3.14-rc8
    b098d672 · Linux 3.14-rc8 ·
    Linux 3.14-rc8
    
  • v3.13.7
    896c6947 · Linux 3.13.7 ·
    This is the 3.13.7 stable release
    
  • v3.10.34
    10f8245e · Linux 3.10.34 ·
    This is the 3.10.34 stable release
    
  • v3.4.84
    b1cee752 · Linux 3.4.84 ·
    This is the 3.4.84 stable release
    
  • drm-intel-next-2014-03-21
    - Inherit/reuse firmwar framebuffers (for real this time) from Jesse, less
      flicker for fastbooting.
    - More flexible cloning for hdmi (Ville).
    - Some PPGTT fixes from Ben.
    - Ring init fixes from Naresh Kumar.
    - set_cache_level regression fixes for the vma conversion from Ville&Chris.
    - Conversion to the new dp aux helpers (Jani).
    - Unification of runtime pm with pc8 support from Paulo, prep work for runtime
      pm on other platforms than HSW.
    - Larger cursor sizes (Sagar Kamble).
    - Piles of improvements and fixes all over, as usual.
  • sunxi-clk-for-3.15
    Allwinner sunXi SoCs clock changes
    
    This adds support for the new, more correct clock node naming and gets
    the A10 compatibles in line with the rest of the other SoCs. It also
    adds support for the USB, GMAC and A31's PLL6 clocks. Some of these
    changes also require DT modifications that will be merged via arm-soc.
  • drm-intel-fixes-2014-03-19