Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • kvm-3.10-2
  • v3.9.1
    c554f06f · Linux 3.9.1 ·
    This is the 3.9.1 stable release
    
  • v3.8.12
    9c9ab76c · Linux 3.8.12 ·
    This is the 3.8.12 stable release
    
  • v3.4.44
    306110ae · Linux 3.4.44 ·
    This is the 3.4.44 stable release
    
  • v3.0.77
    bff066a4 · Linux 3.0.77 ·
    This is the 3.0.77 stable release
    
  • iommu-updates-v3.10
    IOMMU Updates for Linux v3.10
    
    The updates are mostly about the x86 IOMMUs this time. Exceptions are
    the groundwork for the PAMU IOMMU from Freescale (for a PPC platform)
    and an extension to the IOMMU group interface. On the x86 side this
    includes a workaround for VT-d to disable interrupt remapping on broken
    chipsets. On the AMD-Vi side the most important new feature is a kernel
    command-line interface to override broken information in IVRS ACPI
    tables and get interrupt remapping working this way. Besides that there
    are small fixes all over the place.
    
  • kvm-3.10-1
  • vfio-for-v3.10
    vfio updates for v3.10
    
    Changes include extension to support PCI AER notification to userspace, byte granularity of PCI config space and access to unarchitected PCI config space, better protection around IOMMU driver accesses, default file mode fix, and a few misc cleanups.
    
  • v3.8.11
    9fa1d01e · Linux 3.8.11 ·
    This is the 3.8.11 stable release
    
  • v3.4.43
    b375a757 · Linux 3.4.43 ·
    This is the 3.4.43 stable release
    
  • v3.0.76
    27a2f7c5 · Linux 3.0.76 ·
    This is the 3.0.76 stable release
    
  • pm+acpi-3.10-rc1
    371deb95 · Merge branch 'pm-cpufreq' ·
    Power management and ACPI updates for 3.10-rc1
    
    - ARM big.LITTLE cpufreq driver from Viresh Kumar.
    
    - exynos5440 cpufreq driver from Amit Daniel Kachhap.
    
    - cpufreq core cleanup and code consolidation from Viresh Kumar and
      Stratos Karafotis.
    
    - cpufreq scalability improvement from Nathan Zimmer.
    
    - AMD "frequency sensitivity feedback" powersave bias for the ondemand
      cpufreq governor from Jacob Shin.
    
    - cpuidle code consolidation and cleanups from Daniel Lezcano.
    
    - ARM OMAP cpuidle fixes from Santosh Shilimkar and Daniel Lezcano.
    
    - ACPICA fixes and other improvements from Bob Moore, Jung-uk Kim,
      Lv Zheng, Yinghai Lu, Tang Chen, Colin Ian King, and Linn Crosetto.
    
    - ACPI core updates related to hotplug from Toshi Kani, Paul Bolle,
      Yasuaki Ishimatsu, and Rafael J. Wysocki.
    
    - Intel Lynxpoint LPSS (Low-Power Subsystem) support improvements
      from Rafael J. Wysocki and Andy Shevchenko.
    
    /
    
  • regulator-v3.10
    regulator: Updates for v3.10
    
    The diffstat and changelog here is dominated by Lee Jones' heroic
    efforts to sync the ab8500 driver that's been maintained out of tree
    with mainline (plus Axel's cleanup work on the results) but there's a
    few other things here:
    
    - Axel Lin added regulator_map_voltage_ascend() optimising a common
      pattern for drivers using the core code.
    - Milo Kim tought the regulator core to handle regulators sharing an
      enable GPIO, avoiding the need to do hacks to support such systems.
    - Andrew Bresticker added code to handle missing supplies for regulators
      more sensibly for device tree systems, reducing the need for stubbing
      there.
    
    plus the usual batch of driver specific updates and fixes.
    
  • v3.9
    c1be5a5b · Linux 3.9 ·
    Linux 3.9
    
  • v3.8.10
    bb8dd670 · Linux 3.8.10 ·
    This is the 3.8.10 stable release
    
  • v3.0.75
    b4783393 · Linux 3.0.75 ·
    This is the 3.0.75 stable release
    
  • v3.4.42
    a5a9e7c9 · Linux 3.4.42 ·
    This is the 3.4.42 stable release
    
  • v3.8.9
    8299a17a · Linux 3.8.9 ·
    This is the 3.8.9 stable release
    
  • v3.2.44
    7771ca86 · Linux 3.2.44 ·
    This is the 3.2.44 stable release
    
  • drm/tegra/for-3.10
    drm/tegra: Changes for v3.10-rc1
    
    The bulk of this pull-request is the host1x series that has been in the
    works for a few months. The current implementation looks good and has
    been tested by several independent parties. So far no issues have been
    found. To be on the safe side, the new Tegra-specific DRM IOCTLs depend
    on staging in order to give some amount of flexibility to change them
    just in case. The plan is to remove that dependency once more userspace
    exists to verify the adequacy of the IOCTLs.
    
    Currently only the 2D engine is supported, but patches are in the works
    to enable 3D support on top of this framework as well. Various bits of
    open-source userspace exist to test the 2D and 3D support[0]. This is
    still a bit immature but it allows to verify that the kernel interfaces
    work properly.
    
    To round things off there are two smaller cleanup patches, one of them
    adding a new pixel format and the other removing a redundent Kconfig
    dependency.
    
    [0]: https://github.com/grate-driver