Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v5.4.30
    ad13e142 · Linux 5.4.30 ·
    This is the 5.4.30 stable release
    
  • v5.5.15
    43bc68e2 · Linux 5.5.15 ·
    This is the 5.5.15 stable release
    
  • next-20200402
    next-20200402
    
  • v5.6.2
    9fbe5c87 · Linux 5.6.2 ·
    This is the 5.6.2 stable release
    
  • android-mainline-5.6
    android-mainline @ v5.6
  • amd-drm-next-5.7-2020-04-01
    amd-drm-next-5.7-2020-04-01:
    
    amdgpu:
    - HDCP fixes
    - gfx10 fix
    - Misc display fixes
    - BACO fixes
    
    amdkfd:
    - Fix memory leak
  • v5.4.29
    73fea329 · Linux 5.4.29 ·
    This is the 5.4.29 stable release
    
  • v5.5.14
    2b67aa64 · Linux 5.5.14 ·
    This is the 5.5.14 stable release
    
  • v5.6.1
    7b86b8d1 · Linux 5.6.1 ·
    This is the 5.6.1 stable release
    
  • next-20200401
    next-20200401
    
  • next-20200331
    next-20200331
    
  • pnp-5.7-rc1
    PNP subsystem updates for 5.7-rc1
    
    Update MAINTAINERS to cover include/linux/pnp.h and add the linux-acpi
    list to the PNP entry in it, add the const modifier to the name field
    definition in struct pnp_driver and drop a pointer case in the RTC
    CMOS driver that has become redundant (Corentin Labbe).
    
  • acpi-5.7-rc1
    ACPI updates for 5.7-rc1
    
     - Update the ACPICA code in the kernel to the 20200214 upstream
       release including:
    
       * Fix to re-enable the sleep button after wakeup (Anchal Agarwal).
       * Fixes for mistakes in comments and typos (Bob Moore).
       * ASL-ASL+ converter updates (Erik Kaneda).
       * Type casting cleanups (Sven Barth).
    
     - Clean up the intialization of the EC driver and eliminate some
       dead code from it (Rafael Wysocki).
    
     - Clean up the quirk tables in the AC and battery drivers (Hans de
       Goede).
    
     - Fix the global lock handling on x86 to ignore unspecified bit
       positions in the global lock field (Jan Engelhardt).
    
     - Add a new "tiny" driver for ACPI button devices exposed by VMs to
       guest kernels to send signals directly to init (Josh Triplett).
    
     - Add a kernel parameter to disable ACPI BGRT on x86 (Alex Hung).
    
     - Make the ACPI PCI host bridge and fan drivers use scnprintf() to
       avoid potential buffer overflows (Takashi Iwai).
    
     - Clean up assorted pieces of code:
    
       * Reorder "asmlinkage" to make g++ happy (Alexey Dobriyan).
       * Drop unneeded variable initialization (Colin Ian King).
       * Add missing __acquires/__releases annotations (Jules Irenge).
       * Replace list_for_each_safe() with list_for_each_entry_safe()
         (chenqiwu).
    
  • pm-5.7-rc1
    Power management updates for 5.7-rc1
    
     - Clean up and rework the PM QoS API to simplify the code and
       reduce the size of it (Rafael Wysocki).
    
     - Fix a suspend-to-idle wakeup regression on Dell XPS13 9370
       and similar platforms where the USB plug/unplug events are
       handled by the EC (Rafael Wysocki).
    
     - CLean up the intel_idle and PSCI cpuidle drivers (Rafael Wysocki,
       Ulf Hansson).
    
     - Extend the haltpoll cpuidle driver so that it can be forced to
       run on some systems where it refused to load (Maciej Szmigiero).
    
     - Convert several cpufreq documents to the .rst format and move the
       legacy driver documentation into one common file (Mauro Carvalho
       Chehab, Rafael Wysocki).
    
     - Update several cpufreq drivers:
    
       * Extend and fix the imx-cpufreq-dt driver (Anson Huang).
    
       * Improve the -EPROBE_DEFER handling and fix unwanted CPU
         overclocking on i.MX6ULL in imx6q-cpufreq (Anson Huang,
         Christoph Niedermaier).
    
       * Add support for Krait based SoCs to the qcom driver (Ansuel
         Smith).
    
       * Add support for OPP_PLUS to ti-cpufreq (Lokesh Vutla).
    
       * Add platform specific intermediate callbacks support to
         cpufreq-dt and update the imx6q driver (Peng Fan).
    
       * Simplify and consolidate some pieces of the intel_pstate driver
         and update its documentation (Rafael Wysocki, Alex Hung).
    
     - Fix several devfreq issues:
    
       * Remove unneeded extern keyword from a devfreq header file
         and use the DEVFREQ_GOV_UPDATE_INTERNAL event name instead of
         DEVFREQ_GOV_INTERNAL (Chanwoo Choi).
    
       * Fix the handling of dev_pm_qos_remove_request() result (Leonard
         Crestez).
    
       * Use constant name for userspace governor (Pierre Kuo).
    
       * Get rid of doc warnings and fix a typo (Christophe JAILLET).
    
     - Use built-in RCU list checking in some places in the PM core to
       avoid false-positive RCU usage warnings (Madhuparna Bhowmik).
    
     - Add explicit READ_ONCE()/WRITE_ONCE() annotations to low-level
       PM QoS routines (Qian Cai).
    
     - Fix removal of wakeup sources to avoid NULL pointer dereferences
       in a corner case (Neeraj Upadhyay).
    
     - Clean up the handling of hibernate compat ioctls and fix the
       related documentation (Eric Biggers).
    
     - Update the idle_inject power capping driver to use variable-length
       arrays instead of zero-length arrays (Gustavo Silva).
    
     - Fix list format in a PM QoS document (Randy Dunlap).
    
     - Make the cpufreq stats module use scnprintf() to avoid potential
       buffer overflows (Takashi Iwai).
    
     - Add pm_runtime_get_if_active() to PM-runtime API (Sakari Ailus).
    
     - Allow no domain-idle-states DT property in generic PM domains (Ulf
       Hansson).
    
     - Fix a broken y-axis scale in the intel_pstate_tracer utility (Doug
       Smythies).
    
  • asoc-v5.7
    ASoC: Updates for v5.7
    
    This is a very big update for the core since Morimoto-san has been
    rather busy continuing his refactorings to clean up a lot of the cruft
    that we have accumilated over the years.  We've also gained several new
    drivers, including initial (but still not complete) parts of the Intel
    SoundWire support.
    
     - Lots of refactorings to modernize the code from Morimoto-san.
     - Conversion of SND_SOC_ALL_CODECS to use imply from Geert Uytterhoeven.
     - Continued refactoring and fixing of the Intel support.
     - Soundwire and more advanced clocking support for Realtek RT5682.
     - Support for amlogic GX, Meson 8, Meson 8B and T9015 DAC, Broadcom
       DSL/PON, Ingenic JZ4760 and JZ4770, Realtek RL6231, and TI TAS2563 and
       TLV320ADCX140.
    
  • media/v5.7-1
    media updates for v5.7-rc1
    
  • next-20200330
    next-20200330
    
  • v5.6
    7111951b · Linux 5.6 ·
    Linux 5.6
    
  • devicetree-fixes-for-5.6-4
    Devicetree fix for 5.6, take 4:
    
    A single fix for building dtc with GCC 10.
    
  • wireless-drivers-next-2020-03-27
    wireless-drivers-next patches for v5.7
    
    Third set of patches for v5.7. Nothing really special this time,
    business as usual.
    
    When pulling this to net-next there's again a conflict in:
    
    drivers/net/wireless/intel/iwlwifi/pcie/drv.c
    
    To solve this drop these three lines from the conflict (the first hunk
    from "HEAD") as the whole AX200 block was moved above in the same
    file:
    
    	IWL_DEV_INFO(0x2723, 0x1653, iwl_ax200_cfg_cc, iwl_ax200_killer_1650w_name),
    	IWL_DEV_INFO(0x2723, 0x1654, iwl_ax200_cfg_cc, iwl_ax200_killer_1650x_name),
    	IWL_DEV_INFO(0x2723, IWL_CFG_ANY, iwl_ax200_cfg_cc, iwl_ax200_name),
    
    And keep all the __IWL_DEV_INFO() entries (the second hunk). In other
    words, take everything from wireless-drivers-next. When running 'git
    diff' after the resolution the output should be empty.
    
    Major changes:
    
    brcmfmac
    
    * add USB autosuspend support
    
    ath11k
    
    * handle RX fragments
    
    * enable PN offload
    
    * add support for HE BSS color
    
    iwlwifi
    
    * support new FW API version
    
    * support for EDCA measurements
    
    * new scan API features
    
    * enable new firmware debugging code