kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 18:00:28 to 2022-06-14 17:17:01 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-14 17:16 UTC  (12+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH 0/6] KVM: Trivial cleanups
 2022-06-14 17:15 UTC  (2+ messages)

[PATCH 0/8] KVM: x86/mmu: Use separate namespaces gPTEs and SPTEs
 2022-06-14 17:12 UTC  (15+ messages)
` [PATCH 1/8] KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
` [PATCH 2/8] KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
` [PATCH 3/8] KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
` [PATCH 4/8] KVM: x86/mmu: Dedup macros for computing various page table masks
` [PATCH 5/8] KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
` [PATCH 6/8] KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
` [PATCH 7/8] KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
` [PATCH 8/8] KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask

[PATCH v4 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-06-14 17:09 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: s390: selftests: Use TAP interface in the memop test
      ` [PATCH] KVM: s390: selftests: Fix memop extension capability check

[PATCH] KVM: selftests: Remove the mismatched parameter comments
 2022-06-14 22:41 UTC  (5+ messages)

[GIT PULL] More KVM changes for Linux 5.19-rc3
 2022-06-14 17:01 UTC  (4+ messages)

[kvm:queue 5/184] arch/x86/kvm/svm/avic.c:913:6: warning: shift count >= width of type
 2022-06-14 16:52 UTC  (4+ messages)

[PATCH] KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_DEBUG_LOCK_ALLOC
 2022-06-14 16:47 UTC  (3+ messages)

[PATCH 0/4] KVM: selftests: Fixups for overhaul
 2022-06-14 16:44 UTC  (11+ messages)
` [PATCH 1/4] KVM: selftests: Add a missing apostrophe in comment to show ownership
` [PATCH 2/4] KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce type
` [PATCH 3/4] KVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr_pages_required()
` [PATCH 4/4] KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible

[PATCH] KVM: Use consistent type for return value of kvm_mmu_memory_cache_nr_free_objects()
 2022-06-14 16:31 UTC  (3+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-06-14 16:13 UTC  (6+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

linux-next: Tree for Jun 14 (arch/x86/kvm/svm/avic.c)
 2022-06-14 16:13 UTC 

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

[PATCH] KVM: x86: add a bool variable to distinguish whether to use PVIPI
 2022-06-14 15:03 UTC  (4+ messages)

[kvm-unit-tests GIT PULL 0/5] s390x: some migration tests and gcc12 support
 2022-06-14 15:00 UTC  (6+ messages)
` [kvm-unit-tests GIT PULL 1/5] lib: s390x: add header for CMM related defines
` [kvm-unit-tests GIT PULL 2/5] s390x: add cmm migration test
` [kvm-unit-tests GIT PULL 3/5] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests GIT PULL 4/5] s390x: Fix gcc 12 warning about array bounds
` [kvm-unit-tests GIT PULL 5/5] s390x: add migration test for storage keys

[PATCH] KVM: selftests: kvm_binary_stats_test: Fix index expressions
 2022-06-14 14:43 UTC  (2+ messages)

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-14 14:29 UTC  (4+ messages)
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory

[kvm-unit-tests PATCH v6 0/1] s390x: add migration test for storage keys
 2022-06-14 14:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/1] "

[PATCH] x86: kvm: remove NULL check before kfree
 2022-06-14 13:36 UTC  (3+ messages)

[PATCH v2] x86: kvm: remove NULL check before kfree
 2022-06-14 13:34 UTC 

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-14 13:14 UTC 

[PATCH RESEND] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-14 12:11 UTC 

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-14 10:56 UTC  (3+ messages)
` [Bug 216026] "

simplify the mdev interface v2
 2022-06-14 10:32 UTC  (28+ messages)
` [PATCH 01/13] vfio/mdev: make mdev.h standalone includable
` [PATCH 02/13] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
` [PATCH 04/13] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 05/13] vfio/mdev: remove mdev_from_dev
` [PATCH 06/13] vfio/mdev: unexport mdev_bus_type
` [PATCH 07/13] vfio/mdev: remove mdev_parent_dev
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 09/13] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 10/13] vfio/mdev: consolidate all the name "
` [PATCH 11/13] vfio/mdev: consolidate all the available_instance "
` [PATCH 12/13] vfio/mdev: consolidate all the description "
` [PATCH 13/13] vfio/mdev: add mdev available instance checking to the core

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-14  8:56 UTC  (7+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-14  8:40 UTC  (6+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-14  8:27 UTC  (4+ messages)

[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
 2022-06-14  7:45 UTC  (4+ messages)
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14  7:28 UTC  (16+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-14  4:23 UTC  (5+ messages)

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-14  4:15 UTC  (3+ messages)
` [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path

[PATCH MANUALSEL 5.4] KVM: Don't null dereference ops->destroy
 2022-06-14  2:11 UTC 

[PATCH MANUALSEL 4.19] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[PATCH MANUALSEL 5.15 1/4] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (4+ messages)
` [PATCH MANUALSEL 5.15 2/4] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.15 3/4] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.15 4/4] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 4.9] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[PATCH MANUALSEL 5.10] KVM: Don't null dereference ops->destroy
 2022-06-14  2:11 UTC 

[PATCH MANUALSEL 5.18 1/6] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (5+ messages)
` [PATCH MANUALSEL 5.18 2/6] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.18 3/6] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.18 4/6] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
` [PATCH MANUALSEL 5.18 6/6] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 5.17 1/4] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (4+ messages)
` [PATCH MANUALSEL 5.17 2/4] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.17 3/4] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.17 4/4] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 4.14] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-14  0:56 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Remove unused "type" of split_page_type()
 2022-06-14  0:52 UTC  (3+ messages)

[PATCH v9 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-06-13 21:25 UTC  (11+ messages)
` [PATCH v9 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v9 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v9 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v9 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v9 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v9 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v9 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v9 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v9 09/10] KVM: selftests: Test disabling NX hugepages on a VM
` [PATCH v9 10/10] KVM: selftests: Cache binary stats metadata for duration of test

[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL
 2022-06-13 20:28 UTC  (7+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "

[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
 2022-06-13 19:35 UTC  (5+ messages)

[syzbot] WARNING in handle_exception_nmi (2)
 2022-06-13 17:54 UTC  (3+ messages)

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-06-13 17:33 UTC  (4+ messages)
` [RFC 1/3] dt-bindings: arm: Add document for SCMI Virtio backend device

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (4+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v7 0/4] KVM: SEV-ES: Add tests to validate #VC handling
 2022-06-13 17:04 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: SEV-ES: Add configuration options to test "
` [PATCH v7 2/4] KVM: SEV-ES: Add tests to validate VC handling for CPUID and WBINVD
` [PATCH v7 3/4] KVM: SEV-ES: Add tests to validate VC handling for MSR and DR7 register accesses
` [PATCH v7 4/4] KVM SEV-ES: Add tests to validate VC handling for IO instructions

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-13 14:57 UTC  (8+ messages)

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-13 14:08 UTC  (7+ messages)
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core

[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-13 13:39 UTC  (8+ messages)
` [PATCH v7 21/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v7 22/39] KVM: nSVM: "
` [PATCH v7 24/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v7 31/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v7 32/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v7 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v7 34/39] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages


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