kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 14:41:36 to 2021-10-31 21:36:51 UTC [more...]

[kvm-unit-tests PATCH v1 0/7] x86_64 UEFI set up process refactor and scripts fixes
 2021-10-31 21:36 UTC  (14+ messages)
` [kvm-unit-tests PATCH v1 1/7] x86 UEFI: Remove mixed_mode
` [kvm-unit-tests PATCH v1 2/7] x86 UEFI: Refactor set up process
` [kvm-unit-tests PATCH v1 3/7] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests PATCH v1 4/7] x86 UEFI: Set UEFI OVMF as readonly
` [kvm-unit-tests PATCH v1 5/7] x86 UEFI: Exit QEMU with return code
` [kvm-unit-tests PATCH v1 6/7] scripts: Generalize EFI check
` [kvm-unit-tests PATCH v1 7/7] x86 UEFI: Make run_tests.sh (mostly) work under UEFI

[GIT PULL] KVM fixes for Linux 5.15 (rc8 or final)
 2021-10-31 19:24 UTC  (2+ messages)

[PATCH] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
 2021-10-31 19:05 UTC  (7+ messages)

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-31 16:35 UTC  (68+ messages)
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [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 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [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

[GIT PULL 00/17] KVM: s390: Fixes and Features for 5.16
 2021-10-31 12:11 UTC  (18+ messages)
` [GIT PULL 01/17] s390/gmap: validate VMA in __gmap_zap()
` [GIT PULL 02/17] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [GIT PULL 03/17] s390/mm: validate VMA in PGSTE manipulation functions
` [GIT PULL 04/17] s390/mm: fix VMA and page table handling code in storage key handling functions
` [GIT PULL 05/17] s390/uv: fully validate the VMA before calling follow_page()
` [GIT PULL 06/17] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [GIT PULL 07/17] s390/mm: optimize set_guest_storage_key()
` [GIT PULL 08/17] s390/mm: optimize reset_guest_reference_bit()
` [GIT PULL 09/17] KVM: s390: pv: add macros for UVC CC values
` [GIT PULL 10/17] KVM: s390: pv: avoid double free of sida page
` [GIT PULL 11/17] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [GIT PULL 12/17] KVM: s390: pv: avoid stalls when making pages secure
` [GIT PULL 13/17] KVM: s390: Simplify SIGP Set Arch handling
` [GIT PULL 14/17] KVM: s390: Add a routine for setting userspace CPU state
` [GIT PULL 15/17] KVM: s390: Fix handle_sske page fault handling
` [GIT PULL 16/17] KVM: s390: pv: properly handle page flags for protected guests
` [GIT PULL 17/17] KVM: s390: add debug statement for diag 318 CPNC data

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-10-31  8:31 UTC  (15+ messages)
  ` [EXTERNAL] "

[GIT PULL] KVM/arm64 updates for 5.16
 2021-10-31  6:30 UTC  (2+ messages)

[PATCH 1/5] KVM: selftests: Add event channel upcall support to xen_shinfo_test
 2021-10-30 19:44 UTC  (5+ messages)
` [PATCH 2/5] KVM: x86/xen: Use sizeof_field() instead of open-coding it
` [PATCH 3/5] KVM: Fix kvm_map_gfn()/kvm_unmap_gfn() to take a kvm as their names imply
` [PATCH 4/5] KVM: x86/xen: Reinstate mapping of Xen shared_info page
` [PATCH 5/5] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery

[PATCH -next] RISC-V: KVM: fix boolreturn.cocci warnings
 2021-10-30 10:44 UTC  (2+ messages)

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2021-10-30  1:34 UTC  (7+ messages)
` [PATCH v3 23/37] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-10-30  0:32 UTC  (11+ messages)
` [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 v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-10-30  0:08 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
` [PATCH v2 2/8] KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 4/8] KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes
` [PATCH v2 5/8] KVM: x86: Don't bother reading sparse banks that end up being ignored
` [PATCH v2 6/8] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields

[kvm-unit-tests PATCH] x86: Look up the PTE rather than assuming it
 2021-10-29 22:59 UTC  (3+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-10-29 22:06 UTC  (23+ messages)

[PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap
 2021-10-29 19:53 UTC  (15+ messages)

[PATCH] KVM: x86: fix code indentation issues
 2021-10-29 19:10 UTC 

[PATCH 0/3] KVM: arm64: Fixes for the exposed debug architecture
 2021-10-29 18:18 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH 2/3] KVM: arm64: Allow the guest to change the OS Lock status
` [PATCH 3/3] KVM: arm64: Raise KVM's reported debug architecture to v8.2

[RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
 2021-10-29 13:55 UTC  (12+ messages)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-29 12:44 UTC  (4+ messages)
` [RFC 20/20] Doc: Add documentation for /dev/iommu

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

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-10-29  9:47 UTC  (2+ messages)

[PATCH v4 0/4] Move vfio_ccw to the new mdev API
 2021-10-28 18:40 UTC  (2+ messages)

[GIT PULL] virtio: last minute fixes
 2021-10-28 17:25 UTC  (2+ messages)

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

[PATCH 1/3] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
 2021-10-28 15:37 UTC  (4+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-28 15:07 UTC  (11+ messages)
` [PATCH v6 11/42] x86/sev: Check the vmpl level
` [PATCH v6 40/42] virt: Add SEV-SNP guest driver

[PATCH 0/3] RISC-V: KVM: Few assorted changes
 2021-10-28 15:05 UTC  (3+ messages)

BUG: spinlock bad magic in synchronize_srcu
 2021-10-28 14:58 UTC  (3+ messages)
` [syzbot] "

[PATCH v2 0/3] KVM: s390: Some gaccess cleanup
 2021-10-28 14:48 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: s390: gaccess: Refactor gpa and length calculation
` [PATCH v2] KVM: s390: gaccess: Refactor access address range check
` [PATCH v2 3/3] KVM: s390: gaccess: Cleanup access to guest frames

[PATCH v2 0/5] KVM: arm64: Rework FPSIMD/SVE tracking
 2021-10-28 13:14 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: arm64: Reorder vcpu flag definitions
` [PATCH v2 2/5] KVM: arm64: Get rid of host SVE tracking/saving
` [PATCH v2 3/5] KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
` [PATCH v2 4/5] KVM: arm64: Stop mapping current thread_info at EL2
` [PATCH v2 5/5] arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVM

[PATCH] x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
 2021-10-28 11:59 UTC  (2+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-28  8:14 UTC  (8+ messages)

There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c
 2021-10-28  7:42 UTC  (3+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-10-28  1:50 UTC  (15+ messages)

[PATCH] vhost: Make use of the helper macro kthread_run()
 2021-10-27 20:12 UTC  (3+ messages)

[PATCH V4 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-27 16:53 UTC  (8+ messages)
` [PATCH V4 mlx5-next 13/13] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-10-27 16:51 UTC  (9+ messages)
` [PATCH v1 02/12] vhost: Return number of free memslots

[PATCH] nitro_enclaves: Fix implicit type conversion
 2021-10-27 16:27 UTC 

[PATCH V5 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-27 15:30 UTC  (5+ messages)
` [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 v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler
 2021-10-27 15:13 UTC  (11+ messages)

[PATCH] KVM: SEV-ES: fix another issue with string I/O VMGEXITs
 2021-10-27 14:59 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).