public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-31 12:03:22 to 2024-11-01 19:25:58 UTC [more...]

[PATCH 0/2] Fixup two comments
 2024-11-01 19:25 UTC  (3+ messages)

[PATCH v4 0/4] Relax canonical checks on some arch msrs
 2024-11-01 19:25 UTC  (3+ messages)

[PATCH] KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUs
 2024-11-01 19:24 UTC  (3+ messages)

[PATCH 0/9] KVM: x86: Add a quirk for feature MSR initialization
 2024-11-01 19:23 UTC  (3+ messages)

[PATCH 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC
 2024-11-01 19:21 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
` [PATCH 2/2] KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID

[PATCH 0/5] KVM: nVMX: Honor event priority for PI ack at VM-Enter
 2024-11-01 19:14 UTC  (6+ messages)
` [PATCH 1/5] KVM: nVMX: Explicitly update vPPR on successful nested VM-Enter
` [PATCH 2/5] KVM: nVMX: Check for pending INIT/SIPI after entering non-root mode
` [PATCH 3/5] KVM: nVMX: Drop manual vmcs01.GUEST_INTERRUPT_STATUS.RVI check at VM-Enter
` [PATCH 4/5] KVM: nVMX: Use vmcs01's controls shadow to check for IRQ/NMI windows "
` [PATCH 5/5] KVM: nVMX: Honor event priority when emulating PI delivery during VM-Enter

[PATCH 0/2] KVM: VMX: Mark Intel PT virtualization as BROKEN
 2024-11-01 18:50 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
` [PATCH 2/2] KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable bit is cleared

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-01 18:43 UTC  (9+ messages)

[PATCH v2 0/9] KVM: x86: Clean up MSR_IA32_APICBASE_BASE code
 2024-11-01 18:35 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing
` [PATCH v2 2/9] KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state
` [PATCH v2 3/9] KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
` [PATCH v2 4/9] KVM: x86: Inline kvm_get_apic_mode() in lapic.h
` [PATCH v2 5/9] KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)
` [PATCH v2 6/9] KVM: x86: Rename APIC base setters to better capture their relationship
` [PATCH v2 7/9] KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
` [PATCH v2 8/9] KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
` [PATCH v2 9/9] KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged

[PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active
 2024-11-01 18:34 UTC  (3+ messages)
` [PATCH v2 01/10] KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits

[PATCH v2 1/4] kvm: svm: Fix gctx page leak on invalid inputs
 2024-11-01 18:15 UTC  (2+ messages)
` [PATCH v2 4/4] KVM: SVM: Delay legacy platform initialization on SNP

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-11-01 17:48 UTC  (18+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH] KVM: x86: Make the debugfs per VM optional
 2024-11-01 17:15 UTC  (2+ messages)

[PATCH v14 00/13] Add Secure TSC support for SNP guests
 2024-11-01 16:40 UTC  (5+ messages)
` [PATCH v14 03/13] x86/sev: "
` [PATCH v14 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests

[PATCH v3 0/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-11-01 16:39 UTC  (11+ messages)
` [PATCH v3 1/2] "

[kvm-unit-tests PATCH v6 0/1] riscv: sbi: Add support to test HSM extension
 2024-11-01 16:37 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/1] riscv: sbi: Add tests for "

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-11-01 16:37 UTC  (12+ messages)
` [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-11-01 16:35 UTC  (7+ messages)
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 13/43] arm64: RME: RTT tear down

[PATCH vfio 0/7] Enhances the vfio-virtio driver to support live migration
 2024-11-01 16:25 UTC  (8+ messages)

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-11-01 16:03 UTC  (15+ messages)
` [PATCH v2 08/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
` [PATCH v2 16/25] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v2 24/25] KVM: x86: Introduce KVM_TDX_GET_CPUID

[PATCH v5 0/4] Distinguish between variants of IBPB
 2024-11-01 16:03 UTC  (4+ messages)

[PATCH] KVM: drop the kvm_has_noapic_vcpu optimization
 2024-11-01 14:49 UTC  (8+ messages)

[PATCH] vfio/qat: fix overflow check in qat_vf_resume_write()
 2024-11-01 14:38 UTC  (2+ messages)

[PATCH v1 1/1] vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table
 2024-11-01 14:38 UTC  (2+ messages)

[PATCH] kvm/vfio: Constify struct kvm_device_ops
 2024-11-01 14:37 UTC  (2+ messages)

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-11-01 14:21 UTC  (2+ messages)
` [Bug 219112] "

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-11-01 13:42 UTC  (11+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-01 13:25 UTC  (3+ messages)

[syzbot] Monthly kvm report (Nov 2024)
 2024-11-01 12:35 UTC 

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-01 11:06 UTC  (15+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-11-01 10:06 UTC  (8+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[PATCH 0/2] Add support for the ERAPS feature
 2024-11-01  9:26 UTC  (8+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "
` [PATCH 2/2] x86: kvm: svm: add support for ERAPS and FLUSH_RAP_ON_VMRUN

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-01  9:03 UTC  (3+ messages)

[PATCH v5 0/9] Introduce SMP Cache Topology
 2024-11-01  8:33 UTC  (10+ messages)
` [PATCH v5 1/9] i386/cpu: Don't enumerate the "invalid" CPU topology level
` [PATCH v5 2/9] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH v5 3/9] qapi/qom: Define cache enumeration and properties for machine
` [PATCH v5 4/9] hw/core: Check smp cache topology support "
` [PATCH v5 5/9] hw/core: Add a helper to check the cache topology level
` [PATCH v5 6/9] i386/cpu: Support thread and module level cache topology
` [PATCH v5 7/9] i386/cpu: Update cache topology with machine's configuration
` [PATCH v5 8/9] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v5 9/9] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH] KVM: x86: Try to enable irr_pending state with disabled APICv
 2024-11-01  7:42 UTC  (5+ messages)

[PATCH v4 0/9] Introduce SMP Cache Topology
 2024-11-01  7:47 UTC  (5+ messages)
` [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic

[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
 2024-11-01  6:24 UTC  (8+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-01  6:11 UTC  (6+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[kvm:kvm-coco-queue 118/186] arch/x86/kvm/mmu/tdp_mmu.c:474:14: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-11-01  2:51 UTC 

[kvm:kvm-coco-queue 116/186] arch/x86/kvm/mmu/tdp_mmu.c:1171:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-11-01  0:35 UTC 

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-31 22:59 UTC  (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes

[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
 2024-10-31 22:56 UTC  (10+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load

[PATCH v11 0/4] debugfs to hisilicon migration driver
 2024-10-31 22:09 UTC  (5+ messages)
` [PATCH v11 3/4] hisi_acc_vfio_pci: register debugfs for "
` [PATCH v11 4/4] Documentation: add debugfs description for hisi migration

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-31 21:41 UTC  (12+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction

[PATCH] KVM: SVM: Propagate error from snp_guest_req_init() to userspace
 2024-10-31 20:32 UTC 

[PATCH] KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
 2024-10-31 20:20 UTC 

[PATCH v2 0/6] Extend pmu_counters_test to AMD CPUs
 2024-10-31 20:09 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Optimize TDP MMU huge page recovery during disable-dirty-log
 2024-10-31 20:00 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Remove the unused variable "gpa" in __invept()
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH 00/11] KVM: selftests: AVX support + fixes
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Get rid of userspace_irqchip_in_use
 2024-10-31 19:56 UTC  (2+ messages)

[PATCH -next] KVM: selftests: Use ARRAY_SIZE for array length
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH] hardware_disable_test: remove unused macro
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH 00/18] KVM: x86/mmu: A/D cleanups (on top of kvm_follow_pfn)
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: Fix and harden reg caching from !TASK context
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH] KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request()
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH] KVM: Rework core loop of kvm_vcpu_on_spin() to use a single for-loop
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH] kvm: selftest: fix noop test in guest_memfd_test.c
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Micro-optimize TDP MMU cond_resched()
 2024-10-31 18:48 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
` [PATCH 2/2] KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WARN_ON

[PATCH] KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported
 2024-10-31 17:07 UTC  (3+ messages)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-31 16:27 UTC  (11+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH v1 1/1] s390/kvm: mask extra bits from program interrupt code
 2024-10-31 15:24 UTC  (5+ messages)

[RESEND PATCH v2 03/19] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
 2024-10-31 15:14 UTC 

[PATCH] KVM: SVM: Increase X2AVIC limit to 4096 vcpus
 2024-10-31 15:09 UTC  (3+ messages)

[PATCH v2 00/19] hrtimers: Consolidate hrtimer initialization - Part 1
 2024-10-31 14:36 UTC  (2+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-31 14:19 UTC  (5+ messages)
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-31 13:45 UTC  (3+ messages)
` [PATCH 01/13] PCI: Prepare removing "

[Call for Presentations] FOSDEM 2025: Virt & IaaS devroom
 2024-10-31 12:54 UTC 

[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
 2024-10-31 12:39 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call
` [kvm-unit-tests PATCH v2 3/3] lib/on-cpus: Fix on_cpumask

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-31 12:33 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization


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