kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 19:02:48 to 2021-03-18 17:33:37 UTC [more...]

[PATCH v2 0/4] KVM: x86: hyper-v: TSC page fixes
 2021-03-18 17:02 UTC  (13+ messages)
` [PATCH v2 2/4] KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
` [PATCH v2 3/4] KVM: x86: hyper-v: Track Hyper-V TSC page status
    ` [PATCH v2 5/4] KVM: x86: hyper-v: Briefly document enum hv_tsc_page_status
` [PATCH v2 6/4] selftests: kvm: Add basic Hyper-V clocksources tests

[PATCH 0/3] KVM: my debug patch queue
 2021-03-18 17:22 UTC  (26+ messages)
` [PATCH 2/3] KVM: x86: guest debug: don't inject interrupts while single stepping
` [PATCH 3/3] KVM: SVM: allow to intercept all exceptions for debug

[PATCH] selftests/kvm: add get_msr_index_features
 2021-03-18 17:03 UTC  (3+ messages)

[PATCH v2 00/14] Embed struct vfio_device in all sub-structures
 2021-03-18 16:50 UTC  (50+ messages)
` [PATCH v2 01/14] vfio: Remove extra put/gets around vfio_device->group
` [PATCH v2 02/14] vfio: Simplify the lifetime logic for vfio_device
` [PATCH v2 03/14] vfio: Split creation of a vfio_device into init and register ops
` [PATCH v2 04/14] vfio/platform: Use vfio_init/register/unregister_group_dev
` [PATCH v2 08/14] vfio/pci: Re-order vfio_pci_probe()
` [PATCH v2 09/14] vfio/pci: Use vfio_init/register/unregister_group_dev
` [PATCH v2 10/14] vfio/mdev: "
` [PATCH v2 11/14] vfio/mdev: Make to_mdev_device() into a static inline
` [PATCH v2 12/14] vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
` [PATCH v2 13/14] vfio/pci: Replace uses of vfio_device_data() with container_of
` [PATCH v2 14/14] vfio: Remove device_data from the vfio bus driver API

[kvm-unit-tests PATCH v2] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-18 16:41 UTC  (2+ messages)

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-03-18 16:41 UTC  (4+ messages)

[PATCH v2 07/14] vfio/pci: Move VGA and VF initialization to functions
 2021-03-18 16:34 UTC  (4+ messages)

[PATCH v2 1/2] kvm/kvm_util: add _vm_ioctl
 2021-03-18 16:23 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/kvm: add set_boot_cpu_id test

[kvm-unit-tests RFC 0/2] scripts: Fix accel handling
 2021-03-18 15:42 UTC  (7+ messages)
` [kvm-unit-tests RFC 1/2] scripts: Check kvm availability by asking qemu
` [kvm-unit-tests RFC 2/2] scripts: Set ACCEL in run_tests.sh if empty

[PATCH v2 00/11] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-18 14:32 UTC  (19+ messages)
` [PATCH v2 01/11] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH v2 02/11] KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
` [PATCH v2 03/11] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH v2 04/11] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH v2 05/11] arm64: sve: Provide a conditional update accessor for ZCR_ELx
` [PATCH v2 06/11] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH v2 07/11] KVM: arm64: Map SVE context at EL2 when available
` [PATCH v2 08/11] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH v2 09/11] KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
` [PATCH v2 10/11] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH v2 11/11] KVM: arm64: Enable SVE support "

[kvm-unit-tests PATCH v1 0/6] Testing SSCH, CSCH and HSCH for errors
 2021-03-18 14:22 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 1/6] s390x: lib: css: disabling a subchannel
` [kvm-unit-tests PATCH v1 2/6] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v1 3/6] s390x: lib: css: upgrading IRQ handling
` [kvm-unit-tests PATCH v1 4/6] s390x: lib: css: add expectations to wait for interrupt
` [kvm-unit-tests PATCH v1 5/6] s390x: css: testing ssch error response
` [kvm-unit-tests PATCH v1 6/6] s390x: css: testing clear and halt subchannel

[kvm-unit-tests PATCH 0/3] scripts: Fix PV run handling
 2021-03-18 12:50 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Don't run PV testcases under tcg
` [kvm-unit-tests PATCH 2/3] configure: s390x: Check if the host key document exists
` [kvm-unit-tests PATCH 3/3] s390x: run: Skip PV tests when tcg is the accelerator

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-03-18 12:47 UTC  (10+ messages)

[PATCH v5 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-03-18 12:08 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v5 2/5] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v5 3/5] KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
` [PATCH v5 4/5] KVM: x86: dump_vmcs should show the effective EFER
` [PATCH v5 5/5] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

BUG: unable to handle kernel paging request in __kvm_mmu_prepare_zap_page
 2021-03-18 11:25 UTC  (3+ messages)

