public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-27 07:27:20 to 2023-09-29 02:22:45 UTC [more...]

[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 v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-29  2:20 UTC  (2+ messages)

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-09-29  2:09 UTC  (10+ 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  0:56 UTC  (5+ 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 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 vfio 0/9] Add chunk mode support for mlx5 driver
 2023-09-28 21:12 UTC  (10+ 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/13] KVM: guest_memfd fixes
 2023-09-28 18:31 UTC  (10+ 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 07/13] KVM: x86/mmu: Track PRIVATE impact on hugepage mappings for all memslots

[PATCH 00/12] PCI device authentication
 2023-09-28 17:32 UTC  (13+ messages)
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 01/12] X.509: Make certificate parser public
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [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  (7+ messages)
` [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-09-28 17:41 UTC  (3+ messages)
` [PATCH v4 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb

[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 0/3] KVM: x86/mmu: small locking cleanups
 2023-09-28 16:55 UTC  (6+ 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

[PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-28 16:45 UTC  (3+ 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

[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 RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-09-28 16:18 UTC  (4+ messages)

[PATCH 0/5] KVM: x86: Fix breakage in KVM_SET_XSAVE's ABI
 2023-09-28 14:09 UTC  (7+ messages)
` [PATCH 1/5] x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer
` [PATCH 2/5] KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}
` [PATCH 3/5] KVM: selftests: Touch relevant XSAVE state in guest for state test
` [PATCH 4/5] KVM: selftests: Load XSAVE state into untouched vCPU during "
` [PATCH 5/5] KVM: selftests: Force load all supported XSAVE state in "

[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  (5+ messages)
` [PATCH v3 1/4] KVM: x86: refactor req_immediate_exit logic
` [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

[PATCH v13 00/22] TDX host kernel support
 2023-09-28 10:19 UTC  (3+ messages)

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-09-28  9:24 UTC  (5+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

[PATCH v2 0/6] iommufd support allocating nested parent domain
 2023-09-28  7:15 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 2/6] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 3/6] iommufd/hw_pagetable: Accepts user flags "
` [PATCH v2 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH v2 5/6] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v2 6/6] iommu/vt-d: Add domain_alloc_user op

[PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-28  6:33 UTC  (2+ messages)

[PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
 2023-09-28  5:31 UTC  (13+ messages)

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-09-28  5:26 UTC  (19+ messages)
` [PATCH vfio 01/11] virtio-pci: Use virtio pci device layer vq info instead of generic one
` [PATCH vfio 03/11] virtio-pci: Introduce admin virtqueue
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device

[PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
 2023-09-28  5:00 UTC  (14+ messages)
` [PATCH v6 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v6 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v6 03/12] iommu: Remove unrecoverable fault data
` [PATCH v6 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v6 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v6 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v6 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v6 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v6 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v6 10/12] iommu: Separate SVA and IOPF
` [PATCH v6 11/12] iommu: Consolidate per-device fault data management
` [PATCH v6 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH v2 0/4] KVM: selftests: Add LoongArch support
 2023-09-28  4:04 UTC  (4+ messages)
` [PATCH v2 3/4] KVM: selftests: Add ucall test support for LoongArch

[RFC 0/8] iommufd support pasid attach/replace
 2023-09-28  1:54 UTC  (12+ messages)
` [RFC 1/8] iommu: Introduce a replace API for device pasid
` [RFC 3/8] iommufd: Support attach/replace hwpt per pasid
` [RFC 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain

[RFC 0/3] vfio-pci support pasid attach/detach
 2023-09-28  1:46 UTC  (5+ messages)
` [RFC 3/3] vfio/pci: Expose PCIe PASID capability to userspace

[PATCH 1/1] KVM: VMX: Cleanup VMX basic information defines and usages
 2023-09-27 23:08 UTC 

[kvm-unit-tests PATCH] x86/pmu: Clear mask in PMI handler to allow delivering subsequent PMIs
 2023-09-27 22:54 UTC 

[PATCH] Add kvm_arch helper functions for guests' callchains
 2023-09-27 22:01 UTC  (2+ messages)

[PATCH] KVM: x86: Move kvm_check_request(KVM_REQ_NMI) after kvm_check_request(KVM_REQ_NMI)
 2023-09-27 18:23 UTC  (5+ messages)

[PATCH v6 00/11] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-09-27 17:36 UTC  (4+ messages)
` [PATCH v6 02/11] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset

[GIT PULL] VFIO fix for v6.6-rc4
 2023-09-27 17:10 UTC  (2+ messages)

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-27 15:26 UTC  (7+ messages)

[PATCH 1/2] tools/virtio: Add dma sync api for virtio test
 2023-09-27 15:20 UTC  (3+ messages)
` [PATCH 2/2] tools/virtio: Add hints when module is not installed

[kvm-unit-tests PATCH] x86/apic: Gates test_pv_ipi on KVM cpuid, not test device
 2023-09-27 14:18 UTC  (5+ messages)

[RESEND PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-27 14:05 UTC 

[GIT PULL] virtio: features
 2023-09-27 13:18 UTC  (3+ messages)

[PATCH kvmtool] arm: Initialize target in kvm_cpu__arch_init
 2023-09-27 12:31 UTC  (3+ messages)

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2023-09-27 10:04 UTC  (2+ messages)

[PATCH v3 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
 2023-09-27  9:09 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer
` [PATCH v3 02/11] KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
` [PATCH v3 03/11] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH v3 04/11] KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
` [PATCH v3 05/11] KVM: arm64: vgic: Use vcpu_idx for the debug information
` [PATCH v3 06/11] KVM: arm64: Use vcpu_idx for invalidation tracking
` [PATCH v3 07/11] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH v3 08/11] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH v3 09/11] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH v3 10/11] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection
` [PATCH v3 11/11] KVM: arm64: Clarify the ordering requirements for vcpu/RD creation

[PATCH net-next v1 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-09-27  7:37 UTC  (14+ messages)
` [PATCH net-next v1 02/12] vsock: read from socket's error queue
` [PATCH net-next v1 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v1 12/12] test/vsock: io_uring rx/tx tests

[PATCH v2 3/3] RISC-V: KVM: Add Svadu Extension Support for Guest/VM
 2023-09-27  7:27 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox