kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-08 17:40:28 to 2021-10-11 16:44:28 UTC [more...]

[PATCH v2 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-10-11 16:44 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt

[PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-10-11 16:08 UTC  (4+ messages)
` [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h

[PATCH kvm-unit-tests] arm64: gic-v3: Avoid NULL dereferences
 2021-10-11 16:04 UTC 

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-10-11 15:33 UTC  (9+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[PATCH v1 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-11 14:57 UTC  (10+ messages)
` [PATCH v1 kvmtool 5/7] vfio/pci: Rework MSIX table and PBA physical "
` [PATCH v1 kvmtool 6/7] vfio/pci: Print an error when offset is outside of the MSIX table or PBA
` [PATCH v1 kvmtool 7/7] vfio/pci: Align MSIX Table and PBA size allocation to 64k

[PATCH] iommu: intel: remove flooding of non-error logs, when new-DMA-PTE is the same as old-DMA-PTE
 2021-10-11 14:52 UTC  (8+ messages)

[kvm-unit-tests PATCH v2] arm64: Add mmio_addr arg to arm/micro-bench
 2021-10-11 14:44 UTC  (2+ messages)

[PATCH v3 0/8] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-10-11 14:37 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
` [PATCH v3 2/8] nSVM: introduce smv->nested.save to cache save area fields
` [PATCH v3 3/8] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
` [PATCH v3 4/8] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
` [PATCH v3 5/8] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
` [PATCH v3 6/8] nSVM: introduce struct vmcb_ctrl_area_cached
` [PATCH v3 7/8] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
` [PATCH v3 8/8] nSVM: remove unnecessary parameter in nested_vmcb_check_controls

[PATCH] KVM: x86: Account for 32-bit kernels when handling address in TSC attrs
 2021-10-11 14:35 UTC  (2+ messages)

[PATCH v3 0/5] Add SBI v0.2 support for KVM
 2021-10-11 14:32 UTC  (6+ messages)
` [PATCH v3 5/5] RISC-V: Add SBI HSM extension in KVM

[PATCH 0/2] KVM: x86: Fix and cleanup for recent AVIC changes
 2021-10-11 14:27 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86/mmu: Use vCPU's APICv status when handling APIC_ACCESS memslot
` [PATCH 2/2] KVM: x86: Simplify APICv update request logic

[PATCH v8 00/11] KVM: arm64: Fixed features for protected VMs
 2021-10-11 13:36 UTC  (16+ messages)
` [PATCH v8 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file
` [PATCH v8 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
` [PATCH v8 03/11] KVM: arm64: Move early handlers to per-EC handlers
` [PATCH v8 04/11] KVM: arm64: Pass struct kvm "
` [PATCH v8 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v8 06/11] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v8 07/11] KVM: arm64: Add handlers for protected VM System Registers
` [PATCH v8 08/11] KVM: arm64: Initialize trap registers for protected VMs
` [PATCH v8 09/11] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v8 10/11] KVM: arm64: Trap access to pVM restricted features
` [PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-11 13:15 UTC  (46+ messages)
` [PATCH v6 01/42] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v6 02/42] x86/sev: Shorten GHCB terminate macro names
` [PATCH v6 03/42] x86/sev: Get rid of excessive use of defines
` [PATCH v6 04/42] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v6 05/42] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v6 06/42] x86/sev: Save the negotiated GHCB version
` [PATCH v6 07/42] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler
` [PATCH v6 09/42] x86/sev: Check SEV-SNP features support
` [PATCH v6 10/42] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v6 11/42] x86/sev: Check the vmpl level
` [PATCH v6 12/42] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v6 13/42] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v6 14/42] x86/sev: "
` [PATCH v6 15/42] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v6 16/42] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v6 17/42] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v6 18/42] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v6 20/42] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v6 21/42] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v6 22/42] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v6 23/42] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v6 24/42] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v6 25/42] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v6 26/42] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v6 27/42] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v6 28/42] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v6 29/42] x86/compressed/acpi: move EFI config "
` [PATCH v6 30/42] x86/compressed/acpi: move EFI vendor "
` [PATCH v6 31/42] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v6 32/42] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v6 33/42] boot/compressed/64: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v6 34/42] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v6 35/42] x86/compressed/64: store Confidential Computing blob address "
` [PATCH v6 36/42] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v6 37/42] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v6 38/42] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v6 39/42] x86/sev: Register SNP guest request platform device
` [PATCH v6 40/42] virt: Add SEV-SNP guest driver
` [PATCH v6 41/42] virt: sevguest: Add support to derive key
` [PATCH v6 42/42] virt: sevguest: Add support to get extended report

[PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
 2021-10-11  9:18 UTC  (2+ messages)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-11  8:49 UTC  (22+ messages)
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE

[PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-11  8:43 UTC  (2+ messages)

[PATCH v13 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-10-11  8:32 UTC  (4+ messages)

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-11  7:52 UTC  (15+ messages)
` [RFC PATCH v1 1/6] KVM: s390: Simplify SIGP Set Arch handling
` [RFC PATCH v1 2/6] KVM: s390: Reject SIGP when destination CPU is busy
` [RFC PATCH v1 3/6] KVM: s390: Simplify SIGP Restart
` [RFC PATCH v1 4/6] KVM: s390: Restart IRQ should also block SIGP
` [RFC PATCH v1 5/6] KVM: s390: Give BUSY to SIGP SENSE during Restart
` [RFC PATCH v1 6/6] KVM: s390: Add a routine for setting userspace CPU state

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-11  3:17 UTC  (5+ messages)
` [RFC 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests

[PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-10-10 15:09 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
` [PATCH v2 2/5] KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrors
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible
` [PATCH v2 4/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
` [PATCH v2 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode

kvm crash in 5.14.1?
 2021-10-09 19:00 UTC  (2+ messages)

[PATCH 1/3] KVM: emulate: #GP when emulating rdpmc if CR0.PE is 1
 2021-10-09  9:14 UTC  (8+ messages)
` [PATCH 3/3] KVM: LAPIC: Optimize PMI delivering overhead

[PATCH v2 1/3] KVM: emulate: Don't inject #GP when emulating RDMPC if CR0.PE=0
 2021-10-09  9:08 UTC  (3+ messages)
` [PATCH v2 2/3] KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0
` [PATCH v2 3/3] KVM: vCPU kick tax cut for running vCPU

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-10-09  7:50 UTC  (3+ messages)
` [RFC PATCH v2 07/69] KVM: TDX: define and export helper functions for KVM "

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (44+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [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 v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH 0/4] x86/x86: KVM: Fixes for KVM's PI wakeup handler
 2021-10-09  0:11 UTC  (5+ messages)
` [PATCH 1/4] x86/irq: Ensure PI wakeup handler is unregistered before module unload
` [PATCH 2/4] KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
` [PATCH 3/4] x86/irq: KVM: Harden posted interrupt (un)registration paths
` [PATCH 4/4] KVM: VMX: Register posted interrupt wakeup handler iff APICv is enabled

[PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap
 2021-10-09  0:05 UTC  (14+ messages)

[PATCH] KVM: selftests: Fix nested SVM tests when built with clang
 2021-10-08 23:50 UTC  (3+ messages)

[PATCH v2 0/6] KVM: few more SMM fixes
 2021-10-08 23:37 UTC  (3+ messages)
` [PATCH v2 5/6] KVM: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry

[kvm-unit-tests PATCH 0/3] Regression test for L1 LDTR persistence bug
 2021-10-08 21:24 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Fix operand size for lldt
` [kvm-unit-tests PATCH 2/3] x86: Make set_gdt_entry usable in 64-bit mode
` [kvm-unit-tests PATCH 3/3] x86: Add a regression test for L1 LDTR persistence bug

[PATCH 0/4 V9] Add AMD SEV and SEV-ES intra host migration support
 2021-10-08 19:56 UTC  (5+ messages)
` [PATCH 2/4 V9] KVM: SEV: Add support for SEV-ES intra host migration

[PATCH kvm-unit-tests] parse_keyval: Allow hex vals
 2021-10-08 19:29 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench
 2021-10-08 18:50 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;
as well as URLs for NNTP newsgroup(s).