Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • devicetree-for-5.5
    Devicetree updates for v5.5:
    
    - DT schemas for PWM, syscon, power domains, SRAM, syscon-reboot,
      syscon-poweroff, renesas-irqc, simple-pm-bus, renesas-bsc, pwm-rcar,
      Renesas tpu, at24 eeprom, rtc-sh, Allwinner PS/2, sharp,ld-d5116z01b
      panel, Arm SMMU, max77650, Meson CEC, Amlogic canvas and DWC3 glue,
      Allwinner A10 mUSB and CAN, TI Davinci MDIO, QCom QCS404 interconnect,
      Unisoc/Spreadtrum SoCs and UART
    
    - Convert a bunch of Samsung bindings to DT schema
    
    - Convert a bunch of ST stm32 bindings to DT schema
    
    - Realtek and Exynos additions to Arm Mali bindings
    
    - Fix schema errors in RiscV CPU schema
    
    - Various schema fixes from improved meta-schema checks
    
    - Improve the handling of 'dma-ranges' and in particular fix DMA mask
      setup on PCI bridges
    
    - Fix a memory leak in add_changeset_property() and DT unit tests.
    
    - Several documentation improvements for schema validation
    
    - Rework build rules to improve schema validation errors
    
    - Color output for dtx_diff
    
  • media/v5.5-2
    media updates for v5.5-rc1
    
  • media/v5.5-1
    media updates for v5.5-rc1
    
  • devprop-5.5-rc1
    Device properties framework updates for 5.5-rc1
    
    Add support for printing fwnode names using a new conversion
    specifier "%pfw" (Sakari Ailus), clean up the software node and
    efi/apple-properties code in preparation for improved software node
    reference properties handling (Dmitry Torokhov) and fix the struct
    fwnode_operations description (Heikki Krogerus).
    
  • acpi-5.5-rc1
    782b5971 · Merge branch 'acpi-mm' ·
    ACPI updates for 5.5-rc1
    
     - Update the ACPICA code in the kernel to upstream revision 20191018
       including:
    
       * Fixes for Clang warnings (Bob Moore).
    
       * Fix for possible overflow in get_tick_count() (Bob Moore).
    
       * Introduction of acpi_unload_table() (Bob Moore).
    
       * Debugger and utilities updates (Erik Schmauss).
    
       * Fix for unloading tables loaded via configfs (Nikolaus Voss).
    
     - Add support for EFI specific purpose memory to optionally allow
       either application-exclusive or core-kernel-mm managed access to
       differentiated memory (Dan Williams).
    
     - Fix and clean up processing of the HMAT table (Brice Goglin,
       Qian Cai, Tao Xu).
    
     - Update the ACPI EC driver to make it work on systems with
       hardware-reduced ACPI (Daniel Drake).
    
     - Always build in support for the Generic Event Device (GED) to
       allow one kernel binary to work both on systems with full
       hardware ACPI and hardware-reduced ACPI (Arjan van de Ven).
    
     - Fix the table unload mechanism to unregister platform devices
       created when the given table was loaded (Andy Shevchenko).
    
     - Rework the lid blacklist handling in the button driver and add
       more lid quirks to it (Hans de Goede).
    
     - Improve ACPI-based device enumeration for some platforms based
       on Intel BayTrail SoCs (Hans de Goede).
    
     - Add an OpRegion driver for the Cherry Trail Crystal Cove PMIC
       and prevent handlers from being registered for unhandled PMIC
       OpRegions (Hans de Goede).
    
     - Unify ACPI _HID/_UID matching (Andy Shevchenko).
    
     - Clean up documentation and comments (Cao jin, James Pack, Kacper
       Piwiński).
    
  • pm-5.5-rc1
    Power management updates for 5.5-rc1
    
     - Use nanoseconds (instead of microseconds) as the unit of time in
       the cpuidle core and simplify checks for disabled idle states in
       the idle loop (Rafael Wysocki).
    
     - Fix and clean up the teo cpuidle governor (Rafael Wysocki).
    
     - Fix the cpuidle registration error code path (Zhenzhong Duan).
    
     - Avoid excessive vmexits in the ACPI cpuidle driver (Yin Fengwei).
    
     - Extend the idle injection infrastructure to be able to measure the
       requested duration in nanoseconds and to allow an exit latency
       limit for idle states to be specified (Daniel Lezcano).
    
     - Fix cpufreq driver registration and clarify a comment in the
       cpufreq core (Viresh Kumar).
    
     - Add NULL checks to the show() and store() methods of sysfs
       attributes exposed by cpufreq (Kai Shen).
    
     - Update cpufreq drivers:
    
       * Fix for a plain int as pointer warning from sparse in
         intel_pstate (Jamal Shareef).
    
       * Fix for a hardcoded number of CPUs and stack bloat in the
         powernv driver (John Hubbard).
    
       * Updates to the ti-cpufreq driver and DT files to support new
         platforms and migrate bindings from opp-v1 to opp-v2 (Adam Ford,
         H. Nikolaus Schaller).
    
       * Merging of the arm_big_little and vexpress-spc drivers and
         related cleanup (Sudeep Holla).
    
       * Fix for imx's default speed grade value (Anson Huang).
    
       * Minor cleanup of the s3c64xx driver (Nathan Chancellor).
    
       * CPU speed bin detection fix for sun50i (Ondrej Jirman).
    
     - Appoint Chanwoo Choi as the new devfreq maintainer.
    
     - Update the devfreq core:
    
       * Check NULL governor in available_governors_show sysfs to prevent
         showing wrong governor information and fix a race condition
         between devfreq_update_status() and trans_stat_show() (Leonard
         Crestez).
    
       * Add new 'interrupt-driven' flag for devfreq governors to allow
         interrupt-driven governors to prevent the devfreq core from
         polling devices for status (Dmitry Osipenko).
    
       * Improve an error message in devfreq_add_device() (Matthias
         Kaehlcke).
    
     - Update devfreq drivers:
    
       * tegra30 driver fixes and cleanups (Dmitry Osipenko).
    
       * Removal of unused property from dt-binding documentation for
         the exynos-bus driver (Kamil Konieczny).
    
       * exynos-ppmu cleanup and DT bindings update (Lukasz Luba, Marek
         Szyprowski).
    
     - Add new CPU IDs for CometLake Mobile and Desktop to the Intel RAPL
       power capping driver (Zhang Rui).
    
     - Allow device initialization in the generic power domains (genpd)
       framework to be more straightforward and clean it up (Ulf Hansson).
    
     - Add support for adjusting OPP voltages at run time to the OPP
       framework (Stephen Boyd).
    
     - Avoid freeing memory that has never been allocated in the
       hibernation core (Andy Whitcroft).
    
     - Clean up function headers in a header file and coding style in the
       wakeup IRQs handling code (Ulf Hansson, Xiaofei Tan).
    
     - Clean up the SmartReflex adaptive voltage scaling (AVS) driver for
       ARM (Ben Dooks, Geert Uytterhoeven).
    
     - Wrap power management documentation to fit in 80 columns (Bjorn
       Helgaas).
    
     - Add pm-graph utility entry to MAINTAINERS (Todd Brandt).
    
     - Update the cpupower utility:
    
       * Fix the handling of set and info subcommands (Abhishek Goel).
    
       * Fix build warnings (Nathan Chancellor).
    
       * Improve mperf_monitor handling (Janakarajan Natarajan).
    
  • sound-5.5-rc1
    sound updates for 5.5-rc1
    
    There have been some significant changes in the core side, both for
    ALSA and ASoC, while lots of development have been seen in SOF, as
    well as many small fixes/improvements for ASoC codecs and platforms.
    Below is a highlight in this cycle:
    
    Core:
    - The unification of PCM vmalloc buffer allocation helpers into the
      standard API
    - Clean up of the default PCM mmap handling for vmalloc & SG-buffer
    - Fix potential races at ALSA timer open
    - A few new PCM API extensions; just preliminary core changes, the
      actual changes in drivers will be merged in 5.6
    - Continued ASoC componentization works; now almost everything is a
      common ASoC component object.  A lot of refactoring and
      simplification have been done along with it.
    
    ASoC:
    - Many fixes to the Sound Open Firmware (SOF) code
    - Wake on voice support for Chromebooks
    - SPI support and trigger word detection for RT5677
    - New drivers for Analog Devices ADAU7118, Intel Cannonlake systems
      with RT1011 and RT5682, Texas Instruments TAS2562 and TAS2770
    
    HD-audio:
    - Improved Intel DSP configuration / probe code for SOF
    - Plumbing the legacy HD-audio driver with Intel SOF HDMI
    - DP-MST support for Nvidia HDMI codecs
    - Realtek quirks cleanups and new additions as usual
    
    Others:
    - Lots of refactoring and cleanups for FireWire; period-size sharing,
      h/w IRQ interval configuration, clock recovery improvements, etc
    - USB-audio: Scarlett mixer quirks
    - Cleanups of PCM calls in various drivers (including media and USB)
      to adapt the core API changes
    
  • v4.4.203
    48a16935 · Linux 4.4.203 ·
    This is the 4.4.203 stable release
    
  • regulator-v5.5
    regulator: Updates for v5.5
    
    Another fairly quiet release for the regulator API, some work all around
    including some core work but mostly in specialist or driver specific
    code:
    
     - Fix for powering off boot-on regulators.
     - Enhancements to the coupled regulator support introduced in the last
       release.
     - Conversion of a bunch of drivers to the fwnode API for GPIOs.
     - Mode support for DA9062.
     - New device support for Qualcomm PM1650, PM8004 and PM895 and Silergy
       SR83X.
     - Removal of obsolete AB8505 support.
    
  • asoc-v5.5-2
    ASoC: More updates for v5.5
    
    Some more development work for v5.5.  Highlights include:
    
     - More cleanups from Morimoto-san.
     - Trigger word detection for RT5677.
    
  • v4.9.203
    a777e9dd · Linux 4.9.203 ·
    This is the 4.9.203 stable release
    
  • v5.4
    219d5433 · Linux 5.4 ·
    Linux 5.4
    
  • v4.14.156
    43598c57 · Linux 4.14.156 ·
    This is the 4.14.156 stable release
    
  • v4.19.86
    14260788 · Linux 4.19.86 ·
    This is the 4.19.86 stable release
    
  • v5.3.13
    42adce41 · Linux 5.3.13 ·
    This is the 5.3.13 stable release
    
  • drm-next-5.5-2019-11-22
    drm-next-5.5-2019-11-22:
    
    amdgpu:
    - Fix bad DMA on some PPC platforms
    - MMHUB fix for powergating
    - BACO fix for Navi
    - Misc raven fixes
    - Enable vbios fetch directly from rom on navi
    - debugfs fix for DC
    - SR-IOV fixes for arcturus
    - Misc power fixes
    
    radeon:
    - Fix bad DMA on some PPC platforms
  • wireless-drivers-next-2019-11-22
    wireless-drivers-next patches for v5.5
    
    Last set of patches for v5.5. Major features here 802.11ax support for
    qtnfmac and airtime fairness support to mt76. And naturally smaller
    fixes and improvements all over.
    
    Major changes:
    
    qtnfmac
    
    * add 802.11ax support in AP mode
    
    * enable offload bridging support
    
    iwlwifi
    
    * support TX/RX antennas reporting
    
    mt76
    
    * mt7615 smart carrier sense support
    
    * aggregation statistics via debugfs
    
    * airtime fairness (ATF) support
    
    * mt76x0 OF mac address support
    
  • v3.16.78
    8fc61671 · Linux 3.16.78 ·
    This is the 3.16.78 stable release
    
  • mac80211-next-for-net-next-2019-11-22
    The interesting new thing here is AQL, the Airtime Queue Limit
    patchset from Kan Yan (Google) and Toke Høiland-Jørgensen (Redhat).
    The effect is intended to eventually be similar to BQL, but byte
    queue limits are not useful in wifi where the actual throughput can
    vary by around 4 orders of magnitude. There are more details in the
    patches themselves.
    
  • pm-5.4-final
    Power management regression fix for final 5.4
    
    Fix problems with switching cpufreq drivers on some x86 systems with
    ACPI (and with changing the operation modes of the intel_pstate driver
    on those systems) introduced by recent changes related to the
    management of frequency limits in cpufreq.