kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-13 22:33:44 to 2022-01-16 16:22:24 UTC [more...]

[GIT PULL] First batch of KVM changes for Linux 5.17
 2022-01-16 16:22 UTC  (2+ messages)

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-16 14:19 UTC  (37+ messages)
                    ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[PATCH v1 0/3] ARM64: Guest performance improvement during dirty
 2022-01-16 11:14 UTC  (3+ messages)
` [PATCH v1 2/3] KVM: arm64: Add fast path to handle permission relaxation during dirty logging

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-15 12:19 UTC  (4+ messages)
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state

[PATCH v3 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-15  5:24 UTC  (7+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] selftests: kvm/x86: Parameterize the CPUID vendor string check
` [PATCH v3 3/6] selftests: kvm/x86: Introduce is_amd_cpu()
` [PATCH v3 4/6] selftests: kvm/x86: Export x86_family() for use outside of processor.c
` [PATCH v3 5/6] selftests: kvm/x86: Introduce x86_model()
` [PATCH v3 6/6] selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER

[PATCH v2 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-15  5:01 UTC  (9+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] selftests: kvm/x86: Parameterize the CPUID vendor string check
` [PATCH v2 3/6] selftests: kvm/x86: Introduce is_amd_cpu()
` [PATCH v2 4/6] selftests: kvm/x86: Export x86_family() for use outside of processor.c
` [PATCH v2 5/6] selftests: kvm/x86: Introduce x86_model()
` [PATCH v2 6/6] selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-15  2:08 UTC  (28+ messages)
` [PATCH v5 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v5 5/8] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH v5 6/8] KVM: VMX: enable IPI virtualization
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
` [PATCH v5 8/8] KVM: VMX: Resize PID-ponter table on demand for IPI virtualization

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2022-01-15  1:26 UTC  (3+ messages)

[PATCH] KVM: x86: enhance the readability of function pic_intack()
 2022-01-15  0:46 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-01-15  0:31 UTC  (11+ messages)
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests

[PATCH v2 0/4] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-14 23:58 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Fix write-protection of PTs mapped by "
` [PATCH v2 2/4] KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
` [PATCH v2 3/4] KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants
` [PATCH v2 4/4] KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()

[GIT PULL] virtio,vdpa,qemu_fw_cfg: features, cleanups, fixes
 2022-01-14 23:58 UTC  (5+ messages)

[GIT PULL v2] virtio,vdpa,qemu_fw_cfg: features, cleanups, fixes
 2022-01-14 23:57 UTC 

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-14 21:51 UTC  (20+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start
` [RFC PATCH v3 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

[PATCH v2 0/9] s390x/pci: zPCI interpretation support
 2022-01-14 21:04 UTC  (11+ messages)
` [PATCH v2 1/9] Update linux headers
` [PATCH v2 2/9] target/s390x: add zpci-interp to cpu models
` [PATCH v2 3/9] fixup: force interp off for QEMU machine 6.2 and older
` [PATCH v2 4/9] s390x/pci: enable for load/store intepretation
` [PATCH v2 5/9] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH v2 6/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v2 7/9] s390x/pci: use I/O Address Translation assist when interpreting
` [PATCH v2 8/9] s390x/pci: use dtsm provided from vfio capabilities for interpreted devices
` [PATCH v2 9/9] s390x/pci: let intercept devices have separate PCI groups

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-14 20:49 UTC  (32+ messages)
` [PATCH v2 01/30] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v2 02/30] s390/sclp: detect the AISII facility
` [PATCH v2 03/30] s390/sclp: detect the AENI facility
` [PATCH v2 04/30] s390/sclp: detect the AISI facility
` [PATCH v2 05/30] s390/airq: pass more TPI info to airq handlers
` [PATCH v2 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v2 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v2 08/30] s390/pci: stash associated GISA designation
` [PATCH v2 09/30] s390/pci: export some routines related to RPCIT processing
` [PATCH v2 10/30] s390/pci: stash dtsm and maxstbl
` [PATCH v2 11/30] s390/pci: add helper function to find device by handle
` [PATCH v2 12/30] s390/pci: get SHM information from list pci
` [PATCH v2 13/30] s390/pci: return status from zpci_refresh_trans
` [PATCH v2 14/30] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v2 15/30] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v2 16/30] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v2 17/30] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v2 18/30] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH v2 19/30] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v2 20/30] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v2 21/30] KVM: s390: pci: handle refresh of PCI translations
` [PATCH v2 22/30] KVM: s390: intercept the rpcit instruction
` [PATCH v2 23/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v2 24/30] vfio-pci/zdev: wire up group notifier
` [PATCH v2 25/30] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH v2 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH v2 27/30] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH v2 28/30] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH v2 29/30] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v2 30/30] MAINTAINERS: additional files related kvm s390 pci passthrough

PMU virtualization and AMD erratum 1292
 2022-01-14 20:02 UTC 

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-14 19:35 UTC 

(no subject)
 2022-01-14 17:17 UTC  (4+ messages)
` 

[PATCH 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-14 17:00 UTC  (15+ messages)
` [PATCH 2/2] "

[PATCH 0/5] kvm: fix latent guest entry/exit bugs
 2022-01-14 16:49 UTC  (15+ messages)
` [PATCH 1/5] kvm: add exit_to_guest_mode() and enter_from_guest_mode()
` [PATCH 5/5] kvm/x86: rework guest entry logic

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-14 16:38 UTC  (6+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2022-01-14 16:30 UTC  (5+ messages)

[PATCH 0/5] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-14 16:21 UTC  (5+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-14 16:13 UTC  (5+ messages)
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers

[PATCH v5 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-14 14:07 UTC  (7+ messages)
` [PATCH v5 1/6] hw/arm/virt: Add a control for the the highmem PCIe MMIO
` [PATCH v5 2/6] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v5 3/6] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v5 4/6] hw/arm/virt: Use the PA range to compute "
` [PATCH v5 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range
` [PATCH v5 6/6] hw/arm/virt: Drop superfluous checks against highmem

KVM-RT high max latency after upgrade host from 4.19 to 5.15
 2022-01-14 13:57 UTC 

[PATCH] KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
 2022-01-14 13:49 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Allocation and hosting environment detection fixes
 2022-01-14 13:43 UTC  (26+ messages)
` [kvm-unit-tests PATCH 1/5] lib: s390x: vm: Add kvm and lpar vm queries
` [kvm-unit-tests PATCH 2/5] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH 3/5] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH 4/5] s390x: smp: Allocate memory in DMA31 space
` [kvm-unit-tests PATCH 5/5] s390x: firq: Fix sclp buffer allocation

[PATCH v1] vhost: cache avail index in vhost_enable_notify()
 2022-01-14 13:40 UTC  (4+ messages)

[PATCH] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
 2022-01-14 10:54 UTC 

[PATCH] KVM: X86: set vcpu preempted only if it is preempted
 2022-01-14  9:58 UTC  (7+ messages)
      ` 答复: "

[PATCH] KVM: x86: fix kvm_vcpu_is_preempted
 2022-01-14  9:49 UTC  (3+ messages)
  ` 答复: "

[RFC PATCH] vhost: cache avail index in vhost_enable_notify()
 2022-01-14  8:02 UTC  (3+ messages)

[PATCH] vhost: remove avail_event arg from vhost_update_avail_event()
 2022-01-14  6:12 UTC  (2+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-14  5:53 UTC  (9+ messages)
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for "

[PATCH 0/2] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-13 22:40 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86/mmu: Improve comment about TLB flush semantics for write-protection


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).