kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-04 18:22:33 to 2019-11-06 01:01:25 UTC [more...]

[PATCH] KVM: X86: Dynamically allocating MSR number lists(msrs_to_save[], emulated_msrs[], msr_based_features[])
 2019-11-06  1:01 UTC  (8+ messages)

[PATCH v2 00/14] KVM: x86: Remove emulation_result enums
 2019-11-06  0:58 UTC  (4+ messages)

[PATCH RFC] KVM: x86: tell guests if the exposed SMT topology is trustworthy
 2019-11-05 23:56 UTC  (10+ messages)

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-05 23:35 UTC  (7+ messages)
` [RFC v2 1/3] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)

[PATCH v2 0/4] Add support for capturing the highest observable L2 TSC
 2019-11-05 22:48 UTC  (11+ messages)
` [PATCH v2 1/4] kvm: nested: Introduce read_and_check_msr_entry()
` [PATCH v2 2/4] kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_MSR_ENTRIES
` [PATCH v2 3/4] kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
` [PATCH v2 4/4] KVM: nVMX: Add support for capturing highest observable L2 TSC

[PATCH v4 00/17] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-11-05 22:47 UTC  (16+ messages)
` [PATCH v4 04/17] kvm: x86: Add support for activate/de-activate APICv at runtime
` [PATCH v4 07/17] svm: Add support for setup/destroy virutal APIC backing page for AVIC
` [PATCH v4 08/17] kvm: x86: Introduce APICv pre-update hook
` [PATCH v4 13/17] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode

[kvm-unit-tests PATCH v3 0/2] Save/Restore clobbered register and struct initialization
 2019-11-05 22:26 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] x86: realmode: save and restore %es

[PATCH v2] kvm: x86: Add cr3 to struct kvm_debug_exit_arch
 2019-11-05 22:23 UTC  (5+ messages)

[PATCH v13 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-05 22:06 UTC  (10+ messages)
` [PATCH v13 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v13 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v13 3/6] mm: Introduce Reported pages
` [PATCH v13 4/6] mm: Add device side and notifier for unused page reporting
` [PATCH v13 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v13 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v13 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v13 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v13 QEMU 3/3] virtio-balloon: Provide a interface for "

[PATCH v3 0/2] Update UMIP config parameter and docs
 2019-11-05 21:25 UTC  (3+ messages)
` [PATCH v3 1/2] x86/Kconfig: Rename UMIP config parameter
` [PATCH v3 2/2] x86/umip: Update the comments to cover generic x86 processors

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-11-05 21:10 UTC  (2+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-05 11:03 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER
` [PATCH v4 2/5] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v4 3/5] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v4 4/5] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v4 5/5] KVM: mips: "

[kvm-unit-tests PATCH 0/2] s390x: Improve architectural compliance for diag308
 2019-11-05 19:53 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Add CR save area
` [kvm-unit-tests PATCH 2/2] s390x: Remove DAT and add short indication psw bits on diag308 reset

[PATCH] VFIO: PCI: eliminate unnecessary overhead in vfio_pci_reflck_find
 2019-11-05 19:24 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Fix the register order to match struct regs
 2019-11-05 19:24 UTC  (2+ messages)

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 19:00 UTC  (33+ messages)
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-05 18:37 UTC  (32+ messages)
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFC 13/37] KVM: s390: protvirt: Add interruption injection controls
` [RFC 16/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFC 19/37] KVM: s390: protvirt: Add new gprs location handling

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-05 18:35 UTC  (17+ messages)
` [PATCH V8 1/6] mdev: class id support
` [PATCH V8 2/6] modpost: add support for mdev class id
` [PATCH V8 3/6] mdev: introduce device specific ops
` [PATCH V8 4/6] mdev: introduce virtio device and its device ops
` [PATCH V8 5/6] virtio: introduce a mdev based transport
` [PATCH V8 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 18:16 UTC  (7+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()

[PATCH kvm-unit-tests] svm: Verify a pending interrupt queued before entering the guest is not lost
 2019-11-05 16:45 UTC  (2+ messages)

Purchase Order 05/11/2019
 2019-11-05 14:20 UTC 

[PATCH 00/13] KVM monolithic v3
 2019-11-05 15:10 UTC  (26+ messages)
` [PATCH 01/13] KVM: monolithic: x86: remove kvm.ko
` [PATCH 03/13] kvm: monolithic: fixup x86-32 build
` [PATCH 04/13] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 05/13] KVM: monolithic: add more section prefixes
` [PATCH 06/13] KVM: monolithic: x86: remove __exit section prefix from machine_unsetup
` [PATCH 07/13] KVM: monolithic: x86: remove __init section prefix from kvm_x86_cpu_has_kvm_support
` [PATCH 08/13] KVM: monolithic: remove exports
` [PATCH 09/13] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 10/13] KVM: x86: optimize more exit handlers in vmx.c
` [PATCH 11/13] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
` [PATCH 12/13] KVM: retpolines: x86: eliminate retpoline from svm.c "
` [PATCH 13/13] x86: retpolines: eliminate retpoline from msr event handlers

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-05 12:50 UTC  (11+ messages)
` [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
` [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
` [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host

[PATCH 0/2] Intel IFC VF driver for VDPA
 2019-11-05 12:47 UTC  (6+ messages)
` [PATCH 1/2] IFC hardware operation layer
` [PATCH 2/2] IFC VDPA layer

[Bug 205441] New: Enabling KVM causes any Linux VM reboot on kernel boot
 2019-11-05 12:21 UTC 

[PATCH v5] vhost: introduce mdev based hardware backend
 2019-11-05 11:53 UTC 

[PATCH] kvm: cpuid: Expose leaves 0x80000005 and 0x80000006 to the guest
 2019-11-05 10:39 UTC  (4+ messages)

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-11-05  6:49 UTC  (6+ messages)
` [PATCH 5/5] cpuidle-haltpoll: fix up the branch check

[PATCH V7 0/6] mdev based hardware virtio offloading support
 2019-11-05  5:22 UTC  (12+ messages)
` [PATCH V7 1/6] mdev: class id support
` [PATCH V7 3/6] mdev: introduce device specific ops
` [PATCH V7 4/6] mdev: introduce virtio device and its device ops

[PATCH 0/4] Add support for capturing the highest observable L2 TSC
 2019-11-05  2:01 UTC  (10+ messages)
` [PATCH 1/4] kvm: nested: Introduce read_and_check_msr_entry()
` [PATCH 2/4] kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_MSR_ENTRIES
` [PATCH 3/4] kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
` [PATCH 4/4] KVM: nVMX: Add support for capturing highest observable L2 TSC

[PATCH v2] x86/Kconfig: Rename UMIP config parameter
 2019-11-05  1:47 UTC  (5+ messages)

[PATCH 0/4] Emulate and enable UMIP feature on AMD
 2019-11-04 18:46 UTC  (12+ messages)
` [PATCH 2/4] kvm: svm: Enable "


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).