<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>41362886881f6af28fdf416be662c02968c37d81 - Merge tag &apos;loongarch-kvm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#41362886881f6af28fdf416be662c02968c37d81</link>
        <description>Merge tag &apos;loongarch-kvm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADLoongArch KVM changes for v7.31. Advertise already-supported capabilities.2. Some bug fixes about timer and MMIO.3. Some hardening about interrupt injection.4. Replace kvm_err() with kvm_pr_unimpl().5. Add FPU/LSX/LASX test cases for selftests.

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 13:11:45 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>acbecf60145a2d6259ff3e059fd295cf626ed574 - Merge 7.2-rc7 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#acbecf60145a2d6259ff3e059fd295cf626ed574</link>
        <description>Merge 7.2-rc7 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 03:17:11 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec - BackMerge tag &apos;v7.2&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec</link>
        <description>BackMerge tag &apos;v7.2&apos; into drm-nextLinux 7.2There was a lot of conflicts this round between fixes and next,and I&apos;d like to get the merge resolutions that we have in drm-tip.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 02:58:44 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>073e62fd33fe9cec754cb89e60c0ebbab781a50a - Merge tag &apos;riscv-for-linus-7.3-mw1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#073e62fd33fe9cec754cb89e60c0ebbab781a50a</link>
        <description>Merge tag &apos;riscv-for-linus-7.3-mw1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxPull RISC-V updates from Paul Walmsley - Add initial definitions and discovery for the Smcsrind, Sscsrind,   Smcntrpmf, Ssccfg, Smcdeleg, Zicclsm, Ziccamoa, Ziccif, Ziccrse,   Za64rs, and Ssqosid RISC-V ISA extensions - Improve the RISC-V update_mmu_cache_range() implementation by using   flush-by-ASID, enabling performance improvements on   microarchitectures that support related optimizations; and by taking   advantage of the Svinval RISC-V ISA extension on microarchitectures   that support it - Shrink CFI shadow stack allocation further (to 512MB) to save virtual   address space (and physical memory on systems with strict overcommit   policies) - Add initial CPU context switch support for QoS tagging (Ssqosid) - Change our vector misaligned access speed test code to be   synchronous, avoiding a bunch of bugs related to unnecessary   asynchronicity - Enable ARCH_HAS_ACPI_TABLE_UPGRADE for RISC-V to help with ACPI table   debugging (similar to ARM64 and x86) - Extract vDSO section offsets at build time, rather than run time, to   avoid the boot time overhead - Use assembler directives to control the use of instructions from the   RISC-V ISA extensions Zacas and Zabha, rather than compiler -march   flags that could affect the whole kernel (similar to ARM64) - Add a kselftest for kprobes support for the c.jal instruction on   RISC-V - When UEFI runtime services are available, use them to restart and   power off - Fix ARCH_HAS_ACPI_TABLE_UPGRADE for RISC-V by adding a missing   include file to the ACPI code - Move contiguous DMA memory reservation later in the boot, to ensure   that the correct global and per-node pools are allocated when   CONFIG_CMA_SIZE_PERNUMA is enabled - Disallow probes on breakpoint handlers to avoid recursing   indefinitely into do_trap_break() - Patch the compat vDSO during runtime alternatives processing, not   only the standard vDSO - Remove some leftover XIP support elements missed by commit   9b3a2be84803 (&quot;riscv: Remove support for XIP kernel&quot;) - Fix broadcast timer switching in ACPI LPI power states by   implementing a RISC-V version of arch_get_idle_state_flags() - Miscellaneous fixes, including: vDSO makefile simplification; marking   our default_power_off() as __noreturn; error path fixes in the PMU   SBI perf driver; RISC-V extension capitalization consistency; the use   of BIT() macros in one of our include files; and some documentation   fixes* tag &apos;riscv-for-linus-7.3-mw1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (39 commits)  RISC-V: hwprobe: Use BIT macro to avoid warnings  riscv: alternative: Also patch the compat vDSO  riscv: alternative: Use the statically extracted vDSO section offsets  riscv: vdso: Add symbols for the alternative section boundaries  riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobe  riscv: Add Zicclsm to cpufeature and hwprobe  riscv: cpufeature: Clarify ISA spec version for canonical order  riscv: Standardize extension capitalization  riscv: kprobes: Prevent probes in breakpoint handlers  riscv: cmpxchg: Use .option arch for Zacas and Zabha  riscv: acpi: Handle LPI architectural context loss flags  riscv: further remove XIP  riscv: Add support for srmcfg CSR from Ssqosid extension  riscv: Detect the Ssqosid extension  dt-bindings: riscv: Add Ssqosid extension description  dt-bindings: riscv: add Counter delegation ISA extensions description  RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing  RISC-V: Add Ssccfg extension CSR definition  dt-bindings: riscv: add Smcntrpmf ISA extension description  RISC-V: Add Smcntrpmf extension parsing  ...

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 23:53:54 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fab183d632628381b466a41479489541ac0e29a0 - sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#fab183d632628381b466a41479489541ac0e29a0</link>
        <description>sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3Pull to receive the __arena argument conversion: 67f1f4a48c24 (&quot;sched_ext: Pass kernel arena pointers to ops_cid callbacks&quot;) a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;) a05c5b5cb5cf (&quot;sched_ext: Convert scx_bpf_cid_override() to __arena array arguments&quot;)along with the bpf-next branch carrying the __arena argument support theydepend on.Conflict in kernel/sched/ext/ext.c between: c384ab8a0b13 (&quot;sched_ext: Move the config-off sub-cap kfunc stubs into sub.c&quot;)and: a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;)which updated the stubs in their old ext.c location. Resolved by keepingext.c without the stubs and applying the prototype conversion to therelocated stubs in sub.c.Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 23:20:34 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>872a8f6b08069d1b4bfb9bf968dc629ab6998908 - Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-args</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#872a8f6b08069d1b4bfb9bf968dc629ab6998908</link>
        <description>Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsPull bpf-next d114bb989367 (&quot;Merge branch&apos;add-arena-argument-support-to-kfuncs-and-struct_ops&apos;&quot;) to make the __arenaand __arena__nullable kfunc and struct_ops argument suffixes available. Thesuffixed arguments will be used to convert sched_ext kfuncs and struct_opscallbacks that currently pass arena pointers as scalars and rebase them byhand.

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Tue, 11 Aug 2026 00:38:03 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>76555252981eefa209ba2a16544c4f1704ca330b - riscv: cmpxchg: Use .option arch for Zacas and Zabha</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#76555252981eefa209ba2a16544c4f1704ca330b</link>
        <description>riscv: cmpxchg: Use .option arch for Zacas and ZabhaInstead of adding these to -march globally, use .option arch to useinstructions from these extensions only in code paths where we know theyare available, like how it is done for most other extensions.TOOLCHAIN_HAS_{ZACAS,ZABHA} already depend on AS_HAS_OPTION_ARCH, sothis is not a functionality regression even on older assemblers.Although the compiler is unlikely to generate atomics on its own accord,this aligns handling of Zacas and Zabha with most other extensions andimproves consistency on how assembly code requiring extra extensions iswritten in kernel code.This is analogous to the use of __LSE_PREAMBLE or .arch_extension lse inarm64 code.Signed-off-by: Vivian Wang &lt;wangruikang@iscas.ac.cn&gt;Reviewed-by: Jesse Taube &lt;jtaubepe@redhat.com&gt;Link: https://patch.msgid.link/20260717-riscv-no-zacas-zabha-in-march-v1-1-82b5b0799fb6@iscas.ac.cnSigned-off-by: Paul Walmsley &lt;pjw@kernel.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Sat, 08 Aug 2026 03:24:32 +0200</pubDate>
        <dc:creator>Vivian Wang &lt;wangruikang@iscas.ac.cn&gt;</dc:creator>
    </item>
