kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 07:48:13 to 2020-06-11 10:14:17 UTC [more...]

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-06-11 10:14 UTC  (18+ messages)
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v3 40/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler

[PATCH v1] virtio-mem: add memory via add_memory_driver_managed()
 2020-06-11 10:07 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.8, take #1
 2020-06-11  9:09 UTC  (12+ messages)
` [PATCH 01/11] KVM: arm64: Flush the instruction cache if not unmapping the VM on reboot
` [PATCH 02/11] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH 03/11] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH 04/11] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 05/11] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH 06/11] KVM: arm64: Handle PtrAuth traps early
` [PATCH 07/11] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH 08/11] KVM: arm64: Remove host_cpu_context member from vcpu structure
` [PATCH 09/11] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 10/11] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
` [PATCH 11/11] KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h

[PATCH RFC v6 00/11] vhost: ring format independence
 2020-06-11  9:06 UTC  (7+ messages)
` [PATCH RFC v6 02/11] vhost: use batched get_vq_desc version

[PATCH 1/2] KVM: async_pf: Cleanup kvm_setup_async_pf()
 2020-06-11  8:31 UTC  (10+ messages)
` [PATCH 2/2] KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-11  8:06 UTC  (40+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "

[PATCH] s390: protvirt: virtio: Refuse device without IOMMU
 2020-06-11  3:10 UTC  (7+ messages)

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-11  2:27 UTC  (5+ messages)
` [RFC PATCH v4 08/10] i40e/vf_migration: VF live migration - pass-through VF first

[PATCH v12 00/10] Introduce support for guest CET feature
 2020-06-11  1:29 UTC  (3+ messages)

[Bug 208081] New: Memory leak in kvm_async_pf_task_wake
 2020-06-11  1:03 UTC  (4+ messages)
` [Bug 208081] "

linux-next: Signed-off-by missing for commit in the kvm tree
 2020-06-11  1:04 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.8-1 tag
 2020-06-11  1:01 UTC  (4+ messages)

[PATCH] KVM: selftests: fix sync_with_host() in smm_test
 2020-06-10 23:54 UTC  (3+ messages)

[GIT PULL] virtio: features, fixes
 2020-06-10 21:45 UTC  (3+ messages)

[PATCH v2 00/10] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-06-10 21:06 UTC  (10+ messages)
` [PATCH v2 05/10] KVM: x86: interrupt based APF 'page ready' event delivery
` [PATCH v2 08/10] KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery

[PATCH] kselftest: runner: fix TAP output for skipped tests
 2020-06-10 20:02 UTC  (5+ messages)

[Bug 207177] New: KVM nested VMM direct MTF event injection fails
 2020-06-10 18:54 UTC  (2+ messages)
` [Bug 207177] "

[PATCH RFC v7 00/14] vhost: ring format independence
 2020-06-10 16:18 UTC  (23+ messages)
` [PATCH RFC v7 01/14] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v7 02/14] fixup! "
` [PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
` [PATCH RFC v7 04/14] vhost/net: pass net specific struct pointer
` [PATCH RFC v7 05/14] vhost: reorder functions
` [PATCH RFC v7 06/14] vhost: format-independent API for used buffers
` [PATCH RFC v7 07/14] fixup! "
` [PATCH RFC v7 08/14] fixup! vhost: use batched get_vq_desc version
` [PATCH RFC v7 09/14] vhost/net: convert to new API: heads->bufs
` [PATCH RFC v7 10/14] vhost/net: avoid iov length math
` [PATCH RFC v7 11/14] vhost/test: convert to the buf API
` [PATCH RFC v7 12/14] vhost/scsi: switch to buf APIs
` [PATCH RFC v7 13/14] vhost/vsock: switch to the buf API
` [PATCH RFC v7 14/14] vhost: drop head based APIs

[kvm-unit-tests PATCH v8 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-10 15:54 UTC  (22+ messages)
` [kvm-unit-tests PATCH v8 07/12] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v8 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v8 09/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v8 10/12] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v8 11/12] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v8 12/12] s390x: css: ssch/tsch with sense and interrupt

