Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • devicetree-for-4.4
    DeviceTree updates for 4.4:
    
    - DT binding doc consolidation moving similar bindings to common
      locations. The majority of these are display related which were
      scattered in video/, fb/, drm/, gpu/, and panel/ directories.
    - Add new config option, CONFIG_OF_ALL_DTBS, to enable building all dtbs
      in the tree for most arches with dts files (except powerpc for now).
    - OF_IRQ=n fixes for user enabled CONFIG_OF.
    - of_node_put ref counting fixes from Julia Lawall.
    - Common DT binding for wakeup-source and deprecation of all similar
      bindings.
    - DT binding for PXA LCD controller.
    - Allow ignoring failed PCI resource translations in order to ignore
      64-bit addresses on non-LPAE 32-bit kernels.
    - Support setting the NUMA node from DT instead of only from parent
      device.
    - Couple of earlycon DT parsing fixes for address and options.
    
  • topic/drm-fixes-2015-11-11
  • iommu-updates-v4.4
    IOMMU Updates for Linux v4.4
    
    This time including:
    
    	* A new IOMMU driver for s390 pci devices
    
    	* Common dma-ops support based on iommu-api for ARM64. The plan is to
    	  use this as a basis for ARM32 and hopefully other architectures as
    	  well in the future.
    
    	* MSI support for ARM-SMMUv3
    
    	* Cleanups and dead code removal in the AMD IOMMU driver
    
    	* Better RMRR handling for the Intel VT-d driver
    
    	* Various other cleanups and small fixes
    
  • clk-for-linus-20151104
    The majority of the changes are driver updates and new device
    support. The core framework is mostly unchanged this time
    around, with only a couple patches to expose a clk provider
    API and make getting clk parent names from DT more robust.
    
    Driver updates:
    
    - Support for clock controllers found on Broadcom Northstar
      SoCs and bcm2835 SoC
    
    - Support for Allwinner audio clocks
    
    - A few cleanup patches for Tegra drivers and support for the
      highest DFLL frequencies on Tegra124
    
    - Samsung exynos7 fixes and improvements
    
    - i.Mx SoC updates to add a few missing clocks and keep debug
      uart clocks on during kernel intialization
    
    - Some mediatek cleanups and support for more subsystem clocks
    
    - Support for msm8916 gpu/audio clocks and qcom's GDSC power domain
      controllers
    
    - A new driver for the Silabs si514 clock chip
    
  • regulator-v4.4
    regulator: Updates for v4.4
    
    This is quite a quiet release in terms of volume of patches but it
    includes a couple of really nice core changes - the work Sascha has done
    in particular is something I've wanted to get done for a long time but
    just never got round to myself.  Highlights include:
    
     - Support from Sascha Hauer for setting the voltage of parent supplies
       based on requests from their children.  This is used both to allow
       set_voltage() to work through a dumb switch and to improve the
       efficiency of systems where DCDCs are used to supply LDOs by minimising
       the voltage drop over the LDOs.
     - Removal of regulator_list by Tomeu Vizoso, meaning we're not
       duplicating the device list maintained by the driver core.
     - Support for Wolfson/Cirrus WM8998 and WM1818.
    
  • mac80211-for-davem-2015-11-03
    Another set of fixes:
     * remove a warning on a check that can trigger without any
       errors having happened (Andrei)
     * correctly handle deauth request while in the process of
       associating (Andrei)
     * fix TDLS HT operation (Arik)
     * allow changing AID/listen interval during client setup (Ayala)
     * be more forgiving with WMM parameters to get HT/VHT in case of
       broken APs with bad WMM settings (Emmanuel, myself)
     * a number of other fixes (some in documentation)
    
  • media/v4.4-1
    media updates for v4.4-rc1
    
  • gpio-v4.4-1
    0963670a · gpio: fix up SPI submenu ·
    This is the bulk of GPIO changes for v4.4:
    
    GPIO core:
    - Define and handle flags for open drain/open collector
      and open source/open emitter, also know as "single-ended"
      configurations.
    - Generic request/free operations that handle calling out
      to the (optional) pin control backend.
    - Some refactoring related to an ABI change that did not
      happen, yet provide useful.
    - Added a real-time compliance checklist. Many GPIO chips
      have irqchips, and need to think this over with the RT
      patches going upstream.
    - Restructure, fix and clean up Kconfig menus a bit.
    
    New drivers:
    - New driver for AMD Promony.
    - New driver for ACCES 104-IDIO-16, a port-mapped I/O
      card, ISA-style. Very retro.
    
    Subdriver changes:
    - OMAP changes to handle real time requirements.
    - Handle trigger types for edge and level IRQs on PL061
      properly. As this hardware is very common it needs to
      set a proper example for others to follow.
    - Some container_of() cleanups.
    - Delete the unused MSM driver in favor of the driver that
      is embedded inside the pin control driver.
    - Cleanup of the ath79 GPIO driver used by many, many
      OpenWRT router targets.
    - A consolidated IT87xx driver replacing the earlier
      very specific IT8761e driver.
    - Handle the TI TCA9539 in the PCA953x driver. Also
      handle ACPI devices in this subdriver.
    - Drop xilinx arch dependencies as these FPGAs seem to
      profilate over a few different architectures. MIPS and
      ARM come to mind.
    
  • v3.12.50
    7398d033 · Linux 3.12.50 ·
    This is the 3.12.50 stable release
    
  • v4.3
    6a13feb9 · Linux 4.3 ·
    Linux 4.3
    
  • v3.18.24
    b1240304 · Linux 3.18.24 ·
    Linux 3.18.24
    
  • v3.18.23
    8341455f · Linux 3.18.23 ·
    Linux 3.18.23
    
  • ubuntu-qcom-snapdragon-15.10
    Linaro 15.10
    
  • v4.2.5
    f69d603c · Linux 4.2.5 ·
    This is the 4.2.5 stable release
    
  • v4.1.12
    10f9e3bc · Linux 4.1.12 ·
    This is the 4.1.12 stable release
    
  • v3.14.56
    07bd6f89 · Linux 3.14.56 ·
    This is the 3.14.56 stable release
    
  • v3.10.92
    d17332eb · Linux 3.10.92 ·
    This is the 3.10.92 stable release
    
  • iommu-fixes-v4.3-rc7
    IOMMU Fixes for Linux v4.3-rc7
    
    Two late fixes for the AMD IOMMU driver:
    
    	* One adds an additional check to the io page-fault handler to
    	  avoid a BUG_ON being hit in handle_mm_fault()
    
    	* Second patch fixes a problem with devices writing to the
    	  system management area and were blocked by the IOMMU because
    	  the driver wrongly cleared out the DTE flags allowing that
    	  access.
    
  • asoc-v4.3-rc6
    ASoC: Updates for v4.4
    
    Not much core work here, a few small tweaks to interfaces but mainly the
    changes here are driver ones.  Highlights include:
    
     - Updates to the topology userspace interface
     - Big updates to the Renesas support from Morimoto-san
     - Most of the support for Intel Sky Lake systems.
     - New drivers for Asahi Kasei Microdevices AK4613, Allwinnner A10,
       Cirrus Logic WM8998, Dialog DA7219, Nuvoton NAU8825 and Rockchip
       S/PDIF.
    
  • v4.3-rc7
    32b88194 · Linux 4.3-rc7 ·
    Linux 4.3-rc7