<item>
        <title>abcdefbe49655c1b8b12445f73e6116b4f123db2 - riscv: further remove XIP</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#abcdefbe49655c1b8b12445f73e6116b4f123db2</link>
        <description>riscv: further remove XIPAfter commit 9b3a2be84803 (&quot;riscv: Remove support for XIP kernel&quot;),something relatd with XIP are still there. Remove them to clean up thecode.Signed-off-by: Jisheng Zhang &lt;jszhang@kernel.org&gt;Reviewed-by: Nam Cao &lt;namcao@linutronix.de&gt;Link: https://patch.msgid.link/20260805010049.13918-1-jszhang@kernel.orgSigned-off-by: Paul Walmsley &lt;pjw@kernel.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Sat, 08 Aug 2026 03:24:32 +0200</pubDate>
        <dc:creator>Jisheng Zhang &lt;jszhang@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e1d9b82db5447c88405b216f9c5c87daedaa2971 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#e1d9b82db5447c88405b216f9c5c87daedaa2971</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 23:04:17 +0200</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>1962afd211597001c0582414a9dee66908a8ad8a - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#1962afd211597001c0582414a9dee66908a8ad8a</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.2-rc7).No conflicts, or adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 20:51:42 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>146cc263e457ff6055fe7829e4f4f4b0b5d5dd86 - Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#146cc263e457ff6055fe7829e4f4f4b0b5d5dd86</link>
        <description>Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 7.2

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 14:21:04 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>dbaafe9cc56a996931eedfe043eb34418cc9cd9b - Merge tag &apos;v7.2-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#dbaafe9cc56a996931eedfe043eb34418cc9cd9b</link>
        <description>Merge tag &apos;v7.2-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 00:36:11 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ab838a01b12f9d101c26ff8cebbf4029a8c9e09 - regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#6ab838a01b12f9d101c26ff8cebbf4029a8c9e09</link>
        <description>regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulatorsKamal Wadhwa &lt;kamal.wadhwa@oss.qualcomm.com&gt; says:This patch series adds a new `rpmh_read()` API to allow reading RPMHaddresses. Using this API enhances the RPMH regulator driver by addingreadback of the voltage/bypass/mode settings as they have been applied byAPPS during the bootloader stage, so regulator framework can get themvia `get_mode`, `get_bypass` &amp; `get_voltage_selector` callbacks duringregulator registration.This is needed because currently regulator framework does a unnecessarywrite with `min-microvolt` DT setting for all the RPMH regulators duringregulator registration, because the first time after boot the value isseen as -ENOTRECOVERABLE, as there is no option to read these regulatorsettings.With this change this unnecessary write can be avoided and regulatorframework gets a sense of the initial state set during the bootloaderstage for all regulator settings.NOTE - During discussion on the v2 series - PATCH 3/4, reviewer hadinquired about possible need for the use of the sync_state() to handle the&quot;multiple&quot; client case - for maintaining the regulator settings till allthe clients are probed.This case was not covered in my previous series and had originally plannedto do that series separately. But after the discussion decided to mergethe 2 series as it seemed this would be a better approach. But afterworking on sync_state change. I realized a basic issue with usingsync_state() for regulators - that its per-driver and not per-regulatorresource. But we needed a sync_state callback for each regulator separately.I had been experimenting with few ideas but seems its going to need moretime for me to close on the equivalent solution that has per-regulatorsync_state or something to that effect. So I thought to close on thisseries and attend to that separately.Link: https://patch.msgid.link/20260801-b4-read-rpmh-v5-v6-0-9fcb54928523@oss.qualcomm.com

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 16:19:44 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4afd4ac3642a8ff73af331079b0fc0b0ccd0a3df - ASoC: SOF: ipc4-topology: Pipeline params improvements</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#4afd4ac3642a8ff73af331079b0fc0b0ccd0a3df</link>
        <description>ASoC: SOF: ipc4-topology: Pipeline params improvementsPeter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt; says:Improve handling of some corner cases that are not used by current topologydesigns, but can be crafted within the rules of a topology file.For example branching topologies, where a single input routed to multipleoutput endpoints. The already configured part of the graph places constrainton how the new branch can be configured.Handling of process modules also updated to be able to &apos;guess&apos; whatparameters can be changed by the module and allow flexible operation.Link: https://patch.msgid.link/20260730121729.18673-1-peter.ujfalusi@linux.intel.com

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 18:31:03 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8e7a014e5d232d65dfd9488d9ad62b03e6b2aa - spi: Add support for StarFive JHB100 SFC</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#0c8e7a014e5d232d65dfd9488d9ad62b03e6b2aa</link>
        <description>spi: Add support for StarFive JHB100 SFCChanghuang Liang &lt;changhuang.liang@starfivetech.com&gt; says:This serial add support for the StarFive JHB100 SoC SPI FlashController (SFC), which is based on the Synopsys DesignWare SSIversion 2.00a but with some customizations and it also addenhanced SPI for DesignWare SPI controllers.I picked up some patches from series [1].This series depends on the series [2]:[1] https://lore.kernel.org/all/20221212180732.79167-1-sudip.mukherjee@sifive.com/[2] https://lore.kernel.org/all/20260521012932.24163-1-changhuang.liang@starfivetech.com/v1: https://lore.kernel.org/all/20260709055204.138168-1-changhuang.liang@starfivetech.com/Link: https://patch.msgid.link/20260803124044.156998-1-changhuang.liang@starfivetech.com

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 14:47:02 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b - Merge branch &apos;sched/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b</link>
        <description>Merge branch &apos;sched/urgent&apos;Pull in dependents, the flat hierarchy fix depends on this.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 16:12:58 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>9a1fc5ae87312003efc967018278f2c39c2e7f81 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#9a1fc5ae87312003efc967018278f2c39c2e7f81</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in v7.2-rc7.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 13:35:50 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>c6e94cd60b3d199c22242521f0b04de87a02da6e - Merge tag &apos;v7.2-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#c6e94cd60b3d199c22242521f0b04de87a02da6e</link>
        <description>Merge tag &apos;v7.2-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentLinux 7.2-rc7

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 12:33:47 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>d03cdb1c3694a0c2334ea7f864660ad8e8672eb9 - Merge tag &apos;asoc-fix-v7.2-rc6&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#d03cdb1c3694a0c2334ea7f864660ad8e8672eb9</link>
        <description>Merge tag &apos;asoc-fix-v7.2-rc6&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.2A moderately large set of fixes, but mostly unremarkable: - A series of robustness fixes for the SOF code that came from testing. - Fixes for user visible issues with some of the Qualcomm controls. - Fixes to the register default tables in Cirrus drivers which ensure   correcy syncing on resume.  This is a wider problem which will be   fixed with a regmap core change but I&apos;d already applied these, the   rest of the fixes will come in the merge window. - Making the existing RT645 driver user selectable so it can be used   with more machines. - Quite a few new AMD laptop quirks. - A MAINTAINERS update for SpacemiT.

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 13:55:51 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>33c5aaf693d3fb78f6b8a9658939b72b7638243d - ASoC: cs35l41/cs35l45/cs4265: sort the reg_defaults tables</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/Makefile#33c5aaf693d3fb78f6b8a9658939b72b7638243d</link>
        <description>ASoC: cs35l41/cs35l45/cs4265: sort the reg_defaults tablesPeter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt; says:reg_defaults must be sorted by ascending register address asregcache_lookup_reg() locates the entries in it with bsearch(), see commitfd80df352ba1 (&quot;regcache: Add support for sorting defaults arrays&quot;).These three tables have entries which are out of order, so the binary searchdoes not find part of them.  For those registers regcache_reg_needs_sync()cannot compare the cached value against the default and reports that a syncis needed, so they are written to the device on every regcache_sync() evenwhen they were never touched.The patches only reorder the existing entries, the text of every entry iskept verbatim and no default value is changed.  Each table was verified byevaluating the register addresses and replaying lib/bsearch.c on them.Entries not reachable by the binary search, per table:  cs35l41_reg           2 (of 47)  cs35l45_defaults     36 (of 73)  cs4265_reg_defaults   3 (of 16)For cs35l45 this is nearly half of the table: the DSP1_RX*_RATE andDSP1_TX*_RATE registers sit in the middle of it while their addresses arefar above everything else, which cuts the search off from the whole0x4c40 - 0xf010 range.Found by an audit of all reg_defaults tables under sound/, the SoundWirecodec drivers are fixed by a separate series.Link: https://patch.msgid.link/20260805082413.26174-1-peter.ujfalusi@linux.intel.com

            List of files:
            /linux/arch/riscv/Makefile</description>
        <pubDate>Wed, 05 Aug 2026 14:34:37 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
