Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sunxi-core-for-3.14-2
    Second round of core additions for the Allwinner SoCs
    
    Fixes to select missing configuration options, and update of the maintainer
    file.
    
  • sunxi-dt-for-3.14-2
    Second round of DT additions for 3.14
    
    Mostly:
      - Addition of the missing PLLs and module clocks
      - Addition of the external clocks
      - Addition of the touchscreen controler
      - I2C nodes of the Cubietruck
    
  • v3.13-rc7
    d6e0a2dd · Linux 3.13-rc7 ·
    Linux 3.13-rc7
    
  • pm+acpi-3.13-rc7
    ACPI and power management fixes and new device IDs for 3.13-rc7
    
    - VGA switcheroo was broken for some users as a result of the ACPI-based
      PCI hotplug (ACPIPHP) changes in 3.12, because some previously ignored
      hotplug events started to be handled.  The fix causes them to be
      ignored again.
    
    - There are two more issues related to cpufreq's suspend/resume handling
      changes from the 3.12 cycle addressed by Viresh Kumar's fixes.
    
    - intel_pstate triggers a divide error in a timer function if the P-state
      information it needs is missing during initialization.  This leads to
      kernel panics on nested KVM clients and is fixed by failing the
      initialization cleanly in those cases.
    
    - PCI initalization code changes during the 3.9 cycle uncovered BIOS
      issues related to ACPI wakeup notifications (some BIOSes send them
      for devices that aren't supposed to support ACPI wakeup).  Work around
      them by installing an ACPI wakeup notify handler for all PCI devices
      with ACPI support.
    
    - The Calxeda cpuilde driver's probe function is tagged as __init, which
      is incorrect and causes a section mismatch to occur during build.  Fix
      from Andre Przywara removes the __init tag from there.
    
    - During the 3.12 cycle ACPIPHP started to print warnings about missing
      _ADR for devices that legitimately don't have it.  Fix from Toshi Kani
      makes it only print the warnings where they make sense.
    
    /
    
  • v3.2.54
    260716c8 · Linux 3.2.54 ·
    This is the 3.2.54 stable release
    
  • v3.13-rc6
    802eee95 · Linux 3.13-rc6 ·
    Linux 3.13-rc6
    
  • sunxi-clk-3.14-for-mike
    Allwinner sunXi SoCs clock changes
    
    This contains the clk driver parts of the "[PATCH v3 00/13] clk: sunxi:
    add PLL5 and PLL6 support" series. It adds support for PLL4/5/6 and
    mod0 clocks on most sunxi platforms. Additionally, it contains "[PATCH
    1/4] clk: sunxi: Allwinner A20 output clock support" (v2) from Chen-Yu
    Tsai, which adds support for output clocks present on A20.
  • sunxi-clk-3.14-for-maxime
    Allwinner sunXi SoCs DT changes for clocks
    
    This contains the DT parts of the "[PATCH v3 00/13] clk: sunxi: add PLL5
    and PLL6 support" series. It adds DT nodes for PLL4/5/6 and mod0 clocks
    on most sunxi platforms.
  • pm+acpi-3.13-rc6
    ACPI and power management fixes and new device IDs for 3.13-rc6
    
    - Fix for a cpufreq regression causing stale sysfs files to be left
      behind during system resume if cpufreq_add_dev() fails for one or
      more CPUs from Viresh Kumar.
    
    - Fix for a bug in cpufreq causing CONFIG_CPU_FREQ_DEFAULT_* to be
      ignored when the intel_pstate driver is used from Jason Baron.
    
    - System suspend fix for a memory leak in pm_vt_switch_unregister()
      that forgot to release objects after removing them from
      pm_vt_switch_list.  From Masami Ichikawa.
    
    - Intel Valley View device ID and energy unit encoding update for the
      (recently added) Intel RAPL (Running Average Power Limit) driver
      from Jacob Pan.
    
    - Intel Bay Trail SoC GPIO and ACPI device IDs for the Low Power
      Subsystem (LPSS) ACPI driver from Paul Drews.
    
    /
    
  • v3.13-rc5
    413541dd · Linux 3.13-rc5 ·
    Linux 3.13-rc5
    
  • sunxi-dt-for-3.14
    Allwinner sunXi DT Additions for 3.14
    
    Various DT related patches, but mostly:
      - Support for the Olimex A13-olinuxino-micro
      - Added the needed IP in the A31 for the HS timer support and SMP bringup
      - A10 and A20 RTC
    
  • sunxi-core-for-3.14
    Allwinner core changes for 3.14
    
    This mostly adds the reset controller initialisation for the A31 and the SMP
    operations for this SoC.
    
  • sunxi-drivers-for-3.14
    Allwinner SoC additions for 3.14
    
    Two drivers are merged through for 3.14:
      - The A10/A20 RTC driver
      - The A31 reset controller IP
    
  • drm/for-3.14-rc1
    drm/tegra: Changes for v3.14-rc1
    
    This series of changes brings DRM panel support as well as initial code
    to register DSI hosts and peripherals and bind them to DSI drivers. The
    panel and DSI code are both used by the simple panel driver.
    
    The Tegra-specific changes build on top of this work to add support for
    various panels found on Tegra boards. New drivers enable the DSI host
    found on Tegra114 and a special hardware block that calibrates the pads
    used for DSI and CSI. The host1x and the display controller drivers gain
    basic Tegra124 support. To round of the new features, the DRM driver now
    sports a very simple PRIME implementation.
    
    In addition there are various improvements such as the host1x API being
    exported so that client drivers (like the Tegra DRM driver) can be built
    as modules. HDMI now does better power management and legacy FBDEV can
    now be disabled via Kconfig (though it's still enabled by default). A
    few sparse warnings have been squashed and various parts of the code
    have become more robust.
    
  • v3.12.6
    d0266db2 · Linux 3.12.6 ·
    This is the 3.12.6 stable release
    
  • v3.10.25
    095f493c · Linux 3.10.25 ·
    This is the 3.10.25 stable release
    
  • v3.4.75
    84dfcb75 · Linux 3.4.75 ·
    This is the 3.4.75 stable release
    
  • gpio-v3.13-4
    GPIO fixes for the v3.13 development cycle:
    
    - Driver bug fixes for SH PFC, TWL4030, MSM and RCAR.
    
    - Update the MAINTAINERS
    
  • v3.13-rc4
    319e2e3f · Linux 3.13-rc4 ·
    Linux 3.13-rc4
    
  • v3.12.5
    156c7581 · Linux 3.12.5 ·
    This is the 3.12.5 stable release