kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 18:37:37 to 2022-03-04 17:46:08 UTC [more...]

[PATCH 00/21] Control VQ support in vDPA
 2022-03-04 17:45 UTC  (10+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support
  ` [RFC PATCH v2 07/19] vdpa: introduce config operations for associating ASID to a virtqueue group
  ` [RFC PATCH v2 09/19] vhost: support ASID in IOTLB API

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-04 16:56 UTC  (11+ messages)

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-04 16:14 UTC  (18+ messages)
` [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 v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-04 16:11 UTC  (46+ 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 V2] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
 2022-03-04 16:10 UTC 

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-04 15:50 UTC  (14+ 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-04 14:57 UTC  (5+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs

[PATCH kvm-unit-tests v1 0/6] s390x: SIGP fixes
 2022-03-04 14:38 UTC  (13+ messages)
` [PATCH kvm-unit-tests v1 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v1 2/6] s390x: smp: Test SIGP RESTART against stopped CPU
` [PATCH kvm-unit-tests v1 3/6] s390x: smp: Fix checks for SIGP STOP STORE STATUS
` [PATCH kvm-unit-tests v1 4/6] s390x: smp: Create and use a non-waiting CPU stop
` [PATCH kvm-unit-tests v1 5/6] s390x: smp: Create and use a non-waiting CPU restart
` [PATCH kvm-unit-tests v1 6/6] lib: s390x: smp: Convert remaining smp_sigp to _retry

[PATCH] KVM: arm64: Only open the interrupt window on exit due to an interrupt
 2022-03-04 14:27 UTC  (2+ messages)

[PATCH v3 0/4] s390: Ultravisor device
 2022-03-04 14:11 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
` [PATCH v3 2/4] drivers/s390/char: Add Query Ultravisor Information to uvdevice
` [PATCH v3 3/4] selftests: drivers/s390x: Add uvdevice tests
` [PATCH v3 4/4] selftests: drivers/s390x: Add uvdevice QUI tests

[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-04 14:10 UTC  (7+ messages)
` [PATCH v7 01/11] iommu: Add DMA ownership management interfaces

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-03-04 13:41 UTC  (9+ messages)
` [PATCH V2 02/11] perf/x86: Add support for TSC as a perf event clock
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds "

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-04 12:11 UTC  (3+ messages)
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-04 11:51 UTC  (5+ messages)
` [RFC PATCH 11/13] KVM: SVM: Add logic to switch between APIC and x2APIC virtualization mode

[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
 2022-03-04 11:35 UTC  (19+ messages)
` [PATCH v8 1/9] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v8 2/9] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v8 3/9] hisi_acc_qm: Move VF PCI device IDs "
` [PATCH v8 4/9] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v8 5/9] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v8 6/9] hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
` [PATCH v8 7/9] crypto: hisilicon/qm: Set the VF QM state register
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v8 9/9] hisi_acc_vfio_pci: Use its own PCI reset_done error handler

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

[PATCH v3 0/4] Enable vhost-user to be used on BSD systems
 2022-03-04 10:50 UTC  (5+ messages)
` [PATCH v3 4/4] docs: vhost-user: add subsection for non-Linux platforms

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

[RFC PATCH kvmtool 0/3] Add Sstc extension support
 2022-03-04 10:10 UTC  (4+ messages)
` [RFC PATCH kvmtool 1/3] riscv: Update the uapi header as per Linux kernel
` [RFC PATCH kvmtool 2/3] riscv: Append ISA extensions to the device tree
` [RFC PATCH kvmtool 3/3] riscv: Add Sstc extension support

[PATCH v2 00/12] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-03-04  9:46 UTC  (4+ messages)
` [PATCH v2 12/12] KVM: x86/pmu: Clear reserved bit PERF_CTL2[43] for AMD erratum 1292

[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
 2022-03-04  9:33 UTC  (8+ messages)
` [PATCH 3/3] "

[PATCH v12 00/17] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2022-03-04  9:04 UTC  (18+ messages)
` [PATCH v12 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH v12 02/17] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH v12 03/17] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH v12 04/17] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH v12 05/17] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH v12 06/17] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH v12 07/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH v12 08/17] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH v12 09/17] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH v12 10/17] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH v12 11/17] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH v12 12/17] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH v12 13/17] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH v12 14/17] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH v12 15/17] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH v12 16/17] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH v12 17/17] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH v7 0/8] IPI virtualization support for VM
 2022-03-04  8:07 UTC  (9+ messages)
` [PATCH v7 1/8] x86/cpu: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v7 2/8] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v7 3/8] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v7 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v7 5/8] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
` [PATCH v7 6/8] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v7 7/8] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v7 8/8] KVM: VMX: enable IPI virtualization

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

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-04  7:52 UTC  (5+ messages)
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases

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

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-03-04  0:22 UTC  (15+ messages)
` [PATCH 02/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 16/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH 17/23] KVM: x86/mmu: Pass bool flush parameter to drop_large_spte()
` [PATCH 21/23] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 23:49 UTC  (10+ messages)
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY

[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
 2022-03-03 23:10 UTC  (6+ messages)
` [PATCH kvmtool 1/5] kvmtool: Add WARN_ONCE macro
` [PATCH kvmtool 2/5] virtio: Sanitize config accesses
` [PATCH kvmtool 3/5] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
` [PATCH kvmtool 4/5] Makefile: Mark stack as not executable
` [PATCH kvmtool 5/5] mmio: Sanitize addr and len

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 23:06 UTC  (11+ messages)
` [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 15/28] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page

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

[PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore
 2022-03-03 22:23 UTC  (2+ messages)

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

[PATCH] Fixed function pointers coding style issues
 2022-03-03 19:11 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).