Tags

Tags give the ability to mark specific points in history as being important
  • v4.4.240

    d98913ec · Linux 4.4.240 ·
    This is the 4.4.240 stable release
    
  • v4.9.240

    f86ac669 · Linux 4.9.240 ·
    This is the 4.9.240 stable release
    
  • v4.14.202

    5b7a52cd · Linux 4.14.202 ·
    This is the 4.14.202 stable release
    
  • v4.19.152

    ad326970 · Linux 4.19.152 ·
    This is the 4.19.152 stable release
    
  • v5.4.72

    52f6ded2 · Linux 5.4.72 ·
    This is the 5.4.72 stable release
    
  • v5.8.16

    c5464f4b · Linux 5.8.16 ·
    This is the 5.8.16 stable release
    
  • v5.9.1

    213f3233 · Linux 5.9.1 ·
    This is the 5.9.1 stable release
    
  • docs/v5.10-1

    docs updates for v5.10-rc1
    
  • 5.4-android11-1

    android11-5.4 KMI updated (1)
  • amd-drm-fixes-5.10-2020-10-14

    amd-drm-fixes-5.10-2020-10-14:
    
    amdgpu:
    - eDP fix
    - BACO fix
    - Kernel documentation fixes
    - SMU7 mclk fix
    - VCN1 hw bug workaround
    
    amdkfd:
    - kvfree vs kfree fix
  • devicetree-for-5.10

    Devicetree updates for v5.10:
    
    - Update dtc to upstream version v1.6.0-31-gcbca977ea121
    
    - dtx_diff help text reformatting
    
    - Speed-up validation time for binding and dtb checks using json for
      intermediate files
    
    - Add support for running yamllint on DT schema files
    
    - Remove old booting-without-of.rst
    
    - Extend the example schema to address common issues
    
    - Cleanup handling of additionalProperties/unevaluatedProperties
    
    - Ensure all DSI controller schemas reference dsi-controller.yaml
    
    - Vendor prefixes for Zealz, Wandbord/Technexion, Embest RIoT, Rex, DFI,
      and Cisco Meraki
    
    - Convert at25, SPMI bus, TI hwlock, HiSilicon Hi3660 USB3 PHY, Arm
      SP805 watchdog, Arm SP804, and Samsung 11-pin USB connector to DT
      schema
    
    - Convert HiSilicon SoC and syscon bindings to DT schema
    
    - Convert SiFive Risc-V L2 cache, PLIC, PRCI, and PWM to DT schema
    
    - Convert i.MX bindings for w1, crypto, rng, SIM, PM, DDR,
       SATA, vf610 GPIO, and UART to DT schema
    
    - Add i.MX 8M compatible strings
    
    - Add LM81 and DS1780 as trivial devices
    
    - Various missing properties added to fix dtb validation warnings
    
  • v5.8.15

    665c6ff0 · Linux 5.8.15 ·
    This is the 5.8.15 stable release
    
  • v5.4.71

    85b0841a · Linux 5.4.71 ·
    This is the 5.4.71 stable release
    
  • v4.19.151

    47f65004 · Linux 4.19.151 ·
    This is the 4.19.151 stable release
    
  • v4.14.201

    a21a9b51 · Linux 4.14.201 ·
    This is the 4.14.201 stable release
    
  • v4.9.239

    99fea564 · Linux 4.9.239 ·
    This is the 4.9.239 stable release
    
  • v4.4.239

    08e29067 · Linux 4.4.239 ·
    This is the 4.4.239 stable release
    
  • pnp-5.10-rc1

    PNP updates for 5.10-rc1
    
     - Remove the now unused pnp_find_card() function (Christoph Hellwig).
    
     - Drop duplicate pci.h include from the quirks code and add an
       "internal.h" include to acpi_pnp.c to fix a compiler warning (Tian
       Tao).
    
  • acpi-5.10-rc1

    ACPI updates for 5.10-rc1
    
     - Add support for generic initiator-only proximity domains to
       the ACPI NUMA code and the architectures using it (Jonathan
       Cameron).
    
     - Clean up some non-ACPICA code referring to debug facilities from
       ACPICA that are not actually used in there (Hanjun Guo).
    
     - Add new DPTF driver for the PCH FIVR participant (Srinivas
       Pandruvada).
    
     - Reduce overhead related to accessing GPE registers in ACPICA and
       the OS interface layer and make it possible to access GPE registers
       using logical addresses if they are memory-mapped (Rafael Wysocki).
    
     - Update the ACPICA code in the kernel to upstream revision 20200925
       including changes as follows:
       * Add predefined names from the SMBus sepcification (Bob Moore).
       * Update acpi_help UUID list (Bob Moore).
       * Return exceptions for string-to-integer conversions in iASL (Bob
         Moore).
       * Add a new "ALL <NameSeg>" debugger command (Bob Moore).
       * Add support for 64 bit risc-v compilation (Colin Ian King).
       * Do assorted cleanups (Bob Moore, Colin Ian King, Randy Dunlap).
    
     - Add new ACPI backlight whitelist entry for HP 635 Notebook (Alex
       Hung).
    
     - Move TPS68470 OpRegion driver to drivers/acpi/pmic/ and split out
       Kconfig and Makefile specific for ACPI PMIC (Andy Shevchenko).
    
     - Clean up the ACPI SoC driver for AMD SoCs (Hanjun Guo).
    
     - Add missing config_item_put() to fix refcount leak (Hanjun Guo).
    
     - Drop lefrover field from struct acpi_memory_device (Hanjun Guo).
    
     - Make the ACPI extlog driver check for RDMSR failures (Ben
       Hutchings).
    
     - Fix handling of lid state changes in the ACPI button driver when
       input device is closed (Dmitry Torokhov).
    
     - Fix several assorted build issues (Barnabás Pőcze, John Garry,
       Nathan Chancellor, Tian Tao).
    
     - Drop unused inline functions and reduce code duplication by using
       kobj_to_dev() in the NFIT parsing code (YueHaibing, Wang Qing).
    
     - Serialize tools/power/acpi Makefile (Thomas Renninger).