kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-09 19:12:54 to 2022-05-11 11:20:09 UTC [more...]

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-11 11:19 UTC  (5+ messages)
` [PATCH v3 01/34] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring

[kvm-unit-tests PATCH v2 0/2] s390x: add migration test for CMM
 2022-05-11 11:14 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib: s390x: add header for CMM related defines
` [kvm-unit-tests PATCH v2 2/2] s390x: add cmm migration test

[GIT PULL] virtio: last minute fixup
 2022-05-11 10:12 UTC  (8+ messages)

[kvm-unit-tests PATCH 0/3] s390x: More storage key instruction
 2022-05-11  9:48 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix sclp facility bit numbers

[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for CMM
 2022-05-11  8:59 UTC  (10+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: add cmm migration test

[PATCH] locking/atomic/x86: Introduce try_cmpxchg64
 2022-05-11  8:24 UTC  (5+ messages)

[PATCH v11 00/16] Introduce Architectural LBR for vPMU
 2022-05-11  7:43 UTC  (6+ messages)
` [PATCH v11 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change

[PATCH V2 mlx5-next 0/4] Improve mlx5 live migration driver
 2022-05-11  6:40 UTC  (8+ messages)
` [PATCH V2 mlx5-next 1/4] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
` [PATCH V2 mlx5-next 2/4] vfio/mlx5: Manage the VF attach/detach callback from the PF
` [PATCH V2 mlx5-next 3/4] vfio/mlx5: Refactor to enable VFs migration in parallel
` [PATCH V2 mlx5-next 4/4] vfio/mlx5: Run the SAVE state command in an async mode

[PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
 2022-05-11  4:40 UTC  (16+ messages)

[PATCH v2 1/2] KVM: LAPIC: Disarm LAPIC timer includes pending timer around TSC deadline switch
 2022-05-11  2:38 UTC  (2+ messages)
` [PATCH v2 2/2] x86/kvm: handle the failure of __pv_cpu_mask allocation

[PATCH] KVM: LAPIC: Disarm LAPIC timer includes pending timer around TSC deadline switch
 2022-05-11  2:42 UTC  (3+ messages)

[Bug 215964] New: nVMX: KVM(L0) does not perform a platform reboot when guest(L2) trigger a reboot event through IO-Port-0xCF9
 2022-05-11  2:29 UTC  (3+ messages)
` [Bug 215964] "

[PATCH v4] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-05-11  1:42 UTC 

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-05-11  1:17 UTC  (13+ messages)

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-11  0:49 UTC  (5+ messages)

[PATCH v3] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-05-11  0:37 UTC  (2+ messages)

[PATCH] KVM: selftests: x86: Skip unsupported test when Arch LBR is available
 2022-05-11  0:26 UTC  (3+ messages)

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-05-11  0:08 UTC  (10+ messages)
` [RFC V2 PATCH 1/8] selftests: kvm: Fix inline assembly for hypercall
` [RFC V2 PATCH 2/8] selftests: kvm: Add a basic selftest to test private memory
` [RFC V2 PATCH 3/8] selftests: kvm: priv_memfd_test: Add support for memory conversion
` [RFC V2 PATCH 4/8] selftests: kvm: priv_memfd_test: Add shared access test
` [RFC V2 PATCH 5/8] selftests: kvm: Add implicit memory conversion tests
` [RFC V2 PATCH 6/8] selftests: kvm: Add KVM_HC_MAP_GPA_RANGE hypercall test
` [RFC V2 PATCH 7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test avoiding double allocation
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test without "

[PATCH v3 1/2] KVM: VMX: Print VM-instruction error when it may be helpful
 2022-05-10 23:51 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: VMX: Print VM-instruction error as unsigned

[PATCH 0/6] Fully lock the container members of struct vfio_group
 2022-05-10 23:48 UTC  (6+ messages)
` [PATCH 3/6] vfio: Split up vfio_group_get_device_fd()
` [PATCH 5/6] vfio: Simplify the life cycle of the group FD

[PATCH] KVM: SVM: Set HWCR[TscFreqSel] to host's value
 2022-05-10 23:45 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Print VM-instruction error when it may be helpful
 2022-05-10 22:24 UTC  (3+ messages)

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-10 18:31 UTC  (4+ messages)

[PATCH v3 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-05-10 18:21 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v3 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v3 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v3 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

[PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2022-05-10 16:55 UTC  (2+ messages)

[PATCH 5.4] KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
 2022-05-10 16:01 UTC  (7+ messages)

[PATCH 5.4] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
 2022-05-10 15:58 UTC 

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-05-10 15:50 UTC  (16+ messages)

[PATCH 11/22] KVM: x86: hyper-v: replace bitmap_weight() with hweight64()
 2022-05-10 15:47 UTC 

[PATCH v3] RISC-V: KVM: Introduce ISA extension register
 2022-05-10 14:59 UTC  (2+ messages)

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-10 14:47 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
` [PATCH v4 2/2] selftests: drivers/s390x: Add uvdevice tests

[PATCH] KVM: LAPIC: Narrow down the timer fastpath to tscdeadline timer
 2022-05-10 14:18 UTC  (3+ messages)

[RFC 00/18] vfio: Adopt iommufd
 2022-05-10 14:08 UTC  (11+ messages)

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-05-10 14:07 UTC  (15+ messages)
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 5/9] KVM: s390: pv: Add query dump information
` [PATCH 6/9] kvm: s390: Add configuration dump functionality
` [PATCH 7/9] kvm: s390: Add CPU "

[syzbot] INFO: task hung in synchronize_rcu (3)
 2022-05-10 13:56 UTC  (4+ messages)

[PATCH 5.17 111/140] KVM: SEV: Mark nested locking of vcpu->lock
 2022-05-10 13:08 UTC 

[PATCH] KVM: X86: correct trace_kvm_pv_tlb_flush stats
 2022-05-10 13:38 UTC  (7+ messages)

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-10 13:31 UTC  (38+ messages)
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH 0/4] x86: decode Xen/KVM emulate prefixes
 2022-05-10 13:30 UTC  (5+ messages)
` [PATCH 1/4] x86/asm: Allow to pass macros to __ASM_FORM()
` [PATCH 2/4] x86: xen: kvm: Gather the definition of emulate prefixes
` [PATCH 3/4] x86: xen: insn: Decode Xen and KVM emulate-prefix signature
` [PATCH 4/4] x86: kprobes: Prohibit probing on instruction which has emulate prefix

[PATCH v3 0/8] vfio/pci: power management changes
 2022-05-10 13:30 UTC  (11+ messages)
` [PATCH v3 6/8] vfio: Invoke runtime PM API for IOCTL request
` [PATCH v3 8/8] vfio/pci: Add the support for PCI D3cold state

[GIT PULL] Please pull mlx5 vfio changes
 2022-05-10 13:12 UTC 

[PATCH v3] KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
 2022-05-10 12:37 UTC 

[PATCH v2] KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
 2022-05-10 12:33 UTC  (3+ messages)

[PATCH 1/3] KVM: x86/pmu: Add fast-path check for per-vm vPMU disablility
 2022-05-10 11:57 UTC  (3+ messages)
` [PATCH 2/3] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
` [PATCH 3/3] KVM: x86/svm/pmu: Drop 'enum index' for more counters scalability

[PATCH] KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
 2022-05-10 10:33 UTC  (2+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-05-10 10:25 UTC  (25+ messages)

[PATCH 0/2] KVM: arm64: Minor pKVM cleanups
 2022-05-10 10:04 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
` [PATCH 2/2] KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE

[PATCH] x86/kvm: handle the failure of __pv_cpu_mask allocation
 2022-05-10  9:25 UTC  (2+ messages)

[PATCH V1 mlx5-next 0/4] Improve mlx5 live migration driver
 2022-05-10  8:56 UTC  (7+ messages)
` [PATCH V1 mlx5-next 2/4] vfio/mlx5: Manage the VF attach/detach callback from the PF
` [PATCH V1 mlx5-next 4/4] vfio/mlx5: Run the SAVE state command in an async mode

[PATCH v2] vringh: Fix loop descriptors check in the indirect cases
 2022-05-10  7:56 UTC  (4+ messages)

[PATCH] KVM: Add extra information in kvm_page_fault trace point
 2022-05-10  7:10 UTC 

[PATCH 1/3] KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
 2022-05-10  4:44 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86/pmu: Don't pre-set the pmu->global_ctrl when refreshing
  ` [PATCH V2 "
  ` [PATCH v2] "

[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
 2022-05-10  0:20 UTC  (3+ messages)
` [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-10  0:16 UTC  (3+ messages)
` [RFC PATCH v6 034/104] KVM: x86/mmu: Add address conversion functions for TDX shared bits

[PATCH 0/2] KVM: x86: Fix incorrect VM-exit profiling
 2022-05-09 23:57 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: allow guest to send its _stext for kvm profiling

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-09 23:29 UTC  (12+ messages)

[PATCH v3 kvmtool 0/6] Fix few small issues in virtio code
 2022-05-09 20:39 UTC  (7+ messages)
` [PATCH v3 kvmtool 1/6] kvmtool: Add WARN_ONCE macro
` [PATCH v3 kvmtool 2/6] mmio: Sanitize addr and len
` [PATCH v3 kvmtool 3/6] virtio: Use u32 instead of int in pci_data_in/out
` [PATCH v3 kvmtool 4/6] virtio: Sanitize config accesses
` [PATCH v3 kvmtool 5/6] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
` [PATCH v3 kvmtool 6/6] kvmtool: Have stack be not executable on x86


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