kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-23 08:16:55 to 2022-03-24 23:01:37 UTC [more...]

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-24 23:01 UTC  (20+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 11/25] KVM: arm64: Add remaining ID registers to id_reg_desc_table

[PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
 2022-03-24 22:41 UTC  (16+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-24 22:04 UTC  (23+ messages)
` [PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 10/12] iommufd: Add kAPI toward external drivers
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-03-24 21:31 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing is required
 2022-03-24 20:17 UTC  (2+ messages)

[GIT PULL] VFIO updates for v5.18-rc1
 2022-03-24 19:44 UTC  (2+ messages)

[GIT PULL] First batch of KVM patches for 5.18
 2022-03-24 19:44 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Allow opt out of guest hypercall patching
 2022-03-24 19:09 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: Allow userspace to opt out of "
` [PATCH 2/2] selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSN

[PATCH 2/3] x86/kvm/svm: Force-inline GHCB accessors
 2022-03-24 18:36 UTC 

[PATCH v4 0/6] nSVM/SVM features
 2022-03-24 18:24 UTC  (5+ messages)
` [PATCH v4 2/6] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH v4 3/6] KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE

[PATCH v2 00/21] TDX host kernel support
 2022-03-24 18:18 UTC  (7+ messages)
` [PATCH v2 09/21] x86/virt/tdx: Get information about TDX module and convertible memory
` [PATCH v2 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v2 17/21] x86/virt/tdx: Configure global KeyID on all packages

[PATCH 0/8] SVM fixes + refactoring
 2022-03-24 18:12 UTC  (3+ messages)
` [PATCH 2/8] KVM: x86: SVM: use vmcb01 in avic_init_vmcb and init_vmcb

[kvm-unit-tests PATCH v2 0/9] s390x: Further extend instruction interception tests
 2022-03-24 17:40 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 1/9] s390x: smp: add tests for several invalid SIGP orders
` [kvm-unit-tests PATCH v2 2/9] s390x: smp: stop already stopped CPU
` [kvm-unit-tests PATCH v2 3/9] s390x: gs: move to new header file
` [kvm-unit-tests PATCH v2 4/9] s390x: smp: add test for SIGP_STORE_ADTL_STATUS order
` [kvm-unit-tests PATCH v2 5/9] s390x: smp: add tests for SET_PREFIX
` [kvm-unit-tests PATCH v2 6/9] s390x: smp: add test for EMERGENCY_SIGNAL with invalid CPU address
` [kvm-unit-tests PATCH v2 7/9] s390x: smp: add tests for CONDITIONAL EMERGENCY
` [kvm-unit-tests PATCH v2 8/9] s390x: add TPROT tests
` [kvm-unit-tests PATCH v2 9/9] s390x: stsi: check zero and ignored bits in r0 and r1

[PATCH v3 0/4] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-24 17:29 UTC  (4+ messages)
` [PATCH v3 2/4] KVM: selftests: add is_cpu_online() utility function

[kvmtool PATCH v2 0/2] arm64: Add MTE support
 2022-03-24 17:21 UTC  (6+ messages)
` [kvmtool PATCH v2 1/2] update_headers.sh: Sync ABI headers with Linux v5.17
` [kvmtool PATCH v2 2/2] aarch64: Add support for MTE

[PATCH v2 00/11] KVM: selftests: Add aarch64/page_fault_test
 2022-03-24 17:04 UTC  (14+ messages)
` [PATCH v2 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH v2 02/11] KVM: selftests: aarch64: Add vm_get_pte_gpa library function
` [PATCH v2 03/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v2 04/11] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v2 05/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v2 06/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v2 07/11] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v2 08/11] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v2 09/11] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v2 10/11] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v2 11/11] KVM: selftests: aarch64: Add mix of "

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-24 16:50 UTC  (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] selftests: KVM: Dump VM stats in binary stats test
` [PATCH v2 2/4] selftests: KVM: Test reading a single stat
` [PATCH v2 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
` [PATCH v2 4/4] selftests: KVM: use dirty logging to check if page stats work correctly

[kvm-unit-tests PATCH v2 0/4] Move npt test cases and NPT code improvements
 2022-03-24 15:58 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v2 2/4] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
