kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 10:37:44 to 2023-10-02 11:58:22 UTC [more...]

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2023-10-02 11:57 UTC 

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-10-02 11:57 UTC  (10+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-10-02 11:23 UTC  (13+ messages)
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
` [PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
 2023-10-02 11:03 UTC  (3+ messages)
` [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function

[PATCH v3] KVM: x86: Use fast path for Xen timer delivery
 2023-10-02 10:35 UTC  (2+ messages)

[PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-02 10:16 UTC  (5+ messages)
` [PATCH vhost 03/16] vhost-vdpa: introduce descriptor group backend feature
` [PATCH vhost 04/16] vhost-vdpa: uAPI to get dedicated descriptor group id
` (subset) [PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-10-02  9:57 UTC  (12+ messages)
` [PATCH v7 01/11] KVM: pfncache: add a map helper function
` [PATCH v7 02/11] KVM: pfncache: add a mark-dirty helper
` [PATCH v7 03/11] KVM: pfncache: add a helper to get the gpa
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v7 06/11] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v7 07/11] KVM: xen: allow vcpu_info "
` [PATCH v7 08/11] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v7 09/11] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v7 10/11] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v7 11/11] KVM: xen: allow vcpu_info content to be 'safely' copied

[RFC] Support for Arm CCA VMs on Linux
 2023-10-02  9:45 UTC  (3+ messages)
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-10-02  8:58 UTC  (9+ messages)
` [PATCH v4 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb
` [PATCH v4 15/18] virtio-mem: Update state to match bitmap as soon as it's been migrated
` [PATCH v4 16/18] virtio-mem: Expose device memory dynamically via multiple memslots if enabled

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-10-02  8:47 UTC  (11+ messages)
` (subset) "

[PATCH RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-10-02  8:33 UTC  (6+ messages)

[PATCH v2 0/4] target/i386: add support for FRED
 2023-10-02  7:23 UTC  (5+ messages)
` [PATCH v2 1/4] target/i386: add support for FRED in CPUID enumeration
` [PATCH v2 2/4] target/i386: mark CR4.FRED not reserved
` [PATCH v2 3/4] target/i386: enumerate VMX nested-exception support
` [PATCH v2 4/4] target/i386: Add get/set/migrate support for FRED MSRs

[PATCH] KVM: x86: Refine calculation of guest wall clock to use a single TSC read
 2023-10-02  7:24 UTC  (3+ messages)

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-10-02  6:27 UTC  (3+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-02  6:25 UTC  (10+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "

[PATCH v2] KVM: x86: Service NMI requests after PMI requests in VM-Enter path
 2023-10-02  4:08 UTC 

[PATCH 1/1] KVM: x86: remove always-false condition in kvmclock_sync_fn
 2023-10-01 21:36 UTC 

[RFC] KVM: Allow polling vCPUs for events
 2023-10-01 11:13 UTC 

[PATCH net-next v2 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-09-30 21:03 UTC  (13+ messages)
` [PATCH net-next v2 01/12] vsock: set EPOLLERR on non-empty error queue
` [PATCH net-next v2 02/12] vsock: read from socket's "
` [PATCH net-next v2 03/12] vsock: check for MSG_ZEROCOPY support on send
` [PATCH net-next v2 04/12] vsock: enable SOCK_SUPPORT_ZC bit
` [PATCH net-next v2 05/12] vhost/vsock: support MSG_ZEROCOPY for transport
` [PATCH net-next v2 06/12] vsock/virtio: "
` [PATCH net-next v2 07/12] vsock/loopback: "
` [PATCH net-next v2 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v2 09/12] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [PATCH net-next v2 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v2 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v2 12/12] test/vsock: io_uring rx/tx tests

[PATCH v3 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
 2023-09-30 18:27 UTC  (2+ messages)

[PATCH] KVM: arm64: Always invalidate TLB for stage-2 permission faults
 2023-09-30 18:12 UTC  (6+ messages)

[PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
 2023-09-30 13:34 UTC  (3+ messages)

[PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-29 23:51 UTC  (5+ messages)

linux-next: Tree for Sep 29 (arch/loongarch/kvm/vm.c)
 2023-09-29 23:30 UTC 

[PATCH v4 0/3] KVM: x86: Update HWCR virtualization
 2023-09-29 23:02 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set
` [PATCH v4 2/3] KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]
` [PATCH v4 3/3] KVM: selftests: Test behavior of HWCR

[RFC PATCH] KVM: x86: Generate guest PV wall clock info from a single TSC read
 2023-09-29 21:27 UTC  (2+ messages)

[PATCH v2] KVM: x86: Use fast path for Xen timer delivery
 2023-09-29 21:25 UTC  (4+ messages)

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-09-29 21:19 UTC 

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-09-29 17:42 UTC  (11+ messages)
` [PATCH v2 1/4] x86: KVM: SVM: always update the x2avic msr interception
` [PATCH v2 2/4] x86: KVM: SVM: add support for Invalid IPI Vector interception
` [PATCH v2 3/4] x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
` [PATCH v2 4/4] x86: KVM: SVM: workaround for AVIC's errata #1235

KVM: x86: Update HWCR virtualization
 2023-09-29 17:06 UTC  (8+ messages)
` [PATCH v3 1/3] KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set
` [PATCH v3 2/3] KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]
` [PATCH v3 3/3] KVM: selftests: Test behavior of HWCR

[PATCH 0/3] KVM: x86/mmu: small locking cleanups
 2023-09-29 16:16 UTC  (10+ messages)
` [PATCH 1/3] KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
` [PATCH 2/3] KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators
` [PATCH 3/3] KVM: x86/mmu: always take tdp_mmu_pages_lock

[GIT PULL 0/1] KVM: s390: gisa: one fix for 6.6
 2023-09-29 15:57 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: fix gisa destroy operation might lead to cpu stalls

[GIT PULL] virtio: features
 2023-09-29 11:12 UTC  (4+ messages)

[RFC v2 0/4] Support reconnection in vduse
 2023-09-29  9:12 UTC  (11+ messages)
` [RFC v2 3/4] vduse: update the vq_info in ioctl
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

[PATCH v2 0/6] iommufd support allocating nested parent domain
 2023-09-29  3:38 UTC  (7+ messages)
` [PATCH v2 3/6] iommufd/hw_pagetable: Accepts user flags for domain allocation
` [PATCH v2 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH v2 6/6] iommu/vt-d: Add domain_alloc_user op

[PATCH 00/13] KVM: guest_memfd fixes
 2023-09-29  2:22 UTC  (8+ messages)
` [PATCH 04/13] KVM: WARN if there are danging MMU invalidations at VM destruction
` [PATCH 06/13] KVM: Disallow hugepages for incompatible gmem bindings, but let 'em succeed

[PATCH gmem FIXUP] kvm: guestmem: do not use a file system
 2023-09-29  2:22 UTC  (2+ messages)

[RFC PATCH v2 0/6] KVM: gmem: Implement test cases for error_remove_page
 2023-09-29  2:22 UTC  (6+ messages)

[PATCH V3] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
 2023-09-29  2:21 UTC  (2+ messages)

[PATCH RESEND] KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=n
 2023-09-29  2:21 UTC  (2+ messages)

[PATCH v3] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
 2023-09-29  2:20 UTC  (2+ messages)

[PATCH v6 07/11] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
 2023-09-28 23:08 UTC  (2+ messages)

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-28 22:21 UTC  (13+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-09-28 21:42 UTC  (3+ messages)
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()

[PATCH v3 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-28 21:12 UTC  (2+ messages)

[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-09-28 21:02 UTC 

[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-09-28 19:45 UTC  (3+ messages)
` [PATCH v1 4/4] vfio/nvgpu: register device memory for poison handling

[PATCH 00/12] PCI device authentication
 2023-09-28 17:32 UTC  (13+ messages)
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 01/12] X.509: Make certificate parser public
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 05/12] crypto: akcipher - Support more than one signature encoding
` [PATCH 06/12] crypto: ecdsa - Support P1363 "
` [PATCH 07/12] spdm: Introduce library to authenticate devices
` [PATCH 08/12] PCI/CMA: Authenticate devices on enumeration
` [PATCH 09/12] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH 10/12] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH 11/12] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH v11 00/37] x86: enable FRED for x86-64
 2023-09-28 18:01 UTC  (4+ messages)
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()

[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
 2023-09-28 17:29 UTC  (3+ messages)
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr

[PATCH 0/5] AVIC bugfixes and workarounds
 2023-09-28 17:27 UTC  (11+ messages)
` [PATCH 1/5] x86: KVM: SVM: fix for x2avic CVE-2023-5090
` [PATCH 2/5] x86: KVM: SVM: add support for Invalid IPI Vector interception
` [PATCH 3/5] x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
` [PATCH 4/5] iommu/amd: skip updating the IRTE entry when is_run is already false
` [PATCH 5/5] x86: KVM: SVM: workaround for AVIC's errata #1235

[PATCH v3] KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS
 2023-09-28 16:43 UTC  (4+ messages)

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-09-28 16:41 UTC  (2+ messages)

[PATCH 0/2] Fix the duplicate PMI injections in vPMU
 2023-09-28 16:41 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Cleanups
 2023-09-28 16:41 UTC  (7+ messages)
` [PATCH 3/3] KVM: Correct kvm_vcpu_event(s) typo in KVM API documentation

[PATCH v4 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-09-28 16:40 UTC  (2+ messages)

[PATCH v3] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
 2023-09-28 16:40 UTC  (2+ messages)

[PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-28 16:33 UTC 

[PATCH 0/5] KVM: x86: Fix breakage in KVM_SET_XSAVE's ABI
 2023-09-28 14:09 UTC  (3+ messages)
` [PATCH 2/5] KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}

[PATCH] vhost-scsi: Spelling s/preceeding/preceding/g
 2023-09-28 12:18 UTC 

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-28 11:18 UTC  (8+ messages)

[PATCH v2 0/4] KVM: x86: tracepoint updates
 2023-09-28 10:42 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: x86: refactor req_immediate_exit logic
` [PATCH v2 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v2 3/4] KVM: x86: add more information to kvm_exit tracepoint
` [PATCH v2 4/4] KVM: x86: add new nested vmexit tracepoints

[PATCH v3 0/4] KVM: x86: tracepoint updates
 2023-09-28 10:36 UTC  (4+ messages)
` [PATCH v3 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v3 3/4] KVM: x86: add information about pending requests to kvm_exit tracepoint
` [PATCH v3 4/4] KVM: x86: add new nested vmexit tracepoints


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