Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-fixes-2016-05-25
  • v3.12.60
    d038b9c4 · Linux 3.12.60 ·
    This is the 3.12.60 stable release
    
  • drm-intel-next-2016-05-22
    - cmd-parser support for direct reg->reg loads (Ken Graunke)
    - better handle DP++ smart dongles (Ville)
    - bxt guc fw loading support (Nick Hoathe)
    - remove a bunch of struct typedefs from dpll code (Ander)
    - tons of small work all over to avoid casting between drm_device and the i915
      dev struct (Tvrtko&Chris)
    - untangle request retiring from other operations, also fixes reset stat corner
      cases (Chris)
    - skl atomic watermark support from Matt Roper, yay!
    - various wm handling bugfixes from Ville
    - big pile of cdclck rework for bxt/skl (Ville)
    - CABC (Content Adaptive Brigthness Control) for dsi panels (Jani&Deepak M)
    - nonblocking atomic commits for plane-only updates (Maarten Lankhorst)
    - bunch of PSR fixes&improvements
    - untangle our map/pin/sg_iter code a bit (Dave Gordon)
  • v3.18.34
    3b6aa07b · Linux 3.18.34 ·
    Linux 3.18.34
    
  • v4.1.25
    e429f243 · Linux 4.1.25 ·
    Linux 4.1.25
    
  • devicetree-for-4.7
    Devicetree for 4.7:
    
    - Rewrite of the unflattening code to avoid recursion and lessen the
      stack usage.
    
    - Rewrite of the phandle args parsing code to get rid of the fixed args
      size. This is needed for IOMMU code.
    
    - Sync to latest dtc which adds more dts style checking. These warnings
      are enabled with "W=1" compiles.
    
    - Tegra documentation updates related to the above warnings.
    
    - A bunch of spelling and other doc fixes.
    
    - Various vendor prefix additions.
    
  • iommu-updates-v4.7
    IOMMU Updates for Linux v4.7
    
    The updates include:
    
    	* Rate limiting for the VT-d fault handler
    
    	* Remove statistics code from the AMD IOMMU driver. It is unused
    	  and should be replaced by something more generic if needed
    
    	* Per-domain pagesize-bitmaps in IOMMU core code to support
    	  systems with different types of IOMMUs
    
    	* Support for ACPI devices in the AMD IOMMU driver
    
    	* 4GB mode support for Mediatek IOMMU driver
    
    	* ARM-SMMU updates from Will Deacon:
    
    		- Support for 64k pages with SMMUv1 implementations
    		  (e.g MMU-401)
    
    		- Remove open-coded 64-bit MMIO accessors
    
    		- Initial support for 16-bit VMIDs, as supported by some
    		  ThunderX SMMU implementations
    
    		- A couple of errata workarounds for silicon in the
    		  field
    
    	* Various fixes here and there
    
  • sound-4.7-rc1
    sound updates for 4.7-rc1
    
    This time was again a relatively calm development cycle; most of
    updates are about drivers, and no radical changes are seen in any
    core code.  Here are some highlights:
    
    ALSA core:
    - Continued hardening of ALSA hrtimer
    - A few leak fixes in timer interface
    - Fix poll error handling in PCM and compress
    - Add error propagation in compress API
    - Removal of dead rtctimer driver
    
    HD-audio:
    - Native ELD notify support for i915 HDMI
    - Realtek ALC234 & co support
    - Code refactoring to standardize chmap support
    - Continued development for SKL HDMI core support
    
    Firewire:
    - Apply delayed card registration to all drivers
    - Improved / stabilized the handling of PCM stream start / stop
    - Add tracepoints to dump a part of isochronous packet data
    - Fixed incoming/outgoing packet parameter usages
    - Add support for M-Audio profire series
    
    USB-audio:
    - Fixes for UAC2 clock source
    - SS+ support
    - Workaround for oft-seen repeated sample rate read errors
    
    ASoC:
    - Further slow progress on the topology code
    - Substantial updates and improvements for the da7219, es8328,
      fsl-ssi, Intel and rcar drivers.
    - Compress error handling in WM ADSP driver
    
  • v4.5.5
    3b41b7e3 · Linux 4.5.5 ·
    This is the 4.5.5 stable release
    
  • v4.4.11
    544ec5b0 · Linux 4.4.11 ·
    This is the 4.4.11 stable release
    
  • v3.14.70
    c977650a · Linux 3.14.70 ·
    This is the 3.14.70 stable release
    
  • topic/drm-misc-2016-05-18
  • media/v4.7-1
    media updates for v4.7-rc1
    
  • regulator-fix-can-change-voltage
    regulator: Fix build warnings from regulator_can_change_voltage()
    
    Cut down on noise for mainstream users of the API and people doing build
    testing by dropping the deprecated flag from regulator_can_change_voltage()
    as it triggers even on the EXPORT_SYMBOL_GPL() which affects all builds
    rather than just the remaining drivers with calls to it (for which fixes
    are currently pending).
    
    The function remains deprecated and is expected to be removed entirely
    in v4.8.
    
  • topic/drm-misc-2016-05-17
  • asoc-v4.7-fix-hdac
    ASoC: Fix for v4.7
    
    Fix an unused variable warning in the HDAC code.
    
  • gpio-v4.7-1
    This is the bulk of GPIO changes for kernel cycle v4.7:
    
    Core infrastructural changes:
    
    - Support for natively single-ended GPIO driver stages. This
      means that if the hardware has registers to configure open
      drain or open source configuration, we use that rather than
      (as we did before) try to emulate it by switching the line
      to an input to get high impedance. This is also documented
      throughly in Documentation/gpio/driver.txt for those of you
      who did not understand one word of what I just wrote.
    
    - Start to do away with the unnecessarily complex and
      unitelligible ARCH_REQUIRE_GPIOLIB and
      ARCH_WANT_OPTIONAL_GPIOLIB, another evolutional artifact from
      the time when the GPIO subsystem was unmaintained. Archs can
      now just select GPIOLIB and be done with it, cleanups to
      arches will trickle in for the next kernel. Some minor archs
      ACKed the changes immediately so these are included in this
      pull request.
    
    - Advancing the use of the data pointer inside the GPIO device
      for storing driver data by switching the PowerPC, Super-H
      Unicore and a few other subarches or subsystem drivers in
      ALSA SoC, Input, serial, SSB, staging etc to use it.
    
    - The initialization now reads the input/output state of the
      GPIO lines, so that each GPIO descriptor knows - if this
      callback is implemented - whether the line is input or
      output. This also reflects nicely in userspace "lsgpio".
    
    - It is now possible to name GPIO producer names, line names,
      from the device tree. (Platform data has been supported for
      a while.) I bet we will get a similar mechanism for ACPI
      one of those days. This makes is possible to get sensible
      producer names for e.g. GPIO rails in "lsgpio" in userspace.
    
    New drivers:
    
    - New driver for the Loongson1.
    
    - The XLP driver now supports Broadcom Vulcan ARM64.
    
    - The IT87 driver now supports IT8620 and IT8628.
    
    - The PCA953X driver now supports Galileo Gen2.
    
    Driver improvements:
    
    - MCP23S08 was switched to use the gpiolib irqchip helpers and
      now also suppors level-triggered interrupts.
    
    - 74x164 and RCAR now supports the .set_multiple() callback
    
    - AMDPT was converted to use generic GPIO.
    
    - TC3589x, TPS65218, SX150X, F7188X, MENZ127, VX855, WM831X, WM8994
      support the new single ended callback for open drain
      and in some cases open source.
    
    - Implement the .get_direction() callback for a few more drivers
      like PL061, Xgene.
    
    Cleanups:
    
    - Paul Gortmaker combed through the drivers and de-modularized
      those who are not really modules.
    
    - Move the GPIO poweroff DT bindings to the power subdir where
      they belong.
    
    - Rename gpio-generic.c to gpio-mmio.c, which is much more to the
      point. That's what it is handling, nothing more, nothing less.
    
  • device-properties-4.7-rc1
    Generic device properties framework update for v4.7-rc1
    
    Just one commit reworking the handling of built-in properties
    initialization and updating a few drivers in accordance with the
    core framework changes.
    
    /
    
  • acpi-4.7-rc1
    ACPI material for v4.7-rc1
    
     - In-kernel ACPICA code update to the upstream release 20160422
       adding support for ACPI 6.1 along with some previously missing
       bits of ACPI 6.0 support, making a fair amount of fixes and
       cleanups and reducing divergences between the upstream ACPICA
       and the in-kernel code (Bob Moore, Lv Zheng, Al Stone, Aleksey
       Makarov, Will Miles).
    
     - ACPI Generic Event Device (GED) support and a fix for it (Sinan Kaya,
       Paul Gortmaker).
    
     - INT3406 thermal driver for display thermal management and ACPI
       backlight support code reorganization related to it (Aaron Lu,
       Arnd Bergmann).
    
     - Support for exporting the value returned by the _HRV (hardware
       revision) ACPI object via sysfs (Betty Dall).
    
     - Removal of the EXPERT dependency for ACPI on ARM64 (Mark Brown).
    
     - Rework of the handling of ACPI _OSI mechanism allowing the
       _OSI("Darwin") support to be overridden from the kernel command
       line among other things (Lv Zheng, Chen Yu).
    
     - Rework of the ACPI tables override mechanism to prepare it for
       the introduction of overlays support going forward (Lv Zheng,
       Rafael Wysocki).
    
     - Fixes related to the ECDT support and module-level execution
       of AML (Lv Zheng).
    
     - ACPI PCI interrupts management update to make it work better on
       ARM64 mostly (Sinan Kaya).
    
     - ACPI SRAT handling update to make the code process all entires
       in the table order regardless of the entry type (Lukasz Anaczkowski).
    
     - EFI power off support for full-hardware ACPI platforms that don't
       support ACPI S5 (Chen Yu).
    
     - Fixes and cleanups related to the ACPI core's sysfs interface
       (Dan Carpenter, Betty Dall).
    
     - acpi_dev_present() API rework to reduce possible confusion related
       to it (Lukas Wunner).
    
     - Removal of CLK_IS_ROOT from two ACPI drivers (Stephen Boyd).
    
    /
    
  • pm-4.7-rc1
    Power management material for v4.7-rc1
    
     - New cpufreq "schedutil" governor (making decisions based on CPU
       utilization information provided by the scheduler and capable of
       switching CPU frequencies right away if the underlying driver
       supports that) and support for fast frequency switching in the
       acpi-cpufreq driver (Rafael Wysocki).
    
     - Consolidation of CPU frequency management on ARM platforms allowing
       them to get rid of some platform-specific boilerplate code if they
       are going to use the cpufreq-dt driver (Viresh Kumar, Finley Xiao,
       Marc Gonzalez).
    
     - Support for ACPI _PPC and CPU frequency limits in the intel_pstate
       driver (Srinivas Pandruvada).
    
     - Fixes and cleanups in the cpufreq core and generic governor code
       (Rafael Wysocki, Sai Gurrappadi).
    
     - intel_pstate driver optimizations and cleanups (Rafael Wysocki,
       Philippe Longepe, Chen Yu, Joe Perches).
    
     - cpufreq powernv driver fixes and cleanups (Akshay Adiga, Shilpasri
       Bhat).
    
     - cpufreq qoriq driver fixes and cleanups (Jia Hongtao).
    
     - ACPI cpufreq driver cleanups (Viresh Kumar).
    
     - Assorted cpufreq driver updates (Ashwin Chaugule, Geliang Tang,
       Javier Martinez Canillas, Paul Gortmaker, Sudeep Holla).
    
     - Assorted cpufreq fixes and cleanups (Joe Perches, Arnd Bergmann).
    
     - Fixes and cleanups in the OPP (Operating Performance Points)
       framework, mostly related to OPP sharing, and reorganization of
       OF-dependent code in it (Viresh Kumar, Arnd Bergmann, Sudeep Holla).
    
     - New "passive" governor for devfreq (for SoC subsystems that will
       rely on someone else for the management of their power resources)
       and consolidation of devfreq support for Exynos platforms, coding
       style and typo fixes for devfreq (Chanwoo Choi, MyungJoo Ham).
    
     - PM core fixes and cleanups, mostly to make it work better with the
       generic power domains (genpd) framework, and updates for that
       framework (Ulf Hansson, Thierry Reding, Colin Ian King).
    
     - Intel Broxton support for the intel_idle driver (Len Brown).
    
     - cpuidle core optimization and fix (Daniel Lezcano, Dave Gerlach).
    
     - ARM cpuidle cleanups (Jisheng Zhang).
    
     - Intel Kabylake support for the RAPL power capping driver (Jacob Pan).
    
     - AVS (Adaptive Voltage Switching) rockchip-io driver update (Heiko
       Stuebner).
    
     - Updates for the cpupower tool (Arjun Sreedharan, Colin Ian King,
       Mattia Dongili, Thomas Renninger).
    
    /