` [kvm-unit-tests PATCH v2 3/4] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Build up the nested page table dynamically

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-24 15:51 UTC  (2+ messages)

[PATCH kvmtool v1] Make --no-pvtime command argument arm specific
 2022-03-24 15:43 UTC 

[RFCv2 PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-24 15:42 UTC  (21+ messages)
` [RFCv2 PATCH 02/12] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [RFCv2 PATCH 03/12] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [RFCv2 PATCH 04/12] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [RFCv2 PATCH 05/12] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [RFCv2 PATCH 06/12] KVM: SVM: Do not update logical APIC ID table when in x2APIC mode
` [RFCv2 PATCH 07/12] KVM: SVM: Introduce helper function kvm_get_apic_id
` [RFCv2 PATCH 08/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [RFCv2 PATCH 09/12] KVM: SVM: Refresh AVIC settings when changing APIC mode
` [RFCv2 PATCH 10/12] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC
` [RFCv2 PATCH 11/12] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-24 14:36 UTC  (21+ messages)
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-03-24 14:27 UTC  (8+ messages)
` [RFC PATCH v2 5/5] vfio/pci: add the support for PCI D3cold state

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-24 14:09 UTC  (3+ messages)
` [PATCH v18 15/18] s390/vfio-ap: handle config changed and scan complete notification

[PATCH net v3 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them
 2022-03-24  9:20 UTC  (6+ messages)
` [PATCH net v3 1/3] vsock/virtio: initialize vdev->priv before using VQs
` [PATCH net v3 2/3] vsock/virtio: read the negotiated features "
` [PATCH net v3 3/3] vsock/virtio: enable VQs early on probe

[PATCH kvm-unit-tests v2 0/6] s390x SIGP fixes
 2022-03-24  8:15 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v2 2/6] s390x: smp: Test SIGP RESTART against stopped CPU

[PATCH] vfio/spapr_tce: replace usage of found with dedicated list iterator variable
 2022-03-24  7:31 UTC 

[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
 2022-03-24  6:44 UTC  (5+ messages)
` [PATCH v4 09/15] KVM: arm64: Add support for userspace to suspend a vCPU

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-24  1:54 UTC  (9+ messages)
` [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations

[PATCH 0/3] Documentation: KVM: add a place to document API quirks and (x86) CPU errata
 2022-03-24  1:15 UTC  (8+ messages)
` [PATCH 2/3] Documentation: KVM: add virtual CPU errata documentation
` [PATCH 3/3] Documentation: KVM: add API issues section

[PATCH] KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_state
 2022-03-24  0:44 UTC 

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-23 22:48 UTC  (13+ messages)
` [RFC PATCH v5 064/104] KVM: TDX: Implement TDX vcpu enter/exit path
` [RFC PATCH v5 073/104] KVM: TDX: track LP tdx vcpu run and teardown vcpus on descroing the guest TD
` [RFC PATCH v5 083/104] KVM: x86: Split core of hypercall emulation to helper function

[PATCH] KVM: x86: Add support for CMCI and UCNA
 2022-03-23 18:28 UTC 

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-23 18:21 UTC  (4+ messages)
` [PATCH 4/4] selftests: KVM: use dirty logging to check if page stats work correctly

ping Re: [PATCH v4 0/2] x86: Fix ARCH_REQ_XCOMP_PERM and update the test
 2022-03-23 17:20 UTC  (6+ messages)

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-23 16:21 UTC  (4+ messages)

[PATCH RFC 05/12] iommufd: PFN handling for iopt_pages
 2022-03-23 16:09 UTC  (3+ messages)

[PATCH 06/32] Replace config-time define HOST_WORDS_BIGENDIAN
 2022-03-23 15:57 UTC  (4+ messages)
` [PATCH 07/32] Replace TARGET_WORDS_BIGENDIAN
` [PATCH 11/32] Replace qemu_real_host_page variables with inlined functions
` [PATCH 32/32] Remove qemu-common.h include from most units

[kvmtool PATCH 0/2] arm64: Add MTE support
 2022-03-23 15:48 UTC  (10+ messages)
` [kvmtool PATCH 2/2] aarch64: Add support for MTE

[kvm-unit-tests PATCH v1 0/9] s390x: Further extend instruction interception tests
 2022-03-23 15:47 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 4/9] s390x: smp: add test for SIGP_STORE_ADTL_STATUS order

[PATCH net v2 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them
 2022-03-23 13:54 UTC  (10+ messages)
` [PATCH net v2 1/3] vsock/virtio: enable VQs early on probe
` [PATCH net v2 2/3] vsock/virtio: initialize vdev->priv before using VQs
` [PATCH net v2 3/3] vsock/virtio: read the negotiated features "

[kvm-unit-tests PATCH v3 0/5] s390x: Attestation tests
 2022-03-23 10:07 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH v3 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v3 5/5] s390x: uv-guest: Add attestation tests

[PATCH] KVM: s390: Fix lockdep issue in vm memop
 2022-03-23  9:45 UTC  (7+ messages)

[PATCH v2 0/3] KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls
 2022-03-23  9:26 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/1] runtime: indicate failure on crash/timeout/abort in TAP
 2022-03-23  8:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] "


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