Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • pnp-5.14-rc1
    PNP updates for 5.14-rc1
    
     - Remove unnecessary local variables from isapnp_proc_attach_device()
       (Anupama K Patil).
    
     - Make the callers of pnp_alloc() use kzalloc() directly and drop
       the former (Heiner Kallweit).
    
     - Make two pieces of code use dev_dbg() instead of dev_printk() with
       the KERN_DEBUG message level (Heiner Kallweit).
    
     - Use DEVICE_ATTR_RO() instead of full DEVICE_ATTR() in some places
       in card.c (Zhen Lei).
    
     - Use list_for_each_entry() instead of list_for_each() in
       insert_device() (Zou Wei).
    
  • acpi-5.14-rc1
    ACPI updates for 5.14-rc1
    
     - Update ACPICA code in the kernel to upstrea revision 20210604
       including the following changes:
    
       * Add defines for the CXL Host Bridge Structureand and add the
         CFMWS structure definition to CEDT (Alison Schofield).
       * iASL: Finish support for the IVRS ACPI table (Bob Moore).
       * iASL: Add support for the SVKL table (Bob Moore).
       * iASL: Add full support for RGRT ACPI table (Bob Moore).
       * iASL: Add support for the BDAT ACPI table (Bob Moore).
       * iASL: add disassembler support for PRMT (Erik Kaneda).
       * Fix memory leak caused by _CID repair function (Erik Kaneda).
       * Add support for PlatformRtMechanism OpRegion (Erik Kaneda).
       * Add PRMT module header to facilitate parsing (Erik Kaneda).
       * Add _PLD panel positions (Fabian Wüthrich).
       * MADT: add Multiprocessor Wakeup Mailbox Structure and the
         SVKL table headers (Kuppuswamy Sathyanarayanan).
       * Use ACPI_FALLTHROUGH (Wei Ming Chen).
    
     - Add preliminary support for the Platform Runtime Mechanism (PRM)
       to allow the AML interpreter to call PRM functions (Erik Kaneda).
    
     - Address some issues related to the handling of device dependencies
       reported by _DEP in the ACPI device enumeration code and clean up
       some related pieces of it (Rafael Wysocki).
    
     - Improve the tracking of states of ACPI power resources (Rafael
       Wysocki).
    
     - Improve ACPI support for suspend-to-idle on AMD systems (Alex
       Deucher, Mario Limonciello, Pratik Vishwakarma).
    
     - Continue the unification and cleanup of message printing in the
       ACPI code (Hanjun Guo, Heiner Kallweit).
    
     - Fix possible buffer overrun issue with the description_show()
       sysfs attribute method (Krzysztof Wilczyński).
    
     - Improve the acpi_mask_gpe kernel command line parameter handling
       and clean up the core ACPI code related to sysfs (Andy Shevchenko,
       Baokun Li, Clayton Casciato).
    
     - Postpone bringing devices in the general ACPI PM domain to D0
       during resume from system-wide suspend until they are really
       needed (Dmitry Torokhov).
    
     - Make the ACPI processor driver fix up C-state latency if not
       ordered (Mario Limonciello).
    
     - Add support for identifying devices depening on the given one
       that are not its direct descendants with the help of _DEP (Daniel
       Scally).
    
     - Extend the checks related to ACPI IRQ overrides on x86 in order to
       avoid false-positives (Hui Wang).
    
     - Add battery DPTF participant for Intel SoCs (Sumeet Pawnikar).
    
     - Rearrange the ACPI fan driver and device power management code to
       use a common list of device IDs (Rafael Wysocki).
    
     - Fix clang CFI violation in the ACPI BGRT table parsing code and
       clean it up (Nathan Chancellor).
    
     - Add GPE-related quirks for some laptops to the EC driver (Chris
       Chiu, Zhang Rui).
    
     - Make the ACPI PPTT table parsing code populate the cache-id
       value if present in the firmware (James Morse).
    
     - Remove redundant clearing of context->ret.pointer from
       acpi_run_osc() (Hans de Goede).
    
     - Add missing acpi_put_table() in acpi_init_fpdt() (Jing Xiangfeng).
    
     - Make ACPI APEI handle ARM Processor Error CPER records like
       Memory Error ones to avoid user space task lockups (Xiaofei Tan).
    
     - Stop warning about disabled ACPI in APEI (Jon Hunter).
    
     - Fix fall-through warning for Clang in the SBSHC driver (Gustavo A.
       R. Silva).
    
     - Add custom DSDT file as Makefile prerequisite (Richard Fitzgerald).
    
     - Initialize local variable to avoid garbage being returned (Colin
       Ian King).
    
     - Simplify assorted pieces of code, address assorted coding style
       and documentation issues and comment typos (Baokun Li, Christophe
       JAILLET, Clayton Casciato, Liu Shixin, Shaokun Zhang, Wei Yongjun,
       Yang Li, Zhen Lei).
    
  • pm-5.14-rc1
    Power management updates for 5.14-rc1
    
     - Make intel_pstate support hybrid processors using abstract
       performance units in the HWP interface (Rafael Wysocki).
    
     - Add Icelake servers and Cometlake support in no-HWP mode to
       intel_pstate (Giovanni Gherdovich).
    
     - Make cpufreq_online() error path be consistent with the CPU
       device removal path in cpufreq (Rafael Wysocki).
    
     - Clean up 3 cpufreq drivers and the statistics code (Hailong Liu,
       Randy Dunlap, Shaokun Zhang).
    
     - Make intel_idle use special idle state parameters for C6 when
       package C-states are disabled (Chen Yu).
    
     - Rework the TEO (timer events oriented) cpuidle governor to address
       some theoretical shortcomings in it (Rafael Wysocki).
    
     - Drop unneeded semicolon from the TEO governor (Wan Jiabing).
    
     - Modify the runtime PM framework to accept unassigned suspend
       and resume callback pointers (Ulf Hansson).
    
     - Improve pm_runtime_get_sync() documentation (Krzysztof Kozlowski).
    
     - Improve device performance states support in the generic power
       domains (genpd) framework (Ulf Hansson).
    
     - Fix some documentation issues in genpd (Yang Yingliang).
    
     - Make the operating performance points (OPP) framework use the
       required-opps DT property in use cases that are not related to
       genpd (Hsin-Yi Wang).
    
     - Make lazy_link_required_opp_table() use list_del_init instead of
       list_del/INIT_LIST_HEAD (Yang Yingliang).
    
     - Simplify wake IRQs handling in the core system-wide sleep support
       code and clean up some coding style inconsistencies in it (Tian
       Tao, Zhen Lei).
    
     - Add cooling support to the tegra30 devfreq driver and improve its
       DT bindings (Dmitry Osipenko).
    
     - Fix some assorted issues in the devfreq core and drivers (Chanwoo
       Choi, Dong Aisheng, YueHaibing).
    
  • usb-next-5.13.rcx-rb5-tcpm-v1-patchset-0
  • media/v5.14-1
    media updates for v5.14-rc1
    
  • asoc-v5.14
    ASoC: Updates for v5.14
    
    This release sees a nice new feature in the core from Morimoto-san,
    support for automatic negotiation of DAI formats between the components
    on the link.  Otherwise the big highlight was the merging of the Tegra
    machine drivers into a single driver avoiding a bunch of duplication.
    
     - Support for automatic negotiation of DAI formats.
     - Accessory detection support for several Qualcomm parts.
     - Support for IEC958 control with hdmi-codec.
     - Merging of Tegra machine drivers into a single driver.
     - Support for AmLogic SM1 TOACODEC, Intel AlderLake-M, several NXP
       i.MX8 variants, NXP TFA1 and TDF9897, Rockchip RK817, Qualcomm
       Quinary MI2S, Texas Instruments TAS2505
    
  • v5.13
    62fb9874 · Linux 5.13 ·
    Linux 5.13
    
  • usb-next-5.13.rcx-rb5-tcpm-v1-pending-regulator-next
  • v5.12.13-msm8996
  • devprop-5.13-rc8
    Device properties framework fix for 5.13-rc8
    
    Fix a NULL pointer dereference introduced by a recent commit and
    occurring when device_remove_software_node() is used with a device
    that has never been registered (Heikki Krogerus).
    
  • drm-msm-next-2021-06-23b
  • asoc-fix-v5.13-rc7
    ASoC: Fixes for v5.13
    
    A final batch of fixes for v5.13, this is larger than I'd like due to
    the fixes for a series of suspend issues that Intel turned up in their
    testing this week.
    
  • pm-5.13-rc8
    Power management fix for 5.13-rc8
    
    Revert a recent PCI power management commit that causes
    initialization issues to appear on some systems.
    
  • drm-msm-next-2021-06-23
  • v5.12.13
    1463281b · Linux 5.12.13 ·
    This is the 5.12.13 stable release
    
  • v5.10.46
    3de043c6 · Linux 5.10.46 ·
    This is the 5.10.46 stable release
    
  • v5.4.128
    4037804c · Linux 5.4.128 ·
    This is the 5.4.128 stable release
    
  • phy-for-5.14_v2
    phy-for-5.14 version 2
    
      - Updates:
            - Yaml conversion for renesas,rcar-gen3 pcie phy and
              rockchip-usb-phy bindings
            - Support for devm_phy_get() taking NULL phy name
    
      - New support:
            - PCIe phy for Qualcomm IPQ60xx
            - PCIe phy for Qualcomm SDX55
            - USB phy for RK3308
            - CAN transceivers phy for TI TCAN104x
            - Innosilicon-based CSI dphy for rockchip
    
  • phy-for-5.14
    phy-for-5.14
    
      - Updates:
            - Yaml conversion for renesas,rcar-gen3 pcie phy and
    	  rockchip-usb-phy bindings
            - Support for devm_phy_get() taking NULL phy name
    
      - New support:
    	- PCIe phy for Qualcomm IPQ60xx
    	- PCIe phy for Qualcomm SDX55
    	- USB phy for RK3308
    	- CAN transceivers phy for TI TCAN104x
            - Innosilicon-based CSI dphy for rockchip
    
  • amd-drm-next-5.14-2021-06-22-1
    amd-drm-next-5.14-2021-06-22-1:
    
    amdgpu:
    - Userptr BO fixes
    - RAS fixes
    - Beige Goby fixes
    - Add some missing freesync documentation
    - Aldebaran fixes
    - SR-IOV fixes
    - Potential memory corruption fix in framebuffer handling
    - Revert GFX9, 10 doorbell fixes, we just
      end up trading one bug for another
    - Multi-plane cursor fixes with rotation
    - LTTPR fixes
    - Backlight fixes
    - eDP fix
    - Fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCN
    - Misc code cleanups
    
    amdkfd:
    - Topology fix
    - Locking fix
    
    radeon:
    - Misc code cleanup