kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 13:01:22 to 2021-12-20 07:11:15 UTC [more...]

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-12-20  7:11 UTC  (10+ messages)
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v5 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` (subset) [PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support

[PATCH v2 0/1] KVM: Dirty quota-based throttling
 2021-12-20  5:57 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: Implement dirty quota-based throttling of vcpus

[Bug 215317] New: Unable to launch QEMU Linux guest VM - "Guest has not initialized the display (yet)"
 2021-12-20  5:32 UTC  (3+ messages)
` [Bug 215317] "

[PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-12-20  4:53 UTC  (2+ messages)

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-20  1:49 UTC  (17+ messages)
` [PATCH v2 01/13] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [PATCH v2 02/13] KVM: selftests: sparsebit: add const where appropriate
` [PATCH v2 03/13] KVM: selftests: add hooks for managing encrypted guest memory
` [PATCH v2 04/13] KVM: selftests: handle encryption bits in page tables
` [PATCH v2 05/13] KVM: selftests: add support for encrypted vm_vaddr_* allocations
` [PATCH v2 06/13] KVM: selftests: ensure ucall_shared_alloc() allocates shared memory
` [PATCH v2 07/13] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH v2 08/13] KVM: selftests: add SEV boot tests
` [PATCH v2 09/13] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
` [PATCH v2 10/13] KVM: selftests: account for error code in #VC exception frame
` [PATCH v2 11/13] KVM: selftests: add support for creating SEV-ES guests
` [PATCH v2 12/13] KVM: selftests: add library for handling SEV-ES-related exits
` [PATCH v2 13/13] KVM: selftests: add SEV-ES boot tests

[PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-20  1:23 UTC 

[GIT PULL] KVM fixes for Linux 5.16-rc6
 2021-12-19 20:55 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Fix MSR_IA32_PERF_CAPABILITIES writes check and vmx_pmu_msrs_test
 2021-12-19 19:24 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs
` [PATCH v2 2/2] KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_CAPABILITIES

[PATCH 0/7] KVM: x86/mmu: Obsolete root shadow page fix
 2021-12-19 18:41 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Retry page fault if MMU reload is pending and root has no sp

Core2 oops with v5.16-rc5
 2021-12-19 18:38 UTC  (2+ messages)

[PATCH] KVM/X86: Remove unneeded variable
 2021-12-19 15:03 UTC 

[regression] kvm: Kernel OOPS in vmx.c when starting a kvm VM since v5.15.7
 2021-12-19 13:49 UTC  (2+ messages)

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-18 23:28 UTC  (20+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH v1 ] nitro_enclaves: Add mmap_read_lock() for the get_user_pages() call
 2021-12-18 10:43 UTC  (2+ messages)

The vcpu won't be wakened for a long time
 2021-12-18  9:08 UTC  (7+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-17 23:24 UTC  (16+ messages)
` [PATCH v8 06/40] x86/sev: Check SEV-SNP features support
` [PATCH v8 07/40] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v8 08/40] x86/sev: Check the vmpl level
` [PATCH v8 09/40] x86/compressed: Add helper for validating pages in the decompression stage

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-17 22:48 UTC  (23+ messages)
` [PATCH v3 6/9] x86/smpboot: Support parallel startup of secondary CPUs

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-17 20:26 UTC  (24+ messages)
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 15/32] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH 16/32] KVM: s390: expose the guest zPCI interpretation facility
` [PATCH 17/32] KVM: s390: expose the guest Adapter Interruption Source ID facility
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH 25/32] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH 32/32] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v2 00/23] AMX Support in KVM
 2021-12-17 18:52 UTC  (28+ messages)
` [PATCH v2 01/23] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [PATCH v2 02/23] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
` [PATCH v2 03/23] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v2 04/23] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [PATCH v2 05/23] kvm: x86: Check permitted dynamic xfeatures at KVM_SET_CPUID2
` [PATCH v2 06/23] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [PATCH v2 07/23] x86/fpu: Add guest support to xfd_enable_feature()
` [PATCH v2 08/23] x86/fpu: Provide fpu_update_guest_perm_features() for guest
` [PATCH v2 09/23] kvm: x86: Enable dynamic XSAVE features at KVM_SET_CPUID2
` [PATCH v2 10/23] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
` [PATCH v2 11/23] kvm: x86: Add emulation for IA32_XFD
` [PATCH v2 12/23] x86/fpu: Prepare xfd_err in struct fpu_guest
` [PATCH v2 13/23] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v2 14/23] kvm: x86: Emulate IA32_XFD_ERR for guest
` [PATCH v2 15/23] kvm: x86: Add XCR0 support for Intel AMX
` [PATCH v2 16/23] kvm: x86: Add CPUID "
` [PATCH v2 17/23] x86/fpu: add uabi_size to guest_fpu
` [PATCH v2 18/23] kvm: x86: Get/set expanded xstate buffer
` [PATCH v2 19/23] kvm: selftests: Add support for KVM_CAP_XSAVE2
` [PATCH v2 20/23] docs: kvm: Add KVM_GET_XSAVE2
` [PATCH v2 21/23] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
` [PATCH v2 22/23] kvm: x86: Disable interception for IA32_XFD on demand
` [PATCH v2 23/23] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR

[PATCH v6 0/1] s390x: KVM: CPU Topology
 2021-12-17 17:58 UTC  (2+ messages)
` [PATCH v6 1/1] s390x: KVM: guest support for topology function

