kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 12:18:12 to 2021-10-14 18:56:43 UTC [more...]

[PATCH v4 0/6] IPI virtualization support for VM
 2021-10-14 18:56 UTC  (6+ messages)
` [PATCH v4 6/6] KVM: VMX: enable IPI virtualization

[PATCH 0/2] KVM: X86: Don't reset mmu context when changing PGE or PCID
 2021-10-14 18:50 UTC  (7+ messages)
` [PATCH 1/2] KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
` [PATCH 2/2] KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE

[BUG] [5.15] Compilation error in arch/x86/kvm/mmu/spte.h with clang-14
 2021-10-14 18:31 UTC  (8+ messages)

[PATCH] KVM: x86: (64-bit x86_64 machine) : fix -frame-larger-than warnings/errors
 2021-10-14 17:23 UTC  (3+ messages)

[PATCH] KVM: VMX: Add a wrapper for reading INVPCID/INVEPT/INVVPID type
 2021-10-14 17:05 UTC  (5+ messages)

[PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits
 2021-10-14 16:20 UTC  (15+ messages)
` [PATCH v9 00/22] KVM: arm64: Fixed features for protected VMs
  ` [PATCH v9 13/22] KVM: arm64: pkvm: Use a single function to expose all id-regs
  ` [PATCH v9 14/22] KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WI
  ` [PATCH v9 15/22] KVM: arm64: pkvm: Drop AArch32-specific registers
  ` [PATCH v9 17/22] KVM: arm64: pkvm: Handle GICv3 traps as required
  ` [PATCH v9 21/22] KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()
  ` [PATCH v9 22/22] KVM: arm64: pkvm: Give priority to standard traps over pvm handling

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-14 15:42 UTC  (53+ messages)
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group

[patch 00/31] x86/fpu: Preparatory cleanups for AMX support (part 1)
 2021-10-14 15:01 UTC  (37+ messages)
` [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 v1 0/2] Add ablility of VFIO driver to ignore reset when device don't need it
 2021-10-14 13:37 UTC  (5+ messages)
` [PATCH v1 1/2] PCI: Add ignore_reset sysfs interface to control whether to do device reset in PCI drivers
` [PATCH v1 2/2] vfio-pci: Don't do device reset when ignore_reset is setting

[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance 3
 2021-10-14 13:32 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Fix PSW constant
` [kvm-unit-tests PATCH v2 2/3] lib: s390x: snippet.h: Add a few constants that will make our life easier
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Fix copyright message

[PATCH RFC 00/15] virtio-mem: Expose device memory via separate memslots
 2021-10-14 13:17 UTC  (6+ messages)
` [PATCH RFC 12/15] "

[PATCH 0/3] KVM: qemu patches for few KVM features I developed
 2021-10-14 13:08 UTC  (5+ messages)
` [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM

[PATCH v2 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-10-14 12:21 UTC  (2+ messages)

[bug report] vfio/pci: Add OpRegion 2.0+ Extended VBT support
 2021-10-14 12:26 UTC 

[PATCH] x86/kvm: restrict kvm user region memory size
 2021-10-14 12:23 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] Introduce strtoll/strtoull
 2021-10-14  9:56 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] compiler.h: Fix typos in mul and sub overflow checks
` [PATCH kvm-unit-tests 2/2] lib: Introduce strtoll/strtoull

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-14  9:18 UTC  (4+ messages)
` [PATCH V1 mlx5-next 13/13] vfio/mlx5: Trap device RESET and update state accordingly

[PATCH V1 mlx5-next 01/13] PCI/IOV: Provide internal VF index
 2021-10-14  9:08 UTC  (3+ messages)

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (10+ messages)

[PATCH v2 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-14  2:09 UTC  (15+ messages)
` [PATCH v2 1/5] vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()
` [PATCH v2 2/5] vfio: Do not open code the group list search in vfio_create_group()
` [PATCH v2 3/5] vfio: Don't leak a group reference if the group already exists
` [PATCH v2 4/5] vfio: Use a refcount_t instead of a kref in the vfio_group
` [PATCH v2 5/5] vfio: Use cdev_device_add() instead of device_create()

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-14  1:26 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

[mst-vhost:vhost 14/16] drivers/virtio/virtio.c:207:13: error: 'virtio_reset_device' defined but not used
 2021-10-14  1:14 UTC 

[PATCH v4 0/6] optimize the downtime for vfio migration
 2021-10-14  0:48 UTC  (7+ messages)
` [PATCH v4 1/6] vfio: simplify the conditional statements in vfio_msi_enable
` [PATCH v4 2/6] vfio: move re-enabling INTX out of the common helper
` [PATCH v4 3/6] vfio: simplify the failure path in vfio_msi_enable
` [PATCH v4 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route
` [PATCH v4 5/6] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v4 6/6] vfio: defer to commit kvm irq routing when enable msi/msix

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-13 22:31 UTC  (27+ messages)
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v5 33/45] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v5 34/45] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [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 Part2 v5 41/45] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH v4 0/5] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-10-13 22:07 UTC  (5+ messages)
` [PATCH v4 1/5] KVM: SVM: Get rid of set_ghcb_msr() and *ghcb_msr_bits() functions
` [PATCH v4 3/5] KVM: SVM: Add support to handle AP reset MSR protocol

