kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 01:32:20 to 2020-08-17 08:27:33 UTC [more...]

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-17  8:26 UTC  (7+ messages)

[PATCH 0/7] R4000 clock enhancements for Loongson
 2020-08-17  7:55 UTC  (9+ messages)
` [PATCH 1/7] MIPS: sync-r4k: Rework to be many cores firendly
` [PATCH 2/7] MIPS: time: Use CPUHUP to handle r4k timer
` [PATCH 3/7] MIPS: Kconfig: Always select SYNC_R4K if both SMP and r4k timer is enabled
` [PATCH 4/7] MIPS: Loongson64: Remove custom count sync procudure
` [PATCH 5/7] MIPS: cevt-r4k: Don't handle IRQ if clockevent is not enabled
` [PATCH 6/7] MIPS: cevt-r4k: Enable intimer for Loongson CPUs with extimer
` [PATCH 7/7] MIPS: KVM: Don't use htimer when INTIMER is disabled

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-08-17  7:45 UTC  (37+ messages)
` [PATCH v6 02/15] iommu: Report domain nesting info
` [PATCH v6 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v6 05/15] vfio: Add PASID allocation/free support
` [PATCH v6 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v6 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v6 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v6 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v6 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v6 14/15] vfio: Document dual stage control
` [PATCH v6 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-08-17  7:39 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document
` [PATCH 2/3] KVM: uapi: Remove KVM_DEV_TYPE_ARM_PV_TIME in kvm_device_type
` [PATCH 3/3] KVM: arm64: Use kvm_write_guest_lock when init stolen time

device compatibility interface for live migration with assigned devices
 2020-08-17  6:38 UTC  (21+ messages)

[PATCH] KVM: x86: kvmclock_init_mem() should be called any way
 2020-08-17  5:57 UTC 

[RESEND RFC v2 0/2] add bus lock VM exit support
 2020-08-17  3:36 UTC  (3+ messages)
` [RESEND RFC v2 1/2] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RESEND RFC v2 2/2] KVM: VMX: Enable bus lock VM exit

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-08-17  2:24 UTC  (20+ messages)

[RFC v2 0/2] add bus lock VM exit support
 2020-08-17  1:44 UTC  (3+ messages)
` [RFC v2 1/2] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC v2 2/2] KVM: VMX: Enable bus lock VM exit

[PATCH v5] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-08-16  7:47 UTC  (3+ messages)

x86 MMU: RMap Interface
 2020-08-15 21:08 UTC  (3+ messages)

[RFC 0/7] KVM: PKS Virtualization support
 2020-08-14 17:34 UTC  (16+ messages)
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR
` [RFC 6/7] KVM: X86: Expose PKS to guest and userspace
` [RFC 7/7] KVM: VMX: Enable PKS for nested VM

[PATCH v3 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-08-14 16:55 UTC  (8+ messages)

[PATCH v3 0/4] Restrict PV features to only enabled guests
 2020-08-14 15:43 UTC  (7+ messages)
` [PATCH v3 1/4] kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
` [PATCH v3 3/4] kvm: x86: only provide PV features if enabled in guest's CPUID

[kvm-unit-tests RFC v1 0/5] Rewrite the allocators
 2020-08-14 15:10 UTC  (6+ messages)
` [kvm-unit-tests RFC v1 1/5] lib/vmalloc: vmalloc support for handling allocation metadata
` [kvm-unit-tests RFC v1 2/5] lib/alloc_page: complete rewrite of the page allocator
` [kvm-unit-tests RFC v1 3/5] lib/alloc: simplify free and malloc
` [kvm-unit-tests RFC v1 4/5] lib/alloc.h: remove align_min from struct alloc_ops
` [kvm-unit-tests RFC v1 5/5] lib/alloc_page: allow reserving arbitrary memory ranges

