kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-14 14:05:12 to 2022-04-18 07:50:01 UTC [more...]

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-18  7:49 UTC  (10+ messages)
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[PATCH] x86/kvm: Fix guest haltpoll after the guest suspend/resume
 2022-04-18  7:42 UTC 

[PATCH 00/10] Remove vfio_group from the struct file facing VFIO API
 2022-04-18  6:09 UTC  (43+ messages)
` [PATCH 01/10] kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
` [PATCH 02/10] kvm/vfio: Reduce the scope of PPC #ifdefs
` [PATCH 03/10] kvm/vfio: Store the struct file in the kvm_vfio_group
` [PATCH 04/10] vfio: Use a struct of function pointers instead of a many symbol_get()'s
` [PATCH 05/10] vfio: Move vfio_external_user_iommu_id() to vfio_file_ops
` [PATCH 06/10] vfio: Remove vfio_external_group_match_file()
` [PATCH 07/10] vfio: Move vfio_external_check_extension() to vfio_file_ops
` [PATCH 08/10] vfio: Move vfio_group_set_kvm() into vfio_file_ops
` [PATCH 09/10] kvm/vfio: Remove vfio_group from kvm
` [PATCH 10/10] vfio/pci: Use the struct file as the handle not the vfio_group

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-04-18  4:59 UTC  (4+ messages)
` [PATCH v3 3/3] KVM: selftests: Add selftests for dirty quota throttling

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-18  2:53 UTC  (9+ messages)
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register

[kvm:kvm-tdx-5.17 51/141] arch/x86/kvm/vmx/seamcall.o: warning: objtool: kvm_seamcall()+0x3a: missing int3 after ret
 2022-04-17 18:11 UTC 

[PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
 2022-04-17 14:56 UTC  (5+ messages)

[RFC 00/18] vfio: Adopt iommufd
 2022-04-17 10:30 UTC  (3+ messages)

[kvm:kvm-tdx-5.17 7/141] arch/x86/virt/vmx/tdx/seamcall.o: warning: objtool: __seamcall()+0x46: missing int3 after ret
 2022-04-17  3:00 UTC 

Activate your File Signatures account now
 2022-04-17  0:56 UTC 

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-16 16:03 UTC  (23+ messages)
` [RFC PATCH 01/17] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 03/17] KVM: arm64: Return the next table from map callbacks
` [RFC PATCH 04/17] KVM: arm64: Protect page table traversal with RCU
` [RFC PATCH 05/17] KVM: arm64: Take an argument to indicate parallel walk
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 07/17] KVM: arm64: Enlighten perm relax path about "
` [RFC PATCH 08/17] KVM: arm64: Spin off helper for initializing table pte
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 11/17] KVM: arm64: Move MMU cache init/destroy into helpers
` [RFC PATCH 12/17] KVM: arm64: Stuff mmu page cache in sub struct
` [RFC PATCH 13/17] KVM: arm64: Setup cache for stage2 page headers
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 15/17] KVM: arm64: Allow parallel calls to kvm_pgtable_stage2_map()
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults
` [RFC PATCH 17/17] TESTONLY: KVM: arm64: Add super lazy accounting of stage 2 table pages

[kvm:next 27/32] arch/riscv/kvm/vcpu_sbi.c:97:26: error: 'struct <anonymous>' has no member named 'flags'
 2022-04-16 14:29 UTC 

opportunity
 2022-04-16 11:55 UTC 

[PATCH 0/4] KVM: x86: APICv fixes
 2022-04-16  3:42 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabled
