Skip to content
Tags give the ability to mark specific points in history as being important
  • v4.19.213
    ff079d72 · Linux 4.19.213 ·
    This is the 4.19.213 stable release
    
  • v4.14.252
    2760370b · Linux 4.14.252 ·
    This is the 4.14.252 stable release
    
  • ath-202110181235
  • v5.15-rc6
    519d8195 · Linux 5.15-rc6 ·
    Linux 5.15-rc6
    
  • usb-5.15-rc6
    USB fixes for 5.15-rc6
    
    Here are some small USB fixes that resolve a number of tiny issues.
    They include:
    	- new USB serial driver ids
    	- xhci driver fixes for a bunch of issues
    	- musb error path fixes.
    
    All of these have been in linux-next for a while with no reported
    issues.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • v5.14.13
    b9ed0540 · Linux 5.14.13 ·
    This is the 5.14.13 stable release
    
  • v5.10.74
    77434fe5 · Linux 5.10.74 ·
    This is the 5.10.74 stable release
    
  • v5.4.154
    ce061ef4 · Linux 5.4.154 ·
    This is the 5.4.154 stable release
    
  • v4.19.212
    f74f1728 · Linux 4.19.212 ·
    This is the 4.19.212 stable release
    
  • v4.14.251
    f6b016a9 · Linux 4.14.251 ·
    This is the 4.14.251 stable release
    
  • v4.9.287
    aa13f014 · Linux 4.9.287 ·
    This is the 4.9.287 stable release
    
  • v4.4.289
    c67099a5 · Linux 4.4.289 ·
    This is the 4.4.289 stable release
    
  • v4.19.211
    3f8a27f9 · Linux 4.19.211 ·
    This is the 4.19.211 stable release
    
  • v5.4.153
    940a14a7 · Linux 5.4.153 ·
    This is the 5.4.153 stable release
    
  • v5.10.73
    0268aa57 · Linux 5.10.73 ·
    This is the 5.10.73 stable release
    
  • v5.14.12
    325225e2 · Linux 5.14.12 ·
    This is the 5.14.12 stable release
    
  • ath-202110130549
  • qcom-arm64-for-5.16
    Qualcomm ARM64 dts updates for v5.16
    
    MSM8916 gained some DT cleanup fixes. The Dragonboard 410c gains updated
    firmware paths to the device specific firmware for modem and WiFi, to
    allow these to be pushed to linux-next. The Longcheer L8150 gains extcon
    support and the interrupt configuration for the accelerometer and
    magnetometer are corrected.
    
    MSM8998 gained descriptions for the multimedia clock controller and
    iommu, as well as the GPU and its dedicated IOMMU. The QFPROM node is
    updated to access the CRC corrected value space, the white LED (for
    backlight) found in PMI8998 is described and GCC gains references to the
    missing XO and sleep_clk reference clocks.
    On top of this initial support for the Fxtec Pro1 QX1000 is added and
    then the Sony Xperia XZ1, Xperia XZ1 Compact and the Xperia XZ Premium,
    with USB, touchscreen, SDHCI, Bluetooth and vibrator supported.
    
    The Xiaomi Mi 5 and Xiaomi Mi Note 2, based on the MSM8996 platform was
    added, with support for frame buffer, GPU, audio, video encoder/decoder
    and touchscreen.
    
    The USB controller and PHY found in IPA6018 is described to provide USB
    support. IPQ8074 gains a description of the SPMI controller.
    
    The highlight on SC7180 is the introduction of the just released
    "Homestar" device.  CPU power coefficients are corrected based on
    measurements, IMEM is described to ensure that remoteproc relocation
    information is carried to post mortem debug tools and a few smaller
    fixes are introduced.
    
    The SC7280 gains QSPI, low speed (i2c/spi/uart), GPU, thermal zones,
    modem, CPU topology and updated memory map.
    
    On SDM845 the "Limits hardware" is described and increases the
    throttling temperature of the hardware from ~70C to 95C, with up to 30%
    improvement in benchmarks as result.  Relying on hardware throttling and
    thermal pressure, the CPU cooling devices are dropped.
    The power for the second WiFi channel is properly described for the
    Lenovo Yoga C630, to ensure they are both powered.
    
    reboot-modes are defined for the PM660 PMIC, found in SDM630 and SDM660.
    
    Initial support for the Snapdragon 690 (aka SM6350) is introduced, with
    support for clocks, regulators, pinctrl, storage, thermal sensors, USB,
    SMMU and CPUfreq. On top of this support for the Sony Xperia 10 III is
    introduced.
    
  • qcom-dts-for-5.16
    Qualcomm DTS updates for v5.16
    
    This extends the previous limited description of MSM8226 with SDHC,
    UART, I2C, SCM, SMEM, RPM and basic PMIC definitions. Based on this,
    initial support for the LG G Watch R smartwatch is introduced.
    
    APQ8064 gets a couple of DT updates, one which will allow the GPU driver
    to drop supporting legacy "opp tables" in the future.
    
    DT bindings and DTS files are updated with additional compatibles, for
    completeness.
    
  • qcom-drivers-for-5.16
    Qualcomm driver updates for v5.16
    
    This drops the use of power-domains for exposing the load_state from the
    QMP driver to clients, to avoid issues related to system suspend.
    
    SMP2P becomes wakeup capable, to allow dying remoteprocs to wake up
    Linux from suspend to perform recovery.
    
    It adds RPM power-domain support for SM6350 and MSM8953 and base RPM
    support for MSM8953 and QCM2290.
    
    It adds support for MSM8996, SDM630 and SDM660 in the SPM driver, which
    will enable the introduction of proper voltage scaling of the CPU
    subsystem.
    
    Support for releasing secondary CPUs on MSM8226 is introduced.
    
    The Asynchronous Packet Router (APR) driver is extended to support the
    new Generic Packet Router (GPR) variant, which is used to communicate
    with the firmware in the new AudioReach audio driver.
    
    Lastly it transitions a number of drivers to safer string functions, as
    well as switching things to use devm_platform_ioremap_resource().