kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-21 21:22:16 to 2022-06-23 08:33:14 UTC [more...]

[syzbot] WARNING: suspicious RCU usage (5)
 2022-06-23  8:22 UTC  (2+ messages)

[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-23  7:47 UTC  (16+ messages)
` [PATCH v2 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v2 5/5] vfio/iommu_type1: Simplify group attachment

[GIT PULL] KVM/arm64 fixes for 5.19, take #2
 2022-06-23  7:41 UTC 

[PATCH] KVM: s390: drop unexpected word 'and' in the comments
 2022-06-23  6:34 UTC  (2+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-06-23  5:57 UTC  (28+ messages)
` [PATCH v5 01/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 03/22] cc_platform: Add new attribute to prevent ACPI memory hotplug
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and "
` [PATCH v5 05/22] x86/virt/tdx: Prevent hot-add driver managed memory
` [PATCH v5 06/22] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 08/22] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v5 09/22] x86/virt/tdx: Detect TDX module by doing module global initialization
` [PATCH v5 10/22] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v5 11/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory
` [PATCH v5 13/22] x86/virt/tdx: Add placeholder to construct TDMRs based on memblock
` [PATCH v5 14/22] x86/virt/tdx: Create TDMRs to cover all memblock memory regions
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v5 16/22] x86/virt/tdx: Set up reserved areas for all TDMRs
` [PATCH v5 17/22] x86/virt/tdx: Reserve TDX module global KeyID
` [PATCH v5 18/22] x86/virt/tdx: Configure TDX module with TDMRs and "
` [PATCH v5 19/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v5 20/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v5 21/22] x86/virt/tdx: Support kexec()
` [PATCH v5 22/22] Documentation/x86: Add documentation for TDX host support

[PATCH v2 1/2] vfio/type1: Simplify bus_type determination
 2022-06-23  4:32 UTC  (6+ messages)
` [PATCH v2 2/2] vfio: Use device_iommu_capable()

[PATCH] vhost-vdpa: call vhost_vdpa_cleanup during the release
 2022-06-23  3:54 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: support MTE in protected VMs
 2022-06-23  2:19 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: add a hypercall for disowning pages
` [PATCH 2/3] KVM: arm64: disown unused reserved-memory regions
` [PATCH 3/3] KVM: arm64: allow MTE in protected VMs if the tag storage is known

[RFC PATCH v4 0/7] KVM: x86: add per-vCPU exits disable capability
 2022-06-22 23:30 UTC  (10+ messages)
` [RFC PATCH v4 1/7] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v4 2/7] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v4 3/7] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v4 4/7] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v4 5/7] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v4 6/7] KVM: x86: Add a new guest_debug flag forcing exit to userspace
` [RFC PATCH v4 7/7] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[PATCH] KVM: VMX: Move VM-exit RSB stuffing out of line
 2022-06-22 22:24 UTC 

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-22 21:50 UTC  (12+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-22 21:36 UTC  (5+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()
` [PATCH 3/4] kvm: Add new pfn error KVM_PFN_ERR_INTR
` [PATCH 4/4] kvm/x86: Allow to respond to generic signals during slow page faults

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-22 20:58 UTC  (40+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 18/49] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v6 27/49] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests

[linux-next:master] BUILD REGRESSION ac0ba5454ca85162c08dc429fef1999e077ca976
 2022-06-22 20:28 UTC 

[PATCH] KVM: SEV: Init target VMCBs in sev_migrate_from
 2022-06-22 19:33 UTC  (3+ messages)

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-22 19:27 UTC  (24+ messages)
` [PATCH v7 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v7 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v7 03/23] KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
` [PATCH v7 04/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v7 05/23] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v7 06/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v7 07/23] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v7 08/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v7 09/23] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v7 10/23] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v7 11/23] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v7 12/23] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v7 13/23] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v7 14/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v7 15/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v7 16/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v7 17/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v7 18/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v7 19/23] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v7 20/23] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
` [PATCH v7 21/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
` [PATCH v7 23/23] KVM: x86/mmu: Avoid unnecessary flush on eager page split

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-22 16:50 UTC  (12+ messages)
` [PATCH v6 03/22] KVM: x86/mmu: Stop passing @direct to mmu_alloc_root()
` [PATCH v6 13/22] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v6 20/22] KVM: x86/mmu: Refactor drop_large_spte()

