kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-03 21:20:24 to 2019-11-05 10:39:19 UTC [more...]

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

[PATCH 00/13] KVM monolithic v3
 2019-11-05 10:37 UTC  (22+ 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

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

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-05  9:32 UTC  (7+ 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 0/2] Intel IFC VF driver for VDPA
 2019-11-05  9:37 UTC  (3+ messages)
` [PATCH 1/2] IFC hardware operation layer
` [PATCH 2/2] IFC VDPA layer

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-05  9:26 UTC  (36+ messages)
` [RFC 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 14/37] KVM: s390: protvirt: Implement interruption injection
` [RFC 19/37] KVM: s390: protvirt: Add new gprs location handling

[PATCH] KVM: X86: Dynamically allocating MSR number lists(msrs_to_save[], emulated_msrs[], msr_based_features[])
 2019-11-05  9:20 UTC 

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-05  9:14 UTC  (13+ 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 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
` [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host

[PATCH v4 00/17] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-11-05  8:40 UTC  (15+ 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

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-11-05  6:49 UTC  (12+ messages)
` [PATCH 1/5] KVM: simplify branch check in host poll code
` [PATCH 4/5] cpuidle-haltpoll: add a check to ensure grow start value is nonzero
` [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  (15+ messages)
` [PATCH V7 1/6] mdev: class id support
` [PATCH V7 2/6] modpost: add support for mdev class id
` [PATCH V7 3/6] mdev: introduce device specific ops
` [PATCH V7 4/6] mdev: introduce virtio device and its device ops
` [PATCH V7 5/6] virtio: introduce a mdev based transport
` [PATCH V7 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05  2:32 UTC  (44+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 14/18] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

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

[RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
 2019-11-04 14:38 UTC  (5+ messages)
` [RFC v2] "

[kvm-unit-tests PATCH v2 0/5] s390x: SCLP Unit test
 2019-11-04 14:29 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v2 5/5] s390x: SCLP unit test

[PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-04 12:43 UTC  (8+ messages)
` [PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option
` [PATCH v21 2/6] docs: APEI GHES generation and CPER record description
` [PATCH v21 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v21 6/6] MAINTAINERS: Add APCI/APEI/GHES entries

[PATCH 1/2] KVM: Fix NULL-ptr defer after kvm_create_vm fails
 2019-11-04 12:26 UTC  (8+ messages)
` [PATCH 2/2] KVM: Fix rcu splat if vm creation fails

[kvm-unit-tests PATCH v3 0/2] Save/Restore clobbered register and struct initialization
 2019-11-04 12:09 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] x86: realmode: save and restore %es
` [kvm-unit-tests PATCH v3 2/2] x86: realmode: initialize inregs with a stack

[kvm-unit-tests PATCH v2] alloc: Add memalign error checks
 2019-11-04 11:31 UTC  (5+ messages)

[kvm-unit-tests PATCH] alloc: Add more memalign asserts
 2019-11-04 10:16 UTC  (5+ messages)

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-11-04 10:10 UTC  (3+ messages)
` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active

[kvm-unit-tests PATCH] s390x: Use loop to save and restore fprs
 2019-11-04 10:00 UTC  (2+ messages)

general protection fault in kvm_coalesced_mmio_init
 2019-11-04  6:41 UTC 

[PATCH V6 0/6] mdev based hardware virtio offloading support
 2019-11-04  2:51 UTC  (4+ messages)
` [PATCH V6 3/6] mdev: introduce device specific ops


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