[PATCH] kvm: nVMX: flush TLB when decoded insn != VM-exit reason
 2020-08-14 14:56 UTC  (5+ messages)

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-14 14:30 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86: move kvm_vcpu_gfn_to_memslot() out of try_async_pf()
` [PATCH v2 2/3] KVM: x86: introduce KVM_MEM_PCI_HOLE memory

[kvm-unit-tests RFC v2 0/4] s390x: Add Protected VM support
 2020-08-14 13:29 UTC  (18+ messages)
` [kvm-unit-tests RFC v2 1/4] common.bash: run `cmd` only if a test case was found
` [kvm-unit-tests RFC v2 2/4] scripts: add support for architecture dependent functions
` [kvm-unit-tests RFC v2 3/4] run_tests/mkstandalone: add arch dependent function to `for_each_unittest`
` [kvm-unit-tests RFC v2 4/4] s390x: add Protected VM support

[PATCH] selftests: kvm: Fix an unexpected failure with newer gcc compiler
 2020-08-14 13:21 UTC 

[RFC 0/4] kvm: arm64: emulate ID registers
 2020-08-14 12:51 UTC  (18+ messages)
` [RFC 1/4] arm64: add a helper function to traverse arm64_ftr_regs
` [RFC 2/4] kvm: arm64: emulate the ID registers
` [RFC 3/4] kvm: arm64: make ID registers configurable
` [RFC 4/4] kvm: arm64: add KVM_CAP_ARM_CPU_FEATURE extension

[kvm-unit-tests] pmu: make llc misses test to pass on more cpu types
 2020-08-14  8:48 UTC 

[PATCH v13 00/10] Guest Last Branch Recording Enabling (KVM part)
 2020-08-14  8:48 UTC  (2+ messages)

[PATCH V2] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-08-14  2:37 UTC 

[PATCH v3] PCI: Identifying detached virtual functions
 2020-08-13 15:40 UTC  (2+ messages)
` [PATCH v3] PCI: Introduce flag for "

[PATCH v2 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-13 14:58 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting

[RFC PATCH 0/7] metricfs metric file system and examples
 2020-08-13 14:21 UTC  (7+ messages)
` [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

[PATCH v2] PCI: Identifying detached virtual functions
 2020-08-13 13:28 UTC  (13+ messages)
` [PATCH v2] PCI: Introduce flag for "

Call for Outreachy Mentors (December 2020 - March 2021)
 2020-08-13 10:48 UTC 

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-13  8:19 UTC  (5+ messages)
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests

IPI broadcast latency in the guest is worse when AVIC is enabled
 2020-08-13  7:59 UTC  (3+ messages)

[PATCH] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-08-13  6:11 UTC  (4+ messages)
    ` 答复: "

[PATCH v2 0/2] KVM: x86/mmu: Zap orphaned kids for nested TDP MMU
 2020-08-12 21:15 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: x86/mmu: Move flush logic from mmu_page_zap_pte() to FNAME(invlpg)
` [PATCH v2 2/2] KVM: x86/MMU: Recursively zap nested TDP SPs when zapping last/only parent

[GIT PULL] VFIO updates for v5.9-rc1
 2020-08-12 19:58 UTC  (2+ messages)

[GIT PULL] Second batch of KVM changes for Linux 5.9
 2020-08-12 19:58 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Tracepoint improvements and fixes
 2020-08-12 18:10 UTC  (6+ messages)
` [PATCH 6/7] KVM: x86: Use common definition for kvm_nested_vmexit tracepoint

[PATCH] KVM: nVMX: Add VM-Enter failed tracepoints for super early checks
 2020-08-12 18:06 UTC 

[PATCH] PCI: Identifying detached virtual functions
 2020-08-12 18:04 UTC  (4+ messages)
` [PATCH] PCI: Introduce flag for "

[PATCH] KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
 2020-08-12 17:51 UTC 

KVM call for agenda for 2020-08-25
 2020-08-12 14:13 UTC 

[PATCH] KVM: x86/pmu: Add '.exclude_hv = 1' for guest perf_event
 2020-08-12 13:51 UTC  (9+ messages)

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-12 12:32 UTC  (6+ messages)
` [PATCH v4 4/4] vhost: add an "

[PATCH] kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
 2020-08-12  3:18 UTC  (4+ messages)

VDPA Debug/Statistics
 2020-08-12  2:09 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add git tree for KVM/mips
 2020-08-12  1:32 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).