kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 11:37:56 to 2020-06-11 18:16:57 UTC [more...]

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-06-11 18:16 UTC  (34+ 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 v3 47/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v3 51/75] x86/sev-es: Handle MMIO events
` [PATCH v3 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events

[GIT PULL] KVM/arm64 fixes for 5.8, take #1
 2020-06-11 18:04 UTC  (13+ 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] KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
 2020-06-11 18:01 UTC 

[RFC v6 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-06-11 16:16 UTC  (27+ messages)
` [RFC v6 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v6 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.7-rc4
` [RFC v6 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v6 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v6 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v6 06/25] vfio: pass nesting iommu requirement into vfio_get_group()
` [RFC v6 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v6 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v6 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v6 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v6 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v6 12/25] vfio: init HostIOMMUContext per-container
` [RFC v6 13/25] intel_iommu: add virtual command capability support
` [RFC v6 14/25] intel_iommu: process PASID cache invalidation
` [RFC v6 15/25] intel_iommu: add PASID cache management infrastructure
` [RFC v6 16/25] vfio: add bind stage-1 page table support
` [RFC v6 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v6 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v6 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v6 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v6 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v6 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v6 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v6 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v6 25/25] intel_iommu: modify x-scalable-mode to be string option

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-11 15:59 UTC  (34+ messages)
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [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 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 1/2] KVM: async_pf: Cleanup kvm_setup_async_pf()
 2020-06-11 15:35 UTC  (11+ messages)
` [PATCH 2/2] KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected

[PATCH] KVM: check userspace_addr for all memslots
 2020-06-11 15:27 UTC  (3+ messages)

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

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-11 12:31 UTC  (9+ messages)
` [RFC PATCH v4 04/10] vfio/pci: let vfio_pci know number of vendor regions and vendor irqs
` [RFC PATCH v4 08/10] i40e/vf_migration: VF live migration - pass-through VF first

[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-11 12:15 UTC  (16+ messages)
` [PATCH v2 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v2 02/15] iommu: Report domain nesting info
` [PATCH v2 03/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v2 04/15] vfio: Add PASID allocation/free support
` [PATCH v2 05/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v2 06/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v2 07/15] iommu/uapi: Add iommu_gpasid_unbind_data
` [PATCH v2 08/15] iommu: Pass domain and unbind_data to sva_unbind_gpasid()
` [PATCH v2 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v2 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v2 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v2 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v2 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v2 14/15] vfio: Document dual stage control
` [PATCH v2 15/15] iommu/vt-d: Support reporting nesting capability info

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

[PATCH RFC v7 00/14] vhost: ring format independence
 2020-06-11 11:30 UTC  (16+ 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 08/14] fixup! vhost: use batched get_vq_desc version

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

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

[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  (2+ 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  (9+ 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] "

[kvm-unit-tests PATCH v8 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-10 15:54 UTC  (10+ messages)
` [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

[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  (5+ messages)
` [PATCH 1/2] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts

[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  (8+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests


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