Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.14.1
    387df1bd · Linux 3.14.1 ·
    This is the 3.14.1 stable release
    
  • v3.13.10
    f994ec5a · Linux 3.13.10 ·
    This is the 3.13.10 stable release
    
  • v3.4.87
    9660cc51 · Linux 3.4.87 ·
    This is the 3.4.87 stable release
    
  • v3.10.37
    f512eefd · Linux 3.10.37 ·
    This is the 3.10.37 stable release
    
  • v3.15-rc1
    c9eaa447 · Linux 3.15-rc1 ·
    Linux 3.15-rc1
    
  • iio-fixes-for-3.15a
    First found of IIO fixes for the 3.15 cycle.
    
    * Fix the platform data support for the at91 adc driver.
    * A couple of related follow up patches get the support working again
      for at91sam9260 and at91sam9g45 as the earlier patch results in a device
      name change.
    * A default timer value in the at91 adc driver was bonkers.  Make it sane.
    * Fix incorrect reporting of the integration time for the cm32181 light sensor
    * Fix a missing break in the ad2s1200 driver which would have give a false
      error return.
    * Make sure buffer scan mask queries from userspace return 0/1 rather than
      a fairly random value depending on their implementation of test_bit
    * Fix leak of the i2c client and a null pointer dereference in the cm36651
      driver.
    * Fix a build warning on avr32 for the mxs-lradc (not exactly a critical
      combination - but the issue was real).
    
  • drm-intel-fixes-2014-04-11
  • regulator-v3.15-fixes
    regulator: Fixes for v3.15
    
    A few driver specific fixes that have come in over the merge window,
    all only relevant for the specific driver.
    
  • pm+acpi-3.15-rc1-3
    More ACPI and power management fixes and updates for 3.15-rc1
    
     - Fix for a recently introduced CPU hotplug regression in ARM KVM
       from Ming Lei.
    
     - Fixes for breakage in the at32ap, loongson2_cpufreq, and unicore32
       cpufreq drivers introduced during the 3.14 cycle (-stable material)
       from Chen Gang and Viresh Kumar.
    
     - New powernv cpufreq driver from Vaidyanathan Srinivasan, with bits
       from Gautham R Shenoy and Srivatsa S Bhat.
    
     - Exynos cpufreq driver fix preventing it from being included into
       multiplatform builds that aren't supported by it from Sachin Kamat.
    
     - cpufreq cleanups related to the usage of the driver_data field in
       struct cpufreq_frequency_table from Viresh Kumar.
    
     - cpufreq ppc driver cleanup from Sachin Kamat.
    
     - Intel BayTrail support for intel_idle and ACPI idle from Len Brown.
    
     - Intel CPU model 54 (Atom N2000 series) support for intel_idle from
       Jan Kiszka.
    
     - intel_idle fix for Intel Ivy Town residency targets from Len Brown.
    
     - turbostat updates (Intel Broadwell support and output cleanups)
       from Len Brown.
    
     - New cpuidle sysfs attribute for exporting C-states' target residency
       information to user space from Daniel Lezcano.
    
     - New kernel command line argument to prevent power domains enabled
       by the bootloader from being turned off even if they are not in use
       (for diagnostics purposes) from Tushar Behera.
    
     - Fixes for wakeup sysfs attributes documentation from Geert Uytterhoeven.
    
     - New ACPI video blacklist entry for ThinkPad Helix from Stephen Chandler
       Paul.
    
     - Assorted ACPI cleanups and a Kconfig help update from Jonghwan Choi,
       Zhihui Zhang, Hanjun Guo.
    
    /
    
  • sound-fix-3.15-rc1
    sound fixes for 3.15-rc1
    
    Here is a bunch of small fixes that have been collected since the
    previous pull request.  In addition to various misc fixes, the
    following are included:
    
    - HD-audio quirks for Dell, HP, Chromebook, and ALC28x codecs
    - HD-audio AMD HDMI regression fix
    - Continued PM support/fixes for ice1712 driver
    - Multiplatform fixes for ASoC samsung drivers
    - Addition of device id tables to a few ASoC drivers
    - Bit clock polarity config and error flag fixes in ASoC fsl_sai
    
  • llvmlinux-for-v3.15
    LLVMLinux Patches for v3.15
    
  • asoc-v3.15-5
    ASoC: Fixes for v3.15
    
    A smattering of device specific fixes, nothing stands out here except
    for the multiplatform fixes for Samsung and the device IDs being added
    by Stephen Warren - there's no real code changes from those and they
    give better robustness to the enumeration with DT.
    
  • v3.2.57
    a2601fcc · Linux 3.2.57 ·
    This is the 3.2.57 stable release
    
  • cpu-hotplug-3.15-rc1
    CPU hotplug notifiers registration fixes for 3.15-rc1
    
    The purpose of this single series of commits from Srivatsa S Bhat (with
    a small piece from Gautham R Shenoy) touching multiple subsystems that use
    CPU hotplug notifiers is to provide a way to register them that will not
    lead to deadlocks with CPU online/offline operations as described in the
    changelog of commit 93ae4f978ca7f (CPU hotplug: Provide lockless versions
    of callback registration functions).
    
    The first three commits in the series introduce the API and document it
    and the rest simply goes through the users of CPU hotplug notifiers and
    converts them to using the new method.
    
    /
    
  • v3.12.17
    2acf1c25 · Linux 3.12.17 ·
    This is the 3.12.17 stable release
    
  • fbdev-omap-3.15
    fbdev changes for 3.15 (OMAP)
    
    This contains OMAP related fbdev changes for 3.15. The bulk of the patches are
    for adding Device Tree support for OMAP Display Subsystem:
    
    * SoCs: OMAP2/3/4
    
    * Boards: OMAP4 Panda, OMAP4 SDP, OMAP3 Beagle, OMAP3 Beagle-xM, OMAP3
      IGEP0020, OMAP3 N900
    
    * Devices: TFP410 Encoder, tpd12s015 HDMI companion chip, Sony acx565akm panel,
      MIPI DSI Command mode panel and HDMI, DVI and Analog TV connectors
    
  • cleanup3-3.15
    ARM: SoC: late cleanups
    
    These could not be part of the first cleanup branch, because they either
    came too late in the cycle, or they have dependencies on other branches.
    Important changes are:
    
    * The integrator platform is almost multiplatform capable after
      some reorganization (Linus Walleij)
    * Minor cleanups on Zynq (Michal Simek)
    * Lots of changes for Exynos and other Samsung platforms, including
      further preparations for multiplatform support and the clocks bindings
      are rearranged.
    
  • tags/cleanup2-3.15
    ARM: SoC: late cleanups
    
    These could not be part of the first cleanup branch, because they either
    came too late in the cycle, or they have dependencies on other branches.
    Important changes are:
    
    * The integrator platform is almost multiplatform capable after
      some reorganization (Linus Walleij)
    * Minor cleanups on Zynq (Michal Simek)
    * Lots of changes for Exynos and other Samsung platforms, including
      further preparations for multiplatform support and the clocks bindings
      are rearranged.
    
  • sh-3.15
    ARM: SoC: sh driver changes
    
    The drivers/sh subdirectory used to get merged through the SH architecture
    tree, but things are in flux there and some of the drivers are shared
    with ARM shmobile, we have picked it up for the time being.
    
    There is only one trivial patch from Laurent Pinchart this time.
    
  • drivers-3.15
    ARM: SoC: driver changes
    
    These changes are mostly for ARM specific device drivers that either
    don't have an upstream maintainer, or that had the maintainer ask
    us to pick up the changes to avoid conflicts. A large chunk of this
    are clock drivers (bcm281xx, exynos, versatile, shmobile), aside from
    that, reset controllers for STi as well as a large rework of the
    Marvell Orion/EBU watchdog driver are notable.