Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-05 18:32:14 to 2026-06-08 14:43:31 UTC [more...]

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-06-08 14:42 UTC  (61+ messages)
` [PATCH 01/60] x86/sev: Define the #HV doorbell page structure
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 03/60] KVM: SVM: Inject #HV when Restricted Injection is active
` [PATCH 04/60] KVM: SVM: Inject NMIs "
` [PATCH 05/60] KVM: SVM: Inject MCEs "
` [PATCH 06/60] KVM: SVM: Enable Restricted Injection for an SEV-SNP guest
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH 08/60] Documentation: kvm: introduce "VM plane" concept
` [PATCH 09/60] kvm: Introduce struct kvm_plane
` [PATCH 10/60] kvm: Move vcpu_array to "
` [PATCH 11/60] kvm: Introduce struct kvm_vcpu_common
` [PATCH 12/60] kvm: Move vcpu accounting to "
` [PATCH 13/60] kvm: Add read accessors for kvm_vcpu scheduling state
` [PATCH 14/60] kvm: Make kvm_running_vcpus point to struct kvm_vcpu_common
` [PATCH 15/60] kvm: Move VCPU scheduling state "
` [PATCH 16/60] kvm: Add accessors for kvm_vcpu->mutex
` [PATCH 17/60] kvm: Move VCPU locking to struct kvm_vcpu_common
` [PATCH 18/60] kvm: Move kvm_vcpu->rcuwait "
` [PATCH 19/60] kvm: Introduce accessors for kvm_vcpu->mode
` [PATCH 20/60] kvm: Move kvm_vcpu mode and requests field to struct kvm_vcpu_common
` [PATCH 21/60] kvm: Introduce per-plane VCPU requests
` [PATCH 22/60] kvm: Move kvm_vcpu pid members to struct kvm_vcpu_common
` [PATCH 23/60] kvm: Move kvm_vcpu sigset "
` [PATCH 24/60] kvm: Move kvm_vcpu spinloop "
` [PATCH 25/60] kvm: Move kvm_vcpu->dirty_ring "
` [PATCH 26/60] kvm: Introduce arch-specific plane state
` [PATCH 27/60] kvm: Introduce arch-specific part of struct kvm_vcpu_common
` [PATCH 28/60] kvm: Implement KVM_CAP_PLANES
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
` [PATCH 30/60] kvm: Add KVM_EXIT_PLANE_EVENT
` [PATCH 31/60] kvm: Allocate struct kvm_plane in architecture code
` [PATCH 32/60] kvm: Allocate struct kvm_run only for struct kvm_vcpu_common
` [PATCH 33/60] KVM: Implement KVM_CREATE_VCPU ioctl for planes
` [PATCH 34/60] kvm: Keep track of plane VCPUs in struct kvm_vcpu_common
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [PATCH 36/60] kvm: Add plane_level to kvm_kernel_irq_routing_entry
` [PATCH 37/60] kvm: Pass plane_level to kvm_set_routing_entry()
` [PATCH 38/60] kvm: Make KVM_SIGNAL_MSI per plane
` [PATCH 39/60] kvm: Make KVM_SET_GSI_ROUTING "
` [PATCH 40/60] kvm: x86: Handle IOAPIC EOIs "
` [PATCH 41/60] kvm: x86: Make apic_map "
` [PATCH 42/60] kvm: x86: Make local APIC code aware of planes
` [PATCH 43/60] kvm: x86: Move CPUID state to struct kvm_vcpu_arch_common
` [PATCH 44/60] kvm: x86: Move cpu_caps "
` [PATCH 45/60] kvm: x86: Update state for all plane VCPUs after CPUID update
` [PATCH 46/60] kvm: x86: Share MTRR state across planes
` [PATCH 47/60] kvm: x86: Select a plane to run
` [PATCH 48/60] kvm: x86: Make event injection VCPU requests per-plane
` [PATCH 49/60] kvm: x86: Allow hardware backend to overwrite struct kvm_plane allocation
` [PATCH 50/60] kvm: x86: Make KVM_REQ_UPDATE_PROTECTED_GUEST_STATE per plane
` [PATCH 51/60] kvm: x86: Share pio_data across planes
` [PATCH 52/60] kvm: x86: Switch to plane0 if it has events
` [PATCH 53/60] kvm: x86: Introduce max_planes x86-op
` [PATCH 54/60] kvm: x86: Restrict KVM planes support to KVM_IRQCHIP_SPLIT
` [PATCH 55/60] kvm: svm: Track vmsa_features per plane
` [PATCH 56/60] kvm: svm: Implement GET_AP_APIC_IDS NAE event
` [PATCH 57/60] kvm: sev: Allow for VMPL level specification in AP create
` [PATCH 58/60] kvm: svm: Invoke a specified VMPL level VMSA for the vCPU
` [PATCH 59/60] kvm: svm: Implement max_planes x86 operation
` [PATCH 60/60] kvm: svm: Advertise full multi-VMPL support to the SNP guest

[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-08 14:19 UTC  (6+ messages)

[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
 2026-06-08 14:19 UTC  (4+ messages)
` [RFC PATCH 01/27] KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-06-08 13:57 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH 1/6] powerpc: add pmu tests
` [kvm-unit-tests RFC PATCH 4/6] powerpc: gitlab CI update

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-08 13:53 UTC  (24+ messages)
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests

[PATCH v7 0/8] target/arm: fully model WFxT instructions for A-profile
 2026-06-08 13:51 UTC  (2+ messages)

[PATCH] KVM: x86: Add IDT limit check in __emulate_int_real()
 2026-06-08 13:46 UTC  (4+ messages)
` [PATCH] Linux 7.1-rc7
` [PATCH v2] KVM: x86: Add IDT limit check in __emulate_int_real()

[PATCH v5 00/12] Make RamDiscardManager work with multiple sources & virtio-mem
 2026-06-08 13:36 UTC  (7+ messages)
` [PATCH v5 03/12] system/memory: constify section arguments
` [PATCH v5 12/12] RFC: monitor: add 'info ramblock-attributes' command

[PATCH v1 0/3] KVM: s390: Add support for 2G hugepages
 2026-06-08 12:53 UTC  (7+ messages)
` [PATCH v1 1/3] KVM: s390: Add module parameter to fence "
` [PATCH v1 2/3] KVM: s390: Add capability to support "
` [PATCH v1 3/3] KVM: s390: Allow for "

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-08 12:08 UTC  (9+ messages)
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 15/26] s390: Add functions to query arm guest time

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-06-08 11:17 UTC  (23+ messages)
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 30/40] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v3 31/40] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v3 33/40] KVM: x86: Move kvm_cpu_get_apicid() from kvm_host.h => avic.c
` [PATCH v3 34/40] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-08  8:20 UTC  (9+ messages)
` [PATCH RFC 02/12] hostmem: Introduce dedicated memory backend for guest_memfd
` [PATCH RFC 04/12] accel/kvm: Add CGS option to control in-place conversion support

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-08 10:12 UTC  (11+ messages)
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension

[PATCH v6 00/11] Dynamic PAMT
 2026-06-08  9:50 UTC  (14+ messages)
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH] KVM: arm64: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlb
 2026-06-08  9:41 UTC  (3+ messages)

[PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-08  9:37 UTC  (4+ messages)

[PATCH 0/2] kunit: Add support for skipping entire test suites
 2026-06-08  9:04 UTC  (7+ messages)
` [PATCH 1/2] kunit: Add ability to skip "
` [PATCH 2/2] kunit: Add example of test suite that can be skipped at runtime

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-08  8:55 UTC  (5+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check

[PATCH v13 00/22] TDX KVM selftests
 2026-06-08  8:34 UTC  (20+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v13 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v13 12/22] KVM: selftests: Back the first memory region with guest_memfd for TDX
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
 2026-06-08  8:30 UTC  (3+ messages)
` [PATCH v2 1/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()

[PATCH 0/4] x86/msr: Get rid of rdmsrl() and wrmsrl()
 2026-06-08  8:28 UTC  (2+ messages)
` [PATCH 3/4] x86/msr: Switch wrmsrl() users to wrmsrq()

[PATCH v4 0/4] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-06-08  1:59 UTC  (6+ messages)
` [PATCH v4 1/4] LoongArch: KVM: Add separate KVM_REQ_LBT_LOAD request bit
` [PATCH v4 2/4] LoongArch: KVM: Enable FPU with max VM supported FPU type
` [PATCH v4 3/4] LoongArch: KVM: Remove some middle FPU states
` [PATCH v4 4/4] LoongArch: KVM: Remove KVM_LARCH_LASX and KVM_LARCH_LSX

[PATCH] KVM: arm64: Add kvm_for_each_vncr_tlb() helper
 2026-06-07 20:47 UTC  (3+ messages)

[syzbot] Monthly kvm report (Jun 2026)
 2026-06-07 20:32 UTC 

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-06-07 17:58 UTC  (3+ messages)
` [PATCH v2 0/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()

[PATCH 6.18 000/315] 6.18.35-rc1 review
 2026-06-07 17:04 UTC 

[PATCH v3 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-06-07  8:11 UTC  (9+ messages)
` [PATCH v3 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v3 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v3 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v3 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v3 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v3 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v3 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v3 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[PATCH v2 0/2] RISC-V: KVM: Fix skip of valid pages in gstage ops
 2026-06-07  6:20 UTC  (5+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_range
` [PATCH v2 2/2] RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_unmap_range

[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-06-07  5:54 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
` [PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode

[PATCH] LoongArch: KVM: Fix FPU register width issue with user access API
 2026-06-07  4:41 UTC  (2+ messages)

[PATCH] LoongArch: KVM: return full old CSR value from kvm_emu_xchg_csr()
 2026-06-07  4:40 UTC  (2+ messages)

[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
 2026-06-07  0:41 UTC  (2+ messages)

[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
 2026-06-07  0:35 UTC  (2+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-07  0:30 UTC  (7+ messages)

[PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen
 2026-06-06 19:19 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-06-06 16:00 UTC  (4+ messages)

[PATCH] KVM: x86: hyper-v: Bound the bank index in hv_is_vp_in_sparse_set()
 2026-06-06 14:44 UTC 

[PATCH] KVM: guest_memfd: fix NUMA interleave index double-counting
 2026-06-06 13:12 UTC  (7+ messages)

[PATCH 0/2] KVM: x86/mmu: Plug an unsync shadow page leak
 2026-06-06 13:04 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages on emulated writes

[PATCH 0/8] KVM: x86/xen: Clean up 32-bit vs. 64-bit shared info mode handling
 2026-06-06 11:22 UTC  (6+ messages)
` [PATCH 2/8] KVM: x86/xen: Introduce kvm_xen_has_64bit_shinfo() macro

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-06 10:52 UTC  (8+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code

[PATCH v5 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-06-06 10:03 UTC  (11+ messages)
` [PATCH v5 2/6] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH v5 3/6] LoongArch: KVM: Use existing macro about interrupt bit mask

[PATCH v3 0/4] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-06-06  9:50 UTC  (4+ messages)
` [PATCH v3 4/4] LoongArch: KVM: Remove KVM_LARCH_LASX and KVM_LARCH_LSX

[PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe
 2026-06-06  1:25 UTC  (7+ messages)

Re: [PATCH v2 2/6] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
 2026-06-05 23:04 UTC  (2+ messages)

[PATCH] KVM: selftests: Make guest_code_xsave more friendly
 2026-06-05 21:45 UTC  (3+ messages)

[PATCH v8 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-06-05 19:26 UTC  (2+ messages)

[PATCH] vfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc
 2026-06-05 19:26 UTC  (2+ messages)

[PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-05 18:40 UTC  (6+ messages)

[PATCH] KVM: x86: ioapic: Use old_dest_mode consistently in ioapic_write_indirect()
 2026-06-05 18:33 UTC  (2+ messages)

[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
 2026-06-05 18:31 UTC  (2+ messages)

[PATCH] KVM: x86: Use fls() instead of ffs() for rmaps histogram bucketing
 2026-06-05 18:31 UTC  (2+ messages)

[PATCH] KVM: x86: Fix wrong return value type in guest_cpuid_has()
 2026-06-05 18:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox