kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 07:15:46 to 2022-02-15 13:47:50 UTC [more...]

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-02-15 13:47 UTC  (26+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-15 13:18 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-15 13:15 UTC  (8+ messages)
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit

[PATCH V7 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-15 13:13 UTC  (10+ messages)
` [PATCH V7 mlx5-next 08/15] vfio: Define device migration protocol v2
` [PATCH V7 mlx5-next 09/15] vfio: Extend the device migration protocol with RUNNING_P2P

[kvm-unit-tests PATCH] lib/devicetree: Support 64 bit addresses for the initrd
 2022-02-15 12:53 UTC  (11+ messages)

[PATCH] selftests: kvm: Check whether SIDA memop fails for normal guests
 2022-02-15 12:11 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/1] s390x: stsi: Define vm_is_kvm to be used in different tests
 2022-02-15 12:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/1] "

[kvm-unit-tests PATCH v2 0/6] s390x: smp: use CPU indexes instead of addresses
 2022-02-15 11:54 UTC  (22+ messages)
` [kvm-unit-tests PATCH v2 1/6] lib: s390x: smp: guarantee that boot CPU has index 0
` [kvm-unit-tests PATCH v2 2/6] lib: s390x: smp: refactor smp functions to accept indexes
` [kvm-unit-tests PATCH v2 3/6] s390x: smp: use CPU indexes instead of addresses
` [kvm-unit-tests PATCH v2 4/6] s390x: firq: "
` [kvm-unit-tests PATCH v2 5/6] s390x: skrf: "
` [kvm-unit-tests PATCH v2 6/6] s390x: uv-host: "

[PATCH] Virtio-balloon: add user space API for sizing
 2022-02-15 11:42 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/4] S390x: CPU Topology Information
 2022-02-15 11:18 UTC  (17+ messages)
` [kvm-unit-tests PATCH v4 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests
` [kvm-unit-tests PATCH v4 3/4] s390x: topology: Check the Perform Topology Function

[PATCH] KVM: Fix lockdep false negative during host resume
 2022-02-15 10:15 UTC 

[PATCH 00/12] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-15  8:17 UTC  (6+ messages)
` [PATCH 12/12] KVM: x86: "

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-15  7:49 UTC  (10+ messages)

[kvm-unit-tests PATCH v2] x86/efi: Allow specifying AMD SEV/SEV-ES guest launch policy to run
 2022-02-15  4:34 UTC  (4+ messages)

[PATCH 00/11] KVM: x86: Prep work for VMX IPI virtualization
 2022-02-15  3:27 UTC  (5+ messages)
` [PATCH 02/11] KVM: VMX: Handle APIC-write offset wrangling in VMX code
` [PATCH 09/11] KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-15  3:06 UTC  (18+ messages)
` [PATCH v5 02/14] driver core: Add dma_cleanup callback in bus_type
` [PATCH v5 04/14] driver core: platform: Add driver dma ownership management
` [PATCH v5 07/14] PCI: "

[PATCH] kvm,x86: Use the refined tsc rate for the guest tsc
 2022-02-15  2:18 UTC  (3+ messages)

[PATCH v7 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-02-15  1:48 UTC  (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] KVM: selftests: Carve out helper to create "default" VM without vCPUs
` [PATCH v7 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-02-15  0:50 UTC  (19+ messages)
` [PATCH v18 01/18] s390/ap: driver callback to indicate resource in use
` [PATCH v18 02/18] s390/ap: notify drivers on config changed and scan complete callbacks
` [PATCH v18 03/18] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v18 04/18] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v18 05/18] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v18 06/18] s390/vfio-ap: introduce shadow APCB
` [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 v18 09/18] s390/vfio-ap: introduce new mutex to control access to the KVM pointer
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v18 11/18] s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
` [PATCH v18 12/18] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v18 13/18] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v18 14/18] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v18 15/18] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v18 16/18] s390/vfio-ap: update docs to include dynamic config support
` [PATCH v18 17/18] s390/Docs: new doc describing lock usage by the vfio_ap device driver
` [PATCH v18 18/18] MAINTAINERS: pick up all vfio_ap docs for VFIO AP maintainers

[PATCH v4 00/10] KVM: s390: Do storage key checking
 2022-02-14 17:58 UTC  (13+ messages)
