Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-for-v4.11
    main drm pull request for v4.11
    
  • v4.9.12
    ae7d4319 · Linux 4.9.12 ·
    This is the 4.9.12 stable release
    
  • v4.4.51
    f1924ac0 · Linux 4.4.51 ·
    This is the 4.4.51 stable release
    
  • sound-4.11-rc1
    sound updates for 4.11-rc1
    
    here is the update of sound bits for 4.11: again at this time, no big
    changes in ALSA and ASoC core but only cosmetic changes like
    consitifaction.  Meanwhile, quite a lot of developments are seen in
    a few driver side.
    
    ALSA Core:
    - Clean up, consitification of some ops
    
    HD-audio:
    - A slight behavior change of single_cmd option
    - Quirks for AmigaOne X1000, Samsung Ativ Book 8, Dell AiO, ALC221 HP,
      and fixes for Lewisburg controller
    - Realtek ALC299, ALC1220 codecs
    
    Others:
    - USB-audio: Tascam US-16x08 DSP mixer quirk
    - Intel HDMI LPE audio support for Baytrail / Cherrytrail; this
      contains some updates in drm/i915 for the new platform binding
    
    ASoC:
    - Lots of updates in Intel drivers, mostly for DisplayPort and HDMI
      on Skylake and onwards, as well as more Baytrail / Cherrytrail
      boards support
    - Channel mapping support for HDMI
    - Support for AllWinner A31 and A33, Everest Semiconductor ES8328,
      Nuvoton NAU8540.
    
  • gpio-v4.11-1
    This is the bulk of GPIO changes for the v4.11 cycle
    
    Core changes:
    
    - Augment fwnode_get_named_gpiod() to configure the GPIO pin
      immediately after requesting it like all other APIs do.
      This is a treewide change also updating all users.
    
    - Pass a GPIO label down to gpiod_request() from
      fwnode_get_named_gpiod(). This makes debugfs and the userspace
      ABI correctly reflect the current in-kernel consumer of a pin
      taken using this abstraction. This is a treewide change also
      updating all users.
    
    - Rename devm_get_gpiod_from_child() to
      devm_fwnode_get_gpiod_from_child() to reflect the fact that this
      function is operating on a fwnode object. This is a treewide
      change also updating all users.
    
    - Make it possible to take multiple GPIOs in a single hog of device
      tree hogs.
    
    - The refactorings switching GPIO chips to use the .set_config()
      callback using standard pin control properties and providing
      a backend into the pin control subsystem that were also merged
      into the pin control tree naturally appear here too.
    
    Testing instrumentation:
    
    - A whole slew of cleanups and improvements to the mockup GPIO
      driver. We now have an extended userspace test exercising the
      subsystem, and we can inject interrupts etc from userspace
      to fully test the core GPIO functionality.
    
    New drivers:
    
    - New driver for the Cortina Systems Gemini GPIO controller.
    
    - New driver for the Exar XR17V352/354/358 chips.
    
    - New driver for the ACCES PCI-IDIO-16 PCI GPIO card.
    
    Driver changes:
    
    - RCAR: set the irqchip parent device, add fine-grained runtime
      PM support.
    
    - pca953x: support optional RESET control line on the chip.
    
    - DaVinci: cleanups and simplifications. Add support for multiple
      instances.
    
    - .set_multiple() and naming of lines on more or less all of the
      ISA/PCI GPIO controllers.
    
    - mcp23s08: refactored to use regmap as a first step to further
      rewrites and modernizations.
    
  • v3.16.40
    54f1c43c · Linux 3.16.40 ·
    This is the 3.16.40 stable release
    
  • v3.2.85
    1ed92fd6 · Linux 3.2.85 ·
    This is the 3.2.85 stable release
    
  • devicetree-for-4.11
    DeviceTree updates for 4.11:
    
    - Sync dtc to upstream commit 0931cea3ba20. This picks up overlay
      support in dtc.
    
    - Set dma_ops for reserved memory users.
    
    - Make references to IOMMU consistent in DT bindings.
    
    - Cleanup references to pm_power_off in bindings.
    
    - Move some display bindings that snuck into the old bindings/video/
      path.
    
    - Fix some wrong documentation paths caused from binding restructuring.
    
    - Vendor prefixes for Faraday and Fujitsu.
    
    - Fix an of_node ref counting leak in of_find_node_opts_by_path
    
    - Introduce new graph helper of_graph_get_remote_node() which will be
      used by DRM drivers in 4.12.
    
  • iommu-fix-v4.11-rc0
    IOMMU Fix for v4.11-rc0
    
    	* Fix a boot crash caused by the VT-d driver when booted with IOMMU
    	  disabled. This was introduced with the recent IOMMU changes.
    
  • media/v4.11-1
    media updates for v4.11-rc1
    
  • device-properties-4.11-rc1
    Generic device properties framework updates for v4.11-rc1
    
    Allow built-in (static) device properties to be declared
    as constant, make it possible to save memory by discarding
    alternative (but unused) built-in (static) property sets and
    add support for automatic handling of built-in properties
    to the I2C code.
    
  • acpi-4.11-rc1
    ACPI updates for v4.11-rc1
    
     - Update of the ACPICA code in the kernel to upstream revision
       20170119 including:
       * Fixes related to the handling of the bit width and bit offset
         fields in Generic Address Structure (Lv Zheng).
       * ACPI resources handling fix related to invalid resource
         descriptors (Bob Moore).
       * Fix to enable implicit result conversion for several ASL
         library functions (Bob Moore).
       * Support for method invocations as target operands in AML
         (Bob Moore).
       * Fix to use a correct operand type for DeRefOf() in some
         situations (Bob Moore).
       * Utilities updates (Bob Moore, Lv Zheng).
       * Disassembler/debugger updates (David Box, Lv Zheng).
       * Build fixes (Colin Ian King, Lv Zheng).
       * Update of copyright notices in all files (Bob Moore).
    
     - Fix for modalias handling for SPI and I2C devices with
       DT-compatible identification strings (Dan O'Donovan).
    
     - Fixes for the ACPI EC and button drivers (Lv Zheng).
    
     - ACPI processor handling fix related to CPU hotplug (online/offline)
       on x86 (Vitaly Kuznetsov).
    
     - Suspend quirk to save/restore NVS memory over S3 transitions for
       Lenovo G50-45 (Zhang Rui).
    
     - Message formatting fix for the ACPI APEI code (Colin Ian King).
    
  • pm-4.11-rc1
    eee77a8a · Merge branch 'pm-tools' ·
    Power management updates for v4.11-rc1
    
     - Operating Performance Points (OPP) framework fixes, cleanups and
       switch over from RCU-based synchronization to reference counting
       using krefs (Viresh Kumar, Wei Yongjun, Dave Gerlach).
    
     - cpufreq core cleanups and documentation updates (Viresh Kumar,
       Rafael Wysocki).
    
     - New cpufreq driver for Broadcom BMIPS SoCs (Markus Mayer).
    
     - New cpufreq-dt sub-driver for TI SoCs requiring special handling,
       like in the AM335x, AM437x, DRA7x, and AM57x families, along with
       new DT bindings for it (Dave Gerlach, Paul Gortmaker).
    
     - ARM64 SoCs support for the qoriq cpufreq driver (Tang Yuantian).
    
     - intel_pstate driver updates including a new sysfs knob to control
       the driver's operation mode and fixes related to the no_turbo
       sysfs knob and the hardware-managed P-states feature support
       (Rafael Wysocki, Srinivas Pandruvada).
    
     - New interface to export ultra-turbo frequencies for the powernv
       cpufreq driver (Shilpasri Bhat).
    
     - Assorted fixes for cpufreq drivers (Arnd Bergmann, Dan Carpenter,
       Wei Yongjun).
    
     - devfreq core fixes, mostly related to the sysfs interface exported
       by it (Chanwoo Choi, Chris Diamand).
    
     - Updates of the exynos-bus and exynos-ppmu devfreq drivers (Chanwoo
       Choi).
    
     - Device PM QoS extension to support CPUs and support for per-CPU
       wakeup (device resume) latency constraints in the cpuidle menu
       governor (Alex Shi).
    
     - Wakeup IRQs framework fixes (Grygorii Strashko).
    
     - Generic power domains framework update including a fix to make
       it handle asynchronous invocations of *noirq suspend/resume
       callbacks correctly (Ulf Hansson, Geert Uytterhoeven).
    
     - Assorted fixes and cleanups in the core suspend/hibernate code,
       PM QoS framework and x86 ACPI idle support code (Corentin Labbe,
       Geert Uytterhoeven, Geliang Tang, John Keeping, Nick Desaulniers).
    
     - Update of the analyze_suspend.py script is updated to version 4.5
       offering multiple improvements (Todd Brandt).
    
     - New tool for intel_pstate diagnostics using the pstate_sample
       tracepoint (Doug Smythies).
    
  • regulator-v4.11
    regulator: Updates for v4.11
    
    Quite a lot of work going on the core this release, mainly around system
    initialization, but a quiet release for drivers:
    
     - Fixes for registration of multiple regulators on a PMIC from Javier
       Martinez Canillas and Jon Hunter.
     - Cleanups to the regulator_get() code from Dmitry Torokhov
     - Lots of constifcation of structs from Bhumika Goyal
     - Support for Motorola CPCAP regulators from Tony Lindgren.
    
  • asoc-v4.11
    ASoC: Updates for v4.11
    
    Another release that's mainly focused on drivers rather than core
    changes, highlights include:
    
     - A huge batch of updates to the Intel drivers, mainly around
       DisplayPort and HDMI with some additional board support too.
     - Channel mapping support for HDMI.
     - Support for AllWinner A31 and A33, Everest Semiconductor ES8328,
       Nuvoton NAU8540.
    
  • iommu-updates-v4.11
    IOMMU Updates for Linux v4.11
    
    The changes include:
    
    	* KVM PCIe/MSI passthrough support on ARM/ARM64
    
    	* Introduction of a core representation for individual hardware
    	  iommus
    
    	* Support for IOMMU privileged mappings as supported by some
    	  ARM IOMMUS
    
    	* 16-bit SID support for ARM-SMMUv2
    
    	* Stream table optimization for ARM-SMMUv3
    
    	* Various fixes and other small improvements
    
  • v4.10
    c470abd4 · Linux 4.10 ·
    Linux 4.10
    
  • v4.4.50
    c50b74d8 · Linux 4.4.50 ·
    This is the 4.4.50 stable release
    
  • v4.9.11
    eee1550b · Linux 4.9.11 ·
    This is the 4.9.11 stable release
    
  • drm-intel-next-fixes-2017-02-17
    i915 and GVT fixes for v4.11 merge window