kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 08:17:30 to 2022-01-06 19:06:24 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-06 19:06 UTC  (18+ messages)
` [PATCH v8 13/40] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v8 18/40] KVM: SVM: Create a separate mapping for the GHCB save area
` [PATCH v8 19/40] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v8 23/40] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup "

[Bug 215459] New: VM freezes starting with kernel 5.15
 2022-01-06 18:52 UTC  (7+ messages)
` [Bug 215459] "

[PATCH v5 09/14] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
 2022-01-06 18:32 UTC  (3+ messages)

[PATCH v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-06 18:26 UTC  (7+ messages)

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-06 18:17 UTC  (13+ messages)

[PATCH v2] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-06 18:09 UTC  (2+ messages)

[PATCH v1 00/13] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2022-01-06 18:04 UTC  (19+ messages)
` [PATCH v1 01/13] KVM: x86/mmu: Rename rmap_write_protect to kvm_vcpu_write_protect_gfn
` [PATCH v1 02/13] KVM: x86/mmu: Rename __rmap_write_protect to rmap_write_protect
` [PATCH v1 03/13] KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
` [PATCH v1 09/13] KVM: x86/mmu: Split huge pages when dirty logging is enabled
` [PATCH v1 11/13] KVM: x86/mmu: Split huge pages during CLEAR_DIRTY_LOG
` [PATCH v1 12/13] KVM: x86/mmu: Add tracepoint for splitting huge pages
` [PATCH v1 13/13] KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET

[PATCH v2] KVM: X86: Emulate APERF/MPERF to report actual vCPU frequency
 2022-01-06 18:01 UTC  (11+ messages)

[PATCH v2 0/5] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
 2022-01-06 17:41 UTC  (17+ messages)
` [PATCH v2 2/5] KVM: SVM: allow to force AVIC to be enabled
` [PATCH v2 3/5] KVM: SVM: fix race between interrupt delivery and AVIC inhibition
` [PATCH v2 4/5] KVM: x86: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [PATCH v2 5/5] KVM: SVM: allow AVIC to co-exist with a nested guest running

[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
 2022-01-06 17:38 UTC  (8+ messages)
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-01-06 17:22 UTC  (13+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 2/8] vfio/type1: Use iommu_group_replace_domain()
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 4/8] drm/tegra: Use iommu_attach/detatch_device()
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()
` [PATCH v1 6/8] gpu/host1x: "
` [PATCH v1 7/8] media: staging: media: tegra-vde: "
` [PATCH v1 8/8] iommu: Remove iommu_attach/detach_group()

[RFC PATCH v2 00/44] TDX support
 2022-01-06 16:06 UTC  (5+ messages)
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState

[PATCH v5 01/14] iommu: Add dma ownership management interfaces
 2022-01-06 15:46 UTC  (9+ messages)

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-06 14:06 UTC  (5+ messages)
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed

