Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-29 18:35:55 to 2026-05-30 09:09:34 UTC [more...]

[PATCH v3 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
 2026-05-30  9:09 UTC  (2+ messages)

[PATCH 00/24] KVM: x86: fix various GHCB issues
 2026-05-30  9:06 UTC  (35+ messages)
` [PATCH 01/24] KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use
` [PATCH 02/24] KVM: SEV: Ignore MMIO requests of length '0'
` [PATCH 03/24] KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+
` [PATCH 04/24] KVM: SEV: Ignore Port I/O requests of length '0'
` [PATCH 05/24] KVM: SEV: Use the size of the PSC header as the minimum size for PSC requests
` [PATCH 06/24] KVM: SEV: Compute the correct max length of the in-GHCB scratch area
` [PATCH 07/24] KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0
` [PATCH 08/24] KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()
` [PATCH 09/24] KVM: SEV: Check PSC request indices against the actual size of the buffer
` [PATCH 10/24] KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer
` [PATCH 11/24] KVM: SEV: Make it more obvious when KVM is writing back the current PSC index
` [PATCH 12/24] KVM: SEV: Add an anonymous "psc" struct to track current PSC metadata
` [PATCH 13/24] KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXIT
` [PATCH 14/24] KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying
` [PATCH 15/24] KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()
` [PATCH 16/24] KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA
` [PATCH 17/24] KVM: SEV: Unmap and unpin the GHCB as needed on vCPU free
` [PATCH 18/24] KVM: SEV: Don't terminate SNP VMs on #VMGEXIT without a registered GHCB
` [PATCH 19/24] KVM: SEV: Move GHCB "usage" check out of sev_es_validate_vmgexit()
` [PATCH 20/24] KVM: SEV: Return INVALID_EVENT for SNP-only #VMGEXIT from non-SNP guest
` [PATCH 21/24] KVM: SEV: Return INVALID_INPUT, not MISSING_INPUT, for bad GUEST_REQUEST input(s)
` [PATCH 22/24] KVM: SEV: Handle unknown #VMGEXIT reasons in sev_handle_vmgexit()
` [PATCH 23/24] KVM: SEV: Turn sev_es_validate_vmgexit() into a dedicated predicate
` [PATCH 24/24] KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handler

[PATCH v3 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
 2026-05-30  8:57 UTC  (2+ messages)

[PATCH v3 22/27] KVM: s390: Add basic arm64 kvm module
 2026-05-30  8:23 UTC  (2+ messages)

[PATCH v3 20/27] KVM: s390: arm64: Introduce host definitions
 2026-05-30  8:07 UTC  (2+ messages)

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-05-30  7:59 UTC  (69+ messages)
` [PATCH v3 01/40] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v3 02/40] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v3 03/40] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v3 04/40] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v3 05/40] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v3 06/40] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v3 07/40] KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.h
` [PATCH v3 08/40] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v3 09/40] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
` [PATCH v3 10/40] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
` [PATCH v3 11/40] Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode"
` [PATCH v3 12/40] KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernels
` [PATCH v3 13/40] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH v3 14/40] KVM: x86: Move async #PF helpers to x86.h (as inlines)
` [PATCH v3 15/40] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v3 16/40] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v3 17/40] KVM: x86: Drop defunct vcpu_tsc_khz() declaration
` [PATCH v3 18/40] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v3 19/40] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v3 20/40] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v3 21/40] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v3 22/40] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 24/40] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v3 25/40] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v3 26/40] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 28/40] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v3 29/40] KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration
` [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 32/40] KVM: x86: Move LLDT assembly wrappers into VMX
` [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 v3 35/40] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v3 36/40] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v3 37/40] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v3 39/40] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v3 40/40] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h

[PATCH v3 17/27] KVM: Remove KVM_MMIO as config option
 2026-05-30  7:23 UTC  (2+ messages)

[PATCH v3 16/27] KVM: Make device name configurable
 2026-05-30  7:12 UTC  (2+ messages)

[PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
 2026-05-30  7:08 UTC  (2+ messages)

[PATCH v3 15/27] KVM: S390: Refactor gmap
 2026-05-30  6:56 UTC  (2+ messages)

[PATCH v3 14/27] KVM: s390: Move s390 kvm code into a subdirectory
 2026-05-30  6:46 UTC  (2+ messages)

[PATCH v4 20/47] x86/kvm: Get CPU base frequency from CPUID when it's available
 2026-05-30  6:24 UTC  (2+ messages)

[PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
 2026-05-30  6:19 UTC  (2+ messages)

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-05-30  3:07 UTC  (3+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known

[PATCH 1/2] KVM: SEV: Do not allow SEV-SNP VMs from intra-host migration
 2026-05-30  1:08 UTC  (5+ messages)

[PATCH v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
 2026-05-30  0:54 UTC  (8+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()

[PATCH 2/2] crypto: ccp: Fix possible deadlock in SEV init failure path
 2026-05-30  0:53 UTC  (3+ messages)

[PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 05/11] moduleparam: Rename .get field to .get_str
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
 2026-05-30  0:45 UTC  (2+ messages)

[PATCH net v2] vsock: keep poll shutdown state consistent
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-05-30  0:42 UTC  (4+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection

[PATCH v7 08/17] KVM: x86/pmu: Check mediated PMU counter enablement before event filters
 2026-05-30  0:35 UTC  (3+ messages)

[PATCH v4 00/19] KVM: selftests: Link with VFIO selftests lib
 2026-05-30  0:26 UTC  (13+ messages)
` [PATCH v4 01/19] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v4 02/19] KVM: selftests: Add /proc/interrupts parsing helpers for IRQ test
` [PATCH v4 03/19] KVM: selftests: Add guest read/write macros
` [PATCH v4 04/19] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v4 05/19] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v4 06/19] KVM: selftests: Add IRQ injection test
` [PATCH v4 15/19] KVM: selftests: Add pin_task_to_random_cpu() helper function
` [PATCH v4 16/19] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v4 17/19] KVM: selftests: Print vCPU affinity on timeout during "
` [PATCH v4 18/19] KVM: selftests: Make number of vCPUs configurable in "
` [PATCH v4 19/19] KVM: selftests: Add xAPIC support "

[GIT PULL] KVM changes for Linux 7.1-rc6
 2026-05-29 23:40 UTC  (2+ messages)

[PATCH v2 02/20] KVM: x86/xen: Use read_trylock() for GPC locks in hardirq/atomic paths
 2026-05-29 23:28 UTC  (2+ messages)

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-29 23:05 UTC  (4+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
 2026-05-29 23:01 UTC  (6+ messages)

[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
 2026-05-29 22:51 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Handle bad values on proxied writes to LBR MSRs
 2026-05-29 22:47 UTC  (2+ messages)

[PATCH v7 00/17] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-05-29 22:47 UTC  (2+ messages)

[PATCH v2 00/15] TDX MMU refactors
 2026-05-29 22:47 UTC  (2+ messages)

[PATCH v4 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
 2026-05-29 22:47 UTC  (2+ messages)

[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-29 22:47 UTC  (2+ messages)

[PATCH v2 00/11] mlx5 support for VFIO self test
 2026-05-29 21:44 UTC  (7+ messages)
` [PATCH v2 06/11] selftests: Fix arm64 IO barriers to match kernel

[PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
 2026-05-29 20:44 UTC  (3+ messages)

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-29 20:31 UTC  (11+ messages)

[PATCH v2 04/10] selftests/vfio: igb: Program MSI-X interrupt routing
 2026-05-29 20:24 UTC  (3+ messages)

[PATCH v2 03/10] selftests/vfio: igb: Use advanced TX and RX descriptors
 2026-05-29 20:24 UTC  (3+ messages)

[PATCH v2 00/17] accel: Remove need for AccelCPUClass
 2026-05-29 19:56 UTC  (17+ messages)
` [PATCH v2 01/17] target/loongarch: Remove unused 'accel/accel-cpu-target.h' header
` [PATCH v2 02/17] accel: Remove AccelCPUClass::cpu_class_init()
` [PATCH v2 03/17] accel: Rename AccelOpsClass::cpu_target_realize() -> cpu_realize()
` [PATCH v2 04/17] accel/hvf: Remove need for AccelCPUClass::cpu_realize
` [PATCH v2 05/17] accel/kvm: "
` [PATCH v2 06/17] accel: Introduce AccelOpsClass::cpu_instance_init handler
` [PATCH v2 07/17] accel/whpx: Convert AccelCPUClass -> AccelOpsClass::cpu_instance_init
` [PATCH v2 08/17] accel/nvmm: "
` [PATCH v2 11/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_instance_init
` [PATCH v2 12/17] accel: Remove AccelCPUClass::cpu_instance_init()
` [PATCH v2 13/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_realize
` [PATCH v2 14/17] accel/tcg: Convert X86 AccelCPUClass -> TCGCPUOps::cpu_realize
` [PATCH v2 15/17] accel/tcg: Convert RISCV "
` [PATCH v2 16/17] accel: Remove AccelCPUClass::cpu_target_realize()
` [PATCH v2 17/17] accel: Remove AccelCPUClass and 'accel/accel-cpu-target.h'

[PATCH net v2] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-29 19:50 UTC  (2+ messages)

[PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
 2026-05-29 19:15 UTC  (2+ messages)

[PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() to gpc's CLASS() APIs
 2026-05-29 19:11 UTC  (3+ messages)

[PATCH 00/17] accel: Remove need for AccelCPUClass
 2026-05-29 19:03 UTC  (28+ messages)
` [PATCH 05/17] accel/kvm: Remove need for AccelCPUClass::cpu_target_realize
` [PATCH 07/17] accel/whpx: Convert AccelCPUClass -> AccelOpsClass::cpu_instance_init
` [PATCH 08/17] accel/nvmm: "
` [PATCH 09/17] accel/hvf: "
` [PATCH 10/17] accel/kvm: "
` [PATCH 11/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_instance_init
` [PATCH 12/17] accel: Remove AccelCPUClass::cpu_instance_init()
` [PATCH 13/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_realize
` [PATCH 14/17] accel/tcg: Convert X86 AccelCPUClass -> TCGCPUOps::cpu_realize
` [PATCH 15/17] accel/tcg: Convert RISCV "
` [PATCH 16/17] accel: Remove AccelCPUClass::cpu_target_realize()
` [PATCH 17/17] accel: Remove AccelCPUClass and 'accel/accel-cpu-target.h'

[PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
 2026-05-29 19:01 UTC  (2+ messages)

[PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
 2026-05-29 18:57 UTC  (3+ messages)


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