public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-29 01:54:30 to 2022-09-30 10:22:22 UTC [more...]

[PATCH v9 000/105] KVM TDX basic feature support
 2022-09-30 10:18 UTC  (66+ messages)
` [PATCH v9 001/105] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v9 002/105] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v9 003/105] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v9 004/105] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v9 005/105] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v9 006/105] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v9 007/105] KVM: TDX: Make TDX VM type supported
` [PATCH v9 008/105] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v9 009/105] KVM: TDX: Define "
` [PATCH v9 010/105] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v9 011/105] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v9 012/105] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v9 013/105] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v9 014/105] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v9 015/105] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v9 016/105] KVM: TDX: create/destroy VM structure
` [PATCH v9 017/105] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v9 018/105] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v9 019/105] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v9 020/105] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v9 021/105] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v9 022/105] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v9 023/105] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v9 024/105] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v9 025/105] KVM: TDX: Use private memory for TDX
` [PATCH v9 026/105] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v9 027/105] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v9 028/105] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v9 029/105] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v9 030/105] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v9 031/105] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value
` [PATCH v9 032/105] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v9 033/105] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
` [PATCH v9 034/105] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v9 035/105] KVM: TDX: Enable mmio spte caching always for TDX
` [PATCH v9 036/105] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v9 037/105] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v9 038/105] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v9 039/105] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v9 040/105] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v9 041/105] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v9 042/105] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v9 043/105] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v9 044/105] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v9 045/105] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v9 046/105] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v9 047/105] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v9 052/105] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v9 063/105] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v9 064/105] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v9 065/105] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v9 066/105] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v9 067/105] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v9 071/105] KVM: TDX: complete interrupts after tdexit
` [PATCH v9 072/105] KVM: TDX: restore debug store when TD exit
` [PATCH v9 073/105] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v9 075/105] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v9 076/105] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v9 077/105] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v9 078/105] KVM: TDX: Implement interrupt injection
` [PATCH v9 079/105] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v9 081/105] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v9 082/105] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v9 083/105] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v9 084/105] KVM: TDX: Add a place holder to handle TDX VM exit

[PATCHv3 0/2] qemu direct io alignment fix
 2022-09-30 10:18 UTC  (4+ messages)
` [PATCHv3 1/2] block: move bdrv_qiov_is_aligned to file-posix
` [PATCHv3 2/2] block: use the request length for iov alignment

[PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-30  9:28 UTC  (15+ messages)
` [PATCH v4 3/6] "

[PATCH 0/2] Simplify some of the locking in vfio_group
 2022-09-30  9:05 UTC  (5+ messages)
