kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-08 13:20:04 to 2021-11-10 22:09:53 UTC [more...]

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 22:07 UTC  (30+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 02/45] x86/sev: "
` [PATCH v7 03/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v7 04/45] x86/sev: Shorten GHCB terminate macro names
` [PATCH v7 05/45] x86/sev: Get rid of excessive use of defines
` [PATCH v7 06/45] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v7 07/45] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v7 08/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v7 11/45] x86/sev: Check SEV-SNP features support
` [PATCH v7 12/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v7 13/45] x86/sev: Check the vmpl level
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v7 16/45] x86/sev: "
` [PATCH v7 17/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v7 18/45] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v7 19/45] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v7 20/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v7 21/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v7 22/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v7 23/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v7 24/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v7 25/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v7 26/45] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v7 27/45] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v7 28/45] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v7 29/45] x86/compressed/acpi: move EFI system table lookup "

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-10 21:44 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-10 21:20 UTC  (15+ messages)
` [kvm-unit-tests PATCH 01/14] x86: cleanup handling of 16-byte GDT descriptors
` [kvm-unit-tests PATCH 02/14] x86: fix call to set_gdt_entry
` [kvm-unit-tests PATCH 03/14] unify field names and definitions for GDT descriptors
` [kvm-unit-tests PATCH 04/14] replace tss_descr global with a function
` [kvm-unit-tests PATCH 05/14] x86: Move IDT to desc.c
` [kvm-unit-tests PATCH 06/14] x86: unify name of 32-bit and 64-bit GDT
` [kvm-unit-tests PATCH 07/14] x86: get rid of ring0stacktop
` [kvm-unit-tests PATCH 08/14] x86: Move 64-bit GDT and TSS to desc.c
` [kvm-unit-tests PATCH 09/14] x86: Move 32-bit "
` [kvm-unit-tests PATCH 10/14] x86: Look up the PTEs rather than assuming them
` [kvm-unit-tests PATCH 11/14] x86: Prepare access test for running in L2
` [kvm-unit-tests PATCH 12/14] x86: Fix tabs in access.c
` [kvm-unit-tests PATCH 13/14] x86: Clean up the global, page_table_levels, "
` [kvm-unit-tests PATCH 14/14] x86: Add tests that run ac_test_run() in an L2 guest

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-10 20:33 UTC  (3+ messages)
` [RFC PATCH v3 1/2] Capability/IOCTL/Documentation
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-11-10 19:48 UTC  (2+ messages)

[PATCH 0/2] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-11-10 19:48 UTC  (4+ messages)
` [PATCH 1/2] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-11-10 19:38 UTC  (12+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 18:43 UTC  (5+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-11-10 18:06 UTC  (14+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files

[PATCH 0/3] VMX: nested migration fixes for 32 bit nested guests
 2021-11-10 17:21 UTC  (10+ messages)
` [PATCH 1/3] KVM: nVMX: extract calculation of the L1's EFER
` [PATCH 2/3] KVM: nVMX: restore L1's EFER prior to setting the nested state
` [PATCH 3/3] KVM: x86/mmu: don't skip mmu initialization when mmu root level changes

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-10 16:37 UTC  (5+ messages)
` [PATCH v2 06/12] x86/sev: Cache AP Jump Table Address
` [PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table

[PATCH v2 0/5] KVM: arm64: Rework FPSIMD/SVE tracking
 2021-11-10 13:19 UTC  (3+ messages)
` [PATCH v2 2/5] KVM: arm64: Get rid of host SVE tracking/saving

Thoughts of AMX KVM support based on latest kernel
 2021-11-10 13:01 UTC 

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-10 11:07 UTC  (12+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

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

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-11-10  1:45 UTC  (7+ messages)
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-11-10  0:56 UTC  (16+ messages)
` [PATCH v5 2/7] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v5 3/7] KVM: X86: Expose IA32_PKRS MSR
` [PATCH v5 5/7] KVM: MMU: Add support for PKS emulation
` [PATCH v5 6/7] KVM: VMX: Expose PKS to guest

[kvm-unit-tests PATCH v2] x86: Look up the PTEs rather than assuming them
 2021-11-09 22:54 UTC  (2+ messages)

[PATCH 0/2] KVM: SEV: Fall back to __vmalloc() for SEV-ES scratch
 2021-11-09 22:23 UTC  (3+ messages)
` [PATCH 1/2] KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
` [PATCH 2/2] KVM: SEV: Fall back to __vmalloc() for SEV-ES scratch area if necessary

[PATCH 0/6] KVM: SEV: Bug fix, cleanups and enhancements
 2021-11-09 21:51 UTC  (7+ messages)
` [PATCH 1/6] KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
` [PATCH 2/6] KVM: SEV: Explicitly document that there are no TOCTOU races in copy ASID
` [PATCH 3/6] KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()
` [PATCH 4/6] KVM: SEV: WARN if SEV-ES is marked active but SEV is not
` [PATCH 5/6] KVM: SEV: Drop a redundant setting of sev->asid during initialization
` [PATCH 6/6] KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()

[PATCH v4 0/2] Add a helper to read GPR index and move INVPCID validation to a common place
 2021-11-09 17:44 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPID, and INVEPT
