kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 13:24:14 to 2021-09-27 16:01:46 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-27 16:01 UTC  (6+ messages)
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH v3 0/6] vfio/hisilicon: add acc live migration driver
 2021-09-27 16:00 UTC  (9+ messages)
` [PATCH v3 6/6] hisi_acc_vfio_pci: Add support for VFIO live migration

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-27 15:57 UTC  (13+ messages)
` [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
` [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
` [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt
` [RFC PATCH v1 24/30] KVM: arm64: remove unused functions
` [RFC PATCH v1 25/30] KVM: arm64: separate kvm_run() for protected VMs
` [RFC PATCH v1 26/30] KVM: arm64: pVM activate_traps to use vcpu_ctxt and vcpu_hyp_state
` [RFC PATCH v1 27/30] KVM: arm64: remove unsupported pVM features
` [RFC PATCH v1 28/30] KVM: arm64: reduce scope of pVM fixup_guest_exit to hyp_state and kvm_cpu_ctxt
` [RFC PATCH v1 29/30] [DONOTMERGE] Remove Coccinelle scripts added for refactoring
` [RFC PATCH v1 30/30] [DONOTMERGE] Re-enable warnings

[PATCH] KVM: x86: Expose Predictive Store Forwarding Disable
 2021-09-27 15:48 UTC  (9+ messages)

[kvm-unit-tests PATCH] x86/msr.c generalize to any input msr
 2021-09-27 15:38 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/string: Add stroull and strtoll
  ` [kvm-unit-tests PATCH v2 2/3] [kvm-unit-tests PATCH] x86/msr.c refactor out generic test logic
  ` [kvm-unit-tests PATCH v2 3/3] x86/msr.c generalize to any input msr

[GIT PULL] (Many) KVM fixes for 5.15-rc4
 2021-09-27 15:29 UTC 

[kvm-unit-tests PATCH 0/9] s390x: Cleanup and maintenance 2
 2021-09-27 15:26 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: uv: Tolerate 0x100 query return code
` [kvm-unit-tests PATCH 2/9] s390x: pfmf: Fix 1MB handling
` [kvm-unit-tests PATCH 3/9] s390x: uv-host: Fence a destroy cpu test on z15

[PATCH v2] KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
 2021-09-27 15:25 UTC  (2+ messages)

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-27 15:16 UTC  (28+ messages)
` [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
` [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
` [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-27 15:09 UTC  (14+ messages)
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces

[PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-27 14:47 UTC  (8+ messages)

cleanup vfio iommu_group creation v6
 2021-09-27 13:53 UTC  (21+ messages)
` [PATCH 01/15] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/15] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/15] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/15] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/15] vfio: refactor noiommu group creation
` [PATCH 06/15] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/15] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/15] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/15] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/15] vfio: remove the unused mdev iommu hook
` [PATCH 11/15] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/15] vfio/spapr_tce: reject mediated devices
` [PATCH 13/15] vfio/iommu_type1: initialize pgsize_bitmap in ->open
` [PATCH 14/15] vfio/iommu_type1: remove the "external" domain
` [PATCH 15/15] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH v2 7/9] vfio/ccw: Remove private->mdev
 2021-09-27 12:32 UTC  (3+ messages)

[PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
 2021-09-27 12:17 UTC  (3+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:59 UTC  (2+ messages)

[PATCH v20 00/17] KVM RISC-V Support
 2021-09-27 11:58 UTC  (19+ messages)
` [PATCH v20 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v20 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v20 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v20 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v20 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v20 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v20 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v20 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v20 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v20 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v20 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v20 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v20 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v20 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v20 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v20 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v20 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:54 UTC  (3+ messages)

[PATCH v9 0/8] KVMTOOL RISC-V Support
 2021-09-27 11:42 UTC  (9+ messages)
` [PATCH v9 1/8] update_headers: Sync-up ABI headers with Linux-5.15-rc2
` [PATCH v9 2/8] riscv: Initial skeletal support
` [PATCH v9 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v9 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v9 5/8] riscv: Add PLIC device emulation
` [PATCH v9 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v9 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v9 8/8] riscv: Generate PCI host DT node

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-27 11:34 UTC  (6+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[PATCH kvm-unit-tests] MAINTAINERS: add S lines
 2021-09-27  9:15 UTC  (4+ messages)

[PATCH v15] qapi: introduce 'query-x86-cpuid' QMP command
 2021-09-27  7:05 UTC  (3+ messages)

[PATCH] KVM: VMX: Remove redundant handling of bus lock vmexit
 2021-09-27  5:53 UTC 

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-09-26 21:28 UTC 

[PATCH mlx5-next 0/7] Add mlx5 live migration driver
 2021-09-26 16:17 UTC  (8+ messages)
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity

[PATCH] KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
 2021-09-26  1:43 UTC  (3+ messages)

[PATCH v7 06/40] accel/kvm: Implement AccelOpsClass::has_work()
 2021-09-25 14:50 UTC 

[PATCH RFC 1/1] kvm: export per-vcpu exits to userspace
 2021-09-25  0:41 UTC  (3+ messages)

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-24 23:30 UTC 

[PATCH v5] vfio/pci: Add OpRegion 2.0+ Extended VBT support
 2021-09-24 21:24 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v3 0/3] KVM: x86: MSR filtering and related fixes
 2021-09-24 20:49 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v3 2/3] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v3 3/3] KVM: nVMX: Clean up x2APIC MSR handling for L2

[PATCH v3 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-09-24 20:11 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: SVM: Get rid of set_ghcb_msr() and *ghcb_msr_bits() functions
` [PATCH v3 3/4] KVM: SVM: Add support for Hypervisor Feature support MSR protocol

[PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
 2021-09-24 16:43 UTC  (2+ messages)

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-24 16:43 UTC  (4+ messages)
` [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount

[PATCH v3 00/31] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-09-24 16:31 UTC  (32+ messages)
` [PATCH v3 01/31] KVM: MMU: pass unadulterated gpa to direct_page_fault
` [PATCH v3 02/31] KVM: MMU: Introduce struct kvm_page_fault
` [PATCH v3 03/31] KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
` [PATCH v3 04/31] KVM: MMU: change direct_page_fault() "
` [PATCH v3 05/31] KVM: MMU: change page_fault_handle_page_track() "
` [PATCH v3 06/31] KVM: MMU: change kvm_faultin_pfn() "
` [PATCH v3 07/31] KVM: MMU: change handle_abnormal_pfn() "
` [PATCH v3 08/31] KVM: MMU: change __direct_map() "
` [PATCH v3 09/31] KVM: MMU: change FNAME(fetch)() "
` [PATCH v3 10/31] KVM: MMU: change kvm_tdp_mmu_map() "
` [PATCH v3 11/31] KVM: MMU: change tdp_mmu_map_handle_target_level() "
` [PATCH v3 12/31] KVM: MMU: change fast_page_fault() "
` [PATCH v3 13/31] KVM: MMU: change kvm_mmu_hugepage_adjust() "
` [PATCH v3 14/31] KVM: MMU: change disallowed_hugepage_adjust() "
` [PATCH v3 15/31] KVM: MMU: change tracepoints "
` [PATCH v3 16/31] KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
` [PATCH v3 17/31] KVM: x86/mmu: Fold rmap_recycle into rmap_add
` [PATCH v3 18/31] KVM: MMU: mark page dirty in make_spte
` [PATCH v3 19/31] KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_dirty_log
` [PATCH v3 20/31] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [PATCH v3 21/31] KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
` [PATCH v3 22/31] KVM: MMU: inline set_spte in mmu_set_spte
` [PATCH v3 23/31] KVM: MMU: inline set_spte in FNAME(sync_page)
` [PATCH v3 24/31] KVM: MMU: clean up make_spte return value
` [PATCH v3 25/31] KVM: MMU: remove unnecessary argument to mmu_set_spte
` [PATCH v3 26/31] KVM: MMU: set ad_disabled in TDP MMU role
` [PATCH v3 27/31] KVM: MMU: pass kvm_mmu_page struct to make_spte
` [PATCH v3 28/31] KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
` [PATCH v3 29/31] KVM: x86/mmu: Avoid memslot lookup in rmap_add
` [PATCH v3 30/31] KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
` [PATCH v3 31/31] KVM: MMU: make spte an in-out argument in make_spte

[PATCH V2 03/10] KVM: Remove tlbs_dirty
 2021-09-24 16:03 UTC  (4+ messages)

[GIT PULL] KVM/rseq changes for Linux 5.15-rc3
 2021-09-24 16:01 UTC  (4+ messages)

[PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
 2021-09-24 13:31 UTC  (12+ 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).