kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 22:29:51 to 2019-09-24 07:33:06 UTC [more...]

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 0/4] Use 1st-level for DMA remapping in guest
 2019-09-24  7:00 UTC  (12+ messages)
` [RFC PATCH 1/4] iommu/vt-d: Move domain_flush_cache helper into header
` [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

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-24  6:50 UTC  (26+ messages)
` [RFC patch 01/15] entry: Provide generic syscall entry functionality
` [RFC patch 02/15] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY
` [RFC patch 03/15] x86/entry: Use generic syscall entry function
` [RFC patch 09/15] entry: Provide generic exit to usermode functionality
` [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

[PATCH v6 0/6] Deliver vGPU display refresh event to userspace
 2019-09-24  6:41 UTC  (7+ 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 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-24  5:33 UTC  (12+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: XIVE: initialize private pointer when VPs are allocated
` [PATCH 2/6] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive "
` [PATCH 3/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
` [PATCH 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
` [PATCH 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs

[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  (22+ messages)
` [PATCH v7 02/21] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v7 08/21] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v7 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v7 18/21] RISC-V: KVM: Add SBI v0.1 support

[PATCH 00/17] KVM monolithic v1
 2019-09-24  2:56 UTC  (54+ 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 07/17] KVM: monolithic: x86: adjust the section prefixes
` [PATCH 10/17] KVM: monolithic: x86: use the external functions instead of kvm_x86_ops
` [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 16/17] KVM: retpolines: x86: eliminate retpoline from svm.c "

[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm
 2019-09-24  2:00 UTC  (5+ 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: "

[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] "

[PATCH 0/6] mdev based hardware virtio offloading support
 2019-09-23 22:59 UTC  (17+ messages)
` [PATCH 1/6] mdev: class id support
` [PATCH 2/6] mdev: introduce device specific ops
` [PATCH 3/6] mdev: introduce virtio device and its device ops
` [PATCH 4/6] virtio: introduce a mdev based transport
` [PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern()
` [PATCH 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

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

[RFC] VSOCK: add support for MSG_PEEK
 2019-09-23 19:16 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: hyper-v: make L2 Hyper-V 2019 on KVM guests see MD_CLEAR
 2019-09-23 16:48 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-23 16:39 UTC  (13+ messages)
` [PATCH v10 3/6] mm: Introduce Reported pages

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

[kvm-unit-tests PATCH v3 0/6] s390x: Add multiboot and smp
 2019-09-23 14:15 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 4/6] s390x: Add initial smp code
    ` [kvm-unit-tests PATCH] "

[PATCH kvmtool 00/16] arm: Allow the user to define the memory layout
 2019-09-23 13:35 UTC  (17+ messages)
` [PATCH kvmtool 01/16] arm: Allow use of hugepage with 16K pagesize host
` [PATCH kvmtool 02/16] kvm__arch_init: Don't pass hugetlbfs_path and ram_size in parameter
` [PATCH kvmtool 03/16] virtio/scsi: Allow the use of multiple banks
` [PATCH kvmtool 04/16] kvmtool: Add helper to sanitize arch specific KVM configuration
` [PATCH kvmtool 05/16] kvmtool: Use MB consistently
` [PATCH kvmtool 06/16] builtin-run.c: Always use ram_size in bytes
` [PATCH kvmtool 07/16] arm: Remove redundant define ARM_PCI_CFG_SIZE
` [PATCH kvmtool 08/16] arm: Move anything related to RAM initialization in kvm__init_ram
` [PATCH kvmtool 09/16] arm: Allow the user to specify RAM base address
` [PATCH kvmtool 10/16] kvmtool: Allow standard size specifiers for memory
` [PATCH kvmtool 11/16] arm/pci: Remove unused ioports
` [PATCH kvmtool 12/16] Fold kvm__init_ram call in kvm__arch_init and rename it
` [PATCH kvmtool 13/16] arm: Allow any base address for RAM
` [PATCH kvmtool 14/16] arm: Move memory related code to memory.c
` [PATCH kvmtool 15/16] kvmtool: Make the size@addr option parser globally visible
` [PATCH kvmtool 16/16] arm: Allow the user to define the MMIO regions

[RFC PATCH V2 0/6] mdev based hardware virtio offloading support
 2019-09-23 12:21 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
 2019-09-23 11:12 UTC 

[kvm-unit-tests PATCH] s390x: Fix stsi unaligned test and add selector tests
 2019-09-23  9:59 UTC  (5+ messages)

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

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

[PATCH AUTOSEL 5.3 203/203] kvm: Nested KVM MMUs need PAE root too
 2019-09-22 18:43 UTC 

[PATCH AUTOSEL 5.2 185/185] kvm: Nested KVM MMUs need PAE root too
 2019-09-22 18:49 UTC 

[PATCH v3] kvm: nvmx: limit atomic switch MSRs
 2019-09-20 23:06 UTC  (3+ messages)

[GIT PULL] VFIO updates for v5.4-rc1
 2019-09-20 23:00 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).