public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-23 10:20:12 to 2022-02-24 10:56:24 UTC [more...]

[kvm-unit-tests PATCH v3 00/11] Add #VC exception handling for AMD SEV-ES
 2022-02-24 10:54 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v3 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v3 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v3 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v3 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v3 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v3 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v3 09/11] x86: AMD SEV-ES: Handle MSR #VC

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-24 10:55 UTC  (14+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH RFC v1 2/2] drivers/virt: add vmgenid driver for reinitializing RNG

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 10:41 UTC  (11+ messages)
` [PATCH V8 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V8 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V8 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P

[kvm-unit-tests PATCH v3 0/8] s390x: Extend instruction interception tests
 2022-02-24 10:28 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 1/8] s390x: Add more tests for MSCH
` [kvm-unit-tests PATCH v3 2/8] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests PATCH v3 3/8] s390x: Add sck tests
` [kvm-unit-tests PATCH v3 4/8] s390x: Add tests for STCRW
` [kvm-unit-tests PATCH v3 5/8] s390x: Add more tests for SSCH
` [kvm-unit-tests PATCH v3 6/8] s390x: Add more tests for STSCH
` [kvm-unit-tests PATCH v3 7/8] s390x: Add tests for TSCH
` [kvm-unit-tests PATCH v3 8/8] s390x: Add EPSW test

[PATCH 0/7] My set of KVM unit tests + fixes
 2022-02-24 10:20 UTC  (3+ messages)

[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-24 10:14 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH][resend] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
 2022-02-24  9:57 UTC 

[kvm-unit-tests PATCH v2 00/10] Add #VC exception handling for AMD SEV-ES
 2022-02-24  9:42 UTC  (16+ messages)
` [kvm-unit-tests PATCH v2 03/10] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v2 04/10] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v2 05/10] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v2 07/10] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v2 10/10] x86: AMD SEV-ES: Handle string IO for IOIO #VC

[PATCH v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-24  9:32 UTC  (5+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-24  8:58 UTC  (30+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v6 10/11] vfio: Remove iommu group notifier

[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-24  8:53 UTC  (3+ messages)

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-24  8:07 UTC  (14+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24  7:07 UTC  (9+ messages)
` [PATCH v3 01/19] KVM: arm64: Drop unused param from kvm_psci_version()
` [PATCH v3 02/19] KVM: arm64: Create a helper to check if IPA is valid
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 05/19] KVM: arm64: Dedupe vCPU power off helpers

[PATCH v5 0/8] vfio/hisilicon: add ACC live migration driver
 2022-02-23 23:38 UTC  (15+ messages)
` [PATCH v5 5/8] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v5 6/8] hisi_acc_vfio_pci: Add helper to retrieve the PF qm data
` [PATCH v5 7/8] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-23 23:35 UTC  (10+ messages)
` [PATCH 10/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH 11/23] KVM: x86/mmu: Pass const memslot to kvm_mmu_init_sp() and descendants
` [PATCH 12/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH 13/23] KVM: x86/mmu: Update page stats in __rmap_add()

[PATCH] KVM: x86: Fix pointer mistmatch warning when patching RET0 static calls
 2022-02-23 22:23 UTC  (6+ messages)

[PATCH v2 0/2] VM fork detection for RNG
 2022-02-23 22:04 UTC  (3+ messages)
` [PATCH v2 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v2 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

linux-next: manual merge of the kvm tree with the kvm-fixes tree
 2022-02-23 20:00 UTC 

[PATCH 00/11] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-02-23 19:50 UTC  (3+ messages)
` [PATCH 01/11] KVM: x86/pmu: Update comments for AMD gp counters

[PATCH 7/9] kvm: s390: Add CPU dump functionality
 2022-02-23 19:46 UTC  (2+ messages)

[PATCH 6/9] kvm: s390: Add configuration dump functionality
 2022-02-23 19:25 UTC  (3+ messages)

[PATCH v5 07/14] PCI: Add driver dma ownership management
 2022-02-23 18:07 UTC  (3+ messages)

[PATCH] vhost: validate range size before adding to iotlb
 2022-02-23 17:14 UTC  (11+ messages)

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-02-23 16:44 UTC 

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-23 16:48 UTC  (33+ messages)
` [PATCH v2 01/18] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH v2 02/18] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH v2 03/18] KVM: x86/mmu: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH v2 04/18] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH v2 05/18] KVM: x86/mmu: use struct kvm_mmu_root_info for mmu->root
` [PATCH v2 06/18] KVM: x86/mmu: do not consult levels when freeing roots
` [PATCH v2 07/18] KVM: x86/mmu: Do not use guest root level in audit
` [PATCH v2 08/18] KVM: x86/mmu: do not pass vcpu to root freeing functions
` [PATCH v2 09/18] KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bit
` [PATCH v2 10/18] KVM: x86/mmu: load new PGD after the shadow MMU is initialized
` [PATCH v2 11/18] KVM: x86/mmu: Always use current mmu's role when loading new PGD
` [PATCH v2 12/18] KVM: x86/mmu: clear MMIO cache when unloading the MMU
` [PATCH v2 13/18] KVM: x86: reset and reinitialize the MMU in __set_sregs_common

[PATCH v2 0/3] s390: Ultravisor device
 2022-02-23 15:57 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests

[kvm-unit-tests PATCH v3 0/5] s390x: Attestation tests
 2022-02-23 15:48 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v3 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v3 5/5] s390x: uv-guest: Add attestation tests

[RFC PATCH] KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new API
 2022-02-23 15:33 UTC 

[PATCH] x86/mm/cpa: Generalize __set_memory_enc_pgtable()
 2022-02-23 14:33 UTC  (8+ messages)

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-02-23 13:21 UTC  (3+ messages)
` [PATCH v3 1/6] KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2022-02-23 13:21 UTC  (5+ messages)
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm generation id driver

[PATCH RESEND] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-02-23 13:16 UTC 

[kvm-unit-tests PATCH v2 0/3] configure changes and rename --target-efi
 2022-02-23 12:55 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] configure: Fix whitespaces for the --gen-se-header help text
` [kvm-unit-tests PATCH v2 2/3] configure: Restrict --target-efi to x86_64
` [kvm-unit-tests PATCH v2 3/3] Rename --target-efi to --[enable|disable]-efi

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-02-23 12:47 UTC  (4+ messages)
` [PATCH 3/9] KVM: s390: pv: Add query interface

[PATCH 0/3] KVM: SVM: fix race between interrupt delivery and AVIC inhibition
 2022-02-23 12:16 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH] KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non default value when tsc scaling disabled
 2022-02-23 11:56 UTC 

[kvm-unit-tests RFC PATCH 0/1] Detecting crashes in TAP output
 2022-02-23 10:34 UTC  (2+ messages)
` [kvm-unit-tests RFC PATCH 1/1] scripts/runtime: add test result to log and "

[PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
 2022-02-23 10:26 UTC  (12+ messages)

[PATCH v4 0/2] KVM: s390: make use of ultravisor AIV support
 2022-02-23 10:20 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: s390: pv: pull all vcpus out of SIE before converting to/from pv vcpu
` [PATCH v4 2/2] KVM: s390: pv: make use of ultravisor AIV support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox