kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-10 22:10:10 to 2021-11-11 22:58:31 UTC [more...]

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-11 22:57 UTC  (20+ messages)
` [PATCH v7 30/45] x86/compressed/acpi: move EFI config table lookup to helper
` [PATCH v7 31/45] x86/compressed/acpi: move EFI vendor "
` [PATCH v7 32/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v7 33/45] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v7 34/45] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v7 35/45] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v7 36/45] x86/compressed: add SEV-SNP feature detection/setup
` [PATCH v7 37/45] x86/compressed: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 38/45] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v7 39/45] x86/sev: add SEV-SNP feature detection/setup
` [PATCH v7 40/45] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 41/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v7 42/45] x86/sev: Register SNP guest request platform device
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key
` [PATCH v7 45/45] virt: sevguest: Add support to get extended report

[PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-11 22:31 UTC  (2+ messages)

linux-next: build warning after merge of the kvm-fixes tree
 2021-11-11 22:20 UTC 

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11 21:49 UTC  (23+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU
` [PATCH v4 02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v4 03/17] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v4 04/17] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v4 05/17] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v4 06/17] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v4 07/17] perf: Add wrappers for invoking guest callbacks
` [PATCH v4 08/17] perf: Force architectures to opt-in to "
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v4 10/17] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v4 11/17] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v4 12/17] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v4 13/17] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v4 14/17] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v4 15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y
` [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c
` [PATCH v4 17/17] perf: Drop guest callback (un)register stubs

[kvm-unit-tests PATCH] access: Split the reserved bit test for LA57
 2021-11-11 21:15 UTC  (3+ messages)

[PATCH 0/4] KVM/arm64 fixes for 5.16, take #1
 2021-11-11 21:11 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Extract ESR_ELx.EC only
