kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 14:52:17 to 2020-02-05 17:13:41 UTC [more...]

[kvmtool RFC PATCH v2 0/8] KVMTOOL RISC-V support
 2020-02-05 17:13 UTC  (2+ messages)

[PATCH v4 00/14] KVM: Dirty ring interface
 2020-02-05 17:11 UTC  (20+ messages)
` [PATCH v4 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v4 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v4 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
  ` [PATCH 05/14] KVM: X86: Implement ring-based dirty memory tracking
  ` [PATCH 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
  ` [PATCH 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
  ` [PATCH 08/14] KVM: selftests: Always clear dirty bitmap after iteration
  ` [PATCH 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
  ` [PATCH 10/14] KVM: selftests: Use a single binary for dirty/clear log test
  ` [PATCH 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
  ` [PATCH 12/14] KVM: selftests: Add dirty ring buffer test
  ` [PATCH 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH 00/26] KVM: x86: Purge kvm_x86_ops->*_supported()
 2020-02-05 17:02 UTC  (19+ messages)
` [PATCH 01/26] KVM: x86: Remove superfluous brackets from case statement
` [PATCH 02/26] KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
` [PATCH 03/26] KVM: x86: Snapshot MSR index in a local variable when processing lists
` [PATCH 04/26] KVM: x86: Add a kvm_x86_ops hook to query virtualized MSR support
` [PATCH 05/26] KVM: x86: Move MSR_TSC_AUX existence checks into vendor code
` [PATCH 06/26] KVM: x86: Move MSR_IA32_BNDCFGS "

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-02-05 17:02 UTC  (15+ messages)
` [PATCH v2 kvmtool 18/30] hw/vesa: Set the size for BAR 0
` [PATCH v2 kvmtool 19/30] Use independent read/write locks for ioport and mmio
` [PATCH v2 kvmtool 20/30] pci: Add helpers for BAR values and memory/IO space access
` [PATCH v2 kvmtool 21/30] virtio/pci: Get emulated region address from BARs
` [PATCH v2 kvmtool 22/30] vfio: Destroy memslot when unmapping the associated VAs

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-05 17:00 UTC  (79+ messages)
` [RFCv2 05/37] s390/mm: provide memory management functions for protected KVM guests
` [RFCv2 08/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFCv2 09/37] KVM: s390: protvirt: Add KVM api documentation
` [RFCv2 11/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [RFCv2 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFCv2 13/37] KVM: s390: protvirt: Instruction emulation
` [RFCv2 14/37] KVM: s390: protvirt: Add interruption injection controls
` [RFCv2 15/37] KVM: s390: protvirt: Implement interruption injection
` [RFCv2 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [RFCv2 17/37] KVM: s390: protvirt: Add machine-check interruption injection controls
` [RFCv2 18/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFCv2 19/37] KVM: s390: protvirt: Handle spec exception loops
` [RFCv2 20/37] KVM: s390: protvirt: Add new gprs location handling
` [RFCv2 21/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [RFCv2 22/37] KVM: s390: protvirt: handle secure guest prefix pages
` [RFCv2 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [RFCv2 25/37] KVM: s390: protvirt: STSI handling
` [RFCv2 26/37] KVM: s390: protvirt: disallow one_reg
` [RFCv2 27/37] KVM: s390: protvirt: Only sync fmt4 registers
` [RFCv2 28/37] KVM: s390: protvirt: Add program exception injection
` [RFCv2 30/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling

[PATCH] KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
 2020-02-05 16:56 UTC  (2+ messages)

CPU vulnerabilities in public clouds
 2020-02-05 16:47 UTC  (2+ messages)

[PATCH 1/3] kvm: mmu: Replace unsigned with unsigned int for PTE access
 2020-02-05 16:46 UTC  (9+ messages)
` [PATCH 2/3] kvm: mmu: Separate generating and setting mmio ptes
` [PATCH 3/3] kvm: mmu: Separate pte generation from set_spte

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-05 16:43 UTC  (3+ messages)
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table

[PATCH kvm-unit-tests] x86: provide enabled and disabled variation of the PCID test
 2020-02-05 15:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Use "-cpu host" for PCID tests
 2020-02-05 15:44 UTC  (5+ messages)

[PATCH] KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
 2020-02-05 15:30 UTC  (2+ messages)

[GIT PULL 0/7] KVM: s390: Fixes and cleanups for 5.6
 2020-02-05 15:15 UTC  (2+ messages)

[PATCH] KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
 2020-02-05 15:13 UTC 

[kvm-unit-tests PULL 0/9] s390x and CI patches
 2020-02-05 14:58 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: pmu: Test WRMSR on a running counter
 2020-02-05 14:56 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: Fix the name for the SMEP CPUID bit
 2020-02-05 14:56 UTC  (4+ messages)

[PATCH 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-02-05 14:55 UTC  (5+ messages)
` [PATCH 1/3] x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_evmcs()
` [PATCH 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
` [PATCH 3/3] x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests

[PATCH] KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
 2020-02-05 14:31 UTC  (6+ messages)

[PATCH 0/2] KVM: MIPS: Bug fix and cleanup
 2020-02-05 14:30 UTC  (2+ messages)

[PATCH] x86/kvm: do not setup pv tlb flush when not paravirtualized
 2020-02-05 14:28 UTC  (2+ messages)

[PATCH v2] KVM: fix overflow of zero page refcount with ksm running
 2020-02-05 14:27 UTC  (2+ messages)

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-05 14:18 UTC  (17+ messages)
` [RFC PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [RFC PATCH 2/7] vfio/pci: Implement match ops
` [RFC PATCH 3/7] vfio/pci: Introduce VF token
` [RFC PATCH 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [RFC PATCH 5/7] vfio/pci: Add sriov_configure support
` [RFC PATCH 6/7] vfio/pci: Remove dev_fmt definition
` [RFC PATCH 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
 2020-02-05 13:26 UTC  (8+ messages)

[PATCH] vhost: introduce vDPA based backend
 2020-02-05 13:14 UTC  (22+ messages)

[kvm-unit-tests PATCH] Add Janosch as a s390x maintainer
 2020-02-05 11:22 UTC  (3+ messages)

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-02-05  6:23 UTC  (9+ messages)
` [RFC v3 2/8] vfio/type1: Make per-application (VM) PASID quota tunable
` [RFC v3 4/8] vfio/type1: Add VFIO_NESTING_GET_IOMMU_UAPI_VERSION

[PATCH 0/5] vDPA support
 2020-02-05  3:14 UTC  (6+ messages)
` [PATCH 5/5] vdpasim: vDPA device simulator

[PATCH v3 3/3] selftests: KVM: SVM: Add vmcall test
 2020-02-05  2:04 UTC 

[PATCH] KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
 2020-02-05  1:57 UTC 

[PATCH v3 1/3] selftests: KVM: Replace get_gdt/idt_base() by get_gdt/idt()
 2020-02-05  1:41 UTC 

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-04 21:57 UTC  (16+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()
` [PATCH RFC 10/10] nvdimm/e820: add multiple namespaces support

[kvm-unit-tests PATCH v4 00/10] arm/arm64: Various fixes
 2020-02-04 17:36 UTC  (3+ messages)

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-02-04 17:20 UTC  (3+ messages)

[PATCH v3 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-04 16:09 UTC  (7+ messages)
` [PATCH v3 1/3] selftests: KVM: Replace get_gdt/idt_base() by get_gdt/idt()
` [PATCH v3 2/3] selftests: KVM: AMD Nested test infrastructure
` [PATCH v3 3/3] selftests: KVM: SVM: Add vmcall test

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-04 15:40 UTC  (2+ 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).