` [PATCH 1/2] vfio: Remove the vfio_group->users and users_comp
` [PATCH 2/2] vfio: Change vfio_group->group_rwsem to a mutex

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30  8:59 UTC  (7+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-09-30  4:33 UTC  (7+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page

[PATCH v4 00/15] Tidy up vfio_device life cycle
 2022-09-30  2:03 UTC  (6+ messages)
` [PATCH v4 15/15] vfio: Add struct device to vfio_device

[PATCH] vhost/vsock: Use kvmalloc/kvfree for larger packets
 2022-09-30  1:50 UTC  (17+ messages)

[PATCH v8 0/4] Enable notify VM exit
 2022-09-30  0:42 UTC  (7+ messages)
` [PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [PATCH v8 3/4] kvm: expose struct KVMState
` [PATCH v8 4/4] i386: add notify VM exit support

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-09-29 22:52 UTC  (6+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H
` [PATCH 3/6] KVM: x86: Mask off reserved bits in CPUID.80000008H
` [PATCH 4/6] KVM: x86: Mask off reserved bits in CPUID.8000001AH
` [PATCH 5/6] KVM: x86: Mask off reserved bits in CPUID.8000001EH
` [PATCH 6/6] KVM: x86: Mask off reserved bits in CPUID.8000001FH

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-09-29 22:38 UTC  (10+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
              ` Nested AVIC design (was:Re: [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally)

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-29 21:39 UTC  (19+ messages)

[PATCH 0/4] KVM: selftests: Fix and clean up emulator_error_test
 2022-09-29 20:47 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Use MMIO to trigger emulation in emulator_error_test
` [PATCH 2/4] KVM: selftests: Delete dead ucall code from emulator_error_test
` [PATCH 3/4] KVM: selftests: Skip emulator_error_test if KVM_CAP_EXIT_ON_EMULATION_FAILURE not available
` [PATCH 4/4] KVM: selftests: Explicitly require instructions bytes in emulator_error_test

[PATCH] KVM: allow compiling out SMM support
 2022-09-29 20:38 UTC  (4+ messages)

[PATCH v3 0/3] KVM: selftests: Fix nx_huge_pages_test when TDP is disabled
 2022-09-29 18:25 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
` [PATCH v3 2/3] KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parameters
` [PATCH v3 3/3] KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts

Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
 2022-09-29 18:14 UTC  (7+ messages)

[PATCH v2] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-29 18:02 UTC  (3+ messages)

[PATCH] KVM: SVM: don't apply host security mitigations to the guest
 2022-09-29 17:36 UTC  (3+ messages)

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-09-29 17:35 UTC  (6+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-29 17:30 UTC  (5+ messages)
` [PATCH v9 07/10] s390x/cpu_topology: CPU topology migration

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-09-29 17:20 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: start moving SMM-related functions to new files
` [PATCH v2 2/8] KVM: x86: move SMM entry to a new file
` [PATCH v2 3/8] KVM: x86: move SMM exit "
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 5/8] KVM: allow compiling out SMM support
` [PATCH v2 6/8] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v2 7/8] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled

[PATCH v2 0/3] KVM: selftests: Fix nx_huge_pages_test when TDP is disabled
 2022-09-29 16:18 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: selftests: Add helper to read boolean module parameters

[PATCH v2 0/7] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-29 15:21 UTC  (4+ messages)
` [PATCH v2 1/7] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2022-09-29 15:07 UTC  (10+ messages)

[PATCH 0/4] Simplify the module and kconfig structure in vfio
 2022-09-29 15:04 UTC  (5+ messages)
` [PATCH 1/4] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH 2/4] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH 3/4] vfio: Remove CONFIG_VFIO_SPAPR_EEH
` [PATCH 4/4] vfio: Fold vfio_virqfd.ko into vfio.ko

[PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-09-29 12:47 UTC  (2+ messages)

[PATCH kvmtool] virtio-net: Fix vq->use_event_idx flag check
 2022-09-29 12:18 UTC  (5+ messages)
` [PATCH kvmtool v2] "

[PATCH v1 43/51] gdbstub: move sstep flags probing into AccelClass
 2022-09-29 11:42 UTC  (4+ messages)
` [PATCH v1 44/51] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 45/51] gdbstub: move guest debug support check to ops
` [PATCH v1 46/51] accel/kvm: move kvm_update_guest_debug to inline stub

[PATCH kvmtool] mmio: Fix wrong PIO tree search size
 2022-09-29 10:21 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-29  9:58 UTC  (2+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-09-29  9:12 UTC  (4+ messages)

[PATCH V3 0/6] Conditionally read fields in dev cfg space
 2022-09-29  7:46 UTC  (8+ messages)
` [PATCH V3 3/6] vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
` [PATCH V3 4/6] vDPA: check virtio device features to detect MQ
` [PATCH V3 5/6] vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill
` [PATCH V3 6/6] vDPA: conditionally read MTU and MAC in dev cfg space

[RESEND PATCH v8 0/4] Enable notify VM exit
 2022-09-29  7:20 UTC  (5+ messages)
` [RESEND PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [RESEND PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [RESEND PATCH v8 3/4] kvm: expose struct KVMState
` [RESEND PATCH v8 4/4] i386: add notify VM exit support

simplify the mdev interface v8
 2022-09-29  7:11 UTC  (6+ messages)

[PATCH v3] KVM: x86/vmx: Suppress posted interrupt notification when CPU is in host
 2022-09-29  5:59 UTC  (2+ messages)

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-29  3:47 UTC  (7+ messages)
` [PATCH RFC v2 02/13] iommufd: Overview documentation

[PATCH net-next 0/4] shrink struct ubuf_info
 2022-09-29  2:20 UTC  (2+ messages)

[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-09-29  1:56 UTC  (6+ messages)
` [PATCH v3 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox