kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-08 02:02:21 to 2020-08-13 04:25:16 UTC [more...]

device compatibility interface for live migration with assigned devices
 2020-08-13  4:24 UTC  (12+ messages)

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

[RFC 0/7] KVM: PKS Virtualization support
 2020-08-12 21:21 UTC  (9+ messages)
` [RFC 1/7] KVM: VMX: Introduce PKS VMCS fields
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR
` [RFC 7/7] KVM: VMX: Enable PKS for nested VM

[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 v3 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-08-12 13:41 UTC  (7+ messages)

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-12 12:32 UTC  (8+ messages)
` [PATCH v4 2/4] rpmsg: move common structures and defines to headers
` [PATCH v4 4/4] vhost: add an RPMsg API

[kvm-unit-tests RFC v2 0/4] s390x: Add Protected VM support
 2020-08-12  9:27 UTC  (5+ 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 v2 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-12  6:30 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-08-12  4:05 UTC  (13+ messages)

[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  (6+ messages)

[PATCH] MAINTAINERS: Add git tree for KVM/mips
 2020-08-12  1:32 UTC 

[PATCH v3] nSVM: Test illegal combinations of EFER.LME, CR0.PG, CR0.PE and CR4.PAE in VMCB
 2020-08-12  0:29 UTC  (2+ messages)

[PATCH v2] kvm-unit-tests: nSVM: Test combinations of EFER.LME, CR0.PG, CR4.PAE, CR0.PE and CS register on VMRUN of nested guests
 2020-08-11 23:48 UTC  (3+ messages)
` [PATCH v2] kvm-unit-tests: nSVM: Test combination of EFER.LME, CR0.PG and CR4.PAE "

[PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
 2020-08-11 22:39 UTC  (8+ messages)

[GIT PULL] virtio: features, fixes
 2020-08-11 21:59 UTC  (2+ messages)

[PATCH] KVM: nSVM: Test combinations of EFER.LME, CR0.PG, CR4.PAE, CR0.PE and CS register on VMRUN of nested guests
 2020-08-11 20:16 UTC  (4+ messages)

[PATCH RESEND] KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup
 2020-08-11 14:38 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Fix sleeping while atomic BUG() on OOM
 2020-08-11 10:52 UTC  (4+ messages)
` [PATCH 1/2] KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
` [PATCH 2/2] KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set

[PATCH] vhost: vdpa: remove per device feature whitelist
 2020-08-11 10:19 UTC  (2+ messages)

[PATCH v6 00/18] Add support for Nitro Enclaves
 2020-08-11 10:17 UTC  (17+ messages)
` [PATCH v6 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v6 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v6 09/18] nitro_enclaves: Add logic for setting an enclave vCPU
` [PATCH v6 10/18] nitro_enclaves: Add logic for getting the enclave image load info
` [PATCH v6 11/18] nitro_enclaves: Add logic for setting an enclave memory region
` [PATCH v6 12/18] nitro_enclaves: Add logic for starting an enclave

[PATCH v3 0/2] Expose new features for Intel processor
 2020-08-11  8:32 UTC  (8+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
` [PATCH v3 2/2] x86/kvm: Expose new features for supported cpuid

IPI broadcast latency in the guest is worse when AVIC is enabled
 2020-08-11  8:28 UTC  (2+ messages)

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

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-08-11  7:29 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test
        ` [kvm-unit-tests PATCH v3] "

[BUG]stack-protector: Kernel stack is corrupted in: apic_update_ppr+0x65/0x70 [kvm]
 2020-08-11  6:11 UTC 

[PATCH] powerpc: kvm: Increase HDEC threshold to enter guest
 2020-08-11  4:08 UTC 

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-08-11  2:53 UTC  (8+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call

[PATCH v5 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-10 22:36 UTC  (5+ messages)
` [PATCH v5 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v5 2/3] KVM: x86: Introduce allow list for MSR emulation

[PATCH v4 00/12] SVM cleanup and INVPCID support for the AMD guests
 2020-08-10 21:59 UTC  (3+ messages)
` [PATCH v4 12/12] KVM:SVM: Enable INVPCID feature on AMD

[PATCH v2 0/8] Allow userspace to manage MSRs
 2020-08-10 21:23 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: x86: Add ioctl for accepting a userspace provided MSR list
` [PATCH v2 2/8] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr
` [PATCH v2 3/8] KVM: x86: Allow em_{rdmsr,wrmsr} to bounce to userspace
` [PATCH v2 4/8] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v2 5/8] KVM: x86: Ensure the MSR bitmap never clears "
` [PATCH v2 6/8] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH v2 7/8] selftests: kvm: Add test to exercise userspace MSR list
` [PATCH v2 8/8] selftests: kvm: Add emulated rdmsr, wrmsr tests

[PATCH 0/6] Allow userspace to manage MSRs
 2020-08-10 21:18 UTC  (6+ messages)
` [PATCH 6/6] selftests: kvm: Add test to exercise userspace MSR list

[RFC PATCH 0/7] metricfs metric file system and examples
 2020-08-10 18:20 UTC  (13+ messages)
` [RFC PATCH 1/7] core/metricfs: Create metricfs, standardized files under debugfs
` [RFC PATCH 2/7] core/metricfs: add support for percpu metricfs files
` [RFC PATCH 3/7] core/metricfs: metric for kernel warnings
` [RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs

[PATCH v1 0/1] Synic default SCONTROL MSR needs to be enabled
 2020-08-10 17:22 UTC  (3+ messages)
` [PATCH v1 1/1] x86/kvm/hyper-v: "

[PATCH] vfio/type1: Add proper error unwind for vfio_iommu_replay()
 2020-08-10 16:26 UTC  (2+ messages)

[PATCH kvmtool] update_headers.sh: Remove arm architecture
 2020-08-10 15:46 UTC  (2+ messages)

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-08-10 15:39 UTC  (2+ messages)

[PATCH kvmtool] update_headers.sh: Remove arm architecture
 2020-08-10 15:38 UTC 

[PATCH v2 kvmtool] virtio: Fix ordering of virtio_queue__should_signal()
 2020-08-10 15:14 UTC  (3+ messages)

[PATCH v2 03/20] virtio: Add get_shm_region method
 2020-08-10 14:50 UTC  (10+ messages)
` [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport
` [PATCH v2 05/20] virtio: Implement get_shm_region for MMIO transport

[kvm-unit-tests PATCH 0/7] Add support for generic ELF cross-compiler
 2020-08-10 13:06 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] x86: Makefile: Allow division on x86_64-elf binutils
` [kvm-unit-tests PATCH 2/7] x86: Replace instruction prefixes with spaces
` [kvm-unit-tests PATCH 3/7] x86: Makefile: Fix linkage of realmode on x86_64-elf binutils
` [kvm-unit-tests PATCH 4/7] lib: Bundle debugreg.h from the kernel
` [kvm-unit-tests PATCH 5/7] lib: x86: Use portable format macros for uint32_t
` [kvm-unit-tests PATCH 6/7] configure: Add an option to specify getopt
` [kvm-unit-tests PATCH 7/7] README: Update build instructions for macOS

[PATCH] kvm: selftests: fix spelling mistake: "missmatch" -> "missmatch"
 2020-08-10 11:21 UTC  (2+ messages)

[PATCH] KVM: SVM: Mark SEV launch secret pages as dirty
 2020-08-10 11:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
 2020-08-10 10:08 UTC 

[PATCH] MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64
 2020-08-10  9:31 UTC  (12+ messages)

[PATCH 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-10  9:09 UTC  (3+ messages)

[PATCH RESEND for-5.9] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-08-10  8:11 UTC  (2+ messages)

WARNING in rcu_irq_exit
 2020-08-10  8:06 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 5.9
 2020-08-09 16:13 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2020-08-09  8:55 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2020-08-09  8:54 UTC  (2+ messages)

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-08-08  5:06 UTC  (5+ messages)

Guest OS migration and lost IPIs
 2020-08-08  2:02 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).