kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 15:39:22 to 2021-09-25 00:55:59 UTC [more...]

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-25  0:55 UTC  (8+ 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 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 v2 7/9] vfio/ccw: Remove private->mdev
 2021-09-24 20:45 UTC  (2+ messages)

[PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
 2021-09-24 20:37 UTC  (2+ messages)

[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

cleanup vfio iommu_group creation v6
 2021-09-24 18:37 UTC  (18+ 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 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  (6+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-24 14:04 UTC  (20+ messages)
` [PATCH Part2 v5 03/45] x86/sev: Add the host SEV-SNP initialization support
` [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 Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests

[PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
 2021-09-24 13:31 UTC  (14+ messages)

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-24 12:53 UTC  (31+ messages)
` [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
` [RFC PATCH v1 02/30] [DONOTMERGE] Temporarily disable unused variable warning
` [RFC PATCH v1 03/30] [DONOTMERGE] Coccinelle scripts for refactoring
` [RFC PATCH v1 04/30] KVM: arm64: remove unused parameters and asm offsets
` [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
` [RFC PATCH v1 06/30] KVM: arm64: COCCI: use_ctxt_access.cocci: use kvm_cpu_context accessors
` [RFC PATCH v1 07/30] KVM: arm64: COCCI: add_ctxt.cocci use_ctxt.cocci: reduce scope of functions to kvm_cpu_ctxt
` [RFC PATCH v1 08/30] KVM: arm64: add hypervisor state accessors
` [RFC PATCH v1 09/30] KVM: arm64: COCCI: vcpu_hyp_accessors.cocci: use accessors for hypervisor state vcpu variables
` [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
` [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
` [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
` [RFC PATCH v1 13/30] KVM: arm64: change function parameters to use kvm_cpu_ctxt and hyp_state
` [RFC PATCH v1 14/30] KVM: arm64: reduce scope of vgic v2
` [RFC PATCH v1 15/30] KVM: arm64: COCCI: vgic3_cpu.cocci: reduce scope of vgic v3
` [RFC PATCH v1 16/30] KVM: arm64: reduce scope of vgic_v3 access parameters
` [RFC PATCH v1 17/30] KVM: arm64: access __hyp_running_vcpu via accessors only
` [RFC PATCH v1 18/30] KVM: arm64: reduce scope of __guest_exit to only depend on kvm_cpu_context
` [RFC PATCH v1 19/30] KVM: arm64: change calls of get_loaded_vcpu to get_loaded_vcpu_ctxt
` [RFC PATCH v1 20/30] KVM: arm64: add __hyp_running_ctxt and __hyp_running_hyps
` [RFC PATCH v1 21/30] KVM: arm64: transition code to "
` [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt
` [RFC PATCH v1 23/30] KVM: arm64: COCCI: remove_unused.cocci: remove unused ctxt and hypstate variables
` [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 mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-24 13:08 UTC  (2+ messages)

[PATCH kvm-unit-tests] MAINTAINERS: add S lines
 2021-09-24 12:42 UTC  (3+ messages)

[PATCH v3] scripts: Add get_maintainer.pl
 2021-09-24 11:38 UTC 

[PATCH v5 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-24 11:05 UTC  (2+ messages)

[PATCH 0/5] nSVM: Check for optional commands and reserved encodins of TLB_CONTROL in nested guests
 2021-09-24 10:58 UTC  (3+ messages)
` [PATCH 1/5] nSVM: Expose FLUSHBYASID CPUID feature to "

[GIT PULL] KVM/arm64 fixes for 5.15, take #1
 2021-09-24 10:04 UTC  (2+ messages)

[PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()
 2021-09-24  9:56 UTC  (5+ messages)
` [PATCH V3 1/2] KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
  ` [PATCH V3 2/2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[PATCH v6 07/40] accel/kvm: Implement AccelOpsClass::has_work()
 2021-09-24  9:38 UTC 

[PATCH mlx5-next 0/7] Add mlx5 live migration driver
 2021-09-24  9:37 UTC  (9+ messages)
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
` [PATCH mlx5-next 4/7] net/mlx5: Introduce migration bits and structures

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-24  9:28 UTC  (7+ messages)
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code

[PATCH] scripts: Add get_maintainer.pl
 2021-09-24  8:33 UTC  (2+ messages)

[PATCH 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-09-24  8:25 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
` [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
` [PATCH 3/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
` [PATCH 4/5] KVM: arm64: vgic-v3: Don't propagate LPI active state from LRs into the distributor
` [PATCH 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode

[PATCH v3 0/6] vfio/hisilicon: add acc live migration driver
 2021-09-24  8:18 UTC  (4+ messages)
` [PATCH v3 3/6] hisi_acc_qm: Move PCI device IDs to common header

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-24  7:20 UTC  (4+ messages)
` [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset

[PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-24  6:47 UTC  (5+ messages)

[PATCH] selftests: KVM: Explicitly use movq to read xmm registers
 2021-09-24  6:33 UTC  (3+ messages)

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (8+ messages)
` [PATCH 3/3] "

[PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
 2021-09-24  2:53 UTC  (2+ messages)

[PATCH v2 6/9] vfio/mdev: Add mdev available instance checking to the core
 2021-09-24  2:54 UTC  (4+ messages)

[PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
 2021-09-24  2:53 UTC  (2+ messages)

[PATCH v3] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-24  2:24 UTC  (5+ messages)

cleanup vfio iommu_group creation v5
 2021-09-23 23:06 UTC  (6+ messages)
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain

[PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-23 20:33 UTC  (5+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-23 20:15 UTC  (13+ messages)
` [PATCH v2 01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
` [PATCH v2 02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
` [PATCH v2 04/11] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
` [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
` [PATCH v2 07/11] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v2 09/11] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

kvm crash in 5.14.1?
 2021-09-23 17:50 UTC  (2+ messages)

[PATCH 00/14] nSVM fixes and optional features
 2021-09-23 16:54 UTC  (6+ messages)
` [PATCH 06/14] KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656

[PATCH] kvm: irqfd: avoid update unmodified entries of the routing
 2021-09-23 16:34 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Refactor slot null check in kvm_mmu_hugepage_adjust
 2021-09-23 16:31 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
 2021-09-23 16:27 UTC  (2+ messages)

[PATCH] kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH v2 00/10] KVM: x86: Clean up RESET "emulation"
 2021-09-23 16:23 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: guest.MAXPHYADDR fix and related cleanup
 2021-09-23 16:22 UTC  (2+ messages)

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-23 16:21 UTC  (2+ messages)

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-09-23 16:01 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).