` [PATCH v4 2/2] KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()

[PATCH v4 0/8] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM (+ KVM: x86: MSR filtering and related fixes)
 2021-11-09 17:33 UTC  (10+ messages)
` [PATCH v4 1/8] KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
` [PATCH v4 2/8] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v4 3/8] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v4 4/8] KVM: nVMX: Clean up x2APIC MSR handling for L2
` [PATCH v4 5/8] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v4 6/8] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v4 7/8] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v4 8/8] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[kvm-unit-tests PATCH v1 0/7] x86_64 UEFI set up process refactor and scripts fixes
 2021-11-09 17:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 2/7] x86 UEFI: Refactor set up process

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-11-09 17:15 UTC  (6+ messages)
` [PATCH 1/2] x86/kvm: revert commit 76b4f357d0e7d8f6f00

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-09 16:29 UTC  (35+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-11-09 15:19 UTC  (4+ messages)
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-09 12:45 UTC  (13+ messages)

VE~INMAIL
 2021-11-09  9:09 UTC 

[kvm-unit-tests PATCH 0/7] Extending VIRTIO with a data transfer test
 2021-11-09  9:01 UTC  (13+ messages)
` [kvm-unit-tests PATCH 3/7] s390x: virtio: CCW transport implementation
` [kvm-unit-tests PATCH 6/7] s390x: virtio tests setup

[PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection
 2021-11-09  2:39 UTC  (18+ messages)
` [PATCH 01/17] KVM: selftests: aarch64: move gic_v3.h to shared headers
` [PATCH 02/17] KVM: selftests: aarch64: add function for accessing GICv3 dist and redist registers
` [PATCH 03/17] KVM: selftests: aarch64: add GICv3 register accessor library functions
` [PATCH 04/17] KVM: selftests: add kvm_irq_line library function
` [PATCH 05/17] KVM: selftests: aarch64: add vGIC library functions to deal with vIRQ state
` [PATCH 06/17] KVM: selftests: aarch64: add vgic_irq to test userspace IRQ injection
` [PATCH 07/17] KVM: selftests: aarch64: abstract the injection functions in vgic_irq
` [PATCH 08/17] KVM: selftests: aarch64: cmdline arg to set number of IRQs in vgic_irq test
` [PATCH 09/17] KVM: selftests: aarch64: cmdline arg to set EOI mode in vgic_irq
` [PATCH 10/17] KVM: selftests: aarch64: add preemption tests "
` [PATCH 11/17] KVM: selftests: aarch64: level-sensitive interrupts "
` [PATCH 12/17] KVM: selftests: aarch64: add tests for LEVEL_INFO "
` [PATCH 13/17] KVM: selftests: aarch64: add test_inject_fail to vgic_irq
` [PATCH 14/17] KVM: selftests: add IRQ GSI routing library functions
` [PATCH 15/17] KVM: selftests: aarch64: add tests for IRQFD in vgic_irq
` [PATCH 16/17] KVM: selftests: aarch64: add ISPENDR write tests "
` [PATCH 17/17] KVM: selftests: aarch64: add test for restoring active IRQs

[PATCH v4 0/4] KVM: x86: MSR filtering and related fixes
 2021-11-09  1:30 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
` [PATCH v4 2/4] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v4 3/4] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v4 4/4] KVM: nVMX: Clean up x2APIC MSR handling for L2

[PATCH v3 0/3] KVM: x86: MSR filtering and related fixes
 2021-11-08 22:06 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: nVMX: Handle dynamic MSR intercept toggling

[PATCHV2 0/3] kvm: x86: make PTE_PREFETCH_NUM tunable
 2021-11-08 21:47 UTC  (4+ messages)
` [PATCHV2 3/3] KVM: x86: add KVM_SET_MMU_PREFETCH ioctl

RFC: KVM: x86/mmu: Eager Page Splitting
 2021-11-08 21:39 UTC  (7+ messages)

[RFC PATCH 0/8] KVM: arm64: Add support for hypercall services selection
 2021-11-08 21:33 UTC  (5+ messages)
` [RFC PATCH 1/8] KVM: arm64: Factor out firmware register handling from psci.c

[PATCH v4 0/5] Add SBI v0.2 support for KVM
 2021-11-08 16:45 UTC  (4+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01

[PATCH 0/3] Use static_call for kvm_pmu_ops
 2021-11-08 15:41 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Introduce definitions to support static calls "

[PATCH] KVM: move struct kvm_vcpu * array to the bottom of struct kvm
 2021-11-08 15:35 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: Sanitize writes to MSR_KVM_PV_EOI_EN
 2021-11-08 15:28 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Rename kvm_lapic_enable_pv_eoi()
` [PATCH 2/2] KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was written to MSR_KVM_PV_EOI_EN

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-11-08 14:27 UTC  (8+ messages)
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks

[GIT PULL] First batch of KVM changes for Linux 5.16
 2021-11-08 14:03 UTC  (3+ messages)

[PATCH 0/5] KVM: Turn the vcpu array into an xarray
 2021-11-08 12:13 UTC  (3+ messages)
` [PATCH 3/5] KVM: s390: Use kvm_get_vcpu() instead of open-coded access


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).