kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 23:17:37 to 2021-10-13 22:10:34 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-13 22:10 UTC  (26+ 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

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

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 RFC 00/15] virtio-mem: Expose device memory via separate memslots
 2021-10-13 19:03 UTC  (17+ messages)
` [PATCH RFC 01/15] memory: Drop mapping check from memory_region_get_ram_discard_manager()
` [PATCH RFC 02/15] kvm: Return number of free memslots
` [PATCH RFC 03/15] vhost: "
` [PATCH RFC 04/15] memory: Allow for marking memory region aliases unmergeable
` [PATCH RFC 05/15] vhost: Don't merge unmergeable memory sections
` [PATCH RFC 06/15] memory-device: Move memory_device_check_addable() directly into memory_device_pre_plug()
` [PATCH RFC 07/15] memory-device: Generalize memory_device_used_region_size()
` [PATCH RFC 08/15] memory-device: Support memory devices that consume a variable number of memslots
` [PATCH RFC 09/15] vhost: Respect reserved memslots for memory devices when realizing a vhost device
` [PATCH RFC 10/15] virtio-mem: Set the RamDiscardManager for the RAM memory region earlier
` [PATCH RFC 11/15] virtio-mem: Fix typo in virito_mem_intersect_memory_section() function name
` [PATCH RFC 12/15] virtio-mem: Expose device memory via separate memslots
` [PATCH RFC 13/15] vhost-user: Increase VHOST_USER_MAX_RAM_SLOTS to 496 with CONFIG_VIRTIO_MEM
` [PATCH RFC 14/15] libvhost-user: Increase VHOST_USER_MAX_RAM_SLOTS to 4096
` [PATCH RFC 15/15] virtio-mem: Set "max-memslots" to 0 (auto) for the 6.2 machine

[PATCH] KVM: x86: (64-bit x86_64 machine) : fix -frame-larger-than warnings/errors
 2021-10-13 19:00 UTC  (2+ messages)

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-13 18:27 UTC  (17+ messages)
` [PATCH V1 mlx5-next 01/13] PCI/IOV: Provide internal VF index
` [PATCH V1 mlx5-next 02/13] net/mlx5: Reuse exported virtfn index function call
` [PATCH V1 mlx5-next 03/13] net/mlx5: Disable SRIOV before PF removal
` [PATCH V1 mlx5-next 04/13] PCI/IOV: Allow SRIOV VF drivers to reach the drvdata of a PF
` [PATCH V1 mlx5-next 05/13] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V1 mlx5-next 06/13] vdpa/mlx5: Use mlx5_vf_get_core_dev() to get PF device
` [PATCH V1 mlx5-next 07/13] vfio: Add 'invalid' state definitions
` [PATCH V1 mlx5-next 08/13] vfio/pci_core: Make the region->release() function optional
` [PATCH V1 mlx5-next 09/13] net/mlx5: Introduce migration bits and structures
` [PATCH V1 mlx5-next 10/13] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V1 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V1 mlx5-next 12/13] vfio/pci: Add infrastructure to let vfio_pci_core drivers trap device RESET
` [PATCH V1 mlx5-next 13/13] vfio/mlx5: Trap device RESET and update state accordingly

[PATCH v2 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-13 17:42 UTC  (13+ 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()

[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

[PATCH kvm-unit-tests 0/2] Introduce strtoll/strtoull
 2021-10-13 16:42 UTC  (3+ 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 RFC] virtio: wrap config->reset calls
 2021-10-13 16:26 UTC  (9+ messages)

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

[patch 00/31] x86/fpu: Preparatory cleanups for AMX support (part 1)
 2021-10-13 15:16 UTC  (26+ 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 16/31] x86/fpu: Replace KVMs homebrewn FPU copy to user

[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

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-13 15:07 UTC  (7+ 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

[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  (8+ 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  (6+ messages)
` [PATCH v6 07/42] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v6 40/42] virt: Add SEV-SNP guest driver

[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  (9+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: Fix PSW constant
` [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 

[PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits
 2021-10-13 12:03 UTC  (13+ messages)
` [PATCH v9 00/22] KVM: arm64: Fixed features for protected VMs
  ` [PATCH v9 12/22] KVM: arm64: Fix early exit ptrauth handling
  ` [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 16/22] KVM: arm64: pkvm: Drop sysregs that should never be routed to the host
  ` [PATCH v9 17/22] KVM: arm64: pkvm: Handle GICv3 traps as required
  ` [PATCH v9 18/22] KVM: arm64: pkvm: Preserve pending SError on exit from AArch32
  ` [PATCH v9 19/22] KVM: arm64: pkvm: Consolidate include files
  ` [PATCH v9 20/22] KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
  ` [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

https://www.linux-kvm.org
 2021-10-13 11:49 UTC 

[PATCH v2 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-13 11:09 UTC  (2+ messages)

[PATCH][v2] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-10-13  9:42 UTC 

[kvm-unit-tests PATCH] s390x/snippets: Define all things that are needed to link the libc
 2021-10-13  9:51 UTC  (2+ messages)

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

[PATCH v2 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-10-13  7:38 UTC  (4+ messages)

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

[PATCH] KVM: MMU: make PTE_PREFETCH_NUM tunable
 2021-10-13  5:52 UTC  (3+ messages)

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-10-13  5:10 UTC  (3+ messages)
` [PATCH v8 5/8] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2

[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

[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] KVM: selftests: Rename vm_open() to __vm_create()
 2021-10-13  0:08 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).