kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-25 12:29:44 to 2021-10-27 09:59:41 UTC [more...]

[PATCH V5 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-27  9:56 UTC  (14+ messages)
` [PATCH V5 mlx5-next 01/13] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V5 mlx5-next 02/13] net/mlx5: Reuse exported virtfn index function call
` [PATCH V5 mlx5-next 03/13] net/mlx5: Disable SRIOV before PF removal
` [PATCH V5 mlx5-next 04/13] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V5 mlx5-next 05/13] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V5 mlx5-next 06/13] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V5 mlx5-next 07/13] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V5 mlx5-next 08/13] vfio/pci_core: Make the region->release() function optional
` [PATCH V5 mlx5-next 09/13] net/mlx5: Introduce migration bits and structures
` [PATCH V5 mlx5-next 10/13] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V5 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V5 mlx5-next 12/13] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V5 mlx5-next 13/13] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-27  9:50 UTC  (35+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH 0/6] KVM: Dirty Quota-Based VM Live Migration Auto-Converge
 2021-10-27  7:31 UTC  (10+ messages)
` [PATCH 1/6] Define data structures needed for dirty quota migration
` [PATCH 2/6] Allocate memory for dirty quota context and initialize dirty quota migration flag
` [PATCH 3/6] Add dirty quota migration capability and handle vCPU page fault for dirty quota context
` [PATCH 4/6] Increment dirty counter for vmexit due to page write fault
` [PATCH 5/6] Exit to userspace when dirty quota is full
` [PATCH 6/6] Free space allocated for the vCPU's dirty quota context upon destroy

[PATCH -next] RISC-V: KVM: fix boolreturn.cocci warnings
 2021-10-27  7:20 UTC 

[PATCH 0/2] KVM: some fixes about RDMSR/WRMSR instruction emulation
 2021-10-27  7:00 UTC  (4+ messages)
` [PATCH 1/2] KVM: VMX: fix instruction skipping when handling UD exception

[RFC] /dev/ioasid uAPI proposal
 2021-10-27  6:18 UTC  (13+ messages)

[PATCH] MAINTAINERS: Update powerpc KVM entry
 2021-10-27  6:16 UTC 

[PATCH] KVM: s390x: add debug statement for diag 318 CPNC data
 2021-10-27  5:41 UTC  (3+ messages)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-27  2:32 UTC  (18+ messages)
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group

[RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
 2021-10-27  1:42 UTC  (15+ messages)

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-10-27  0:36 UTC  (8+ messages)
` [PATCH v5 09/13] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5 13/13] KVM: Optimize overlapping memslots check

[PATCH V4 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-26 23:50 UTC  (27+ messages)
` [PATCH V4 mlx5-next 01/13] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V4 mlx5-next 02/13] net/mlx5: Reuse exported virtfn index function call
` [PATCH V4 mlx5-next 03/13] net/mlx5: Disable SRIOV before PF removal
` [PATCH V4 mlx5-next 04/13] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V4 mlx5-next 05/13] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V4 mlx5-next 06/13] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V4 mlx5-next 07/13] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V4 mlx5-next 08/13] vfio/pci_core: Make the region->release() function optional
` [PATCH V4 mlx5-next 09/13] net/mlx5: Introduce migration bits and structures
` [PATCH V4 mlx5-next 10/13] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V4 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V4 mlx5-next 12/13] vfio/pci: Expose vfio_pci_aer_err_detected()
` [PATCH V4 mlx5-next 13/13] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-26 23:43 UTC  (30+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-10-26 20:48 UTC  (12+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-26 19:01 UTC  (6+ messages)

[PATCH v2] kvm: Avoid shadowing a local in search_memslots()
 2021-10-26 18:19 UTC 

[PATCH v2] KVM: x86: Assume a 64-bit hypercall for guests with protected state
 2021-10-26 18:03 UTC  (4+ messages)

[PATCH v4 0/4] Move vfio_ccw to the new mdev API
 2021-10-26 17:57 UTC  (5+ messages)
` [PATCH v4 1/4] vfio/ccw: Remove unneeded GFP_DMA
` [PATCH v4 2/4] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v4 3/4] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v4 4/4] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()

[PATCH MANUALSEL 5.14 1/5] KVM: X86: fix lazy allocation of rmaps
 2021-10-26 17:32 UTC  (11+ messages)
` [PATCH MANUALSEL 5.14 2/5] KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload
` [PATCH MANUALSEL 5.14 3/5] KVM: VMX: Remove redundant handling of bus lock vmexit
` [PATCH MANUALSEL 5.14 4/5] KVM: SEV-ES: Set guest_state_protected after VMSA update
` [PATCH MANUALSEL 5.14 5/5] KVM: MMU: Reset mmu->pkru_mask to avoid stale data

[PATCH 0/3] RISC-V: KVM: Few assorted changes
 2021-10-26 17:01 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
` [PATCH 2/3] RISC-V: KVM: Factor-out FP virtualization into separate sources
` [PATCH 3/3] RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions

[PATCH] kvm: Avoid shadowing a local in search_memslots()
 2021-10-26 16:39 UTC  (6+ messages)

[PATCH] KVM: x86: Take srcu lock in post_kvm_run_save()
 2021-10-26 16:05 UTC  (4+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-26 15:52 UTC  (14+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables

[kvm-unit-tests PATCH v3 0/2] Add specification exception tests
 2021-10-26 14:55 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: Add specification exception test
` [kvm-unit-tests PATCH v3 2/2] s390x: Test specification exceptions during transaction

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-26 14:22 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()

[PATCH v2 00/13] fixes and cleanups for string I/O emulation
 2021-10-26 13:57 UTC  (13+ messages)
` [PATCH 08/13] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 09/13] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 10/13] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 11/13] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 12/13] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 13/13] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-26 11:53 UTC  (3+ messages)
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests

WARNING: stack recursion on stack type 5
 2021-10-26 10:58 UTC 

[PATCH 0/3] fixes for __airqs_kick_single_vcpu()
 2021-10-26  8:52 UTC  (5+ messages)
` [PATCH 3/3] KVM: s390: clear kicked_mask if not idle after set

[PATCH] RISC-V:KVM: remove unneeded semicolon Elimate the following coccinelle check warning: ./arch/riscv/kvm/vcpu_sbi.c:169:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:397:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:687:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:645:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:247:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:284:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:123:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:170:2-3: Unneeded semicolon
 2021-10-26  7:20 UTC  (3+ messages)
` [PATCH] RISC-V:KVM: remove unneeded semicolon

[kvm-unit-tests PATCH v3 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-10-26  6:26 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 11/17] x86 UEFI: Convert x86 test cases to PIC

[kvm-unit-tests PATCH] powerpc/emulator: Fix compilation with recent versions of GCC
 2021-10-26  6:15 UTC 

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-10-26  3:14 UTC  (3+ messages)

[PATCH] KVM: x86: (64-bit x86_64 machine) : fix -frame-larger-than warnings/errors
 2021-10-26  0:22 UTC  (4+ messages)

[PATCH] KVM: SEV-ES: fix another issue with string I/O VMGEXITs
 2021-10-25 20:55 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Rep string I/O WARN removal and test
 2021-10-25 20:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
` [PATCH 2/2] KVM: selftests: Add test to verify KVM doesn't explode on "bad" I/O

[PATCH 4/5] driver core: inhibit automatic driver binding on reserved devices
 2021-10-25 18:36 UTC  (16+ messages)

[kvm-unit-tests PATCH] x86: SEV-ES: add port string IO test case
 2021-10-25 17:09 UTC  (2+ messages)

[PATCH] KVM: vPMU: Don't program counter for interrupt-based event sampling w/o lapic_in_kernel
 2021-10-25 16:44 UTC  (3+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-25 16:35 UTC  (10+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler

[PATCH v2 0/4] KVM: x86: APICv cleanups
 2021-10-25 16:05 UTC  (8+ messages)

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-10-25 13:30 UTC  (9+ messages)
  ` [EXTERNAL] "
` [PATCH v2] "

[PATCH] KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
 2021-10-25 13:18 UTC  (4+ messages)

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-10-25 12:53 UTC 


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