kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-05 20:27:23 to 2022-03-07 21:54:12 UTC [more...]

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-07 21:53 UTC  (48+ messages)
` [PATCH v12 01/46] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v12 02/46] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v12 03/46] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v12 04/46] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v12 05/46] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v12 06/46] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v12 07/46] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v12 08/46] x86/sev: "
` [PATCH v12 09/46] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v12 10/46] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v12 11/46] x86/sev: Save the negotiated GHCB version
` [PATCH v12 12/46] x86/sev: Check SEV-SNP features support
` [PATCH v12 13/46] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v12 14/46] x86/sev: Check the vmpl level
` [PATCH v12 15/46] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v12 16/46] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v12 17/46] x86/sev: "
` [PATCH v12 18/46] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v12 20/46] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v12 21/46] x86/mm: Validate memory when changing the C-bit
` [PATCH v12 22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v12 23/46] x86/head/64: Re-enable stack protection
` [PATCH v12 24/46] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v12 25/46] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v12 26/46] x86/compressed/acpi: Move EFI config "
` [PATCH v12 27/46] x86/compressed/acpi: Move EFI vendor "
` [PATCH v12 28/46] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v12 30/46] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v12 31/46] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v12 33/46] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v12 34/46] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v12 35/46] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v12 36/46] x86/compressed: Export and rename add_identity_map()
` [PATCH v12 37/46] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v12 38/46] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v12 39/46] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v12 40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table
` [PATCH v12 41/46] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v12 42/46] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver
` [PATCH v12 44/46] virt: sevguest: Add support to derive key
` [PATCH v12 45/46] virt: sevguest: Add support to get extended report
` [PATCH v12 46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v12 43.1/46] virt: Add SEV-SNP guest driver

[PATCH] KVM: x86/pmu: Isolate TSX specific perf_event_attr.attr logic for AMD
 2022-03-07 21:39 UTC  (2+ messages)

[PATCH kvm-unit-tests v1 0/6] s390x: SIGP fixes
 2022-03-07 20:15 UTC  (22+ messages)
` [PATCH kvm-unit-tests v1 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v1 2/6] s390x: smp: Test SIGP RESTART against stopped CPU
` [PATCH kvm-unit-tests v1 3/6] s390x: smp: Fix checks for SIGP STOP STORE STATUS
` [PATCH kvm-unit-tests v1 4/6] s390x: smp: Create and use a non-waiting CPU stop
` [PATCH kvm-unit-tests v1 5/6] s390x: smp: Create and use a non-waiting CPU restart
` [PATCH kvm-unit-tests v1 6/6] lib: s390x: smp: Convert remaining smp_sigp to _retry