[PATCH kvmtool] virtio: add support for vsock
 2021-03-18 10:04 UTC  (2+ messages)

[PATCH kvmtool v3 00/22] Unify I/O port and MMIO trap handling
 2021-03-18 10:04 UTC  (7+ messages)
` [PATCH kvmtool v3 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v3 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-18  9:14 UTC  (24+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 02/10] KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
` [PATCH 03/10] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH 04/10] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH 05/10] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH 06/10] KVM: arm64: Map SVE context at EL2 when available
` [PATCH 07/10] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH 09/10] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH 10/10] KVM: arm64: Enable SVE support "

[vdpa_sim_net] 79991caf52: net/ipv4/ipmr.c:#RCU-list_traversed_in_non-reader_section
 2021-03-18  6:31 UTC  (3+ messages)

[PATCH v4 00/14] vdpa: add vdpa simulator for block device
 2021-03-18  3:31 UTC  (9+ messages)
` [PATCH v4 08/14] vdpa: add get_config_size callback in vdpa_config_ops
` [PATCH v4 09/14] vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()
` [PATCH v4 10/14] vhost/vdpa: Remove the restriction that only supports virtio-net devices
` [PATCH v4 14/14] vdpa_sim_blk: add support for vdpa management tool

[PATCH V5 0/7] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-18  2:44 UTC  (9+ messages)
` [PATCH V5 1/7] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V5 2/7] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH V5 3/7] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V5 4/7] vDPA/ifcvf: remove the version number string
` [PATCH V5 5/7] vDPA/ifcvf: fetch device feature bits when probe
` [PATCH V5 6/7] vDPA/ifcvf: verify mandatory feature bits for vDPA
` [PATCH V5 7/7] vDPA/ifcvf: deduce VIRTIO device ID from pdev ids

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-18  0:16 UTC  (2+ messages)

[PATCH v2 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
 2021-03-18  0:04 UTC  (12+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-18  0:00 UTC  (2+ messages)

[PATCH v4 0/1] s390/vfio-ap: fix circular lockdep when starting
 2021-03-17 23:17 UTC  (3+ messages)
` [PATCH v4 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH v2 05/14] vfio/fsl-mc: Re-order vfio_fsl_mc_probe()
 2021-03-17 22:59 UTC  (3+ messages)

Instantiate mdev device in host?
 2021-03-17 21:58 UTC  (2+ messages)

[RFC PATCH kvm-unit-tests] x86: add ioregionfd fast PIO test
 2021-03-17 20:23 UTC  (3+ messages)

[PATCH 0/4] KVM: x86: MSR filtering and related fixes
 2021-03-17 20:04 UTC  (13+ messages)
` [PATCH 1/4] KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
` [PATCH 2/4] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH 3/4] KVM: VMX: Macrofy the MSR bitmap getters and setters

[PATCH] KVM: nSVM: Additions to optimizing L12 to L2 vmcb.save copies
 2021-03-17 16:29 UTC 

[PATCH v3 0/8] x86/seves: Support 32-bit boot path and other updates
 2021-03-17 15:04 UTC  (3+ messages)
` [PATCH v3 2/8] x86/sev: Do not require Hypervisor CPUID bit for SEV guests

[PATCH v2 0/1] GIC v4.1: Disable VSGI support for GIC CPUIF < v4.1
 2021-03-17 14:40 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detection

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-03-17 14:19 UTC  (14+ messages)
` [RFC v3 2/5] KVM: x86: add support for ioregionfd signal handling
` [RFC v3 3/5] KVM: implement wire protocol
` [RFC v3 4/5] KVM: add ioregionfd context

[PATCH] x86/kvmclock: Stop kvmclocks for hibernate restore
 2021-03-17 13:30 UTC  (2+ messages)

[PATCH] selftests/kvm: add test for KVM_GET_MSR_FEATURE_INDEX_LIST
 2021-03-17 12:07 UTC  (4+ messages)

[PATCH] KVM: arm: memcg awareness
 2021-03-17 11:03 UTC  (11+ messages)

[PATCH] selftests/kvm: add set_boot_cpu_id test
 2021-03-17 11:01 UTC  (2+ messages)

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-17  8:26 UTC  (2+ messages)

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-17  8:04 UTC  (6+ messages)
` [PATCH 2/3] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH V4 0/7] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-17  4:07 UTC  (7+ messages)
` [PATCH V4 5/7] vDPA/ifcvf: fetch device feature bits when probe
` [PATCH V4 6/7] vDPA/ifcvf: verify mandatory feature bits for vDPA
` [PATCH V4 7/7] vDPA/ifcvf: deduce VIRTIO device ID from pdev ids

[kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path
 2021-03-16 19: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).