Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • pm-for-3.7-rc1
    b9142167 · Merge branch 'pm-qos' ·
    Power management updates for 3.7-rc1
    
    * Improved system suspend/resume and runtime PM handling for the SH TMU, CMT
      and MTU2 clock event devices (also used by ARM/shmobile).
    
    * Generic PM domains framework extensions related to cpuidle support and
      domain objects lookup using names.
    
    * ARM/shmobile power management updates including improved support for the
      SH7372's A4S power domain containing the CPU core.
    
    * cpufreq changes related to AMD CPUs support from Matthew Garrett, Andre
      Przywara and Borislav Petkov.
    
    * cpu0 cpufreq driver from Shawn Guo.
    
    * cpufreq governor fixes related to the relaxing of limit from Michal Pecio.
    
    * OMAP cpufreq updates from Axel Lin and Richard Zhao.
    
    * cpuidle ladder governor fixes related to the disabling of states from
      Carsten Emde and me.
    
    * Runtime PM core updates related to the interactions with the system suspend
      core from Alan Stern and Kevin Hilman.
    
    * Wakeup sources modification allowing more helper functions to be called from
      interrupt context from John Stultz and additional diagnostic code from Todd
      Poynor.
    
    * System suspend error code path fix from Feng Hong.
    
  • v3.5.5
    6a84d550 · Linux 3.5.5 ·
    This is the 3.5.5 stable release
    
  • v3.4.12
    1c7eb280 · Linux 3.4.12 ·
    This is the 3.4.12 stable release
    
  • v3.0.44
    b9a7985a · Linux 3.0.44 ·
    This is the 3.0.44 stable release
    
  • staging-3.6
    Staging tree update for 3.7-rc1
    
    Here is the big staging tree update for the 3.7-rc1 merge window.
    
    There are a few patches in here that are outside of the staging area,
    namely HID and IIO patches, but all of them have been acked by the
    relevant subsystem maintainers.  The IIO stuff is still coming in
    through this tree as it hasn't entirely moved out of the staging tree,
    but is almost there.
    
    Other than that, there wa a ton of work on the comedi drivers to make
    them more readable and the correct style.  Doing that removed a lot of
    code, but we added a new driver to the staging tree, so we didn't end up
    with a net reduction this time around:
     662 files changed, 51649 insertions(+), 26582 deletions(-)
    
    All of these patches have been in the linux-next tree already.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • for-3.7
    PCI changes for the 3.7 merge window:
    
      Host bridge hotplug
        - Protect acpi_pci_drivers and acpi_pci_roots (Taku Izumi)
        - Clear host bridge resource info to avoid issue when releasing (Yinghai Lu)
        - Notify acpi_pci_drivers when hot-plugging host bridges (Jiang Liu)
        - Use standard list ops for acpi_pci_drivers (Jiang Liu)
    
      Device hotplug
        - Use pci_get_domain_bus_and_slot() to close hotplug races (Jiang Liu)
        - Remove fakephp driver (Bjorn Helgaas)
        - Fix VGA ref count in hotplug remove path (Yinghai Lu)
        - Allow acpiphp to handle PCIe ports without native hotplug (Jiang Liu)
        - Implement resume regardless of pciehp_force param (Oliver Neukum)
        - Make pci_fixup_irqs() work after init (Thierry Reding)
    
      Miscellaneous
        - Add pci_pcie_type(dev) and remove pci_dev.pcie_type (Yijing Wang)
        - Factor out PCI Express Capability accessors (Jiang Liu)
        - Add pcibios_window_alignment() so powerpc EEH can use generic resource assignment (Gavin Shan)
        - Make pci_error_handlers const (Stephen Hemminger)
        - Cleanup drivers/pci/remove.c (Bjorn Helgaas)
        - Improve Vendor-Specific Extended Capability support (Bjorn Helgaas)
        - Use standard list ops for bus->devices (Bjorn Helgaas)
        - Avoid kmalloc in pci_get_subsys() and pci_get_class() (Feng Tang)
        - Reassign invalid bus number ranges (Intel DP43BF workaround) (Yinghai Lu)
    
  • v3.6
    a0d271cb · Linux 3.6 ·
    Linux 3.6
    
  • iommu-fixes-v3.6-rc7
    IOMMU fixes for Linux v3.6-rc7
    
    Two small patches:
    
    	* One patch to fix the function declarations for
    	  !CONFIG_IOMMU_API. This is causing build errors
    	  in linux-next and should be fixed for v3.6.
    
    	* Another patch to fix an IOMMU group related NULL pointer
    	  dereference.
    
  • v3.6-rc7
    979570e0 · Linux 3.6-rc7 ·
    Linux 3.6-rc7
    
  • vfio-for-linus
    VFIO doc update and virqfd race fix
    
  • v3.2.30
    ef00e58c · Linux 3.2.30 ·
    This is the 3.2.30 stable release
    
  • v3.6-rc6
    5698bd75 · Linux 3.6-rc6 ·
    Linux 3.6-rc6
    
  • pm-for-3.6-rc6
    Power management fixes for 3.6-rc6
    
    * Three ACPI device power management fixes related to checking and
      setting device power states.
    
  • v3.5.4
    d61ed463 · Linux 3.5.4 ·
    This is the 3.5.4 stable release
    
  • v3.4.11
    00709f7f · Linux 3.4.11 ·
    This is the 3.4.11 stable release
    
  • v3.0.43
    3d2e7b3b · Linux 3.0.43 ·
    This is the 3.0.43 stable release
    
  • msm-fix-noncrit-for-3.7
    Some non-critical fixes for msm platforms.  The missing FPGA init call
    fix is necessary to compile the 8660 target.  The iomapping calls are
    needed to prevent duplicate mappings with differing attributes.  And,
    the debug UART change keeps the debug UART working on targets with
    more than 512MB of memory.
    
  • msm-dt-for-3.7
    These patches migrate both the 8660 and 8960 targets on msm to be
    devicetree only.  This also sets most of the frame in place necessary
    to build both targets into the same image.
    
    There's a couple of cleanups in here that are kept in this series
    because they are intimately tied to the changes necessary to support
    the devicetree conversions.
    
  • msm-cleanup-for-3.7
    Various cleanups for the msm targets.  Most of this is removing dead
    code, along with a fix of a sparse warning, a list fix from a semantic
    patch, and marking some functions as static.
    
  • msm-board-for-3.7
    Final parts to allow msm8660 and msm8960 to build into the same
    kernel.  This won't work without the changes from msm-dt-for-3.7.