kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 01:49:22 to 2021-12-22 15:17:08 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-22 15:16 UTC  (12+ messages)
` [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 v8 11/40] x86/sev: Register GHCB memory when SEV-SNP is active

[PATCH v2 0/3] AMX KVM selftest
 2021-12-22 21:47 UTC  (6+ messages)
` [WARNING: UNSCANNABLE EXTRACTION FAILED][PATCH v2 1/3] selftest: kvm: Reorder vcpu_load_state steps for AMX
` [PATCH v2 2/3] selftest: kvm: Move struct kvm_x86_state to header
` [PATCH v2 3/3] selftest: kvm: Support amx selftest

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-22 14:56 UTC  (13+ messages)
` [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 00/19] AMX Support in KVM
 2021-12-22 14:52 UTC  (7+ messages)
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl
      ` State Component 18 and Palette 1 (Re: [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl)

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2021-12-22 14:46 UTC  (2+ messages)

Core2 oops with v5.16-rc5
 2021-12-22 14:42 UTC  (4+ messages)

[PATCH v2] KVM: X86: Emulate APERF/MPERF to report actual vCPU frequency
 2021-12-22 13:34 UTC 

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-22 12:47 UTC  (8+ messages)
` [PATCH v4 02/13] driver core: Set DMA ownership during driver bind/unbind
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups

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

[PATCH v16] qapi: introduce 'x-query-x86-cpuid' QMP command
 2021-12-22 12:31 UTC 

[PATCH 0/3] AMX KVM selftest
 2021-12-22  9:02 UTC  (6+ messages)
` [PATCH 1/3] selftest: kvm: Reorder vcpu_load_state steps for AMX
` [PATCH 2/3] selftest: Move struct kvm_x86_state to header
` [PATCH 3/3] selftest: Support amx selftest

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-22  8:51 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[PATCH] KVM: X86: Emulate APERF/MPERF to report actual VCPU frequency
 2021-12-22  6:56 UTC  (6+ messages)

The vcpu won't be wakened for a long time
 2021-12-22  6:07 UTC  (8+ messages)

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-22  3:28 UTC  (4+ messages)

[PATCH v3 00/15] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-22  1:22 UTC  (18+ messages)
` [PATCH v3 01/15] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 02/15] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 03/15] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 04/15] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 05/15] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 06/15] KVM: Refactor hva based memory invalidation code
` [PATCH v3 07/15] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 08/15] KVM: Split out common memory invalidation code
` [PATCH v3 09/15] KVM: Implement fd-based memory invalidation
` [PATCH v3 10/15] KVM: Add kvm_map_gfn_range
` [PATCH v3 11/15] KVM: Implement fd-based memory fallocation
` [PATCH v3 12/15] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 13/15] KVM: Handle page fault for private memory
` [PATCH v3 14/15] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 15/15] KVM: Register/unregister private memory slot to memfd

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-21 22:33 UTC  (12+ messages)

[GIT PULL] KVM fixes for Linux 5.16-rc7 (and likely final)
 2021-12-21 20:36 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: replace kfree with kvfree
 2021-12-21 20:05 UTC  (2+ messages)

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-21 19:11 UTC  (11+ messages)
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 26/32] vfio-pci/zdev: wire up group notifier
` [PATCH 27/32] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH 32/32] MAINTAINERS: additional files related kvm s390 pci passthrough

[GIT PULL 0/6] KVM: s390: Fix and cleanup for 5.17
 2021-12-21 18:41 UTC  (8+ messages)
` [GIT PULL 1/6] KVM: s390: Fix names of skey constants in api documentation
` [GIT PULL 2/6] KVM: s390: gaccess: Refactor gpa and length calculation
` [GIT PULL 3/6] KVM: s390: gaccess: Refactor access address range check
` [GIT PULL 4/6] KVM: s390: gaccess: Cleanup access to guest pages
` [GIT PULL 5/6] s390: uv: Add offset comments to UV query struct and fix naming
` [GIT PULL 6/6] KVM: s390: Clarify SIGP orders versus STOP/RESTART

[kvm-unit-tests PATCH] scripts/arch-run: Mark migration tests as SKIP if ncat is not available
 2021-12-21 17:25 UTC  (5+ messages)

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (9+ messages)
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [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

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2021-12-21 11:24 UTC  (8+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-12-21 10:12 UTC  (23+ 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
` [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 "
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs

[PATCH v2 00/23] AMX Support in KVM
 2021-12-21  9:30 UTC  (23+ messages)
` [PATCH v2 04/23] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [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 22/23] kvm: x86: Disable interception for IA32_XFD on demand
` [PATCH v2 23/23] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR

[RFC PATCH v2 0/3] KVM: x86: add per-vCPU exits disable capability
 2021-12-21  9:04 UTC  (4+ messages)
` [RFC PATCH v2 1/3] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v2 2/3] KVM: x86: move ()_in_guest checking to vCPU scope
` [RFC PATCH v2 3/3] KVM: x86: add vCPU ioctl for HLT exits disable capability

[PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-21  8:22 UTC  (4+ messages)

[PATCH v1 ] nitro_enclaves: Add mmap_read_lock() for the get_user_pages() call
 2021-12-20 20:04 UTC  (3+ messages)

[PATCH v2 ] nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert
 2021-12-20 19:58 UTC 

[PATCH 0/3] KVM: x86: Fixes for kvm/queue
 2021-12-20 16:49 UTC  (2+ messages)

[PATCH 0/5] KVM: SVM: nSVM: Implement Enlightened MSR-Bitmap for Hyper-V-on-KVM and fix it for KVM-on-Hyper-V
 2021-12-20 15:21 UTC  (6+ messages)
` [PATCH 1/5] KVM: SVM: Drop stale comment from svm_hv_vmcb_dirty_nested_enlightenments()
` [PATCH 2/5] KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real
` [PATCH 3/5] KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH 4/5] KVM: x86: Make kvm_hv_hypercall_enabled() static inline
` [PATCH 5/5] KVM: nSVM: Implement Enlightened MSR-Bitmap feature

[PATCH v3 00/12] Add riscv kvm accel support
 2021-12-20 13:09 UTC  (13+ messages)
` [PATCH v3 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v3 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v3 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v3 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v3 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v3 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v3 07/12] target/riscv: Support setting external interrupt "
` [PATCH v3 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v3 09/12] target/riscv: Add host cpu type
` [PATCH v3 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v3 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v3 12/12] target/riscv: Support virtual time context synchronization

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-20 13:02 UTC  (14+ messages)
` [PATCH v2 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v2 07/12] target/riscv: Support setting external interrupt "
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

[PATCH v2] KVM/X86: Remove unneeded variable
 2021-12-20 12:24 UTC 

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

[PATCH for-stable] KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
 2021-12-20  9:55 UTC  (2+ messages)

[PATCH] KVM/X86: Remove unneeded variable
 2021-12-20  9:27 UTC  (2+ messages)

[syzbot] WARNING in ieee80211_vif_release_channel (2)
 2021-12-20  7:51 UTC 

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


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