Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-2014-03-07
    - fine-grained display power domains for byt (Imre)
    - runtime pm prep patches for !hsw from Paulo
    - WiZ hashing flag updates from Ville
    - ppgtt setup cleanup and enabling of full 4G range on bdw (Ben)
    - fixes from Jesse for the inherited intial config code
    - gpu reset code improvements from Mika
    - per-pipe num_planes refactoring from Damien
    - stability fixes around bdw forcewake handling and other bdw w/a from Mika and
      Ken
    - and as usual a pile of smaller fixes all over
  • v3.13.6
    404df65d · Linux 3.13.6 ·
    This is the 3.13.6 stable release
    
  • v3.10.33
    6969595f · Linux 3.10.33 ·
    This is the 3.10.33 stable release
    
  • drm-intel-fixes-2014-03-04
  • v3.14-rc5
    0414855f · Linux 3.14-rc5 ·
    Linux 3.14-rc5
    
  • pm+acpi-3.14-rc5
    ACPI and power management fixes for 3.14-rc5
    
     - One of the recent intel_pstate driver fixes introduced a rounding
       error that on some systems causes the frequency to be stuck at the
       lowest level forever.  Fix from Dirk Brandewie.
    
     - The firmware_class driver's PM notifier doesn't handle the
       PM_RESTORE_PREPARE event during hibernation image restore and that
       leads to a deadlock on umhelper_sem in __usermodehelper_disable().
       Fix from Sebastian Capella.
    
     - acpi_processor_set_throttling() abuses set_cpus_allowed_ptr() in a
       nasty way which triggers the WARN_ON_ONCE() in wq_worker_waking_up()
       among other things.  Fix from Lan Tianyu.
    
    /
    
  • drm/dp-aux-for-3.15-rc1
    drm: DisplayPort AUX framework for v3.15-rc1
    
    This series of patches implements a small framework that abstracts away
    some of the functionality that the DisplayPort AUX channel provides. It
    comes with a set of generic helpers that use the driver implementations
    to reduce code duplication.
    
  • qcom-drivers-for-3.15
  • v3.14-rc4
    cfbf8d48 · Linux 3.14-rc4 ·
    Linux 3.14-rc4
    
  • v3.13.5
    dc0ead5d · Linux 3.13.5 ·
    This is the 3.13.5 stable release
    
  • v3.12.13
    1e91ad22 · Linux 3.12.13 ·
    This is the 3.12.13 stable release
    
  • v3.10.32
    61dde96f · Linux 3.10.32 ·
    This is the 3.10.32 stable release
    
  • v3.4.82
    26065241 · Linux 3.4.82 ·
    This is the 3.4.82 stable release
    
  • pm+acpi-3.14-rc4
    fee5ae96 · Merge branch 'pm-cpufreq' ·
    ACPI and power management fixes for 3.14-rc4
    
     - Fix for a recent probing regression in the nouveau driver introduced
       by an ACPI change related to the handling of _DSM from Jiang Liu.
    
     - Fix for a dock station sysfs attribute that stopped working correctly
       after recent changes in the ACPI core.
    
     - cpufreq fix taking care of broken code related to CPU removal and
       overlooked by a previous recent fix in that area.  From Viresh Kumar.
    
     - Two intel_pstate fixes related to Baytrail support added during
       the 3.13 cycle (candidates for -stable) from Dirk Brandewie.
    
     - ACPI video fix removing duplicate brightness values from the _BCL
       table which makes its user space interface behave sanely.  From
       Hans de Goede.
    
     - Fix for the powernow-k8 cpufreq driver making it initialize its
       per-CPU data structures correctly from Srivatsa S. Bhat.
    
     - Fix for an obscure memory leak in the ACPI PCI interrupt allocation
       code (related to ISA) from Tomasz Nowicki.
    
     - ACPI video blacklist changes moving several systems that should
       use the native backlight interface instead of the ACPI one from
       the general ACPI _OSI blacklist the the ACPI video driver's
       blacklist where they belong.  This consists of an ACPI video
       driver update from Aaron Lu and a revert of a previous commit
       adding systems to the ACPI _OSI blacklist requested by Takashi Iwai.
    
     - Several fixes for build issues in ACPI drivers occuring when
       CONFIG_PM_SLEEP is unset from Shuah Khan.
    
     - Fix for an sscanf() format string in the ACPI Smart Battery
       Subsystem (SBS) driver from Luis G.F.
    
    /
    
  • iommu-fixes-v3.14-rc3
    IOMMU Fixes for Linux v3.14-rc3
    
    The fixes are only for the ARM-SMMU driver. Here is the summary from
    Will Deacon:
    
      - Andreas Herrmann took the driver for a run with a real SATA
        controller, which caused the new mutex-based locking to explode
        since we require mappings in atomic context
    
      - Yifan fixed an issue with the page table creation, which then caused
        breakages with the way in which we flush descriptors out to the
        table walker
    
      - I ran the driver on a system where the SMMU is hooked into a
        coherent interconnect for table walks, and noticed a shareability
        mismatch between the CPU and the SMMU
    
    These issues are all fixed here and have been tested on both arm and
    arm64 based systems.
    
    Besides that I put a fix on-top to make the spinlock irq-safe, so that the
    code-paths can be used in the DMA-API.
    
  • v3.13.4
    93ee5dcd · Linux 3.13.4 ·
    This is the 3.13.4 stable release
    
  • v3.12.12
    00397abb · Linux 3.12.12 ·
    This is the 3.12.12 stable release
    
  • v3.10.31
    a43e02cf · Linux 3.10.31 ·
    This is the 3.10.31 stable release
    
  • v3.4.81
    dd12c7c4 · Linux 3.4.81 ·
    This is the 3.4.81 stable release
    
  • qcom-dt-for-3.15
    Qualcomm ARM Based Device Tree Updates for v3.15
    
    * Added device tree nodes to enable SMP on msm8660, msm8960, and msm8974
    * Added Random Number Generator DT nodes for msm8974 and msm8960 SoCs