<?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/x86/virt/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/x86/virt/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>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/x86/virt/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/x86/virt/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>4a530993dafec27085321424aeab303eb0e7869e - Merge tag &apos;kvm-x86-vmxon-7.1&apos; of https://github.com/kvm-x86/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#4a530993dafec27085321424aeab303eb0e7869e</link>
        <description>Merge tag &apos;kvm-x86-vmxon-7.1&apos; of https://github.com/kvm-x86/linux into HEADKVM x86 VMXON and EFER.SVME extraction for 7.1Move _only_ VMXON+VMXOFF and EFER.SVME toggling out of KVM (versus all of VMXand SVM enabling) out of KVM and into the core kernel so that non-KVM TDXenabling, e.g. for trusted I/O, can make SEAMCALLs without needing to ensureKVM is fully loaded.TIO isn&apos;t a hypervisor, and isn&apos;t trying to be a hypervisor. Specifically, TIOshould _never_ have it&apos;s own VMCSes (that are visible to the host; theTDX-Module has it&apos;s own VMCSes to do SEAMCALL/SEAMRET), and so there is simplyno reason to move that functionality out of KVM.With that out of the way, dealing with VMXON/VMXOFF and EFER.SVME is a fairlysimple refcounting game.

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 13 Apr 2026 13:04:48 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a1450a8156c65d9fe6111627094c26359d2e2274 - KVM: x86: Move &quot;kvm_rebooting&quot; to kernel as &quot;virt_rebooting&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#a1450a8156c65d9fe6111627094c26359d2e2274</link>
        <description>KVM: x86: Move &quot;kvm_rebooting&quot; to kernel as &quot;virt_rebooting&quot;Move &quot;kvm_rebooting&quot; to the kernel, exported for KVM, as one of many stepstowards extracting the innermost VMXON and EFER.SVME management logic outof KVM and into to core x86.For lack of a better name, call the new file &quot;hw.c&quot;, to yield &quot;virthardware&quot; when combined with its parent directory.No functional change intended.Tested-by: Chao Gao &lt;chao.gao@intel.com&gt;Reviewed-by: Dan Williams &lt;dan.j.williams@intel.com&gt;Tested-by: Sagi Shahar &lt;sagis@google.com&gt;Link: https://patch.msgid.link/20260214012702.2368778-4-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Sat, 14 Feb 2026 02:26:49 +0100</pubDate>
        <dc:creator>Sean Christopherson &lt;seanjc@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>f73a058be5d70dd81a43f16b2bbff4b1576a7af8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#f73a058be5d70dd81a43f16b2bbff4b1576a7af8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesv6.10-rc1 is released, forward from v6.9Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Tue, 28 May 2024 22:21:34 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e5019b14230a0bc1f6641c9850ae39cfe76ad2aa - Merge 6.9-rc5 into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#e5019b14230a0bc1f6641c9850ae39cfe76ad2aa</link>
        <description>Merge 6.9-rc5 into driver-core-nextWe want the kernfs fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Tue, 23 Apr 2024 13:27:43 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a103e5ad21992384b0b4332df52e0467107eb113 - Merge 6.9-rc2 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#a103e5ad21992384b0b4332df52e0467107eb113</link>
        <description>Merge 6.9-rc2 into staging-nextWe need the staging fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 01 Apr 2024 17:05:28 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5bab5dc780c9ed0c69fc2f828015532acf4a7848 - Merge 6.9-rc2 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#5bab5dc780c9ed0c69fc2f828015532acf4a7848</link>
        <description>Merge 6.9-rc2 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 01 Apr 2024 17:02:18 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>173b0b5b0e865348684c02bd9cb1d22b5d46e458 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#173b0b5b0e865348684c02bd9cb1d22b5d46e458</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes sent via perf-tools, by Namhyung Kim.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 22 Apr 2024 18:35:18 +0200</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4e2e3612922529f03a6fb380d416ba8c968b34cc - Merge branch &apos;master&apos; into mm-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#4e2e3612922529f03a6fb380d416ba8c968b34cc</link>
        <description>Merge branch &apos;master&apos; into mm-stable

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 01 Apr 2024 18:44:03 +0200</pubDate>
        <dc:creator>Andrew Morton &lt;akpm@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b82779648dfd3814df4e381f086326ec70fd791f - Merge tag &apos;v6.9-rc2&apos; into media_stage</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#b82779648dfd3814df4e381f086326ec70fd791f</link>
        <description>Merge tag &apos;v6.9-rc2&apos; into media_stageLinux 6.9-rc2This is needed to pull in commit 11763a8598f88 (&quot;fs/9p: fix uaf inin v9fs_stat2inode_dotl&quot;), which fixes the broken virtme. With thisfix the media regression tests can be run again without crashing.

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Mon, 01 Apr 2024 10:08:18 +0200</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>9b61b2069681b60d0d0bedbd0fe3c70123dddb19 - Merge branch &apos;topic/hda-config-pm-cleanup&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#9b61b2069681b60d0d0bedbd0fe3c70123dddb19</link>
        <description>Merge branch &apos;topic/hda-config-pm-cleanup&apos; into for-nextPull HD-audio CONFIG_PM cleanup.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Wed, 08 May 2024 18:16:58 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a96cb3bf390eebfead5fc7a2092f8452a7997d1b - Merge x86 bugfixes from Linux 6.9-rc3</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#a96cb3bf390eebfead5fc7a2092f8452a7997d1b</link>
        <description>Merge x86 bugfixes from Linux 6.9-rc3Pull fix for SEV-SNP late disable bugs.Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Fri, 19 Apr 2024 14:57:14 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>79790b6818e96c58fe2bffee1b418c16e64e7b80 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#79790b6818e96c58fe2bffee1b418c16e64e7b80</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging drm-next in order to get up-to-date and in particularto access commit 9ca5facd0400f610f3f7f71aeb7fc0b949a48c67.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Fri, 12 Apr 2024 15:14:25 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3018fdf7bd9ebca7d094e302bbc7ed328820b325 - ASoC: Intel: avs: Fixes and cleanups for 6.10</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/x86/virt/Makefile#3018fdf7bd9ebca7d094e302bbc7ed328820b325</link>
        <description>ASoC: Intel: avs: Fixes and cleanups for 6.10Merge series from Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;:Set of changes targeting the avs-driver only. No new features, patchseteither fixes or fortifies existing code.Patchset starts off with a fix for debugbility on ICL+ platforms which Ihave forgotten to fixup when providing support for these initially.The next two address copier module initialization, most importantly,silence the gcc &apos;field-spanning write&apos; false-positive.The following four:6/13 ASoC: Intel: avs: Replace risky functions with safer variants7/13 ASoC: Intel: avs: Fix potential integer overflow8/13 ASoC: Intel: avs: Test result of avs_get_module_entry()9/13 ASoC: Intel: avs: Remove dead codeaddress problems found out by Coverity static analysis tool.The last two worth mentioning are: recommendation from the firmware teamto wake subsystem from D0ix when starting any pipeline -and- shieldingagainst invalid period/buffer sizes. Audio format shall be taken intoconsideration when calculating either of these.Amadeusz S&#322;awi&#324;ski (2):  ASoC: Intel: avs: Restore stream decoupling on prepare  ASoC: Intel: avs: Add assert_static to guarantee ABI sizesCezary Rojewski (11):  ASoC: Intel: avs: Fix debug-slot offset calculation  ASoC: Intel: avs: Silence false-positive memcpy() warnings  ASoC: Intel: avs: Fix config_length for config-less copiers  ASoC: Intel: avs: Fix ASRC module initialization  ASoC: Intel: avs: Replace risky functions with safer variants  ASoC: Intel: avs: Fix potential integer overflow  ASoC: Intel: avs: Test result of avs_get_module_entry()  ASoC: Intel: avs: Remove dead code  ASoC: Intel: avs: Wake from D0ix when starting streaming  ASoC: Intel: avs: Init debugfs before booting firmware  ASoC: Intel: avs: Rule invalid buffer and period sizes out sound/soc/intel/avs/avs.h      |  1 + sound/soc/intel/avs/cldma.c    |  2 +- sound/soc/intel/avs/core.c     |  4 +-- sound/soc/intel/avs/icl.c      | 12 ++++++--- sound/soc/intel/avs/loader.c   |  6 +++-- sound/soc/intel/avs/messages.h | 47 ++++++++++++++++++++++++++++++++-- sound/soc/intel/avs/path.c     | 13 ++++------ sound/soc/intel/avs/pcm.c      | 34 +++++++++++++++++++++++- sound/soc/intel/avs/probes.c   | 14 ++++++---- 9 files changed, 109 insertions(+), 24 deletions(-)--2.25.1

            List of files:
            /linux/arch/x86/virt/Makefile</description>
        <pubDate>Sat, 06 Apr 2024 00:15:43 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