[PATCH] KVM: nVMX: Don't expose TSC scaling to L1 when on Hyper-V
 2022-06-22 16:48 UTC  (10+ messages)

[PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-22 16:44 UTC  (11+ messages)
` [PATCH RFC v1 01/10] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH RFC v1 02/10] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config
` [PATCH RFC v1 03/10] KVM: VMX: Move CPU_BASED_{CR3_LOAD,CR3_STORE,INVLPG}_EXITING filtering out of setup_vmcs_config()
` [PATCH RFC v1 04/10] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH RFC v1 05/10] KVM: VMX: Add missing VMENTRY "
` [PATCH RFC v1 06/10] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH RFC v1 07/10] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH RFC v1 08/10] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH RFC v1 09/10] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH RFC v1 10/10] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH v2 00/19] Control VQ support in vDPA
 2022-06-22 15:44 UTC  (6+ messages)
` [PATCH v2 19/19] vdpasim: control virtqueue support

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-22 15:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 4/8] x86: Improve set_mmu_range() to implement npt

[PATCH v7 0/8] s390x/pci: zPCI interpretation support
 2022-06-22 15:20 UTC  (7+ messages)
` [PATCH v7 3/8] s390x/pci: enable for load/store intepretation
` [PATCH v7 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PATCH v4] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-22 15:17 UTC 

[PATCH] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-22 15:01 UTC  (5+ messages)

[PATCH v3] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-22 14:33 UTC 

[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-22 14:28 UTC  (6+ messages)
` [PATCH v7 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()

[PATCH v2] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-22 14:22 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-06-22 14:13 UTC  (15+ messages)
` [kvm-unit-tests PATCH v2 19/23] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v2 20/23] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v2 21/23] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v2 22/23] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v2 23/23] arm64: Add an efi/run script

[PATCH v3 0/3] Improve vfio-pci primary GPU assignment behavior
 2022-06-22 14:01 UTC  (4+ messages)
` [PATCH v3 1/3] MAINTAINERS: Broaden scope of simpledrm entry
` [PATCH v3 2/3] drm: Implement DRM aperture helpers under video/
` [PATCH v3 3/3] vfio/pci: Remove console drivers

[Bug 213781] New: KVM: x86/svm: The guest (#vcpu>1) can't boot up with QEMU "-overcommit cpu-pm=on"
 2022-06-22 13:00 UTC  (4+ messages)
` [Bug 213781] "

[PATCH v20 00/20] s390/vfio-ap: dynamic configuration support
 2022-06-22 12:40 UTC  (4+ messages)

[PATCH V3] virtio: disable notification hardening by default
 2022-06-22  8:32 UTC  (4+ messages)

[PATCH v2 1/1] vfio: check vfio_register_iommu_driver() return value
 2022-06-22  4:56 UTC 

WARNING in kvm_arch_vcpu_ioctl_run (3)
 2022-06-22  2:46 UTC  (3+ messages)

[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
 2022-06-22  1:18 UTC  (16+ messages)
` [RFT][PATCH v1 3/6] vfio: Pass in starting IOVA to "
` [RFT][PATCH v1 5/6] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v1 6/6] vfio: Replace phys_pfn with phys_page for vfio_pin_pages()

[PATCH V2] virtio: disable notification hardening by default
 2022-06-22  1:17 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 34d1d36073ea4d4c532e8c8345627a9702be799e
 2022-06-21 22:10 UTC 

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-21 21:45 UTC  (2+ messages)
` [Bug 216026] "

[PATCH MANUALSEL 5.18 1/6] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-21 21:23 UTC  (2+ messages)

[PATCH MANUALSEL 5.17 1/3] KVM: x86: disable preemption while updating apicv inhibition
 2022-06-21 21:21 UTC  (3+ messages)
` [PATCH MANUALSEL 5.17 2/3] KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking
` [PATCH MANUALSEL 5.17 3/3] KVM: selftests: Restrict test region to 48-bit physical addresses when using nested

[PATCH MANUALSEL 5.18 1/3] KVM: x86: disable preemption while updating apicv inhibition
 2022-06-21 21:21 UTC  (3+ messages)
` [PATCH MANUALSEL 5.18 2/3] KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking
` [PATCH MANUALSEL 5.18 3/3] KVM: selftests: Restrict test region to 48-bit physical addresses when using nested


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