Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.8.1
    a7fac751 · Linux 4.8.1 ·
    This is the 4.8.1 stable release
    
  • debian-qcom-dragonboard410c-16.09
    Linaro 16.09
  • sound-4.9-rc1
    sound updates for 4.9-rc1
    
    Again the diffstat shows a widely distributed pattern at this cycle,
    as there've been many code cleanups and refactoring allover the places.
    Other than that, the development was relatively calm, and no big
    surprise shouldn't be expected.  Here are some highlights:
    
    Core:
    - Sequencer code refactoring / documentation updates
    - TLV code moved to uapi, following some relevant cleanups
    
    USB-Audio:
    - Lots of LINE6 driver fixes / updates
    - DragonFly and TEAC device quirk updates
    
    HD-audio:
    - Usual fixupes for Dell, Lenovo and HP machines
    - Link-audio time reporting capability
    
    ASoC:
    - Large refactoring of simple-card code to be shared with rcar
      driver
    - Removal of some duplicated ops over lots of CODEC drivers
    - Again quite a few Intel SKL driver updates
    - New drivers for Nuvoton NAU88C10, Realtek RT5660 and RT5663
    
  • devicetree-for-4.9
    DeviceTree updates for 4.9:
    
    - Update changeset documentation on locking to reflect current code
    
    - Fix alphabetizing of vendor-prefixes.txt
    
    - Add various vendor prefixes
    
    - Add ESP8089 WiFi binding
    
    - Add new variable sized array parsing functions
    
  • gpio-v4.9-1
    This is the bulk of GPIO changes for the v4.9 series:
    
    Subsystem improvements:
    
    - Do away with the last users of the obsolete Kconfig options
      ARCH_REQUIRE_GPIOLIB and ARCH_WANT_OPTIONAL_GPIOLIB (the latter
      always sounded like an item on a wishlist to Santa Claus to
      me). We can now select GPIOLIB and be done with it, for all
      archs. After some struggle it even work on UM. Not that it has
      GPIO, but if it wants to, it can select the library.
    
    - Continued efforts to make drivers properly either tristate or
      bool.
    
    - Introduce a warning for drivers assigning default triggers to
      their irqchip lines when probed from device tree, so we find and
      fix these ambigous drivers. It is agreed that in the OF config
      path, the device tree defines trigger characteristics.
    
    - The same warning, mutatis mutandis, for ACPI-probed GPIO
      irqchips.
    
    - We introduce the ability to mark certain IRQ lines as "unusable"
      as they can be taken by BIOS/firmware, unrouted in silicon and
      generally nasty if you use them, and such things. This is
      put to good use in the STMPE driver and also in the Cherryview
      pin control driver.
    
    - A new "mockup" virtual GPIO device that can be used for testing.
      The plan is to add unit tests under tools/* for exercising this
      device and verify that the kernel code paths are working as they
      should.
    
    - Make memory-mapped I/O-drivers depend on HAS_IOMEM. This was
      implicit all the time, but when people started building UM
      with allyesconfig or allmodconfig it exploded in their face.
    
    - Move some stray bits of device tree and ACPI HW description
      callbacks down into their respective implementation silo. These
      were causing issues when compiling on !HAS_IOMEM as well, so
      now eventually UM compiles the GPIOLIB library if it wants to.
    
    New drivers:
    
    - New driver for the Aspeed GPIO front-end companion to the
      pin controller merged through the pin control tree.
    
    - New driver for the LP873x PMIC GPIO portions.
    
    - New driver for Technologic Systems' I2C FPGA GPIO such as
      TS4900, TS-7970, TS-7990 and TS-4100.
    
    - New driver for the Broadcom BCM63xx series including BCM6338
      and BCM6345.
    
    - New driver for the Intel WhiskeyCove PMIC GPIO.
    
    - New driver for the Allwinner AXP209 PMIC GPIO portions.
    
    - New driver for Diamond Systems 48 line GPIO-MM, another of
      these port-mapped I/O expansion cards.
    
    - Support the STMicroelectronics STMPE1600 variant in the STMPE
      driver.
    
    Driver improvements:
    
    - The STMPE driver now supports rising/falling edge detection
      properly for IRQs.
    
    - The PCA954x will now fetch and enable its VCC regulator properly.
    
    - Major rework of the PCA953x driver with the goal of eventually
      switching it over to use regmap and thus modernize it even more.
    
    - Switch the IOP driver to use the generic MMIO GPIO library.
    
    - Move the ages old HTC EGPIO (extended GPIO) GPIO expander driver
      over to this subsystem from MFD, achieveing some separation of
      concerns.
    
  • regulator-v4.9
    regulator: Changes for v4.9
    
    This is an extremely quiet release for the regulator API, we've got a
    small set of bug fixes and minor feature enhancements for drivers plus a
    couple of more visible changes:
    
     - Add support for ramp times in regulators that don't use selectors.
     - New driver for LTC3676.
    
  • mac80211-next-for-davem-2016-10-04
    This time around, we have
     * Neighbor Awareness Networking (NAN) APIs
     * a fix for a previous patch that caused memory corruption
       in wireless extensions key settings
     * beacon rate configuration for AP and mesh
     * memory limits for mac80211's internal TXQs
     * a (fairly involved) fix for the TXQ vs. crypto problems
     * direct cfg80211 driver API for WEP keys
    
    This also pulls in net-next to fix the merge conflicts, see
    the merge commit for more details.
    
  • topic/drm-misc-2016-10-05
  • v3.12.64
    2e9f201d · Linux 3.12.64 ·
    This is the 3.12.64 stable release
    
  • v4.8
    c8d2bc9b · Linux 4.8 ·
    Linux 4.8
    
  • pnp-4.9-rc1
    PNP update for v4.9-rc1
    
    This makes more PNP core code explicitly non-modular (Paul Gortmaker).
    
  • acpi-4.9-rc1
    ACPI material for v4.9-rc1
    
     - Update of the ACPICA code in the kernel to upstream revision 20160831 with
       the following major changes:
       * New mechanism for GPE masking.
       * Fixes for issues related to the LoadTable operator and table loading.
       * Fixes for issues related to so-called module-level code (MLC), that is
         AML that doesn't belong to any methods.
       * Change of the return value of the _OSI method to reflect the Windows
         behavior.
       * GAS (Generic Address Structure) support fix related to 32-bit FADT
         addresses.
       * Elimination of unnecessary FADT version 2 support.
       * ACPI tools fixes and cleanups.
       From Bob Moore, Lv Zheng, and Jung-uk Kim.
    
     - ACPI sysfs interface updates to fix GPE handling (on top of the new GPE
       masking mechanism in ACPICA) and issues related to table loading (Lv Zheng).
    
     - New watchdog driver based on the ACPI WDAT (ACPI Watchdog Action Table),
       needed on some platforms to replace the iTCO watchdog that doesn't work there
       and related updates of the intel_pmc_ipc, i2c/i801 and MFD/lcp_ich drivers
       (Mika Westerberg).
    
     - Driver core fix to prevent it from leaking secondary fwnode objects during
       device removal (Lukas Wunner).
    
     - New definitions of built-in properties for UART in ACPI-based x86 SoC drivers
       and a 8250_dw driver quirk for the APM X-Gene SoC (Heikki Krogerus).
    
     - New device ID for the Vulcan SPI controller and constification of local
       strucures in the AMD SoC (APD) ACPI driver (Kamlakant Patel, Julia Lawall).
    
     - Fix for a bug causing the allocation of PCI resorces to fail if
       ACPI-enumerated child platform devices are registered below the PCI
       devices in question (Mika Westerberg).
    
     - Change of the default polarity for PCI legacy IRQs to high on systems
       booting wth ACPI on platforms with a GIC interrupt controller model
       fixing the discrepancy between the specification and HW behavior (Lorenzo
       Pieralisi).
    
     - Fixes for the handling of system suspend/resume in the ACPI EC driver and
       update of that driver to make it cope with the cases when the EC device
       defined in the ECDT has to be used throughout the entire system life cycle
       (Lv Zheng).
    
     - Update of the ACPI CPPC library to allow it to batch requests sent over the
       PCC channel (to reduce overhead), to support the fixed functional hardware
       (FFH) CPPC registers access type, to notify the mailbox framework about TX
       completions when the interrupt flag is set for the PCC mailbox, and to
       support HW-Reduced Communication Subspace type 2 (Ashwin Chaugule, Prashanth
       Prakash, Srinivas Pandruvada, Hoan Tran).
    
     - ACPI button driver fix and documentation update related to the handling of
       laptop lids (Lv Zheng).
    
     - ACPI battery driver initialization fix (Carlos Garnacho).
    
     - ACPI GPIO enumeration documentation update (Mika Westerberg).
    
     - Assorted updates of the core ACPI bus type code (Lukas Wunner, Lv Zheng).
    
     - Assorted cleanups of the ACPI table parsing code and the x86-specific ACPI
       code (Al Stone).
    
     - Fixes for assorted ACPI-related issues found in linux-next (Wei Yongjun).
    
  • pm-4.9-rc1
    Power management material for v4.9-rc1
    
     - Add a mechanism for passing hints from the scheduler to cpufreq governors
       via their utilization update callbacks and use it to introduce "IOwait
       boosting" into the schedutil governor and intel_pstate that will make them
       boost performance if the enqueued task was previously waiting on I/O
       (Rafael Wysocki).
    
     - Fix a schedutil governor problem that causes it to overestimate utilization
       if SMT is in use (Steve Muckle).
    
     - Update defconfigs trying to use the schedutil governor as a module which is
       not possible any more (Javier Martinez Canillas).
    
     - Update the intel_pstate's pstate_sample tracepoint to take "IOwait boosting"
       into account (Srinivas Pandruvada).
    
     - Fix a problem in the cpufreq core causing it to mishandle the initialization
       of CPUs registered after the cpufreq driver (Viresh Kumar, Rafael Wysocki).
    
     - Make the cpufreq-dt driver support per-policy governor tunables, clean it
       up and update its Kconfig description (Viresh Kumar).
    
     - Add support for more ARM platforms to the cpufreq-dt driver (Chanwoo Choi,
       Dave Gerlach, Geert Uytterhoeven).
    
     - Make the cpufreq CPPC driver report frequencies in KHz to avoid user space
       compatiblility issues (Al Stone, Hoan Tran).
    
     - Clean up a few cpufreq drivers (st, kirkwood, SCPI) a bit (Colin Ian King,
       Markus Elfring).
    
     - Constify some local structures in the intel_pstate driver (Julia Lawall).
    
     - Add a Documentation/cpu-freq/ entry to MAINTAINERS (Jean Delvare).
    
     - Add support for PM domain removal to the generic power domains (genpd)
       framework, add new DT helper functions to it and make it always enable
       debugfs support if available (Jon Hunter, Tomeu Vizoso).
    
     - Clean up the generic power domains (genpd) framework and make it avoid
       measuring power-on and power-off latencies during system-wide PM transitions
       (Ulf Hansson).
    
     - Add support for the RockChip DFI controller and the rk3399 DMC to the
       devfreq framework (Lin Huang, Axel Lin, Arnd Bergmann).
    
     - Add COMPILE_TEST to the devfreq framework (Krzysztof Kozlowski, Stephen
       Rothwell).
    
     - Fix a minor issue in the exynos-ppmu devfreq driver and fix up devfreq
       Kconfig indentation style (Wei Yongjun, Jisheng Zhang).
    
     - Fix the system suspend interface to make suspend-to-idle work if platform
       suspend operations have not been registered (Sudeep Holla).
    
     - Make it possible to use hibernation with PAGE_POISONING_ZERO enabled
       (Anisse Astier).
    
     - Increas the default timeout of the system suspend/resume watchdog and make it
       depend on EXPERT (Chen Yu).
    
     - Make the operating performance points (OPP) framework avoid using OPPs that
       aren't supported by the platform and fix a build warning in it (Dave Gerlach,
       Arnd Bergmann).
    
     - Fix the ARM cpuidle driver's return value (Christophe Jaillet).
    
     - Make the SmartReflex AVS (Adaptive Voltage Scaling) driver use more common
       logging style (Joe Perches).
    
  • asoc-v4.9
    ASoC: Updates for v4.9
    
    Apart from the cleanups done by Morimoto-san this has very much been a
    driver focused release with very little generic change:
    
     - A big factoring out of the simple-card code to allow it to be shared
       more with the rcar generic card from Kuninori Morimoto.
     - Removal of some operations duplicated on the CODEC level, again by
       Kuninori Morimoto.
     - Lots more machine support for x86 systems.
     - New drivers for Nuvoton NAU88C10, Realtek RT5660 and RT5663.
    
  • mac80211-next-for-davem-2016-09-30
    This time around, we have
     * Neighbor Awareness Networking (NAN) APIs
     * a fix for a previous patch that caused memory corruption
       in wireless extensions key settings
     * beacon rate configuration for AP and mesh
     * memory limits for mac80211's internal TXQs
     * a (fairly involved) fix for the TXQ vs. crypto problems
     * direct cfg80211 driver API for WEP keys
    
  • v4.4.23
    d19e48fe · Linux 4.4.23 ·
    This is the 4.4.23 stable release
    
  • v4.7.6
    f849d45b · Linux 4.7.6 ·
    This is the 4.7.6 stable release
    
  • drm-fixes-for-v4.8-final
    drm fixes for final 4.8, udl, amdgpu/radeon and nouveau
    
  • wireless-drivers-next-for-davem-2016-09-29
    wireless-drivers-next patches for 4.9
    
    Major changes:
    
    iwlwifi
    
    * work for new hardware support continues
    * dynamic queue allocation stabilization
    * improvements in the MSIx code
    * multiqueue support work continues
    * new firmware version support (API 26)
    * add 8275 series support
    * add 9560 series support
    * add support for MU-MIMO sniffer
    * add support for RRM by scan
    * add support for "reverse" rx packet injection faking hw descriptors
    * migrate to devm memory allocation handling
    * Remove support for older firmwares (API older than -17 and -22)
    
    wl12xx
    
    * support booting the same rootfs with both wl12xx and wl18xx
    
    hostap
    
    * mark the driver as obsolete
    
    ath9k
    
    * disable RNG by default
    
  • ib-move-htc-egpio-mfd
    Immutable branch to move the HTC EGPIO expande from MFD to GPIO