<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>01f492e1817e858d1712f2489d0afbaa552f417b - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#01f492e1817e858d1712f2489d0afbaa552f417b</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull kvm updates from Paolo Bonzini: &quot;Arm:   - Add support for tracing in the standalone EL2 hypervisor code,     which should help both debugging and performance analysis. This     uses the new infrastructure for &apos;remote&apos; trace buffers that can be     exposed by non-kernel entities such as firmware, and which came     through the tracing tree   - Add support for GICv5 Per Processor Interrupts (PPIs), as the     starting point for supporting the new GIC architecture in KVM   - Finally add support for pKVM protected guests, where pages are     unmapped from the host as they are faulted into the guest and can     be shared back from the guest using pKVM hypercalls. Protected     guests are created using a new machine type identifier. As the     elusive guestmem has not yet delivered on its promises, anonymous     memory is also supported     This is only a first step towards full isolation from the host; for     example, the CPU register state and DMA accesses are not yet     isolated. Because this does not really yet bring fully what it     promises, it is hidden behind CONFIG_ARM_PKVM_GUEST +     &apos;kvm-arm.mode=protected&apos;, and also triggers TAINT_USER when a VM is     created. Caveat emptor   - Rework the dreaded user_mem_abort() function to make it more     maintainable, reducing the amount of state being exposed to the     various helpers and rendering a substantial amount of state     immutable   - Expand the Stage-2 page table dumper to support NV shadow page     tables on a per-VM basis   - Tidy up the pKVM PSCI proxy code to be slightly less hard to     follow   - Fix both SPE and TRBE in non-VHE configurations so that they do not     generate spurious, out of context table walks that ultimately lead     to very bad HW lockups   - A small set of patches fixing the Stage-2 MMU freeing in error     cases   - Tighten-up accepted SMC immediate value to be only #0 for host     SMCCC calls   - The usual cleanups and other selftest churn  LoongArch:   - Use CSR_CRMD_PLV for kvm_arch_vcpu_in_kernel()   - Add DMSINTC irqchip in kernel support  RISC-V:   - Fix steal time shared memory alignment checks   - Fix vector context allocation leak   - Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()   - Fix double-free of sdata in kvm_pmu_clear_snapshot_area()   - Fix integer overflow in kvm_pmu_validate_counter_mask()   - Fix shift-out-of-bounds in make_xfence_request()   - Fix lost write protection on huge pages during dirty logging   - Split huge pages during fault handling for dirty logging   - Skip CSR restore if VCPU is reloaded on the same core   - Implement kvm_arch_has_default_irqchip() for KVM selftests   - Factored-out ISA checks into separate sources   - Added hideleg to struct kvm_vcpu_config   - Factored-out VCPU config into separate sources   - Support configuration of per-VM HGATP mode from KVM user space  s390:   - Support for ESA (31-bit) guests inside nested hypervisors   - Remove restriction on memslot alignment, which is not needed     anymore with the new gmap code   - Fix LPSW/E to update the bear (which of course is the breaking     event address register)  x86:   - Shut up various UBSAN warnings on reading module parameter before     they were initialized   - Don&apos;t zero-allocate page tables that are used for splitting     hugepages in the TDP MMU, as KVM is guaranteed to set all SPTEs in     the page table and thus write all bytes   - As an optimization, bail early when trying to unsync 4KiB mappings     if the target gfn can just be mapped with a 2MiB hugepage  x86 generic:   - Copy single-chunk MMIO write values into struct kvm_vcpu (more     precisely struct kvm_mmio_fragment) to fix use-after-free stack     bugs where KVM would dereference stack pointer after an exit to     userspace   - Clean up and comment the emulated MMIO code to try to make it     easier to maintain (not necessarily &quot;easy&quot;, but &quot;easier&quot;)   - Move VMXON+VMXOFF and EFER.SVME toggling out of KVM (not *all* of     VMX and SVM enabling) as it is needed for trusted I/O   - Advertise support for AVX512 Bit Matrix Multiply (BMM) instructions   - Immediately fail the build if a required #define is missing in one     of KVM&apos;s headers that is included multiple times   - Reject SET_GUEST_DEBUG with -EBUSY if there&apos;s an already injected     exception, mostly to prevent syzkaller from abusing the uAPI to     trigger WARNs, but also because it can help prevent userspace from     unintentionally crashing the VM   - Exempt SMM from CPUID faulting on Intel, as per the spec   - Misc hardening and cleanup changes  x86 (AMD):   - Fix and optimize IRQ window inhibit handling for AVIC; make it     per-vCPU so that KVM doesn&apos;t prematurely re-enable AVIC if multiple     vCPUs have to-be-injected IRQs   - Clean up and optimize the OSVW handling, avoiding a bug in which     KVM would overwrite state when enabling virtualization on multiple     CPUs in parallel. This should not be a problem because OSVW should     usually be the same for all CPUs   - Drop a WARN in KVM_MEMORY_ENCRYPT_REG_REGION where KVM complains     about a &quot;too large&quot; size based purely on user input   - Clean up and harden the pinning code for KVM_MEMORY_ENCRYPT_REG_REGION   - Disallow synchronizing a VMSA of an already-launched/encrypted     vCPU, as doing so for an SNP guest will crash the host due to an     RMP violation page fault   - Overhaul KVM&apos;s APIs for detecting SEV+ guests so that VM-scoped     queries are required to hold kvm-&gt;lock, and enforce it by lockdep.     Fix various bugs where sev_guest() was not ensured to be stable for     the whole duration of a function or ioctl   - Convert a pile of kvm-&gt;lock SEV code to guard()   - Play nicer with userspace that does not enable     KVM_CAP_EXCEPTION_PAYLOAD, for which KVM needs to set CR2 and DR6     as a response to ioctls such as KVM_GET_VCPU_EVENTS (even if the     payload would end up in EXITINFO2 rather than CR2, for example).     Only set CR2 and DR6 when consumption of the payload is imminent,     but on the other hand force delivery of the payload in all paths     where userspace retrieves CR2 or DR6   - Use vcpu-&gt;arch.cr2 when updating vmcb12&apos;s CR2 on nested #VMEXIT     instead of vmcb02-&gt;save.cr2. The value is out of sync after a     save/restore or after a #PF is injected into L2   - Fix a class of nSVM bugs where some fields written by the CPU are     not synchronized from vmcb02 to cached vmcb12 after VMRUN, and so     are not up-to-date when saved by KVM_GET_NESTED_STATE   - Fix a class of bugs where the ordering between KVM_SET_NESTED_STATE     and KVM_SET_{S}REGS could cause vmcb02 to be incorrectly     initialized after save+restore   - Add a variety of missing nSVM consistency checks   - Fix several bugs where KVM failed to correctly update VMCB fields     on nested #VMEXIT   - Fix several bugs where KVM failed to correctly synthesize #UD or     #GP for SVM-related instructions   - Add support for save+restore of virtualized LBRs (on SVM)   - Refactor various helpers and macros to improve clarity and     (hopefully) make the code easier to maintain   - Aggressively sanitize fields when copying from vmcb12, to guard     against unintentionally allowing L1 to utilize yet-to-be-defined     features   - Fix several bugs where KVM botched rAX legality checks when     emulating SVM instructions. There are remaining issues in that KVM     doesn&apos;t handle size prefix overrides for 64-bit guests   - Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails     instead of somewhat arbitrarily synthesizing #GP (i.e. don&apos;t double     down on AMD&apos;s architectural but sketchy behavior of generating #GP     for &quot;unsupported&quot; addresses)   - Cache all used vmcb12 fields to further harden against TOCTOU bugs  x86 (Intel):   - Drop obsolete branch hint prefixes from the VMX instruction macros   - Use ASM_INPUT_RM() in __vmcs_writel() to coerce clang into using a     register input when appropriate   - Code cleanups  guest_memfd:   - Don&apos;t mark guest_memfd folios as accessed, as guest_memfd doesn&apos;t     support reclaim, the memory is unevictable, and there is no storage     to write back to  LoongArch selftests:   - Add KVM PMU test cases  s390 selftests:   - Enable more memory selftests  x86 selftests:   - Add support for Hygon CPUs in KVM selftests   - Fix a bug in the MSR test where it would get false failures on     AMD/Hygon CPUs with exactly one of RDPID or RDTSCP   - Add an MADV_COLLAPSE testcase for guest_memfd as a regression test     for a bug where the kernel would attempt to collapse guest_memfd     folios against KVM&apos;s will&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (373 commits)  KVM: x86: use inlines instead of macros for is_sev_*guest  x86/virt: Treat SVM as unsupported when running as an SEV+ guest  KVM: SEV: Goto an existing error label if charging misc_cg for an ASID fails  KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helper  KVM: SEV: use mutex guard in snp_handle_guest_req()  KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()  KVM: SEV: use mutex guard in sev_mem_enc_ioctl()  KVM: SEV: use mutex guard in snp_launch_update()  KVM: SEV: Assert that kvm-&gt;lock is held when querying SEV+ support  KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is &quot;safe&quot;  KVM: SEV: Hide &quot;struct kvm_sev_info&quot; behind CONFIG_KVM_AMD_SEV=y  KVM: SEV: WARN on unhandled VM type when initializing VM  KVM: LoongArch: selftests: Add PMU overflow interrupt test  KVM: LoongArch: selftests: Add basic PMU event counting test  KVM: LoongArch: selftests: Add cpucfg read/write helpers  LoongArch: KVM: Add DMSINTC inject msi to vCPU  LoongArch: KVM: Add DMSINTC device support  LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than function  LoongArch: KVM: Move host CSR_GSTAT save and restore in context switch  LoongArch: KVM: Move host CSR_EENTRY save and restore in context switch  ...

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Fri, 17 Apr 2026 16:18:03 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d880d2a9c694b616ccd3ba4c966275fe52e27fc3 - Merge tag &apos;kvm-riscv-7.1-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#d880d2a9c694b616ccd3ba4c966275fe52e27fc3</link>
        <description>Merge tag &apos;kvm-riscv-7.1-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.1 - Fix steal time shared memory alignment checks - Fix vector context allocation leak - Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi() - Fix double-free of sdata in kvm_pmu_clear_snapshot_area() - Fix integer overflow in kvm_pmu_validate_counter_mask() - Fix shift-out-of-bounds in make_xfence_request() - Fix lost write protection on huge pages during dirty logging - Split huge pages during fault handling for dirty logging - Skip CSR restore if VCPU is reloaded on the same core - Implement kvm_arch_has_default_irqchip() for KVM selftests - Factored-out ISA checks into separate sources - Added hideleg to struct kvm_vcpu_config - Factored-out VCPU config into separate sources - Support configuration of per-VM HGATP mode from KVM user space

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 13 Apr 2026 11:42:26 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6ed523e2b6129d7dd4aab801a610930d85b2d3f8 - RISC-V: KVM: Factor-out VCPU config into separate sources</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#6ed523e2b6129d7dd4aab801a610930d85b2d3f8</link>
        <description>RISC-V: KVM: Factor-out VCPU config into separate sourcesThe VCPU config deals with hideleg, hedeleg, henvcfg, and hstateenXCSR configuration for each VCPU. Factor-out VCPU config into separatesources so that VCPU config can do things differently for guest HS-modeand guest VS/VU-mode.Signed-off-by: Anup Patel &lt;anup.patel@oss.qualcomm.com&gt;Reviewed-by: Radim Kr&#269;m&#225;&#345; &lt;radim.krcmar@oss.qualcomm.com&gt;Link: https://lore.kernel.org/r/20260120080013.2153519-9-anup.patel@oss.qualcomm.comSigned-off-by: Anup Patel &lt;anup@brainfault.org&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 08:59:54 +0100</pubDate>
        <dc:creator>Anup Patel &lt;anup.patel@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>e0b5cfc316f1d36e22b0745d20360b4719b89209 - RISC-V: KVM: Factor-out ISA checks into separate sources</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#e0b5cfc316f1d36e22b0745d20360b4719b89209</link>
        <description>RISC-V: KVM: Factor-out ISA checks into separate sourcesThe KVM ISA extension related checks are not VCPU specific andshould be factored out of vcpu_onereg.c into separate sources.Signed-off-by: Anup Patel &lt;anup.patel@oss.qualcomm.com&gt;Reviewed-by: Radim Kr&#269;m&#225;&#345; &lt;radim.krcmar@oss.qualcomm.com&gt;Link: https://lore.kernel.org/r/20260120080013.2153519-6-anup.patel@oss.qualcomm.comSigned-off-by: Anup Patel &lt;anup@brainfault.org&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 08:59:51 +0100</pubDate>
        <dc:creator>Anup Patel &lt;anup.patel@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&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/kvm/Makefile#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>51d90a15fedf8366cb96ef68d0ea2d0bf15417d2 - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#51d90a15fedf8366cb96ef68d0ea2d0bf15417d2</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull KVM updates from Paolo Bonzini: &quot;ARM:   - Support for userspace handling of synchronous external aborts     (SEAs), allowing the VMM to potentially handle the abort in a     non-fatal manner   - Large rework of the VGIC&apos;s list register handling with the goal of     supporting more active/pending IRQs than available list registers     in hardware. In addition, the VGIC now supports EOImode==1 style     deactivations for IRQs which may occur on a separate vCPU than the     one that acked the IRQ   - Support for FEAT_XNX (user / privileged execute permissions) and     FEAT_HAF (hardware update to the Access Flag) in the software page     table walkers and shadow MMU   - Allow page table destruction to reschedule, fixing long     need_resched latencies observed when destroying a large VM   - Minor fixes to KVM and selftests  Loongarch:   - Get VM PMU capability from HW GCFG register   - Add AVEC basic support   - Use 64-bit register definition for EIOINTC   - Add KVM timer test cases for tools/selftests  RISC/V:   - SBI message passing (MPXY) support for KVM guest   - Give a new, more specific error subcode for the case when in-kernel     AIA virtualization fails to allocate IMSIC VS-file   - Support KVM_DIRTY_LOG_INITIALLY_SET, enabling dirty log gradually     in small chunks   - Fix guest page fault within HLV* instructions   - Flush VS-stage TLB after VCPU migration for Andes cores  s390:   - Always allocate ESCA (Extended System Control Area), instead of     starting with the basic SCA and converting to ESCA with the     addition of the 65th vCPU. The price is increased number of exits     (and worse performance) on z10 and earlier processor; ESCA was     introduced by z114/z196 in 2010   - VIRT_XFER_TO_GUEST_WORK support   - Operation exception forwarding support   - Cleanups  x86:   - Skip the costly &quot;zap all SPTEs&quot; on an MMIO generation wrap if MMIO     SPTE caching is disabled, as there can&apos;t be any relevant SPTEs to     zap   - Relocate a misplaced export   - Fix an async #PF bug where KVM would clear the completion queue     when the guest transitioned in and out of paging mode, e.g. when     handling an SMI and then returning to paged mode via RSM   - Leave KVM&apos;s user-return notifier registered even when disabling     virtualization, as long as kvm.ko is loaded. On reboot/shutdown,     keeping the notifier registered is ok; the kernel does not use the     MSRs and the callback will run cleanly and restore host MSRs if the     CPU manages to return to userspace before the system goes down   - Use the checked version of {get,put}_user()   - Fix a long-lurking bug where KVM&apos;s lack of catch-up logic for     periodic APIC timers can result in a hard lockup in the host   - Revert the periodic kvmclock sync logic now that KVM doesn&apos;t use a     clocksource that&apos;s subject to NTP corrections   - Clean up KVM&apos;s handling of MMIO Stale Data and L1TF, and bury the     latter behind CONFIG_CPU_MITIGATIONS   - Context switch XCR0, XSS, and PKRU outside of the entry/exit fast     path; the only reason they were handled in the fast path was to     paper of a bug in the core #MC code, and that has long since been     fixed   - Add emulator support for AVX MOV instructions, to play nice with     emulated devices whose guest drivers like to access PCI BARs with     large multi-byte instructions  x86 (AMD):   - Fix a few missing &quot;VMCB dirty&quot; bugs   - Fix the worst of KVM&apos;s lack of EFER.LMSLE emulation   - Add AVIC support for addressing 4k vCPUs in x2AVIC mode   - Fix incorrect handling of selective CR0 writes when checking     intercepts during emulation of L2 instructions   - Fix a currently-benign bug where KVM would clobber SPEC_CTRL[63:32]     on VMRUN and #VMEXIT   - Fix a bug where KVM corrupt the guest code stream when re-injecting     a soft interrupt if the guest patched the underlying code after the     VM-Exit, e.g. when Linux patches code with a temporary INT3   - Add KVM_X86_SNP_POLICY_BITS to advertise supported SNP policy bits     to userspace, and extend KVM &quot;support&quot; to all policy bits that     don&apos;t require any actual support from KVM  x86 (Intel):   - Use the root role from kvm_mmu_page to construct EPTPs instead of     the current vCPU state, partly as worthwhile cleanup, but mostly to     pave the way for tracking per-root TLB flushes, and elide EPT     flushes on pCPU migration if the root is clean from a previous     flush   - Add a few missing nested consistency checks   - Rip out support for doing &quot;early&quot; consistency checks via hardware     as the functionality hasn&apos;t been used in years and is no longer     useful in general; replace it with an off-by-default module param     to WARN if hardware fails a check that KVM does not perform   - Fix a currently-benign bug where KVM would drop the guest&apos;s     SPEC_CTRL[63:32] on VM-Enter   - Misc cleanups   - Overhaul the TDX code to address systemic races where KVM (acting     on behalf of userspace) could inadvertantly trigger lock contention     in the TDX-Module; KVM was either working around these in weird,     ugly ways, or was simply oblivious to them (though even Yan&apos;s     devilish selftests could only break individual VMs, not the host     kernel)   - Fix a bug where KVM could corrupt a vCPU&apos;s cpu_list when freeing a     TDX vCPU, if creating said vCPU failed partway through   - Fix a few sparse warnings (bad annotation, 0 != NULL)   - Use struct_size() to simplify copying TDX capabilities to userspace   - Fix a bug where TDX would effectively corrupt user-return MSR     values if the TDX Module rejects VP.ENTER and thus doesn&apos;t clobber     host MSRs as expected  Selftests:   - Fix a math goof in mmu_stress_test when running on a single-CPU     system/VM   - Forcefully override ARCH from x86_64 to x86 to play nice with     specifying ARCH=x86_64 on the command line   - Extend a bunch of nested VMX to validate nested SVM as well   - Add support for LA57 in the core VM_MODE_xxx macro, and add a test     to verify KVM can save/restore nested VMX state when L1 is using     5-level paging, but L2 is not   - Clean up the guest paging code in anticipation of sharing the core     logic for nested EPT and nested NPT  guest_memfd:   - Add NUMA mempolicy support for guest_memfd, and clean up a variety     of rough edges in guest_memfd along the way   - Define a CLASS to automatically handle get+put when grabbing a     guest_memfd from a memslot to make it harder to leak references   - Enhance KVM selftests to make it easer to develop and debug     selftests like those added for guest_memfd NUMA support, e.g. where     test and/or KVM bugs often result in hard-to-debug SIGBUS errors   - Misc cleanups  Generic:   - Use the recently-added WQ_PERCPU when creating the per-CPU     workqueue for irqfd cleanup   - Fix a goof in the dirty ring documentation   - Fix choice of target for directed yield across different calls to     kvm_vcpu_on_spin(); the function was always starting from the first     vCPU instead of continuing the round-robin search&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (260 commits)  KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBS  KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2  KVM: arm64: Document KVM_PGTABLE_PROT_{UX,PX}  KVM: arm64: Fix spelling mistake &quot;Unexpeced&quot; -&gt; &quot;Unexpected&quot;  KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()  KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()  KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=n  KVM: arm64: selftests: Add test for AT emulation  KVM: arm64: nv: Expose hardware access flag management to NV guests  KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTW  KVM: arm64: Implement HW access flag management in stage-1 SW PTW  KVM: arm64: Propagate PTW errors up to AT emulation  KVM: arm64: Add helper for swapping guest descriptor  KVM: arm64: nv: Use pgtable definitions in stage-2 walk  KVM: arm64: Handle endianness in read helper for emulated PTW  KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTW  KVM: arm64: Call helper for reading descriptors directly  KVM: arm64: nv: Advertise support for FEAT_XNX  KVM: arm64: Teach ptdump about FEAT_XNX permissions  KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functions  ...

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Sat, 06 Dec 2025 02:01:20 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>63a9b0bc65d5d3ea96a57e7985ea22a8582fbbe5 - Merge tag &apos;kvm-riscv-6.19-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#63a9b0bc65d5d3ea96a57e7985ea22a8582fbbe5</link>
        <description>Merge tag &apos;kvm-riscv-6.19-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 6.19- SBI MPXY support for KVM guest- New KVM_EXIT_FAIL_ENTRY_NO_VSFILE for the case when in-kernel  AIA virtualization fails to allocate IMSIC VS-file- Support enabling dirty log gradually in small chunks- Fix guest page fault within HLV* instructions- Flush VS-stage TLB after VCPU migration for Andes cores

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Tue, 02 Dec 2025 18:35:25 +0100</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>12fd6c62e9f63af9498596d81aa11eb8396e6ae2 - RISC-V: KVM: Add separate source for forwarded SBI extensions</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#12fd6c62e9f63af9498596d81aa11eb8396e6ae2</link>
        <description>RISC-V: KVM: Add separate source for forwarded SBI extensionsAdd a separate source vcpu_sbi_forward.c for SBI extensionswhich are entirely forwarded to KVM user-space.Signed-off-by: Anup Patel &lt;apatel@ventanamicro.com&gt;Reviewed-by: Andrew Jones &lt;ajones@ventanamicro.com&gt;Link: https://lore.kernel.org/r/20251017155925.361560-3-apatel@ventanamicro.comSigned-off-by: Anup Patel &lt;anup@brainfault.org&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Fri, 17 Oct 2025 17:59:23 +0200</pubDate>
        <dc:creator>Anup Patel &lt;apatel@ventanamicro.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/riscv/kvm/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/riscv/kvm/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