linux-next: manual merge of the kvm tree with the kvm tree
 2021-12-17 17:07 UTC  (3+ messages)

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2021-12-17 16:51 UTC  (4+ messages)
` [PATCH v2 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks

[patch 0/6] x86/fpu: Preparatory changes for guest AMX support
 2021-12-17 15:33 UTC  (21+ messages)
` [patch 5/6] x86/fpu: Provide fpu_update_guest_xcr0/xfd()

[kvm-unit-tests PATCH] x86/pmu: Test PMU virtualization on emulated instructions
 2021-12-17 14:40 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] s390x: diag288: Improve readability
 2021-12-17 14:24 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/2] s390x: diag288: Add missing clobber
` [PATCH kvm-unit-tests 2/2] s390x: diag288: Improve readability

[PATCH] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2021-12-17 12:49 UTC 

[RFC PATCH v5 0/1] s390x: Improvements to SIGP handling [KVM]
 2021-12-17 13:31 UTC  (3+ messages)
` [RFC PATCH v5 1/1] KVM: s390: Clarify SIGP orders versus STOP/RESTART

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-17  9:56 UTC  (8+ messages)
` [PATCH 12/12] s390x/pci: let intercept devices have separate PCI groups

[PATCH-for-7.0] target/i386/kvm: Replace use of __u32 type
 2021-12-17  9:41 UTC  (2+ messages)

[PATCH 1/4] KVM: x86: Introduce .pcpu_is_idle() stub infrastructure
 2021-12-17  9:39 UTC  (2+ messages)

[PATCH] KVM: x86: Use div64_ul instead of do_div
 2021-12-17  8:44 UTC  (2+ messages)

[PATCH kernel v3] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-17  7:14 UTC  (4+ messages)

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-17  8:28 UTC  (9+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v2 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-17  6:41 UTC  (2+ messages)

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-17  6:37 UTC  (14+ messages)
` [PATCH v4 01/13] iommu: Add device dma ownership set/release interfaces
` [PATCH v4 02/13] driver core: Set DMA ownership during driver bind/unbind
` [PATCH v4 03/13] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH v4 04/13] PCI: portdrv: "
` [PATCH v4 05/13] iommu: Add security context management for assigned devices
` [PATCH v4 06/13] iommu: Expose group variants of dma ownership interfaces
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v4 08/13] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v4 09/13] vfio: Remove use of vfio_group_viable()
` [PATCH v4 10/13] vfio: Delete the unbound_list
` [PATCH v4 11/13] vfio: Remove iommu group notifier
` [PATCH v4 12/13] iommu: Remove iommu group changes notifier
` [PATCH v4 13/13] drm/tegra: Use the iommu dma_owner mechanism

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-12-17  4:19 UTC 

[PATCH v2] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-12-17  2:22 UTC  (5+ messages)

[RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API
 2021-12-16 20:48 UTC  (10+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2021-12-16 18:52 UTC 

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2021-12-16 17:52 UTC  (13+ messages)
` [PATCH v2 4/6] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()

[PATCH] KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in vmx_pmu_msrs_test
 2021-12-16 16:00 UTC  (5+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-16 15:16 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).