kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 17:13:43 to 2019-09-25 07:57:51 UTC [more...]

[PATCH v4 0/8] Introduce the microvm machine type
 2019-09-25  7:57 UTC  (28+ messages)
` [PATCH v4 1/8] hw/i386: Factorize PVH related functions
` [PATCH v4 2/8] hw/i386: Factorize e820 "
` [PATCH v4 3/8] hw/virtio: Factorize virtio-mmio headers
` [PATCH v4 5/8] fw_cfg: add "modify" functions for all types
` [PATCH v4 6/8] roms: add microvm-bios (qboot) as binary and git submodule
` [PATCH v4 7/8] docs/microvm.txt: document the new microvm machine type
` [PATCH v4 8/8] hw/i386: Introduce the "

[PATCH 00/17] KVM monolithic v1
 2019-09-25  7:52 UTC  (47+ messages)
` [PATCH 01/17] x86: spec_ctrl: fix SPEC_CTRL initialization after kexec
` [PATCH 02/17] KVM: monolithic: x86: convert the kvm_x86_ops methods to external functions
` [PATCH 03/17] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 13/17] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 14/17] KVM: monolithic: x86: inline more exit handlers in vmx.c
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[PATCH] selftests: kvm: Fix libkvm build error
 2019-09-25  7:48 UTC  (2+ messages)

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-09-25  7:45 UTC  (25+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces
` [RFC PATCH 3/4] iommu/vt-d: Map/unmap domain with mmmap/mmunmap
` [RFC PATCH 4/4] iommu/vt-d: Identify domains using first level page table

[PATCH] KVM: LAPIC: Loose fluctuation filter for auto tune lapic_timer_advance_ns
 2019-09-25  5:47 UTC 

[PATCH] vhost: It's better to use size_t for the 3rd parameter of vhost_exceeds_weight()
 2019-09-25  3:59 UTC  (4+ messages)

[PATCH] Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
 2019-09-25  3:15 UTC  (6+ messages)

[kvm-unit-tests PATCH v5 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-25  1:18 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 2/2] x86: nvmx: test max atomic switch MSRs

[kvm-unit-tests PATCH v6 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-25  1:18 UTC  (4+ messages)
` [kvm-unit-tests PATCH v6 2/2] x86: nvmx: test max atomic switch MSRs

[kvm-unit-tests PATCH v7 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-25  1:18 UTC  (2+ messages)
` [kvm-unit-tests PATCH v7 2/2] x86: nvmx: test max atomic switch MSRs

[PATCH V2 0/8] mdev based hardware virtio offloading support
 2019-09-24 23:06 UTC  (12+ messages)
` [PATCH V2 1/8] vringh: fix copy direction of vringh_iov_push_kern()
` [PATCH V2 2/8] mdev: class id support
` [PATCH V2 3/8] mdev: bus uevent support
` [PATCH V2 4/8] modpost: add support for mdev class id
` [PATCH V2 5/8] mdev: introduce device specific ops
` [PATCH V2 6/8] mdev: introduce virtio device and its device ops
` [PATCH V2 7/8] virtio: introduce a mdev based transport
` [PATCH V2 8/8] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v2 0/5] KVM: VMX: Optimize VMX instrs error/fault handling
 2019-09-24 21:03 UTC  (2+ messages)

[PATCH] kvm: x86: Enumerate support for CLZERO instruction
 2019-09-24 20:51 UTC 

[PATCH v6 0/6] Deliver vGPU display refresh event to userspace
 2019-09-24 20:35 UTC  (11+ messages)
` [PATCH v6 1/6] vfio: Define device specific irq type capability
` [PATCH v6 2/6] vfio: Introduce vGPU display irq type
` [PATCH v6 3/6] drm/i915/gvt: Register vGPU display event irq
` [PATCH v6 4/6] drm/i915/gvt: Deliver vGPU refresh event to userspace
` [PATCH v6 5/6] drm/i915/gvt: Deliver async primary plane page flip events at vblank
` [PATCH v6 6/6] drm/i915/gvt: Add cursor plane reg update trap emulation handler

[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
 2019-09-24 20:30 UTC 

[kvm-unit-tests PATCH] x86: debug: use a constraint that doesn't allow a memory operand
 2019-09-24 19:35 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: emulator: use "q" operand modifier
 2019-09-24 19:35 UTC  (3+ messages)

[kvm-unit-tests PATCH] kvm-unit-test: x86: Add RDPRU test
 2019-09-24 19:31 UTC  (8+ messages)

[kvm:queue 4/47] arch/x86/kvm/vmx/vmx.c:503:10: warning: cast from pointer to integer of different size
 2019-09-24 18:54 UTC 

[PATCH 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-24 17:26 UTC  (9+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: XIVE: initialize private pointer when VPs are allocated
` [PATCH 3/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-24 17:28 UTC  (7+ messages)

[PATCH AUTOSEL 5.2 41/70] vfio_pci: Restore original state on release
 2019-09-24 16:45 UTC 

[PATCH AUTOSEL 4.19 30/50] vfio_pci: Restore original state on release
 2019-09-24 16:48 UTC 

[PATCH] kvm: svm: Intercept RDPRU
 2019-09-24 16:53 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 11/14] vfio_pci: Restore original state on release
 2019-09-24 16:52 UTC 

[PATCH AUTOSEL 4.14 20/28] vfio_pci: Restore original state on release
 2019-09-24 16:50 UTC 

[PATCH AUTOSEL 4.9 13/19] vfio_pci: Restore original state on release
 2019-09-24 16:51 UTC 

[PATCH AUTOSEL 5.3 52/87] vfio_pci: Restore original state on release
 2019-09-24 16:41 UTC 

[kvm-unit-tests PATCH v3 4/6] s390x: Add initial smp code
 2019-09-24 16:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH] "

[PATCH kvm-unit-tests 0/8]: x86: vmx: Test INIT processing in various CPU VMX states
 2019-09-24 15:42 UTC  (4+ messages)

[PATCH] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
 2019-09-24 15:32 UTC 

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-09-24 15:20 UTC  (3+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space
` [RFC PATCH 2/2] kvm/arm64: expose hypercall_forwarding capability

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-09-24 14:20 UTC  (9+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH v3] kvm: nvmx: limit atomic switch MSRs
 2019-09-24 14:17 UTC  (2+ messages)

[PATCH 0/6] mdev based hardware virtio offloading support
 2019-09-24 14:04 UTC  (21+ messages)
` [PATCH 1/6] mdev: class id support
` [PATCH 2/6] mdev: introduce device specific ops
` [PATCH 4/6] virtio: introduce a mdev based transport
` [PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern()

[kvm-unit-tests PATCH] x86: setjmp: check expected value of "i" to give better feedback
 2019-09-24 14:03 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: remove memory constraint from "mov" instruction
 2019-09-24 14:02 UTC  (2+ messages)

[RFC][PATCH] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-09-24 14:01 UTC  (4+ messages)

[PATCH] kvm: x86: Add "significant index" flag to a few CPUID leaves
 2019-09-24 13:58 UTC  (2+ messages)

[PATCH 1/3] KVM: Fix coalesced mmio ring buffer out-of-bounds access
 2019-09-24 13:55 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: X86: Fix userspace set broken combinations of CPUID and CR4

[PATCH v2] kvm: nvmx: limit atomic switch MSRs
 2019-09-24 13:53 UTC  (2+ messages)

[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm
 2019-09-24 13:46 UTC  (6+ messages)
` [PATCH 1/3] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH 2/3] powerpc/kvm/book3e: "
` [PATCH 3/3] powerpc/kvm/e500: "

[RFC 0/2] kvm: Use host timekeeping in guest
 2019-09-24 11:14 UTC  (8+ messages)
` [RFC 2/2] x86/kvmclock: Use host timekeeping

KVM call for 2019-10-08
 2019-09-24  7:33 UTC 

KVM call for 2019-09-24
 2019-09-24  7:32 UTC  (2+ messages)

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-24  6:50 UTC  (17+ messages)
` [RFC patch 02/15] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY
` [RFC patch 10/15] x86/entry: Move irq tracing to C code
` [RFC patch 14/15] workpending: Provide infrastructure for work before entering a guest

[kvm-unit-tests PATCH v2] kvm-unit-test: x86: Add RDPRU test
 2019-09-24  5:55 UTC  (2+ messages)

[PATCH v7 00/21] KVM RISC-V Support
 2019-09-24  5:07 UTC  (6+ messages)
` [PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU

[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally
 2019-09-24  1:22 UTC  (2+ messages)

[Bug 204975] New: AMD-Vi: Command buffer timeout
 2019-09-23 23:32 UTC  (9+ messages)
` [Bug 204975] "

[RFC] VSOCK: add support for MSG_PEEK
 2019-09-23 19:16 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).