kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 19:51:48 to 2022-03-03 19:43:57 UTC [more...]

[PATCH 00/21] Control VQ support in vDPA
 2022-03-03 19:39 UTC  (4+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support

[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 19:38 UTC  (31+ messages)
` [PATCH v4 01/30] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v4 02/30] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v4 03/30] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v4 04/30] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v4 05/30] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v4 06/30] KVM: x86/mmu: only perform eager page splitting on valid roots
` [PATCH v4 07/30] KVM: x86/mmu: do not allow readers to acquire references to invalid roots
` [PATCH v4 08/30] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v4 09/30] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v4 10/30] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v4 11/30] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v4 12/30] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v4 13/30] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
` [PATCH v4 14/30] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH v4 15/30] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v4 16/30] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v4 17/30] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH v4 18/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH v4 19/30] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH v4 20/30] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
` [PATCH v4 21/30] KVM: x86/mmu: Zap invalidated roots via asynchronous worker
` [PATCH v4 22/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v4 23/30] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v4 24/30] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v4 25/30] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
` [PATCH v4 26/30] KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
` [PATCH v4 27/30] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
` [PATCH v4 28/30] KVM: selftests: Split out helper to allocate guest mem via memfd
` [PATCH v4 29/30] KVM: selftests: Define cpu_relax() helpers for s390 and x86
` [PATCH v4 30/30] KVM: selftests: Add test to populate a VM with the max possible guest mem

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-03-03 19:42 UTC  (4+ messages)
` [PATCH 16/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "

[PATCH 2/2] Fixed (unsigned) uses, instead use (unsigned int)
 2022-03-03 19:41 UTC 

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-03 19:38 UTC  (3+ messages)

[PATCH 0/4] SVM fixes + apic fix
 2022-03-03 19:38 UTC  (10+ messages)
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

[PATCH] Fixed function pointers coding style issues
 2022-03-03 19:11 UTC 

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 18:50 UTC  (40+ messages)
` [PATCH v3 01/28] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v3 04/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 08/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v3 09/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v3 10/28] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v3 11/28] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v3 12/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH v3 14/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd

[PATCH RESEND 0/2] KVM: Prevent module exit until all VMs are freed
 2022-03-03 18:33 UTC  (3+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] Revert "KVM: set owner of cpu and vm file operations"

[PATCH 0/2] KVM: Prevent module exit until all VMs are freed
 2022-03-03 18:26 UTC 

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 18:05 UTC  (24+ messages)
` [PATCH v7 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v7 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v7 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v7 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
 2022-03-03 18:05 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-03 18:01 UTC  (16+ messages)
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-03 17:51 UTC  (5+ messages)
` [PATCH kvmtool v7 2/3] "

[PATCH] KVM: SVM: Fix missing kvm_cache_regs.h include in svm.h
 2022-03-03 16:59 UTC  (4+ messages)

[PATCH] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
 2022-03-03 16:56 UTC  (2+ messages)

[PATCH v8 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-03-03 16:34 UTC  (5+ messages)
` [PATCH v8 01/17] KVM: s390: pv: leak the topmost page table when destroy fails

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-03 16:15 UTC  (11+ messages)
` [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write

[PATCH v3 1/3] KVM: arm64: Generalise VM features into a set of flags
 2022-03-03 16:10 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
` [PATCH v3 3/3] KVM: arm64: selftests: Introduce vcpu_width_config

[PATCH v3 00/17] KVM: Add Xen event channel acceleration
 2022-03-03 15:41 UTC  (18+ messages)
` [PATCH v3 01/17] KVM: Use enum to track if cached PFN will be used in guest and/or host
` [PATCH v3 02/17] KVM: Remove dirty handling from gfn_to_pfn_cache completely
` [PATCH v3 03/17] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
` [PATCH v3 04/17] KVM: x86: Use gfn_to_pfn_cache for pv_time
` [PATCH v3 05/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
` [PATCH v3 06/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
` [PATCH v3 07/17] KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
` [PATCH v3 08/17] KVM: x86/xen: Support direct injection of event channel events
` [PATCH v3 09/17] KVM: x86/xen: intercept EVTCHNOP_send from guests
` [PATCH v3 10/17] KVM: x86/xen: handle PV IPI vcpu yield
` [PATCH v3 11/17] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v3 12/17] KVM: x86/xen: handle PV timers oneshot mode
` [PATCH v3 13/17] KVM: x86/xen: Kernel acceleration for XENVER_version
` [PATCH v3 14/17] KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
` [PATCH v3 15/17] KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
` [PATCH v3 16/17] KVM: x86/xen: handle PV spinlocks slowpath
` [PATCH v3 17/17] KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-03 15:39 UTC  (6+ messages)
` [PATCH v18 07/18] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v18 08/18] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-03 14:44 UTC  (6+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-03 14:41 UTC  (8+ messages)
` [RFC PATCH 06/13] KVM: SVM: Add logic to determine x2APIC mode
` [RFC PATCH 07/13] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID

[PATCH v3 0/4] Enable vhost-user to be used on BSD systems
 2022-03-03 14:35 UTC  (7+ messages)
` [PATCH v3 1/4] event_notifier: add event_notifier_get_wfd()
` [PATCH v3 2/4] vhost: use wfd on functions setting vring call fd
` [PATCH v3 3/4] configure, meson: allow enabling vhost-user on all POSIX systems
` [PATCH v3 4/4] docs: vhost-user: add subsection for non-Linux platforms

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-03 14:17 UTC  (10+ messages)

propagating vmgenid outward and upward
 2022-03-03 13:07 UTC  (11+ messages)

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 12:37 UTC  (10+ messages)
      ` [Kgdb-bugreport] "

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-03-03 11:37 UTC  (7+ messages)
` [PATCH v3 09/19] "

[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
 2022-03-03 11:29 UTC 

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 10:56 UTC  (15+ messages)

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-03-03 10:19 UTC  (8+ messages)

[PATCH v2 0/3] Enable vhost-user to be used on BSD systems
 2022-03-03  9:44 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
 2022-03-03  9:43 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH 00/17] X86: TDX framework support
 2022-03-03  7:19 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH 01/17] x86 TDX: Add support functions for TDX framework
` [kvm-unit-tests RFC PATCH 02/17] x86 TDX: Add #VE handler
` [kvm-unit-tests RFC PATCH 03/17] x86 TDX: Bypass APIC and enable x2APIC directly
` [kvm-unit-tests RFC PATCH 04/17] x86 TDX: Add exception table support
` [kvm-unit-tests RFC PATCH 05/17] x86 TDX: bypass wrmsr simulation on some specific MSRs
` [kvm-unit-tests RFC PATCH 06/17] x86 TDX: Simulate single step on #VE handled instruction
` [kvm-unit-tests RFC PATCH 07/17] x86 TDX: Extend EFI run script to support TDX
` [kvm-unit-tests RFC PATCH 08/17] x86 TDX: Add support for memory accept
` [kvm-unit-tests RFC PATCH 09/17] acpi: Add MADT table parse code
` [kvm-unit-tests RFC PATCH 10/17] x86 TDX: Add multi processor support
` [kvm-unit-tests RFC PATCH 11/17] x86 TDX: Add a formal IPI handler
` [kvm-unit-tests RFC PATCH 12/17] x86 TDX: Enable lvl5 boot page table
` [kvm-unit-tests RFC PATCH 13/17] x86 TDX: Add lvl5 page table support to virtual memory
` [kvm-unit-tests RFC PATCH 14/17] x86 TDX: Add TDX specific test case
` [kvm-unit-tests RFC PATCH 15/17] x86 TDX: bypass unsupported sub-test for TDX
` [kvm-unit-tests RFC PATCH 16/17] x86 UEFI: Add support for parameter passing
` [kvm-unit-tests RFC PATCH 17/17] x86 TDX: Make run_tests.sh work with TDX

[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
 2022-03-03  7:28 UTC  (5+ messages)
` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory

[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
 2022-03-03  7:14 UTC  (8+ messages)
` [PATCH v2 4/7] KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped

[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-03-03  6:10 UTC  (4+ messages)

[PATCH v8 10/17] KVM: s390: pv: add mmu_notifier
 2022-03-03  3:12 UTC  (3+ messages)

[PATCH] kvm: x86: Improve virtual machine startup performance
 2022-03-03  2:56 UTC  (5+ messages)

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-02 21:25 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases

[kvm-unit-tests PATCH RESEND 1/2] x86/pmu: Make "ref cycles" test to pass on the latest cpu
 2022-03-02 20:34 UTC  (3+ 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).