kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 16:08:50 to 2021-10-13 04:48:32 UTC [more...]

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-10-13  4:48 UTC  (8+ messages)
` [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

[PATCH v4 0/4] KVM: allow mapping non-refcounted pages
 2021-10-13  3:29 UTC  (4+ messages)
` [PATCH v4 4/4] KVM: mmu: remove over-aggressive warnings

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-13  2:20 UTC  (9+ messages)
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [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 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-13  1:07 UTC  (15+ messages)
` [PATCH 1/5] vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()
` [PATCH 2/5] vfio: Do not open code the group list search in vfio_create_group()
` [PATCH 4/5] vfio: Use a refcount_t instead of a kref in the vfio_group
` [PATCH 5/5] vfio: Use cdev_device_add() instead of device_create()

[PATCH 0/2] KVM: x86: Revert to fix apic_hw_disabled underflow
 2021-10-13  0:35 UTC  (3+ messages)
` [PATCH 1/2] Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET"
` [PATCH 2/2] KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-13  0:23 UTC  (11+ messages)
` [PATCH Part2 v5 20/45] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH] KVM: selftests: Rename vm_open() to __vm_create()
 2021-10-13  0:08 UTC  (4+ messages)

[PATCH v6 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-10-12 23:45 UTC  (3+ messages)
` [PATCH v6 1/4] KVM: x86: Clarify the kvm_run.emulation_failure structure layout

[PATCH v6] vfio/pci: Add OpRegion 2.0+ Extended VBT support
 2021-10-12 23:10 UTC  (6+ messages)
` [PATCH v7] "
    ` [PATCH v8] "

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

[PATCH V3] KVM: SEV: Acquire vcpu mutex when updating VMSA
 2021-10-12 21:24 UTC 

[patch 00/31] x86/fpu: Preparatory cleanups for AMX support (part 1)
 2021-10-12 21:15 UTC  (52+ messages)
` [patch 01/31] x86/fpu: Remove pointless argument from switch_fpu_finish()
` [patch 02/31] x86/fpu: Update stale comments
` [patch 03/31] x86/pkru: Remove useless include
` [patch 04/31] x86/fpu: Restrict xsaves()/xrstors() to independent states
` [patch 05/31] x86/fpu: Cleanup the on_boot_cpu clutter
` [patch 06/31] x86/fpu: Remove pointless memset in fpu_clone()
` [patch 07/31] x86/process: Clone FPU in copy_thread()
` [patch 08/31] x86/fpu: Do not inherit FPU context for kernel and IO worker threads
` [patch 09/31] x86/fpu: Do not inherit FPU context for CLONE_THREAD
` [patch 10/31] x86/fpu: Cleanup xstate xcomp_bv initialization
` [patch 11/31] x86/fpu/xstate: Provide and use for_each_xfeature()
` [patch 12/31] x86/fpu/xstate: Mark all init only functions __init
` [patch 13/31] x86/fpu: Move KVMs FPU swapping to FPU core
` [patch 14/31] x86/fpu: Replace KVMs homebrewn FPU copy from user
` [patch 15/31] x86/fpu: Rework copy_xstate_to_uabi_buf()
` [patch 16/31] x86/fpu: Replace KVMs homebrewn FPU copy to user
      ` [patch V2 16/31] x86/fpu: Replace KVMs home brewed "
` [patch 17/31] x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
` [patch 18/31] x86/fpu: Move context switch and exit to user inlines into sched.h
` [patch 19/31] x86/fpu: Clean up cpu feature tests
` [patch 20/31] x86/fpu: Make os_xrstor_booting() private
` [patch 21/31] x86/fpu: Move os_xsave() and os_xrstor() to core
` [patch 22/31] x86/fpu: Move legacy ASM wrappers "
` [patch 23/31] x86/fpu: Make WARN_ON_FPU() private
` [patch 24/31] x86/fpu: Move fpregs_restore_userregs() to core
` [patch 25/31] x86/fpu: Move mxcsr related code "
` [patch 26/31] x86/fpu: Move fpstate functions to api.h
` [patch 27/31] x86/fpu: Remove internal.h dependency from fpu/signal.h
` [patch 28/31] x86/sev: Include fpu/xcr.h
` [patch 29/31] x86/fpu: Mop up the internal.h leftovers
` [patch 30/31] x86/fpu: Replace the includes of fpu/internal.h
` [patch 31/31] x86/fpu: Provide a proper function for ex_handler_fprestore()

[PATCH 0/5 V10] Add AMD SEV and SEV-ES intra host migration support
 2021-10-12 20:48 UTC  (6+ messages)
` [PATCH 1/5 V10] KVM: SEV: Refactor out sev_es_state struct
` [PATCH 2/5 V10] KVM: SEV: Add support for SEV intra host migration
` [PATCH 3/5 V10] KVM: SEV: Add support for SEV-ES "
` [PATCH 4/5 V10] selftest: KVM: Add open sev dev helper
` [PATCH 5/5 V10] selftest: KVM: Add intra host migration tests

[PATCH v2 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-10-12 17:43 UTC  (7+ messages)
` [PATCH v2 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH v2 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH] KVM: MMU: make PTE_PREFETCH_NUM tunable
 2021-10-12 16:50 UTC  (2+ messages)

[PATCH v3 0/5] Add SBI v0.2 support for KVM
 2021-10-12 16:46 UTC  (7+ messages)
` [PATCH v3 5/5] RISC-V: Add SBI HSM extension in KVM

[PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-10-12 16:05 UTC  (3+ messages)
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible

[PATCH] x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
 2021-10-12 15:50 UTC 

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-12 15:31 UTC  (20+ 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 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

[PATCH kvmtool 00/10] Run kvm-unit-tests with --kernel
 2021-10-12 14:24 UTC  (5+ messages)
` [PATCH kvmtool 08/10] Add --nocompat option to disable compat warnings

[PATCH] KVM: arm64: Fix reporting of endianess when the access originates at EL0
 2021-10-12 14:20 UTC  (3+ messages)

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

[PATCH v2 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-12 13:52 UTC  (10+ messages)
` [PATCH v2 kvmtool 1/7] arm/gicv2m: Set errno when gicv2_update_routing() fails
` [PATCH v2 kvmtool 2/7] vfio/pci.c: Remove double include for assert.h
` [PATCH v2 kvmtool 3/7] pci: Fix pci_dev_* print macros
` [PATCH v2 kvmtool 4/7] vfio/pci: Rename PBA offset in device descriptor to fd_offset
` [PATCH v2 kvmtool 5/7] vfio/pci: Rework MSIX table and PBA physical size allocation
` [PATCH v2 kvmtool 6/7] vfio/pci: Print an error when offset is outside of the MSIX table or PBA
` [PATCH v2 kvmtool 7/7] vfio/pci: Align MSIX Table and PBA size to guest maximum page size

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-12 12:31 UTC  (13+ messages)
` [PATCH v5 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v5 05/14] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v5 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests

[PATCH v1 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-12 10:50 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Fix and cleanup for recent AVIC changes
 2021-10-12  9:53 UTC  (8+ messages)
` [PATCH 2/2] KVM: x86: Simplify APICv update request logic

[PATCH] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-10-12  8:48 UTC  (3+ messages)
  ` 答复: "

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-12  8:33 UTC  (18+ messages)
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE

[PATCH 00/14] nSVM fixes and optional features
 2021-10-12  7:51 UTC  (6+ messages)
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656

[PATCH kvm-unit-tests] arm64: gic-v3: Avoid NULL dereferences
 2021-10-12  6:53 UTC  (2+ messages)

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-12  6:15 UTC  (4+ messages)
` [PATCH v4 12/23] target/i386/sev: Use g_autofree in sev_launch_get_measure()

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-12  5:34 UTC  (2+ messages)

[RFC PATCH 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2021-10-12  4:35 UTC  (26+ messages)
` [RFC PATCH 01/25] KVM: arm64: Add has_reset_once flag for vcpu
` [RFC PATCH 02/25] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH 03/25] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH 04/25] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH 05/25] KVM: arm64: Keep consistency of ID registers between vCPUs
` [RFC PATCH 06/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH 07/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [RFC PATCH 08/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [RFC PATCH 09/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [RFC PATCH 10/25] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [RFC PATCH 11/25] KVM: arm64: Make ID_DFR0_EL1 writable
` [RFC PATCH 12/25] KVM: arm64: Make MVFR1_EL1 writable
` [RFC PATCH 13/25] KVM: arm64: Make ID registers without id_reg_info writable
` [RFC PATCH 14/25] KVM: arm64: Add consistency checking for frac fields of ID registers
` [RFC PATCH 15/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability
` [RFC PATCH 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [RFC PATCH 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [RFC PATCH 18/25] KVM: arm64: Introduce framework to trap disabled features
` [RFC PATCH 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [RFC PATCH 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [RFC PATCH 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [RFC PATCH 24/25] KVM: arm64: Activate trapping of disabled CPU features for the guest
` [RFC PATCH 25/25] KVM: arm64: selftests: Introduce id_reg_test

[PATCH v2 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-10-11 22:19 UTC  (4+ messages)
` [PATCH v2 2/2] vfio/fsl-mc: Add per device reset support

[PATCH] kvm: Inject #GP on invalid writes to x2APIC registers
 2021-10-11 22:12 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
 2021-10-11 21:27 UTC  (4+ messages)

[PATCH] KVM: VMX: Add a wrapper for reading INVPCID/INVEPT/INVVPID type
 2021-10-11 20:51 UTC  (3+ messages)

[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


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