[PATCH v2] KVM: x86: respect singlestep when emulating instruction
 2020-06-10 15:27 UTC  (2+ messages)

[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-10 14:13 UTC  (24+ messages)
` [PATCH v4 01/21] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
` [PATCH v4 03/21] accel/kvm: "
` [PATCH v4 04/21] s390x/pv: "
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v4 06/21] target/i386: sev: Use ram_block_discard_disable()
` [PATCH v4 07/21] migration/rdma: "
` [PATCH v4 08/21] migration/colo: "
` [PATCH v4 09/21] linux-headers: update to contain virtio-mem
` [PATCH v4 10/21] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v4 11/21] virtio-pci: Proxy for virtio-mem
` [PATCH v4 12/21] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
` [PATCH v4 14/21] numa: Handle virtio-mem in NUMA stats
` [PATCH v4 15/21] pc: Support for virtio-mem-pci
` [PATCH v4 16/21] virtio-mem: Allow notifiers for size changes
` [PATCH v4 17/21] virtio-pci: Send qapi events when the virtio-mem "
` [PATCH v4 18/21] virtio-mem: Migration sanity checks
` [PATCH v4 19/21] virtio-mem: Add trace events
` [PATCH v4 20/21] virtio-mem: Exclude unplugged memory during migration
` [PATCH v4 21/21] numa: Auto-enable NUMA when any memory devices are possible

[PATCH 0/2] KVM: arm64: Additional 32bit fixes
 2020-06-10 14:12 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 2/2] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception

[PATCH 0/2] KVM: selftests: avoid test failures with 'nested=0'
 2020-06-10 13:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
` [PATCH 2/2] KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX is unsupported

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-10 13:21 UTC  (17+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

[PATCH v2 0/4] kvm: arm64: Pointer Authentication handling fixes
 2020-06-10 11:34 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH v2 2/4] KVM: arm64: Handle PtrAuth traps early
` [PATCH v2 3/4] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH v2 4/4] KVM: arm64: Remove host_cpu_context member from vcpu structure

[PATCH] vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()
 2020-06-10  9:39 UTC  (2+ messages)

[PATCH] kvm: i8254: remove redundant assignment to pointer s
 2020-06-10  8:32 UTC  (2+ messages)

[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-10  7:36 UTC  (10+ messages)

[RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION
 2020-06-10  5:23 UTC  (11+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-10  0:37 UTC  (11+ messages)

[RFC PATCH] KVM: Add module for IRQ forwarding
 2020-06-09 20:19 UTC  (3+ messages)
` [PATCH] vfio: PoC patch for printing IRQs used by i2c devices

[PATCH] KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
 2020-06-09 17:54 UTC  (2+ messages)

[RFC 00/12] Audio DSP VirtIO and vhost drivers
 2020-06-09 16:26 UTC  (7+ messages)
` [RFC 12/12] rpmsg: add a device ID to also bind to the ADSP device

[RFC PATCH] KVM: x86: Fix APIC page invalidation race
 2020-06-09 13:36 UTC  (5+ messages)

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-06-09 10:47 UTC  (13+ messages)
` [PATCH v3 07/18] nitro_enclaves: Init misc device providing the ioctl interface

[PATCH v2] KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
 2020-06-09 10:18 UTC  (2+ messages)

[PATCH v2] KVM: x86: Unexport x86_fpu_cache and make it static
 2020-06-09  9:57 UTC  (2+ messages)

[PATCH] KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
 2020-06-09  9:54 UTC  (4+ messages)

[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
 2020-06-09  8:21 UTC  (5+ messages)

[PATCH] KVM: SVM: fix calls to is_intercept
 2020-06-09  8:09 UTC  (4+ 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).