Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • fixes-3.15-rc3
    ARM: SoC fixes for 3.15-rc3:
    
    Since we didn't get around to collect fixes in time for -rc2 over
    the easter vacation, this one is unfortunately a bit larger than
    we'd like for an -rc3 merge. A large set of the changes is in the
    device tree sources, so I'm splitting out the description between
    code changes and DT changes. Aside from omap and versatile express,
    the actual code bugs are sporadic and trivial. Here is an overview:
    
      imx:
       - fix video clock settings
       - fix one clock refcounting bug
    
      omap:
       - update defconfig for renamed USB PHY driver
       - fix error handling in gpmc
       - fix N900 video initialization regression
       - fix reression in hwmod code from missing braces
       - fix am43xx and omap3 clocks
       - remove bogus write to voltage control register
    
      pxa:
       - fix build regression from 3.13 header cleanup
    
      rockchip:
       - fix a misleading printk string
    
      shmobile:
       - fix incorrect sound setting on multiple machines
    
      spear:
       - remove incorrect __init section annotation
    
      tegra:
       - remove a stale Kconfig entry
    
      u300:
       - update defconfig
    
      ux500:
       - enable common wireless and sensor drivers in defconfig
       - more defconfig updates
    
      vexpress:
       - fix voltage calculation for opp
       - fix reboot hang and warning
       - fix out-of-bounds array access
       - improve error handling in clock driver
    
      overall:
       - always select CLKSRC_OF in multiplatform builds
    
    And these are the devicetree related changes:
    
      imx:
       - add missing #clock-cell properties
       - fix pinctrl setting in imx6sl-evk
       - fix video endpoint on imx53
       - remove obsolete lvds-channel nodes (multiple patches)
       - add missing second stmpe node
       - fix usb host mode on dmo-edmqmx6 (multiple patches)
       - fix gic node #address-cells to match usage
       - add missing legacy IRQ map for PCIe
       - fix microsom pincontrol setting for rgmii
       - fix fatal typo in touchscreen DT usage for mx5
       - list all RAM present on m53evk and mx53qsb
    
      omap:
       - fix bug in DT handling of gpmc external bus
       - add DT for older revision of beagleboard
       - fix regression after DT node name fixes
       - remove obsolete properties for gpmc
       - fix pinmux comment to match DT it refers to
       - fix newly added dra7xx clock node data
       - add missing clock for USB PHY
    
      mvebu:
       - add missing clock for mdio node
       - fix nonstandard vendor prefixes on i2c nodes
    
      rockchip:
       - fix pin control setting for uart
    
      shmobile:
       - fix typo in DT data for pin control (multiple patches)
       - fix gic node #address-cells to match usage
    
      tegra:
       - fix clock and uart DT representation to match hardware
    
      zynq:
       - add DT nodes for newly added driver
       - add DT properties required for cpufreq-ondemand
    
      overall:
       - restore alphabetic order in Makefile
       - grammar fixes in bindings
    
  • drm/tegra/for-3.15-rc3
    drm/tegra: Fixes for v3.15-rc3
    
    A single fix for some framebuffer reference counting fallout caused by
    the primary plane helpers introduced in 3.15-rc1.
    
  • ib-mfd-omap-3.16
    Immutable branch between MFD and ARM OMAP due for v3.16 merge-window.
    
  • ib-mfd-extcon-3.16
    Immutable branch between MFD and Extcon due for v3.16 merge-window.
    
  • v3.12.18
    ae2a5e12 · Linux 3.12.18 ·
    This is the 3.12.18 stable release
    
  • v3.13.11
    2d20120b · Linux 3.13.11 ·
    This is the 3.13.11 stable release
    
  • v3.15-rc2
    a798c10f · Linux 3.15-rc2 ·
    Linux 3.15-rc2
    
  • iommu-fixes-v3.15-rc1
    IOMMU Fixes for Linux v3.15-rc1
    
    Fixes for regressions:
    
    	* Fix wrong IOMMU enumeration causing some SCSI device drivers
    	  initialization failures
    	* ARM-SMMU fixes for a panic condition and a wrong return value.
    
  • gpio-v3.15-2
    A few fixes for the GPIO tree:
    
    - Change a crucial semantic ordering in the GPIO irqchip
      helpers.
    
    - Fix two nasty regressions in the ACPI gpiolib extensions.
    
  • drm/tegra/for-3.15-rc2
    drm/tegra: Fixes for v3.15-rc2
    
    This contains a fix for the host1x driver writing to non-existent syncpt
    registers.
    
    A second commit removes an excess pad field in the parameter structure
    for the DRM_TEGRA_SUBMIT IOCTL. Archeaology on earlier versions of this
    file indicates that this was once there to pad an uneven number of u32
    u32 fields, of which one was subsequently removed. Unfortunately nobody
    remembered to get rid of the padding when that happened.
    
    Both of these commits are Cc: stable because they fix issues that were
    introduced back in v3.10.
    
  • drm-intel-next-2014-04-16
    - vlv infoframe fixes from Jesse
    - dsi/mipi fixes from Shobhit
    - gen8 pageflip fixes for LRI/SRM from Damien
    - cmd parser fixes from Brad Volkin
    - some prep patches for CHV, DRRS, ...
    - and tons of little things all over
  • pinctrl-v3.15-2
    A first set of pin control fixes for the v3.15 series:
    
    - Fix a couple of barnsjukdomar on the Rockchip driver.
    
    - Remove an idiotic debug print I happened to leave behind
      in the Nomadik driver.
    
    - Fixup the Qualcomm MSM interrupt handling code for the
      TLMM v2.
    
    - Three patches renaming the Broadcom Capri driver to
      BCM28155. This has been falling between the chairs for
      some time due to some cross-tree synchronization
      misunderstandings, now I'm fed up with this and just
      rename it in this -rc1 phase.
    
  • 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
    
  • drm-intel-fixes-2014-04-11
  • 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.
    
    /
    
  • llvmlinux-for-v3.15
    LLVMLinux Patches for v3.15