` [PATCH 2/4] KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
` [PATCH 3/4] KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
` [PATCH 4/4] KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled

[kvm:next 27/32] arch/arm64/kvm/psci.c:184:32: error: 'struct <anonymous>' has no member named 'flags'
 2022-04-16  3:14 UTC  (2+ messages)

[PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()
 2022-04-15 23:45 UTC  (6+ messages)

[kvm:kvm-tdx-5.17 23/141] arch/x86/kernel/process.c:785:42: error: implicit declaration of function 'platform_has_tdx'
 2022-04-15 22:52 UTC 

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-15 21:19 UTC  (58+ messages)
` [RFC PATCH v5 017/104] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [RFC PATCH v5 019/104] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v5 053/104] KVM: x86/mmu: steal software usable bit for EPT to represent shared page
` [RFC PATCH v5 061/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v5 065/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [RFC PATCH v5 067/104] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [RFC PATCH v5 068/104] KVM: TDX: restore user ret MSRs
` [RFC PATCH v5 070/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v5 071/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v5 072/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v5 075/104] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v5 084/104] KVM: TDX: Add a place holder to handle TDX VM exit
` [RFC PATCH v5 085/104] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [RFC PATCH v5 087/104] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [RFC PATCH v5 088/104] KVM: TDX: Add TDG.VP.VMCALL accessors to access guest vcpu registers
` [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall
` [RFC PATCH v5 093/104] KVM: TDX: Handle TDX PV port io hypercall
` [RFC PATCH v5 094/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v5 095/104] KVM: TDX: Implement callbacks for MSR operations for TDX
` [RFC PATCH v5 096/104] KVM: TDX: Handle TDX PV rdmsr hypercall
` [RFC PATCH v5 098/104] KVM: TDX: Handle TDX PV report fatal error hypercall

'WARNING in vcpu_enter_guest' bug in arch/x86/kvm/x86.c:9877
 2022-04-15 21:09 UTC 

[kvm:kvm-tdx-5.17 23/141] arch/x86/kernel/process.c:785:49: error: implicit declaration of function 'platform_has_tdx'
 2022-04-15 20:29 UTC 

[PATCH 0/5] KVM: Clean up debugfs+stats init/destroy
 2022-04-15 20:19 UTC  (7+ messages)
` [PATCH 1/5] KVM: Shove vm stats_id init into kvm_create_vm_debugfs()
` [PATCH 2/5] KVM: Shove vcpu stats_id init into kvm_vcpu_create_debugfs()
` [PATCH 3/5] KVM: Get an fd before creating the VM
` [PATCH 4/5] KVM: Actually create debugfs in kvm_create_vm()
` [PATCH 5/5] KVM: Hoist debugfs_dentry init to kvm_create_vm_debugfs() (again)

[PATCH] KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
 2022-04-15 19:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/11] Add #VC exception handling for AMD SEV-ES
 2022-04-15 19:11 UTC  (14+ messages)
` [kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v3 11/11] x86: AMD SEV-ES: Handle string IO for IOIO #VC

[PATCH v8 0/9] IPI virtualization support for VM
 2022-04-15 15:45 UTC  (11+ messages)
` [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v8 7/9] KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
` [PATCH v8 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v8 9/9] KVM: VMX: enable IPI virtualization

[PATCH] x86/speculation, KVM: respect user IBPB configuration
 2022-04-15 15:14 UTC  (3+ messages)

[PATCH v7 0/8] IPI virtualization support for VM
 2022-04-15 14:35 UTC  (7+ messages)
` [PATCH v7 8/8] KVM: VMX: enable IPI virtualization

[PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
 2022-04-15 10:34 UTC 

[PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
 2022-04-15  8:25 UTC  (3+ messages)
` [PATCH v3 09/11] perf: x86/core: Add interface to query perfmon_event_map[] directly

[PATCH v2] uio/uio_pci_generic: Introduce refcnt on open/release
 2022-04-15  6:47 UTC  (3+ messages)

[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
 2022-04-15  4:16 UTC  (6+ messages)
` [PATCH 07/22] KVM: x86/mmu: split cpu_role from mmu_role

[PATCH] KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref
 2022-04-15  1:05 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
 2022-04-15  0:49 UTC 

[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
 2022-04-15  0:43 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
` [PATCH 2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
` [PATCH 3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused

[PATCH] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
 2022-04-15  0:30 UTC  (8+ messages)

[GIT PULL] VFIO fixes for v5.18-rc3
 2022-04-14 23:25 UTC  (2+ messages)

[PATCH v4.1] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-04-14 23:21 UTC  (8+ messages)

[PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-14 22:29 UTC  (9+ messages)
` [PATCH v5 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on a VM

[PATCH] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-04-14 22:22 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: VMX: Require 16-byte alignment for struct vmx_msr_entry
 2022-04-14 19:55 UTC  (2+ messages)

[PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
 2022-04-14 19:26 UTC  (2+ messages)

[PATCH 2/9] vfio/ccw: Remove mdev from struct channel_program
 2022-04-14 19:25 UTC  (2+ messages)

[PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
 2022-04-14 19:25 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling
 2022-04-14 19:21 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Introduce avic_kick_target_vcpus_fast()

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-14 16:50 UTC  (7+ messages)
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU

[kvm-unit-tests PATCH v2 0/4] Move npt test cases and NPT code improvements
 2022-04-14 16:42 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Build up the nested page table dynamically

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-04-14 16:32 UTC  (20+ messages)
` [RFC PATCH V3 2/4] KVM: X86: Introduce role.glevel for level expanded pagetable
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page

[PATCH] KVM: VMX: make read-only const array vmx_uret_msrs_list static
 2022-04-14 15:15 UTC  (3+ messages)

[PATCH v2] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
 2022-04-14 15:28 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).