Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.7.3

    078314ed · Linux 3.7.3 ·
    This is the 3.7.3 stable release
    
  • v2.6.34.14

    c12a2ff7 · Linux 2.6.34.14 ·
    This is the 2.6.34.14 stable release
    
  • pm+acpi-for-3.8-rc4

    ACPI and power management fixes for 3.8-rc4
    
    * cpuidle initialization regression fix from Krzysztof Mazur.
    
    * cpuidle fix for power usage fields handling from Daniel Lezcano.
    
    * ACPI build fix from Yinghai Lu.
    
    -
    
  • v3.2.37

    2d187726 · Linux 3.2.37 ·
    This is the 3.2.37 stable release
    
  • v3.7.2

    e6577f31 · Linux 3.7.2 ·
    This is the 3.7.2 stable release
    
  • v3.4.25

    0ba1cd8d · Linux 3.4.25 ·
    This is the 3.4.25 stable release
    
  • v3.0.58

    2a68fec1 · Linux 3.0.58 ·
    This is the 3.0.58 stable release
    
  • v3.8-rc3

    9931faca · Linux 3.8-rc3 ·
    Linux 3.8-rc3
    
  • pm+acpi-for-3.8-rc3

    f67ffa95 · Merge branch 'pm-sleep' ·
    ACPI and power management fixes for 3.8-rc3
    
    * Removal of some ACPICA code that the kernel will never use from Lv Zheng.
    
    * APEI fix from Adrian Huang.
    
    * Removal of unnecessary ACPI memory hotplug driver code from Liu Jinsong.
    
    * Minor ACPI power management fixes.
    
    * ACPI debug code fix from Joe Perches.
    
    * ACPI fix to make system bus device nodes get the right names.
    
    * PNP resources handling fixes from Witold Szczeponik.
    
    * cpuidle fix for a recent regression stalling boot on systems with great
      numbers of CPUs from Daniel Lezcano.
    
    * cpuidle fixes from Sivaram Nair.
    
    * intel_idle debug message fix from Youquan Song.
    
    * cpufreq build regression fix from Larry Finger.
    
    * cpufreq fix for an obscure initialization race related to statistics from
      Konstantin Khlebnikov.
    
    * cpufreq change disabling the Longhaul driver by default from Rafał Bilski.
    
    * PM core fix preventing device suspend errors from happening during system
      suspend due to obscure race conditions.
    
    * PM QoS local variable name cleanup.
    
    --
    
  • v3.2.36

    37701d12 · Linux 3.2.36 ·
    This is the 3.2.36 stable release
    
  • v3.8-rc2

    d1c3ed66 · Linux 3.8-rc2 ·
    Linux 3.8-rc2
    
  • v3.8-rc1

    a49f0d1e · Linux 3.8-rc1 ·
    Linux 3.8-rc1
    
  • v3.7.1

    cc860507 · Linux 3.7.1 ·
    This is the 3.7.1 stable release
    
  • v3.0.57

    881c0a02 · Linux 3.0.57 ·
    This is the 3.0.57 stable release
    
  • v3.4.24

    e56f8b7a · Linux 3.4.24 ·
    This is the 3.4.24 stable release
    
  • v3.6.11

    b2824f4e · Linux 3.6.11 ·
    This is the 3.6.11 stable release
    
  • iommu-updates-v3.8

    IOMMU Updates for Linux v3.8
    
    A few new features this merge-window. The most important one is
    probably, that dma-debug now warns if a dma-handle is not checked with
    dma_mapping_error by the device driver. This requires minor changes to
    some architectures which make use of dma-debug. Most of these changes
    have the respective Acks by the Arch-Maintainers.
    Besides that there are updates to the AMD IOMMU driver for refactor the
    IOMMU-Groups support and to make sure it does not trigger a hardware
    erratum.
    The OMAP changes (for which I pulled in a branch from Tony Lindgren's
    tree) have a conflict in linux-next with the arm-soc tree. The conflict
    is in the file arch/arm/mach-omap2/clock44xx_data.c which is deleted in
    the arm-soc tree. It is safe to delete the file too so solve the
    conflict. Similar changes are done in the arm-soc tree in the common
    clock framework migration. A missing hunk from the patch in the IOMMU
    tree will be submitted as a seperate patch when the merge-window is
    closed.
    
  • kvm-3.8-1

    KVM updates for the 3.8 merge window
  • pm+acpi-for-3.8-rc1

    ACPI and power management updates for 3.8-rc1
    
    * Introduction of device PM QoS flags.
    
    * ACPI device power management update allowing subsystems other than
      PCI to use it more easily.
    
    * ACPI device enumeration rework allowing additional kinds of devices
      to be enumerated via ACPI.  From Mika Westerberg, Adrian Hunter,
      Mathias Nyman, Andy Shevchenko, and Rafael J. Wysocki.
    
    * ACPICA update to version 20121018 from Bob Moore and Lv Zheng.
    
    * ACPI memory hotplug update from Wen Congyang and Yasuaki Ishimatsu.
    
    * Introduction of acpi_handle_<level>() messaging macros and ACPI-based CPU
      hot-remove support from Toshi Kani.
    
    * ACPI EC updates from Feng Tang.
    
    * cpufreq updates from Viresh Kumar, Fabio Baltieri and others.
    
    * cpuidle changes to quickly notice governor prediction failure from
      Youquan Song.
    
    * Support for using multiple cpuidle drivers at the same time and cpuidle
      cleanups from Daniel Lezcano.
    
    * devfreq updates from Nishanth Menon and others.
    
    * cpupower update from Thomas Renninger.
    
    * Fixes and small cleanups all over the place.
    
    --