[GIT PULL] KVM/riscv changes for 5.17, take #1
 2022-01-06 13:21 UTC 

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-06 13:06 UTC  (19+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[PATCH] KVM:x86: Let kvm-pit thread inherit the cgroups of the calling process
 2022-01-06 12:36 UTC  (2+ messages)

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-06 12:34 UTC  (21+ messages)
` [RFC 01/16] padata: Remove __init from multithreading functions
` [RFC 02/16] padata: Return first error from a job
` [RFC 03/16] padata: Add undo support
` [RFC 04/16] padata: Detect deadlocks between main and helper threads
` [RFC 05/16] vfio/type1: Pass mm to vfio_pin_pages_remote()
` [RFC 06/16] vfio/type1: Refactor dma map removal
` [RFC 07/16] vfio/type1: Parallelize vfio_pin_map_dma()
` [RFC 08/16] vfio/type1: Cache locked_vm to ease mmap_lock contention
` [RFC 09/16] padata: Use kthreads in do_multithreaded
` [RFC 10/16] padata: Helpers should respect main thread's CPU affinity
` [RFC 11/16] padata: Cap helpers started to online CPUs
` [RFC 12/16] sched, padata: Bound max threads with max_cfs_bandwidth_cpus()
` [RFC 13/16] padata: Run helper threads at MAX_NICE
` [RFC 14/16] padata: Nice helper threads one by one to prevent starvation
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth
` [RFC 16/16] sched/fair: Consider kthread debt in cputime

[PATCH v2] vhost: add vhost_test to Kconfig & Makefile
 2022-01-06 12:24 UTC  (2+ messages)

[PATCH] vhost: add vhost_test to Kconfig & Makefile
 2022-01-06 12:23 UTC  (2+ messages)

[PATCH v2] KVM: LAPIC: Enable timer posted-interrupt when mwait/hlt is advertised
 2022-01-06 12:20 UTC 

[PATCH] KVM: VMX: Dont' deliver posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
 2022-01-06 12:12 UTC 

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-01-06 10:38 UTC  (2+ messages)

[PATCH] KVM: x86/pt: Do not advertise Intel PT Event Trace capability
 2022-01-06  8:55 UTC 

[PATCH] MAINTAINERS: Update Anup's email address
 2022-01-06  8:24 UTC  (3+ messages)

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

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-06  4:27 UTC  (27+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 03/26] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v4 04/26] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v4 05/26] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [RFC PATCH v4 06/26] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [RFC PATCH v4 07/26] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [RFC PATCH v4 08/26] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [RFC PATCH v4 09/26] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [RFC PATCH v4 10/26] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [RFC PATCH v4 11/26] KVM: arm64: Make ID_DFR0_EL1 writable
` [RFC PATCH v4 12/26] KVM: arm64: Make MVFR1_EL1 writable
` [RFC PATCH v4 13/26] KVM: arm64: Make ID registers without id_reg_info writable
` [RFC PATCH v4 14/26] KVM: arm64: Add consistency checking for frac fields of ID registers
` [RFC PATCH v4 15/26] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [RFC PATCH v4 16/26] KVM: arm64: Add kunit test for ID register validation
` [RFC PATCH v4 17/26] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [RFC PATCH v4 18/26] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [RFC PATCH v4 19/26] KVM: arm64: Introduce framework to trap disabled features
` [RFC PATCH v4 20/26] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH v4 21/26] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [RFC PATCH v4 22/26] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [RFC PATCH v4 24/26] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [RFC PATCH v4 25/26] KVM: arm64: Add kunit test for trap initialization
` [RFC PATCH v4 26/26] KVM: arm64: selftests: Introduce id_reg_test

[RFC PATCH 0/6] KVM: X86: Add and use shadow page with level promoted or acting as pae_root
 2022-01-06  2:01 UTC  (6+ messages)
` [RFC PATCH 5/6] KVM: X86: Alloc pae_root shadow page

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2022-01-05 22:32 UTC  (11+ messages)

[PATCH v3 00/12] Add riscv kvm accel support
 2022-01-05 22:10 UTC  (7+ messages)
` [PATCH v3 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [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/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-01-05 21:32 UTC  (7+ messages)
` [PATCH v2 24/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v2 25/30] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls

[PATCH RESEND] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-05 21:09 UTC  (2+ messages)

[PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
 2022-01-05 19:34 UTC  (12+ messages)

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2022-01-05 18:04 UTC  (2+ messages)

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2022-01-05 17:58 UTC  (6+ messages)

[PATCH] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-05 16:25 UTC  (4+ messages)

[PATCH v2 0/1] KVM: Dirty quota-based throttling
 2022-01-05 15:39 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-05 10:09 UTC  (12+ messages)
` [PATCH 2/2] "

[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-05  9:41 UTC  (7+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam

[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-05  9:36 UTC  (4+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map

[PATCH v2] KVM: x86: Check for rmaps allocation
 2022-01-05  9:07 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).