kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 23:56:09 to 2022-03-02 20:32:15 UTC [more...]

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-02 20:31 UTC  (15+ messages)
` [PATCH v7 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v7 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v7 03/10] hisi_acc_qm: Move VF PCI device IDs "
` [PATCH v7 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v7 05/10] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v7 06/10] hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v7 08/10] crypto: hisilicon/qm: Set the VF QM state register
` [PATCH v7 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v7 10/10] hisi_acc_vfio_pci: Use its own PCI reset_done error handler

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-02 20:18 UTC  (18+ messages)
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-02 20:14 UTC  (25+ messages)
` [PATCH v3 01/28] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v3 02/28] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v3 20/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-02 19:55 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

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

[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
 2022-03-02 19:42 UTC  (3+ messages)
` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-02 19:35 UTC  (5+ messages)
` [PATCH v18 07/18] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev

[PATCH 0/2] Enable vhost-user to be used on BSD systems
 2022-03-02 19:22 UTC  (17+ messages)
` [PATCH 1/2] Allow returning EventNotifier's wfd
` [PATCH 2/2] Allow building vhost-user in BSD

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-03-02 18:43 UTC  (8+ messages)

[PATCH v8 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-03-02 18:11 UTC  (18+ messages)
` [PATCH v8 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v8 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v8 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v8 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v8 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v8 06/17] KVM: s390: pv: add export before import
` [PATCH v8 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v8 08/17] KVM: s390: pv: clear the state without memset
` [PATCH v8 09/17] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v8 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v8 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v8 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v8 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v8 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v8 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v8 16/17] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v8 17/17] KVM: s390: pv: avoid export before import if possible

[PATCH v2 0/3] Enable vhost-user to be used on BSD systems
 2022-03-02 18:03 UTC  (4+ messages)
` [PATCH v2 1/3] event_notifier: add event_notifier_get_wfd()
` [PATCH v2 2/3] vhost: use wfd on functions setting vring call fd
` [PATCH v2 3/3] configure, meson: allow enabling vhost-user on all POSIX systems

[PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore
 2022-03-02 18:01 UTC 

[PATCH v2 00/12] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-03-02 17:52 UTC  (14+ messages)
` [PATCH v2 01/12] KVM: x86/pmu: Update comments for AMD gp counters
` [PATCH v2 02/12] KVM: x86/pmu: Extract check_pmu_event_filter() from the same semantics
` [PATCH v2 03/12] KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
` [PATCH v2 04/12] KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
` [PATCH v2 05/12] KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
` [PATCH v2 06/12] KVM: x86/pmu: Use only the uniformly exported interface reprogram_counter()
` [PATCH v2 07/12] KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp, fixed}counter()
` [PATCH v2 08/12] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH v2 09/12] KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
` [PATCH v2 10/12] KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
` [PATCH v2 11/12] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU
` [PATCH v2 12/12] KVM: x86/pmu: Clear reserved bit PERF_CTL2[43] for AMD erratum 1292

[PATCH] KVM: allow struct kvm to outlive the file descriptors
 2022-03-02 17:48 UTC  (3+ messages)

[kvm-unit-tests PATCH RESEND 1/2] x86/pmu: Make "ref cycles" test to pass on the latest cpu
 2022-03-02 17:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH RESEND 2/2] x86/pmu: Fix a comment about full-width counter writes support

propagating vmgenid outward and upward
 2022-03-02 17:27 UTC  (20+ messages)

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-02 17:10 UTC  (15+ messages)

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-03-02 16:57 UTC  (17+ messages)
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-02 16:14 UTC  (11+ messages)
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-02 14:41 UTC  (6+ messages)
` [PATCH kvmtool v7 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v7 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v7 3/3] Add --no-pvtime command line argument

[PATCH kvmtool v6 0/3] aarch64: Add stolen time support
 2022-03-02 14:03 UTC  (4+ messages)
` [PATCH kvmtool v6 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v6 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v6 3/3] Add --no-pvtime command line argument

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-02 14:04 UTC  (3+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-03-02 13:33 UTC 

[PATCH] KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
 2022-03-02 13:15 UTC 

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

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-02 12:21 UTC  (5+ messages)
` [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write

[PATCH v1 1/1] KVM: s390x: fix SCK locking
 2022-03-02 12:00 UTC  (3+ messages)

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

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-02 10:46 UTC  (4+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device

[PATCH] KVM: x86/cpuid: Stop exposing unknown AMX Tile Palettes and accelerator units
 2022-03-02 10:34 UTC  (3+ messages)

[PATCH] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
 2022-03-02 10:24 UTC 

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-03-02  9:57 UTC  (8+ messages)
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to "

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-03-02  9:23 UTC  (6+ messages)

[PATCH v6 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
 2022-03-02  9:07 UTC  (12+ messages)

[PATCH 00/19] KVM: selftests: Add x86 mmu_role test and cleanups
 2022-03-02  7:45 UTC  (3+ messages)
` [PATCH 19/19] KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates

[PATCH v6 0/9] IPI virtualization support for VM
 2022-03-02  6:45 UTC  (5+ messages)
` [PATCH v6 7/9] KVM: VMX: enable IPI virtualization

[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-03-02  3:37 UTC  (3+ messages)

[PATCH v3] KVM: VMX: Enable Notify VM exit
 2022-03-02  2:15 UTC  (17+ messages)

[PATCH] kvm: x86: Improve virtual machine startup performance
 2022-03-02  1:30 UTC  (3+ 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).