` [PATCH 2/4] KVM: arm64: nvhe: Fix a non-kernel-doc comment
` [PATCH 3/4] KVM: arm64: Change the return type of kvm_vcpu_preferred_target()
` [PATCH 4/4] KVM: arm64: Fix host stage-2 finalization

[PATCH v2] KVM: x86: Assume a 64-bit hypercall for guests with protected state
 2021-11-11 20:46 UTC  (5+ messages)

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-11 19:44 UTC  (12+ messages)
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH 0/5] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-11 19:36 UTC  (8+ messages)
` [PATCH 1/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
` [PATCH 2/5] KVM: MIPS: "
` [PATCH 3/5] KVM: PPC: "
` [PATCH 4/5] KVM: RISC-V: "
` [PATCH 5/5] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS

[PATCH v2 00/12] KVM: selftests: Hugepage fixes and cleanups
 2021-11-11 19:21 UTC  (18+ messages)
` [PATCH v2 01/12] KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
` [PATCH v2 02/12] KVM: selftests: Expose align() helpers to tests
` [PATCH v2 03/12] KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
` [PATCH v2 04/12] KVM: selftests: Require GPA to be aligned when backed by hugepages
` [PATCH v2 05/12] KVM: selftests: Use shorthand local var to access struct perf_tests_args
` [PATCH v2 06/12] KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
` [PATCH v2 07/12] KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test
` [PATCH v2 08/12] KVM: selftests: Move per-VM GPA into perf_test_args
` [PATCH v2 09/12] KVM: selftests: Remove perf_test_args.host_page_size
` [PATCH v2 10/12] KVM: selftests: Create VM with adjusted number of guest pages for perf tests
` [PATCH v2 11/12] KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
` [PATCH v2 12/12] KVM: selftests: Sync perf_test_args to guest during "

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-11 18:55 UTC  (30+ messages)
` [RFC 01/19] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
` [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap
` [RFC 03/19] KVM: x86/mmu: Factor flush and free up when zapping under MMU write lock
` [RFC 04/19] KVM: x86/mmu: Yield while processing disconnected_sps
` [RFC 05/19] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
` [RFC 06/19] KVM: x86/mmu: Introduce vcpu_make_spte
` [RFC 07/19] KVM: x86/mmu: Factor wrprot for nested PML out of make_spte
` [RFC 08/19] KVM: x86/mmu: Factor mt_mask "
` [RFC 09/19] KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
` [RFC 10/19] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte
` [RFC 12/19] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
` [RFC 13/19] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [RFC 14/19] KVM: x86/mmu: Propagate memslot const qualifier
` [RFC 15/19] KVM: x86/MMU: Refactor vmx_get_mt_mask
` [RFC 16/19] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [RFC 17/19] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [RFC 18/19] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [RFC 19/19] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[kvm-unit-tests PATCH] s390x: io: declare s390x CPU as big endian
 2021-11-11 18:48 UTC 

[PATCH 0/4] KVM: selftests: Avoid mmap_sem contention during memory population
 2021-11-11 18:18 UTC  (8+ messages)
` [PATCH 1/4] KVM: selftests: Start at iteration 0 instead of -1
` [PATCH 2/4] KVM: selftests: Move vCPU thread creation and joining to common helpers
` [PATCH 3/4] KVM: selftests: Wait for all vCPU to be created before entering guest mode
` [PATCH 4/4] KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_test

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-11 17:51 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-11 17:44 UTC  (2+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-11 16:01 UTC  (7+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[PATCH 0/2] KVM: SEV: Fall back to __vmalloc() for SEV-ES scratch
 2021-11-11 15:56 UTC  (7+ messages)
` [PATCH 1/2] KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
` [PATCH 2/2] KVM: SEV: Fall back to __vmalloc() for SEV-ES scratch area if necessary

[PATCH v12 0/7] Add AMD SEV and SEV-ES intra host migration support
 2021-11-11 15:49 UTC  (8+ messages)
` [PATCH 1/7] KVM: SEV: Refactor out sev_es_state struct
` [PATCH 2/7] KVM: generalize "bugged" VM to "dead" VM
` [PATCH 3/7] KVM: SEV: provide helpers to charge/uncharge misc_cg
` [PATCH 4/7] KVM: SEV: Add support for SEV intra host migration
` [PATCH 5/7] KVM: SEV: Add support for SEV-ES "
` [PATCH 6/7] selftest: KVM: Add open sev dev helper
` [PATCH 7/7] selftest: KVM: Add intra host migration tests

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-11-11 15:18 UTC  (5+ messages)
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration

[kvm-unit-tests PATCH v2] s390x: fixing I/O memory allocation
 2021-11-11 15:10 UTC  (6+ messages)

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-11 15:08 UTC  (15+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 2/6] kvm: x86: Introduce guest private memory address space to memslot
` [RFC PATCH 3/6] kvm: x86: add private_ops "
` [RFC PATCH 4/6] kvm: x86: implement private_ops for memfd backing store
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit
` [RFC PATCH 6/6] KVM: add KVM_SPLIT_MEMORY_REGION
` [RFC PATCH 07/13] linux-headers: Update
` [RFC PATCH 08/13] hostmem: Add guest private memory to memory backend
` [RFC PATCH 09/13] qmp: Include "guest-private" property for memory backends
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space
` [RFC PATCH 11/13] kvm: register private memory slots
` [RFC PATCH 12/13] kvm: handle private to shared memory conversion
` [RFC PATCH 13/13] machine: Add 'private-memory-backend' property

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-11-11 14:46 UTC  (3+ messages)
` [PATCH 16/15] KVM: X86: Update mmu->pdptrs only when it is changed
` [PATCH 17/15] KVM: X86: Ensure pae_root to be reconstructed for shadow paging if the guest PDPTEs "

[PATCH RFC] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS
 2021-11-11 14:44 UTC  (5+ messages)

[PATCH kvmtool RESENT] arm/pci: update interrupt-map only for legacy interrupts
 2021-11-11 14:29 UTC  (2+ messages)

[PATCH v4 0/2] Add a helper to read GPR index and move INVPCID validation to a common place
 2021-11-11 14:06 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: MSR filtering and related fixes
 2021-11-11 14:06 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Sanitize writes to MSR_KVM_PV_EOI_EN
 2021-11-11 13:59 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Correct adjustment of KVM_CPUID_FEATURES
 2021-11-11 13:57 UTC  (2+ messages)

[PATCH v2] kvm: mmu: Use fast PF path for access tracking of huge pages when possible
 2021-11-11 13:56 UTC  (2+ messages)

[PATCH v5 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-11-11 13:55 UTC  (4+ messages)
` [PATCH v5 2/7] nSVM: introduce smv->nested.save to cache save area fields

[PATCH v4] KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
 2021-11-11 13:24 UTC  (2+ messages)

[PATCH v2] kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
 2021-11-11 13:24 UTC  (2+ messages)

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-11 13:23 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-11-11 12:43 UTC  (2+ messages)

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-11-11 12:32 UTC  (6+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-11-11 10:39 UTC  (3+ messages)
` [PATCH v4 15/15] KVM: arm64: Add async PF document

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-11-11  8:29 UTC  (7+ messages)
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs

drivers/vfio/vfio.c:293: warning: expecting prototype for Container objects(). Prototype was for vfio_container_get() instead
 2021-11-11  7:56 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/1] Test spec exception interception
 2021-11-11  7:47 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11  0:39 UTC  (6+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-11-10 22:42 UTC  (14+ 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).