kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-04 01:58:32 to 2022-01-05 18:42:09 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-05 18:41 UTC  (25+ messages)
` [PATCH v8 08/40] x86/sev: Check the vmpl level
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v8 13/40] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v8 15/40] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v8 16/40] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v8 17/40] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v8 18/40] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper

[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  (7+ messages)

[PATCH v1 00/13] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2022-01-05 17:57 UTC  (27+ messages)
` [PATCH v1 03/13] KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
` [PATCH v1 04/13] KVM: x86/mmu: Factor out logic to atomically install a new page table
` [PATCH v1 05/13] KVM: x86/mmu: Move restore_acc_track_spte to spte.c
` [PATCH v1 06/13] KVM: x86/mmu: Refactor tdp_mmu iterators to take kvm_mmu_page root
` [PATCH v1 07/13] KVM: x86/mmu: Derive page role from parent
` [PATCH v1 08/13] KVM: x86/mmu: Refactor TDP MMU child page initialization
` [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 0/5] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
 2022-01-05 17:46 UTC  (13+ 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

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

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-05 17:03 UTC  (32+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 04/16] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [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

[RFC PATCH 0/6] KVM: X86: Add and use shadow page with level promoted or acting as pae_root
 2022-01-05 16:45 UTC  (17+ messages)
` [RFC PATCH 1/6] KVM: X86: Check root_level only in fast_pgd_switch()
` [RFC PATCH 2/6] KVM: X86: Walk shadow page starting with shadow_root_level
` [RFC PATCH 3/6] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH 4/6] KVM: X86: Introduce role.level_promoted
` [RFC PATCH 5/6] KVM: X86: Alloc pae_root shadow page
` [RFC PATCH 6/6] KVM: X86: Use level_promoted and pae_root shadow page for 32bit guests

[PATCH v2 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-01-05 16:33 UTC  (8+ messages)
` [PATCH v2 04/30] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [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] 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 v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-05 14:58 UTC  (2+ messages)

[PATCH v5 00/21] AMX Support in KVM
 2022-01-05 13:06 UTC  (23+ 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] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-05 12:45 UTC  (11+ 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)

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

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-01-05  6:57 UTC  (22+ messages)
` [PATCH v5 01/14] iommu: Add dma ownership management interfaces
` [PATCH v5 02/14] driver core: Add dma_cleanup callback in bus_type
` [PATCH v5 09/14] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
` [PATCH v5 10/14] vfio: Set DMA ownership for VFIO devices
` [PATCH v5 11/14] vfio: Remove use of vfio_group_viable()
` [PATCH v5 12/14] vfio: Delete the unbound_list
` [PATCH v5 13/14] vfio: Remove iommu group notifier
` [PATCH v5 14/14] iommu: Remove iommu group changes notifier

[PATCH] KVM: SEV: Add lock subtyping in sev_lock_two_vms so lockdep doesn't report false dependencies
 2022-01-05  6:41 UTC 

[PATCH v2] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
 2022-01-05  5:15 UTC 

[PATCH RESEND] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-05  5:07 UTC 

[PATCH v4 00/21] AMX Support in KVM
 2022-01-05  4:03 UTC  (19+ messages)
` [PATCH v4 03/21] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v4 10/21] kvm: x86: Add emulation for IA32_XFD
` [PATCH v4 12/21] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v4 14/21] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
` [PATCH v4 18/21] kvm: x86: Add support for getting/setting expanded xstate buffer

[PATCH v11 00/17] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2022-01-05  1:49 UTC  (6+ messages)
` [PATCH v11 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2022-01-04 23:41 UTC  (3+ messages)

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-04 22:31 UTC  (7+ messages)

Attention:
 2022-01-04 22:08 UTC 

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

[PATCH v3 00/22] AMX Support in KVM
 2022-01-04 18:58 UTC  (5+ messages)
` [PATCH v3 22/22] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH] KVM: eventfd: Fix false positive RCU usage warning
 2022-01-04 18:01 UTC  (2+ messages)

[kvm-unit-tests PATCH 1/1] x86/hyperv: improve naming of stimer functions
 2022-01-04 17:06 UTC 

[kvm-unit-tests PATCH 1/2] x86/hyperv: Use correct macro in checking SynIC timer support
 2022-01-04 17:04 UTC  (3+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-01-04 16:22 UTC  (3+ messages)
` [PATCH v17 01/15] s390/vfio-ap: Set pqap hook when vfio_ap module is loaded

[kvm-unit-tests PATCH 2/2] x86/smptest: Fix whitespacing issues
 2022-01-04 15:24 UTC  (2+ messages)

[PATCH v5 0/5] Add SBI v0.2 support for KVM
 2022-01-04 13:59 UTC  (5+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01

possible deadlock in svm_vm_copy_asid_from
 2022-01-04 13:24 UTC  (2+ messages)

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

[PATCH] KVM: x86: Do not create mmu_rmaps_stat for TDP MMU
 2022-01-04 10:38 UTC  (3+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-04 10:24 UTC  (7+ messages)
` [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs

[PATCH] vhost/test: fix memory leak of vhost virtqueues
 2022-01-04  6:18 UTC  (3+ messages)

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-01-04  5:23 UTC  (2+ messages)

[PATCH v2] vdpa: regist vhost-vdpa dev class
 2022-01-04  3:44 UTC  (2+ messages)

[RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API
 2022-01-04  2:42 UTC  (11+ 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).