kvm crash in 5.14.1?
 2021-10-13 19:33 UTC  (6+ messages)

[PATCH] KVM: x86: Improve exception safe wrappers in emulate.c
 2021-10-13 19:24 UTC  (2+ messages)

[PATCH V1 mlx5-next 04/13] PCI/IOV: Allow SRIOV VF drivers to reach the drvdata of a PF
 2021-10-13 18:27 UTC  (2+ messages)

[PATCH 0/8] KVM: SEV-ES: fixes for string I/O emulation
 2021-10-13 16:56 UTC  (9+ messages)
` [PATCH 1/8] KVM: SEV-ES: fix length of string I/O
` [PATCH 2/8] KVM: SEV-ES: rename guest_ins_data to sev_pio_data
` [PATCH 3/8] KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
` [PATCH 4/8] KVM: SEV-ES: clean up kvm_sev_es_ins/outs
` [PATCH 5/8] KVM: x86: split the two parts of emulator_pio_in
` [PATCH 6/8] KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
` [PATCH 7/8] KVM: SEV-ES: keep INS functions together
` [PATCH 8/8] KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed

[kvm-unit-tests PATCH] x86/msr.c generalize to any input msr
 2021-10-13 16:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/string: Add stroull and strtoll

www.linux-kvm.org
 2021-10-13 15:51 UTC 

[patch 00/21] x86/fpu: Move register state into a container struct (part 2)
 2021-10-13 15:11 UTC  (23+ messages)
` [patch 01/21] x86/fpu: Provide struct fpstate
` [patch 02/21] x86/fpu: Convert fpstate_init() to "
` [patch 03/21] x86/fpu: Convert restore_fpregs_from_fpstate() "
` [patch 04/21] x86/fpu: Replace KVMs xstate component clearing
` [patch 05/21] x86/KVM: Convert to fpstate
` [patch 06/21] x86/fpu: Convert tracing "
` [patch 07/21] x86/fpu/regset: Convert "
` [patch 08/21] x86/fpu/signal: "
` [patch 09/21] x86/fpu/core: "
` [patch 10/21] x86/math-emu: "
` [patch 11/21] x86/fpu: Remove fpu::state
` [patch 12/21] x86/fpu: Do not leak fpstate pointer on fork
` [patch 13/21] x86/process: Move arch_thread_struct_whitelist() out of line
` [patch 14/21] x86/fpu: Add size and mask information to fpstate
` [patch 15/21] x86/fpu: Use fpstate::size
` [patch 16/21] x86/fpu/xstate: Use fpstate for os_xsave()
` [patch 17/21] x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
` [patch 18/21] x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
` [patch 19/21] x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
` [patch 20/21] x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
` [patch 21/21] x86/fpu/signal: Use fpstate for size and features

[PATCH v3 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-10-13 14:22 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v3 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v3 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v3 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[PATCH 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-13 14:15 UTC  (5+ messages)
` [PATCH 5/5] vfio: Use cdev_device_add() instead of device_create()

[kvm-unit-tests PATCH v3 0/9] s390x: Cleanup and maintenance 2
 2021-10-13 14:14 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 4/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-13 14:02 UTC  (3+ messages)
` [PATCH v6 07/42] x86/sev: Add support for hypervisor feature VMGEXIT

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-13 13:54 UTC  (7+ messages)
` [RFC PATCH v1 3/6] KVM: s390: Simplify SIGP Restart

[kvm-unit-tests PATCH 0/2] s390x: Cleanup and maintenance 3
 2021-10-13 13:21 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] lib: s390x: snippet.h: Add a few constants that will make our life easier

[kvm-unit-tests PATCH] nVMX: Fix wrong setting on HOST_BASE_TR and GUEST_BASE_TR
 2021-10-13 12:52 UTC 


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