kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 22:58:31 to 2021-11-15 14:33:18 UTC [more...]

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-11-15 14:30 UTC  (3+ messages)

[PATCH v2] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 14:08 UTC 

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-15 14:05 UTC  (10+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-15 13:38 UTC  (22+ messages)
` [PATCH 01/11] iommu: Add device dma ownership set/release interfaces
` [PATCH 02/11] driver core: Set DMA ownership during driver bind/unbind
` [PATCH 03/11] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH 04/11] PCI: portdrv: "
` [PATCH 05/11] iommu: Add security context management for assigned devices
` [PATCH 06/11] iommu: Expose group variants of dma ownership interfaces
` [PATCH 07/11] vfio: Use DMA_OWNER_USER to declaim passthrough devices
` [PATCH 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH 09/11] vfio: Delete the unbound_list
` [PATCH 10/11] vfio: Remove iommu group notifier
` [PATCH 11/11] iommu: Remove iommu group changes notifier

[RFC 0/3] vfio/pci: Enable runtime power management support
 2021-11-15 13:36 UTC  (4+ messages)
` [RFC 1/3] vfio/pci: register vfio-pci driver with runtime PM framework
` [RFC 2/3] vfio/pci: virtualize PME related registers bits and initialize to zero
` [RFC 3/3] vfio/pci: use runtime PM for vfio-device into low power state

[PATCH v2 0/2] VMX: nested migration fixes for 32 bit nested guests
 2021-11-15 13:18 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state load
` [PATCH v2 2/2] KVM: x86/mmu: include efer.lma in extended mmu role

Re: [PATCH] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 13:00 UTC  (2+ messages)

[PATCH 0/5] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-15 12:33 UTC  (11+ messages)
` [PATCH 1/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-15 12:30 UTC  (30+ messages)

[PATCH 0/3] VMX: nested migration fixes for 32 bit nested guests
 2021-11-15 12:14 UTC  (6+ messages)
` [PATCH 3/3] KVM: x86/mmu: don't skip mmu initialization when mmu root level changes

[PATCH] KVM: x86: fix cocci warnings
 2021-11-15 11:43 UTC  (4+ messages)

[PATCH] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 10:24 UTC  (2+ messages)

[RFC PATCH kvmtool 0/2] Introduce VirtIO SCMI Device support
 2021-11-15 10:14 UTC  (3+ messages)
` [RFC PATCH kvmtool 1/2] virtio: Add support for VirtIO SCMI Device
` [RFC PATCH kvmtool 2/2] arm/fdt: Add FDT overlay support

linux-next: Tree for Nov 15 (kvm/x86)
 2021-11-15  3:52 UTC 

[PATCH 0/2] kvm: x86: Fix PMU virtualization for some basic events
 2021-11-15  3:43 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions
` [PATCH 2/2] KVM: x86: Update vPMCs when retiring branch instructions

[PATCH 0/6] KVM: Dirty Quota-Based VM Live Migration Auto-Converge
 2021-11-14 14:57 UTC  (7+ messages)
` [PATCH 1/6] Define data structures for dirty quota migration
` [PATCH 2/6] Init dirty quota flag and allocate memory for vCPUdqctx
` [PATCH 3/6] Add KVM_CAP_DIRTY_QUOTA_MIGRATION and handle vCPU page faults
` [PATCH 4/6] Increment dirty counter for vmexit due to page write fault
` [PATCH 5/6] Exit to userspace when dirty quota is full
` [PATCH 6/6] Free vCPUdqctx memory on vCPU destroy

[PATCH] KVM: Fix steal time asm constraints in 32-bit mode
 2021-11-14  8:59 UTC 

[PATCH 00/11] KVM: x86: TDX preparation of introducing vm_type and blocking ioctls based on vm_type
 2021-11-14  3:43 UTC  (18+ messages)
` [PATCH 01/11] KVM: x86: Introduce vm_type to differentiate normal VMs from confidential VMs
` [PATCH 02/11] KVM: x86: Disable direct IRQ injection for TDX
` [PATCH 03/11] KVM: x86: Clean up kvm_vcpu_ioctl_x86_setup_mce()
` [PATCH 04/11] KVM: x86: Disable MCE related stuff for TDX
` [PATCH 05/11] KVM: x86: Disallow tsc manipulation "
` [PATCH 06/11] KVM: x86: Disable in-kernel I/O APIC and level routes "
` [PATCH 07/11] KVM: x86: Disable SMM "
` [PATCH 08/11] KVM: x86: Disable INIT/SIPI "
` [PATCH 09/11] KVM: x86: Block ioctls to access guest state "
` [PATCH 10/11] KVM: Disallow read-only memory for x86 TDX
` [PATCH 11/11] KVM: Disallow dirty logging "

[GIT PULL] Second batch of KVM changes for Linux 5.16 merge window
 2021-11-13 19:15 UTC  (2+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-13 15:22 UTC  (19+ messages)
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[PATCH] nitro_enclaves: Remove redundant 'flush_workqueue()' calls
 2021-11-13 12:44 UTC 

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-13  9:21 UTC  (5+ messages)
` [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

[RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection
 2021-11-13  1:22 UTC  (12+ messages)
` [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH v2 02/11] KVM: Introduce kvm_vcpu_has_run_once
` [RFC PATCH v2 03/11] KVM: Introduce kvm_vm_has_run_once
` [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [RFC PATCH v2 05/11] KVM: arm64: Add standard hypervisor firmware register
` [RFC PATCH v2 06/11] KVM: arm64: Add vendor "
` [RFC PATCH v2 07/11] Docs: KVM: Add doc for the bitmap firmware registers
` [RFC PATCH v2 08/11] Docs: KVM: Rename psci.rst to hypercalls.rst
` [RFC PATCH v2 09/11] tools: Import ARM SMCCC definitions
` [RFC PATCH v2 10/11] selftests: KVM: aarch64: Introduce hypercall ABI test
` [RFC PATCH v2 11/11] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[kvm-unit-tests PATCH] x86/pmu: Test PMU virtualization on emulated instructions
 2021-11-12 23:56 UTC 

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-12 23:53 UTC  (3+ messages)
` [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap

[PATCH v12 0/7] Add AMD SEV and SEV-ES intra host migration support
 2021-11-12 23:12 UTC  (5+ messages)
` [PATCH 4/7] KVM: SEV: Add support for SEV intra host migration
` [PATCH 8/7] KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-12 20:30 UTC  (15+ messages)
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-12 19:44 UTC  (17+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-12 19:28 UTC  (6+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-12 16:33 UTC  (3+ messages)
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2

[PATCH 0/4] KVM: selftests: Avoid mmap_sem contention during memory population
 2021-11-12 16:32 UTC  (9+ messages)
` [PATCH 2/4] KVM: selftests: Move vCPU thread creation and joining to common helpers
` [PATCH 3/4] KVM: selftests: Wait for all vCPU to be created before entering guest mode

[PATCH kvm-unit-tests 0/2] Groups are separated by spaces
 2021-11-12 15:47 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] unittests.cfg: groups should be space separated
` [PATCH kvm-unit-tests 2/2] runtime: Use find_word with groups

[GIT PULL] KVM/arm64 fixes for 5.16, take #1
 2021-11-12 15:37 UTC 

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-11-12 15:01 UTC  (3+ messages)
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification

[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
 2021-11-12 14:54 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/3] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v3 2/3] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v3 3/3] arch-run: do not process ERRATA when running under TCG

[PATCH 0/7] KVM: x86/pmu: Four functional fixes
 2021-11-12  9:51 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
` [PATCH 2/7] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
` [PATCH 3/7] KVM: x86/pmu: Pass "struct kvm_pmu *" to the find_fixed_event()
` [PATCH 4/7] KVM: x86/pmu: Avoid perf_event creation for invalid counter config
` [PATCH 5/7] KVM: x86/pmu: Refactor pmu->available_event_types field using BITMAP
` [PATCH 6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH 7/7] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup

[kvm-unit-tests PATCH] s390x: io: declare s390x CPU as big endian
 2021-11-12  9:10 UTC  (3+ messages)

[PATCH] KVM: x86: move guest_pv_has out of user_access section
 2021-11-12  8:11 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-12  7:55 UTC  (5+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU

[PATCH v5 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-11-12  7:43 UTC  (4+ messages)
` [PATCH v5 2/7] nSVM: introduce smv->nested.save to cache save area fields

[PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-11 23:18 UTC  (3+ 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).