[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
 2022-03-07 19:52 UTC  (8+ messages)
` [PATCH v8 3/9] hisi_acc_qm: Move VF PCI device IDs to common header
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration

[GIT PULL] virtio: last minute fixes
 2022-03-07 19:47 UTC  (2+ messages)

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-07 19:33 UTC  (2+ messages)

[PATCH vfio-next] PCI/IOV: Fix wrong kernel-doc identifier
 2022-03-07 19:11 UTC  (5+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-03-07 19:01 UTC 

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-03-07 17:13 UTC  (13+ messages)
` [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v6 44/64] KVM: arm64: nv: Add handling of EL2-specific timer registers

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-07 17:10 UTC  (7+ messages)
` [PATCH v18 08/18] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH RFC 00/19] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
 2022-03-07 16:32 UTC  (21+ messages)
` [PATCH RFC 01/19] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH RFC 02/19] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH RFC 03/19] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH RFC 04/19] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH RFC 05/19] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH RFC 06/19] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH RFC 07/19] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush
` [PATCH RFC 08/19] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH RFC 09/19] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH RFC 10/19] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH RFC 11/19] KVM: x86: Introduce .post_hv_direct_flush() nested hook
` [PATCH RFC 12/19] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH RFC 13/19] KVM: x86: hyper-v: Direct TLB flush
` [PATCH RFC 14/19] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check
` [PATCH RFC 15/19] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH RFC 16/19] KVM: nVMX: hyper-v: Direct TLB flush
` [PATCH RFC 17/19] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH RFC 18/19] KVM: nSVM: hyper-v: Direct TLB flush
` [PATCH RFC 19/19] KVM: x86: Expose Hyper-V Direct TLB flush feature

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-07 15:42 UTC  (11+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 03/12] mm: Introduce memfile_notifier

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 15:26 UTC  (3+ messages)

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-07 14:55 UTC  (9+ messages)
` [PATCH kvmtool v7 2/3] "

[PATCH kvmtool v8 0/3] aarch64: Add stolen time support
 2022-03-07 14:42 UTC  (4+ messages)
` [PATCH kvmtool v8 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v8 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-03-07 14:42 UTC  (10+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-03-07 13:02 UTC  (6+ messages)
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning

[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-07 12:42 UTC  (9+ messages)
` [PATCH v7 01/11] iommu: Add DMA ownership management interfaces

[PATCH] KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
 2022-03-07 12:26 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
  ` [PATCH v2 2/2] KVM: x86/emulator: Emulate RDPID only if it is enabled in guest

[PATCH v3 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-07 11:59 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3 2/4] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH v3 3/4] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
` [PATCH v3 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[PATCH kvmtool] x86: Fixed Unable to execute init process since glibc version 2.33
 2022-03-07 10:43 UTC  (2+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2022-03-07 10:23 UTC  (8+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
  ` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API

[PATCH v3] i386/sev: Ensure attestation report length is valid before retrieving
 2022-03-07 10:20 UTC  (2+ messages)

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-07 10:14 UTC  (7+ messages)
` [RFC PATCH 10/13] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [RFC PATCH 13/13] KVM: SVM: Use fastpath x2apic IPI emulation when #vmexit with x2AVIC

[PATCH v4 0/4] Enable vhost-user to be used on BSD systems
 2022-03-07  9:39 UTC  (4+ messages)
` [PATCH v4 3/4] configure, meson: allow enabling vhost-user on all POSIX systems

[PATCH][resend] KVM: x86: check steal time address when enable steal time
 2022-03-07  9:12 UTC  (2+ messages)

[PATCH V3 00/10] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-03-07  8:53 UTC  (11+ messages)
` [PATCH V3 01/10] perf/x86: Fix native_perf_sched_clock_from_tsc() with __sched_clock_offset
` [PATCH V3 02/10] perf/x86: Add support for TSC as a perf event clock
` [PATCH V3 03/10] perf/x86: Add support for TSC in nanoseconds "
` [PATCH V3 04/10] perf tools: Add new perf clock IDs
` [PATCH V3 05/10] perf tools: Add API probes for new "
` [PATCH V3 06/10] perf tools: Add new clock IDs to "perf time to TSC" test
` [PATCH V3 07/10] perf tools: Add perf_read_tsc_conv_for_clockid()
` [PATCH V3 08/10] perf intel-pt: Add support for new clock IDs
` [PATCH V3 09/10] perf intel-pt: Add config variables for timing parameters
` [PATCH V3 10/10] perf intel-pt: Add documentation for new clock IDs

[PATCH][v2] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
 2022-03-07  7:59 UTC 

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-07  7:44 UTC  (2+ messages)

[PATCH v6 0/7] KVM: PKS Virtualization support
 2022-03-07  6:09 UTC  (2+ messages)

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-03-07  5:21 UTC  (2+ messages)

[PATCH v3] vhost: fix hung thread due to erroneous iotlb entries
 2022-03-07  4:28 UTC  (2+ messages)

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-03-07  2:12 UTC  (17+ messages)

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-03-06 22:08 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota
` [PATCH v3 3/3] KVM: selftests: Add selftests for dirty quota throttling

[GIT PULL] More KVM fixes for Linux 5.17-rc7
 2022-03-06 20:34 UTC  (2+ messages)

[PATCH v2] KVM: Fix minor indentation and brace style issues
 2022-03-06  3:19 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: Use typical SPDX comment style
` [PATCH v2 2/7] KVM: Replace bare 'unsigned' with 'unsigned int'
` [PATCH v2 3/7] KVM: Replace '__attribute__((weak))' with '__weak'
` [PATCH v2 4/7] KVM: Add blank lines after some declarations
` [PATCH v2 5/7] KVM: Use typical style for block comments
` [PATCH v2 6/7] KVM: Fix minor indentation and brace style issues
` [PATCH v2 7/7] KVM: Modified two MMIO functions to return bool

[PATCH 0/6] KVM: fix checkpatch warnings
 2022-03-06  1:53 UTC  (13+ messages)
` [PATCH 1/6] KVM: Use typical SPDX comment style
` [PATCH 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'
` [PATCH 3/6] KVM: Replace '__attribute__((weak))' with '__weak'
` [PATCH 4/6] KVM: Add blank lines after some declarations
` [PATCH 5/6] KVM: Use typical style for block comments
` [PATCH 6/6] KVM: Fix minor indentation and brace style issues
  ` [PATCH v2 "
  ` [PATCH v2 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'

[PATCH 1/6] KVM: fix checkpatch warnings
 2022-03-05 20:34 UTC  (4+ messages)
` [PATCH 5/6] "
` [PATCH 6/6] "


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