` [PATCH v4 01/10] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v4 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v4 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v4 08/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v4 09/10] KVM: s390: Update api documentation for memop ioctl

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-02-14 22:55 UTC  (18+ messages)
` [PATCH kvm/queue v2 2/3] perf: x86/core: Add interface to query perfmon_event_map[] directly

[PATCH] KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
 2022-02-14 21:48 UTC  (2+ messages)

[PATCH 1/2] kvm: vmx: Add IA32_FLUSH_CMD guest support
 2022-02-14 21:39 UTC 

[kvm-unit-tests PATCH 0/3] nSVM: Add testing for routing L2 exceptions
 2022-02-14 20:20 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Add routines to set/clear PT_USER_MASK for all pages
` [kvm-unit-tests PATCH 3/3] x86: nSVM: Add an exception test framework and tests

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-14 20:35 UTC  (8+ messages)
` [PATCH v3 17/30] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v3 18/30] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v3 19/30] KVM: s390: pci: provide routines for enabling/disabling interpretation

[PATCH v6 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-02-14 20:13 UTC  (7+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] KVM: selftests: Allow creation of selftest VM without vcpus
` [PATCH v6 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[PATCH] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-14 18:50 UTC  (2+ messages)

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-14 18:14 UTC  (3+ messages)

[PATCH v2] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
 2022-02-14 17:22 UTC  (4+ messages)

[PATCH kvmtool 0/3] Misc fixes
 2022-02-14 16:58 UTC  (4+ messages)
` [PATCH kvmtool 1/3] Remove initrd magic check
` [PATCH kvmtool 2/3] arm: Use pr_debug() to print memory layout when loading a firmware image
` [PATCH kvmtool 3/3] arm: pci: Generate "msi-parent" property only with a MSI controller

9 TiB vm memory creation
 2022-02-14 16:32 UTC  (2+ messages)

warning in kvm_hv_invalidate_tsc_page due to writes to guest memory from VM ioctl context
 2022-02-14 14:22 UTC  (10+ messages)

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-14 14:20 UTC  (4+ messages)
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-02-14 14:06 UTC  (13+ messages)

[PATCH v2 1/2] platform: make platform_get_irq_optional() optional
 2022-02-14 14:00 UTC  (8+ messages)

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2022-02-14 13:45 UTC  (7+ messages)

[PATCH v2 0/5] kvm: x86: better handling of optional kvm_x86_ops
 2022-02-14 13:16 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86: use static_call_cond for optional callbacks
` [PATCH v2 2/5] KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
` [PATCH v2 3/5] KVM: x86: warn on incorrectly NULL static calls
` [PATCH v2 4/5] KVM: x86: make several APIC virtualization callbacks optional
` [PATCH v2 5/5] KVM: x86: allow defining return-0 static calls

[PATCH 1/2] KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
 2022-02-14 12:45 UTC  (2+ messages)

[PATCH] x86 UEFI: Fix broken build for UEFI
 2022-02-14 12:42 UTC  (3+ messages)

[kvm-unit-tests BUG] x86: debug.c compilation error with --target-efi
 2022-02-14 11:16 UTC  (3+ messages)

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-02-14 11:09 UTC  (12+ messages)
` [PATCH V2 01/11] perf/x86: Fix native_perf_sched_clock_from_tsc() with __sched_clock_offset
` [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 04/11] perf tools: Add new perf clock IDs
` [PATCH V2 05/11] perf tools: Add API probes for new "
` [PATCH V2 06/11] perf tools: Add new clock IDs to "perf time to TSC" test
` [PATCH V2 07/11] perf tools: Add perf_read_tsc_conv_for_clockid()
` [PATCH V2 08/11] perf intel-pt: Add support for new clock IDs
` [PATCH V2 09/11] perf intel-pt: Use CLOCK_PERF_HW_CLOCK_NS by default
` [PATCH V2 10/11] perf intel-pt: Add config variables for timing parameters
` [PATCH V2 11/11] perf intel-pt: Add documentation for new clock IDs

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2022-02-14 10:14 UTC  (9+ messages)
` [PATCH v2 2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()

[PATCH v3 1/1] x86/kvm/fpu: Mask guest fpstate->xfeatures with guest_supported_xcr0
 2022-02-14  9:56 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).