kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 16:36:32 to 2021-11-30 20:11:33 UTC [more...]

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-30 20:11 UTC  (14+ messages)
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

Q. about KVM and CPU hotplug
 2021-11-30 20:02 UTC  (5+ messages)

[PATCH 0/2] optimize spte zapping in zap_gfn_range()
 2021-11-30 19:40 UTC  (7+ messages)
` [PATCH 1/2] Revert "KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEs"
` [PATCH 2/2] KVM: mmu/x86: optimize zapping by retaining non-leaf SPTEs and avoid rcu stall

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-30 19:40 UTC  (16+ messages)

drivers/vfio/vfio.c:293: warning: expecting prototype for Container objects(). Prototype was for vfio_container_get() instead
 2021-11-30 19:30 UTC  (2+ messages)

[PATCH] vfio/pci: Fix OpRegion read
 2021-11-30 19:30 UTC  (3+ messages)

[PATCH RFC v2] vfio: Documentation for the migration region
 2021-11-30 18:59 UTC  (3+ messages)

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-11-30 18:51 UTC  (40+ messages)
` [RFC PATCH v3 14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v3 18/59] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH v3 23/59] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v3 26/59] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v3 28/59] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v3 46/59] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v3 47/59] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space
` [RFC PATCH v3 54/59] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch

[GIT PULL] KVM fixes for 5.16-rc4
 2021-11-30 17:44 UTC  (2+ messages)

[PATCH v3 kvm-unit-tests 0/8] x86: Move IDT, GDT and TSS to C code
 2021-11-30 17:26 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/9] x86: cleanup handling of 16-byte GDT descriptors

[PATCH] KVM: VMX: Set failure code in prepare_vmcs02()
 2021-11-30 16:30 UTC  (2+ messages)

[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-11-30 16:16 UTC  (7+ messages)
` [PATCH 01/28] KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
` [PATCH 27/28] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-30 16:07 UTC  (18+ messages)
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH 00/15] Currently disabling dirty logging with the TDP MMU is extremely slow. On a 96 vCPU / 96G VM it takes ~45 seconds to disable dirty logging with the TDP MMU, as opposed to ~3.5 seconds with the legacy MMU. This series optimizes TLB flushes and introduces in-place large page promotion, to bring the disable dirty log time down to ~2 seconds
 2021-11-30 16:01 UTC  (7+ messages)
` [PATCH 15/15] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH AUTOSEL 5.10 40/43] vhost-vdpa: clean irqs before reseting vdpa device
 2021-11-30 14:50 UTC 

[PATCH AUTOSEL 5.15 61/68] vhost-vdpa: clean irqs before reseting vdpa device
 2021-11-30 14:46 UTC 

[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
 2021-11-30 14:34 UTC  (8+ messages)

[PATCH] KVM: ensure APICv is considered inactive if there is no APIC
 2021-11-30 13:05 UTC  (2+ messages)

[PATCH] KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
 2021-11-30 12:37 UTC 

Potential bug in TDP MMU
 2021-11-30 12:13 UTC  (9+ messages)

[PATCH v2 0/6] nSVM optional features
 2021-11-30 11:34 UTC  (4+ messages)

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2021-11-30 11:32 UTC  (3+ messages)

[RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection
 2021-11-30 10:19 UTC  (10+ messages)
` [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

[PATCH] KVM: fix avic_set_running for preemptable kernels
 2021-11-30 10:00 UTC  (2+ messages)

[PATCH] ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
 2021-11-30  9:32 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-30  8:42 UTC  (4+ messages)

[PATCH 0/4] KVM: VMX: process posted interrupts on APICv-disable vCPUs
 2021-11-30  8:31 UTC  (15+ messages)
` [PATCH 1/4] KVM: x86: ignore APICv if LAPIC is not enabled
` [PATCH 2/4] KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
` [PATCH 3/4] KVM: x86: check PIR even for vCPUs with disabled APICv
` [PATCH 4/4] KVM: x86: Use a stable condition around all VT-d PI paths

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2021-11-30  7:42 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
` [PATCH v2 2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
` [PATCH v2 3/6] KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
` [PATCH v2 4/6] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()
` [PATCH v2 5/6] KVM: x86: Update vPMCs when retiring instructions
` [PATCH v2 6/6] KVM: x86: Update vPMCs when retiring branch instructions

[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
 2021-11-30  5:39 UTC  (16+ messages)
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 08/29] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [RFC PATCH v3 10/29] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [RFC PATCH v3 12/29] KVM: arm64: Make ID_DFR1_EL1 writable

[PATCH 1/1] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
 2021-11-30  1:24 UTC  (3+ messages)

[PATCH v2] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-30  1:01 UTC  (2+ messages)

[PATCH 00/12] Fixes for KVM_CAP_VM_MOVE/COPY_ENC_CONTEXT_FROM
 2021-11-29 23:08 UTC  (15+ messages)
` [PATCH 03/12] KVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capability
` [PATCH 04/12] KVM: SEV: do not use list_replace_init on an empty list
` [PATCH 06/12] KVM: SEV: initialize regions_list of a mirror VM
` [PATCH 07/12] KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
` [PATCH 09/12] KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
` [PATCH 10/12] KVM: SEV: Prohibit migration of a VM that has mirrors
` [PATCH 11/12] KVM: SEV: do not take kvm->lock when destroying

[PATCH 0/3] KVM: Scalable memslots implementation additional patches
 2021-11-29 21:03 UTC  (3+ messages)
` [PATCH 1/3] KVM: x86: Avoid overflowing nr_mmu_pages in kvm_arch_commit_memory_region()

[kvm-unit-tests PATCH 00/39] x86/access: nVMX: Big overhaul
 2021-11-29 19:15 UTC  (4+ messages)

[PATCH 0/2] KVM: nVMX: Fix VPID + !EPT TLB bugs
 2021-11-29 19:26 UTC  (4+ messages)
` [PATCH 2/2] KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-29 21:30 UTC  (6+ messages)
` [kvm-unit-tests PATCH 10/14] x86: Look up the PTEs rather than assuming them

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (70+ messages)
` [PATCH v5 01/69] KVM: arm64: Save PSTATE early on exit
` [PATCH v5 02/69] KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
` [PATCH v5 03/69] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
` [PATCH v5 04/69] KVM: arm64: Rework kvm_pgtable initialisation
` [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits
` [PATCH v5 06/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v5 09/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v5 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 15/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v5 20/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v5 21/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 22/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v5 23/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v5 24/69] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v5 25/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v5 26/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v5 27/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v5 28/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v5 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v5 30/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v5 32/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v5 33/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v5 35/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v5 37/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 39/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v5 40/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v5 41/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v5 42/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v5 43/69] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v5 45/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v5 46/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v5 47/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v5 48/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v5 49/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v5 50/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v5 51/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v5 52/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v5 53/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v5 54/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v5 55/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v5 56/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v5 57/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v5 59/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v5 60/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v5 61/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v5 62/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v5 63/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v5 64/69] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v5 65/69] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v5 66/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v5 68/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v5 69/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH] KVM: MMU: shadow nested paging does not have PKU
 2021-11-29 19:08 UTC  (4+ messages)

[PATCH v4 41/66] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
 2021-11-29 18:12 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-11-29 14:44 UTC  (4+ messages)

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-11-29 17:56 UTC  (12+ messages)

[PATCH] kvm/eventfd: fix the misleading comment in kvm_irqfd_assign
 2021-11-29 17:13 UTC  (2+ messages)

[PATCH] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
 2021-11-29 16:59 UTC  (2+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-29 16:34 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).