Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v5.4.86
    dfce803c · Linux 5.4.86 ·
    This is the 5.4.86 stable release
    
  • v4.19.164
    3207316b · Linux 4.19.164 ·
    This is the 4.19.164 stable release
    
  • v4.14.213
    17529385 · Linux 4.14.213 ·
    This is the 4.14.213 stable release
    
  • v4.9.249
    e6374a1f · Linux 4.9.249 ·
    This is the 4.9.249 stable release
    
  • v4.4.249
    c2fadcfc · Linux 4.4.249 ·
    This is the 4.4.249 stable release
    
  • v5.11-rc1
    5c8fe583 · Linux 5.11-rc1 ·
    Linux 5.11-rc1
    
  • v5.10.3
    02164534 · Linux 5.10.3 ·
    This is the 5.10.3 stable release
    
  • amd-drm-fixes-5.11-2020-12-23
    amd-drm-fixes-5.11-2020-12-23:
    
    amdgpu:
    - Vangogh SMU fixes
    - Arcturus gfx9 fixes
    - Misc display fixes
    - Sienna Cichlid SMU update
    - Fix S3 display memory leak
    - Fix regression caused by DP sub-connector support
    
    amdkfd:
    - Properly require pcie atomics for gfx10
  • devicetree-fixes-for-5.11-1
    Devicetree fixes for v5.11, take 1:
    
    - Correct the JSON pointer syntax in binding schemas
    
    - Drop unnecessary *-supply schema constraints
    
    - Drop redundant maxItems/items on array schemas
    
    - Fix various yamllint warnings
    
    - Fix various missing 'additionalProperties' properties
    
  • acpi-5.11-rc1-2
    More ACPI updates for 5.11-rc1
    
     - Modify the ACPI device enumeration code to defer the enumeration
       of devices with an _HID whose lists of operation region
       dependencies returned by _DEP are not empty after eliminating the
       entries representing known-benign dependencies from them (Rafael
       Wysocki, Hans de Goede).
    
     - Make the ACPI PNP code mathing device IDs also take the length of
       the given ID string into account (Hui Wang).
    
     - Add AMD systems support to the ACPI code handling suspend-to-idle
       via the PNP0D80 (System Power Management Controller) device _DSM
       interface (Shyam Sundar).
    
     - Move the suspend-to-idle handling code related to the PNP0D80
       device _DSM interface, which is x86-specific, to a separate file
       in the x86/ subdirectory (Rafael Wysocki).
    
  • pm-5.11-rc1-2
    c3a74f8e · Merge branch 'pm-cpufreq' ·
    More power management updates for 5.11-rc1
    
     - Rework the passive-mode "fast switch" path in the intel_pstate
       driver to allow it receive the minimum (required) and target
       (desired) performance information from the schedutil governor so
       as to avoid running some workloads too fast (Rafael Wysocki).
    
     - Make the intel_pstate driver allow the policy max limit to be
       increased after the guaranteed performance value for the given
       CPU has increased (Rafael Wysocki).
    
     - Clean up the handling of CPU coordination types in the CPPC
       cpufreq driver and make it export frequency domains information
       to user space via sysfs (Ionela Voinescu).
    
     - Fix the ACPI code handling processor objects to use a correct
       coordination type when it fails to map frequency domains and drop
       a redundant CPU map initialization from it (Ionela Voinescu, Punit
       Agrawal).
    
  • v5.10.2
    d1988041 · Linux 5.10.2 ·
    This is the 5.10.2 stable release
    
  • v5.9.16
    a60d1a8f · Linux 5.9.16 ·
    This is the 5.9.16 stable release
    
  • v5.4.85
    19d1c763 · Linux 5.4.85 ·
    This is the 5.4.85 stable release
    
  • amd-drm-fixes-5.11-2020-12-16
    amd-drm-fixes-5.11-2020-12-16:
    
    amdgpu:
    - Fix a eDP regression for DCE asics
    - SMU fixes for sienna cichlid
    - Misc W=1 fixes
    - SDMA 5.2 reset fix
    - Suspend/resume fix
    - Misc display fixes
    - Misc runtime PM fixes and cleanups
    - Dimgrey Cavefish fixes
    - printk cleanup
    - Documentation warning fixes
    
    amdkfd:
    - Error logging fix
    - Fix pipe offset calculation
    
    radeon:
    - printk cleanup
  • devicetree-for-5.11
    Devicetree updates for v5.11:
    
    - Add vendor prefixes for bm, gpio-key, mentor, FII, and Ampere
    
    - Add ADP5585/ADP5589 and delta,q54sj108a2 to trivial-devices.yaml
    
    - Convert fixed-partitions, i2c-gate and fsl,dpaa2-console bindings to
      schemas
    
    - Drop PicoXcell bindings
    
    - Drop unused and undocumented 'pnx,timeout' property from LPC32xx
    
    - Add 'dynamic-power-coefficient' to Mali GPU bindings
    
    - Make 'make dt_binding_check' not error out on warnings
    
    - Various minor binding fixes
    
  • v5.9.15
    8df70259 · Linux 5.9.15 ·
    This is the 5.9.15 stable release
    
  • v5.4.84
    8a866bdb · Linux 5.4.84 ·
    This is the 5.4.84 stable release
    
  • acpi-5.11-rc1
    38a0925c · Merge branch 'acpi-ec' ·
    ACPI updates for 5.11-rc1
    
     - Update ACPICA code in the kernel to upstream revision 20201113
       with changes as follows:
    
       * Add 5 new UUIDs to the known UUID table (Bob Moore).
       * Remove extreaneous "the" in comments (Colin Ian King).
       * Add function trace macros to improve debugging (Erik Kaneda).
       * Fix interpreter memory leak (Erik Kaneda).
       * Handle "orphan" _REG for GPIO OpRegions (Hans de Goede).
    
     - Introduce resource_union() and resource_intersection() helpers
       and clean up some resource-manipulation code with the help of
       them (Andy Shevchenko).
    
     - Revert problematic commit related to the handling of resources
       in the ACPI core (Daniel Scally).
    
     - Extend the ACPI device enumeration documentation and the
       gpio-line-names _DSD property documentation, clean up the
       latter (Flavio Suligoi).
    
     - Clean up _DEP handling during device enumeration, modify the list
       of _DEP exceptions and the handling of it and fix up terminology
       related to _DEP (Hans de Goede, Rafael Wysocki).
    
     - Eliminate in_interrupt() usage from the ACPI EC driver (Sebastian
       Andrzej Siewior).
    
     - Clean up the advance_transaction() routine and related code in
       the ACPI EC driver (Rafael Wysocki).
    
     - Add new backlight quirk for GIGABYTE GB-BXBT-2807 (Jasper
       St. Pierre).
    
     - Make assorted janitorial changes in several ACPI-related pieces
       of code (Hanjun Guo, Jason Yan, Punit Agrawal).
    
  • pm-5.11-rc1
    Power management updates for 5.11-rc1
    
     - Use local_clock() instead of jiffies in the cpufreq statistics to
       improve accuracy (Viresh Kumar).
    
     - Fix up OPP usage in the cpufreq-dt and qcom-cpufreq-nvmem cpufreq
       drivers (Viresh Kumar).
    
     - Clean up the cpufreq core, the intel_pstate driver and the
       schedutil cpufreq governor (Rafael Wysocki).
    
     - Fix up error code paths in the sti-cpufreq and mediatek cpufreq
       drivers (Yangtao Li, Qinglang Miao).
    
     - Fix cpufreq_online() to return error codes instead of success (0)
       in all cases when it fails (Wang ShaoBo).
    
     - Add mt8167 support to the mediatek cpufreq driver and blacklist
       mt8516 in the cpufreq-dt-platdev driver (Fabien Parent).
    
     - Modify the tegra194 cpufreq driver to always return values from
       the frequency table as the current frequency and clean up that
       driver (Sumit Gupta, Jon Hunter).
    
     - Modify the arm_scmi cpufreq driver to allow it to discover the
       power scale present in the performance protocol and provide this
       information to the Energy Model (Lukasz Luba).
    
     - Add missing MODULE_DEVICE_TABLE to several cpufreq drivers (Pali
       Rohár).
    
     - Clean up the CPPC cpufreq driver (Ionela Voinescu).
    
     - Fix NVMEM_IMX_OCOTP dependency in the imx cpufreq driver (Arnd
       Bergmann).
    
     - Rework the poling interval selection for the polling state in
       cpuidle (Mel Gorman).
    
     - Enable suspend-to-idle for PSCI OSI mode in the PSCI cpuidle
       driver (Ulf Hansson).
    
     - Modify the OPP framework to support empty (node-less) OPP tables
       in DT for passing dependency information (Nicola Mazzucato).
    
     - Fix potential lockdep issue in the OPP core and clean up the OPP
       core (Viresh Kumar).
    
     - Modify dev_pm_opp_put_regulators() to accept a NULL argument and
       update its users accordingly (Viresh Kumar).
    
     - Add frequency changes tracepoint to devfreq (Matthias Kaehlcke).
    
     - Add support for governor feature flags to devfreq, make devfreq
       sysfs file permissions depend on the governor and clean up the
       devfreq core (Chanwoo Choi).
    
     - Clean up the tegra20 devfreq driver and deprecate it to allow
       another driver based on EMC_STAT to be used instead of it (Dmitry
       Osipenko).
    
     - Add interconnect support to the tegra30 devfreq driver, allow it
       to take the interconnect and OPP information from DT and clean it
       up ((Dmitry Osipenko).
    
     - Add interconnect support to the exynos-bus devfreq driver along
       with interconnect properties documentation (Sylwester Nawrocki).
    
     - Add suport for AMD Fam17h and Fam19h processors to the RAPL power
       capping driver (Victor Ding, Kim Phillips).
    
     - Fix handling of overly long constraint names in the powercap
       framework (Lukasz Luba).
    
     - Fix the wakeup configuration handling for bridges in the ACPI
       device power management core (Rafael Wysocki).
    
     - Add support for using an abstract scale for power units in the
       Energy Model (EM) and document it (Lukasz Luba).
    
     - Add em_cpu_energy() micro-optimization to the EM (Pavankumar
       Kondeti).
    
     - Modify the generic power domains (genpd) framwework to support
       suspend-to-idle (Ulf Hansson).
    
     - Fix creation of debugfs nodes in genpd (Thierry Strudel).
    
     - Clean up genpd (Lina Iyer).
    
     - Clean up the core system-wide suspend code and make it print
       driver flags for devices with debug enabled (Alex Shi, Patrice
       Chotard, Chen Yu).
    
     - Modify the ACPI system reboot code to make it prepare for system
       power off to avoid confusing the platform firmware (Kai-Heng Feng).
    
     - Update the pm-graph (multiple changes, mostly usability-related)
       and cpupower (online and offline CPU information support) PM
       utilities (Todd Brandt, Brahadambal Srinivasan).