Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.19.100
    7cdefde3 · Linux 4.19.100 ·
    This is the 4.19.100 stable release
    
  • v4.14.169
    9fa690a2 · Linux 4.14.169 ·
    This is the 4.14.169 stable release
    
  • v4.9.212
    6f8dc956 · Linux 4.9.212 ·
    This is the 4.9.212 stable release
    
  • v4.4.212
    475d90ca · Linux 4.4.212 ·
    This is the 4.4.212 stable release
    
  • regulator-v5.6
    regulator: Updates for v5.6
    
    Hardly anything going on in the core this time around with the regulator
    API and pretty quiet on the driver front:
    
     - An API for comparing regulators, useful for devices that need to
       check if supply voltages exactly match rather than just nominally
       match.
     - Conversion of several DT bindings to YAML format.
     - Conversion of I2C drivers to probe_new().
     - New drivers for Monolithic MPQ7920 and MP8859, and Rohm BD71828.
    
  • android-mainline-5.5
    android-mainline @ v5.5
  • v4.19.99
    88d6de67 · Linux 4.19.99 ·
    This is the 4.19.99 stable release
    
  • v4.14.168
    9a95f252 · Linux 4.14.168 ·
    This is the 4.14.168 stable release
    
  • asoc-v5.6
    ASoC: Updates for v5.6
    
    A pretty big release this time around, a lot of new drivers and both
    Morimoto-san and Takashi were doing subsystem wide updates as well:
    
     - Further big refactorings from Morimoto-san simplifying the core
       interfaces and moving things to the component level.
     - Transition of drivers to managed buffer allocation and removal of
       redundant PCM ioctls.
     - New driver support for Ingenic JZ4770, Mediatek MT6660, Qualcomm
       WCD934x and WSA881x, and Realtek RT700, RT711, RT715, RT1011, RT1015
       and RT1308.
    
  • pnp-5.6-rc1
    PNP updates for 5.6-rc1
    
    Get rid of unused variable and function (yu kuai).
    
  • devprop-5.6-rc1
    Device properties framework updates for 5.6-rc1
    
    Add support for reference properties in sofrware nodes (Dmitry
    Torokhov) and a basic test for property entries along with fixes
    on top of it (Dmitry Torokhov, Qian Cai, Alan Maguire).
    
  • acpi-5.6-rc1
    ACPI updates for 5.6-rc1
    
     - Update the ACPICA code in the kernel to upstream revision
       20200110 including:
    
       * Update of copyright notices to 2020 (Bob Moore).
    
       * Dispatcher fix to always generate buffer objects for the ASL
         create_field() operator (Maximilian Luz).
    
       * Debugger cleanup (Colin Ian King).
    
       * Disassembler change to create buffer fields in
         ACPI_PARSE_LOAD_PASS1 (Erik Kaneda).
    
       * UNIX line ending support for non-windows builds in acpisrc
         (Erik Kaneda).
    
     - Update the list of ACPICA maintainers (Rafael Wysocki).
    
     - Add Intel Tiger Lake ACPI device IDs to the ACPI DPTF, ACPI fan,
       int340x_thermal and intel-hid drivers (Gayatri Kammela).
    
     - Make the ACPI fan driver create additional sysfs attributes to
       expose power states information for fans (Srinivas Pandruvada).
    
     - Fix up the ACPI battery driver to deal with unexpected battery
       capacity information in a better way (Hans de Goede).
    
     - Add ACPI backlight quirks for Lenovo E41-25/45 and MSI MS-7721
       boards (Aaron Ma, Hans de Goede).
    
     - Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch
       to the ACPI button driver (Jason Ekstrand).
    
     - Drop TIMER_DEFERRABLE from the GHES polling mode timer function
       flags to make it run precisely at the configured time (Bhaskar
       Upadhaya).
    
     - Fix race condition related to the reference counting of query
       handlers in the ACPI EC driver (Rafael Wysocki).
    
     - Fix ACPI tools build issue (Zhengyuan Liu).
    
     - Replace dma_request_slave_channel() with dma_request_chan() in the
       firmware guide documentation for ACPI (Peter Ujfalusi).
    
     - Fix typo in a comment and clean up function parameter data type
       inconsistencies (Kacper Piwiński, Tian Tao).
    
  • pm-5.6-rc1
    c102671a · Merge branch 'pm-devfreq' ·
    Power management updates for 5.6-rc1
    
     - Update the ACPI processor driver in order to export
       acpi_processor_evaluate_cst() to the code outside of it, add
       ACPI support to the intel_idle driver based on that and clean
       up that driver somewhat (Rafael Wysocki).
    
     - Add an admin guide document for the intel_idle driver (Rafael
       Wysocki).
    
     - Clean up cpuidle core and drivers, enable compilation testing
       for some of them (Benjamin Gaignard, Krzysztof Kozlowski, Rafael
       Wysocki, Yangtao Li).
    
     - Fix reference counting of OPP (operating performance points) table
       structures (Viresh Kumar).
    
     - Add support for CPR (Core Power Reduction) to the AVS (Adaptive
       Voltage Scaling) subsystem (Niklas Cassel, Colin Ian King,
       YueHaibing).
    
     - Add support for TigerLake Mobile and JasperLake to the Intel RAPL
       power capping driver (Zhang Rui).
    
     - Update cpufreq drivers:
    
       * Add i.MX8MP support to imx-cpufreq-dt (Anson Huang).
    
       * Fix usage of a macro in loongson2_cpufreq (Alexandre Oliva).
    
       * Fix cpufreq policy reference counting issues in s3c and
         brcmstb-avs (chenqiwu).
    
       * Fix ACPI table reference counting issue and HiSilicon quirk
         handling in the CPPC driver (Hanjun Guo).
    
       * Clean up spelling mistake in intel_pstate (Harry Pan).
    
       * Convert the kirkwood and tegra186 drivers to using
         devm_platform_ioremap_resource() (Yangtao Li).
    
     - Update devfreq core:
    
       * Add 'name' sysfs attribute for devfreq devices (Chanwoo Choi).
    
       * Clean up the handing of transition statistics and allow them
         to be reset by writing 0 to the 'trans_stat' devfreq device
         attribute in sysfs (Kamil Konieczny).
    
       * Add 'devfreq_summary' to debugfs (Chanwoo Choi).
    
       * Clean up kerneldoc comments and Kconfig indentation (Krzysztof
         Kozlowski, Randy Dunlap).
    
     - Update devfreq drivers:
    
       * Add dynamic scaling for the imx8m DDR controller and clean up
         imx8m-ddrc (Leonard Crestez, YueHaibing).
    
       * Fix DT node reference counting and nitialization error code path
         in rk3399_dmc and add COMPILE_TEST and HAVE_ARM_SMCCC dependency
         for it (Chanwoo Choi, Yangtao Li).
    
       * Fix DT node reference counting in rockchip-dfi and make it use
         devm_platform_ioremap_resource() (Yangtao Li).
    
       * Fix excessive stack usage in exynos-ppmu (Arnd Bergmann).
    
       * Fix initialization error code paths in exynos-bus (Yangtao Li).
    
       * Clean up exynos-bus and exynos somewhat (Artur Świgoń, Krzysztof
         Kozlowski).
    
     - Add tracepoints for tracking usage_count updates unrelated to
       status changes in PM-runtime (Michał Mirosław).
    
     - Add sysfs attribute to control the "sync on suspend" behavior
       during system-wide suspend (Jonas Meurer).
    
     - Switch system-wide suspend tests over to 64-bit time (Alexandre
       Belloni).
    
     - Make wakeup sources statistics in debugfs cover deleted ones which
       used to be the case some time ago (zhuguangqing).
    
     - Clean up computations carried out during hibernation, update
       messages related to hibernation and fix a spelling mistake in one
       of them (Wen Yang, Luigi Semenzato, Colin Ian King).
    
     - Add mailmap entry for maintainer e-mail address that has not been
       functional for several years (Rafael Wysocki).
    
  • v5.5
    d5226fa6 · Linux 5.5 ·
    Linux 5.5
    
  • wireless-drivers-next-2020-01-26
    wireless-drivers-next patches for v5.6
    
    Second set of patches for v5.6. Nothing special standing out, smaller
    new features and fixes allover.
    
    Major changes:
    
    ar5523
    
    * add support for SMCWUSBT-G2 USB device
    
    iwlwifi
    
    * support new versions of the FTM FW APIs
    
    * support new version of the beacon template FW API
    
    * print some extra information when the driver is loaded
    
    rtw88
    
    * support wowlan feature for 8822c
    
    * add support for WIPHY_WOWLAN_NET_DETECT
    
    brcmfmac
    
    * add initial support for monitor mode
    
    qtnfmac
    
    * add module parameter to enable DFS offloading in firmware
    
    * add support for STA HE rates
    
    * add support for TWT responder and spatial reuse
    
  • v5.4.15
    111e415c · Linux 5.4.15 ·
    This is the 5.4.15 stable release
    
  • amd-drm-fixes-5.5-2020-01-23
    amd-drm-fixes-5.5-2020-01-23:
    
    amdgpu:
    - remove the experimental flag from renoir
  • pm-5.5-rc8
    Power management fix for 5.5-rc8
    
    Prevent the kernel from crashing during resume from hibernation
    if free pages contain leftover data from the restore kernel and
    init_on_free is set (Alexander Potapenko).
    
  • wireless-drivers-2020-01-23
    wireless-drivers fixes for v5.5
    
    Second set of fixes for v5.5. There are quite a few patches,
    especially on iwlwifi, due to me being on a long break. Libertas also
    has a security fix and mt76 a build fix.
    
    iwlwifi
    
    * don't send the PPAG command when PPAG is disabled, since it can cause problems
    
    * a few fixes for a HW bug
    
    * a fix for RS offload;
    
    * a fix for 3168 devices where the NVM tables where the wrong tables were being read
    
    * fix a couple of potential memory leaks in TXQ code
    
    * disable L0S states in all hardware since our hardware doesn't
     officially support them anymore (and older versions of the hardware
     had instability in these states)
    
    * remove lar_disable parameter since it has been causing issues for
      some people who erroneously disable it
    
    * force the debug monitor HW to stop also when debug is disabled,
      since it sometimes stays on and prevents low system power states
    
    * don't send IWL_MVM_RXQ_NSSN_SYNC notification due to DMA problems
    
    libertas
    
    * fix two buffer overflows
    
    mt76
    
    * build fix related to CONFIG_MT76_LEDS
    
    * fix off by one in bitrates handling
    
  • v5.4.14
    0fce94b4 · Linux 5.4.14 ·
    This is the 5.4.14 stable release