public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-18 13:36:38 to 2023-08-22 19:26:06 UTC [more...]

[PATCH vfio] vfio/pds: Send type for SUSPEND_STATUS command
 2023-08-22 19:25 UTC  (3+ messages)

[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-22 18:35 UTC  (15+ messages)
` [PATCH v9 01/11] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v9 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v9 03/11] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v9 04/11] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v9 06/11] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v9 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v9 08/11] KVM: arm64: Refactor helper Macros for idreg desc
` [PATCH v9 09/11] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v9 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v9 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH] kvm: x86: emulate MSR_PLATFORM_INFO msr bits
 2023-08-22 16:50 UTC  (2+ messages)

[PATCH v2 00/58] TDX QEMU support
 2023-08-22 15:45 UTC  (47+ messages)
` [PATCH v2 03/58] target/i386: Parse TDX vm type
` [PATCH v2 06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v2 07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 14/58] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v2 15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 19/58] qom: implement property helper for sha384
` [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v2 21/58] i386/tdx: Implement user specified tsc frequency
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 45/58] i386/tdx: Limit the range size for MapGPA
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

[PATCH 0/2] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
 2023-08-22 15:14 UTC  (3+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-22 15:11 UTC  (17+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-22 13:56 UTC  (3+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

[PATCH v2 0/3] iommu: Make pasid array per device
 2023-08-22 13:51 UTC  (11+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check

[RFC PATCH v1 0/2] vsock: handle writes to shutdowned socket
 2023-08-22 12:51 UTC  (12+ messages)
` [RFC PATCH v1 1/2] vsock: send SIGPIPE on write "

[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
 2023-08-22 11:12 UTC  (5+ messages)
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-08-22 10:05 UTC  (6+ messages)
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-08-22  9:29 UTC  (10+ messages)

[kvm-unit-tests PATCH] Makefile: Move -no-pie from CFLAGS into LDFLAGS
 2023-08-22  9:28 UTC  (4+ messages)

[PATCH v3 00/11] iommu: Prepare to deliver page faults to user space
 2023-08-22  8:47 UTC  (12+ messages)
` [PATCH v3 04/11] iommu: Cleanup iopf data structure definitions
` [PATCH v3 05/11] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v3 07/11] iommu: Prepare for separating SVA and IOPF
` [PATCH v3 09/11] iommu: Make iommu_queue_iopf() more generic

[PATCH v3] Documentation: KVM: Add vPMU implementaion and gap document
 2023-08-22  8:39 UTC  (7+ messages)

[RFC] KVM: arm/arm64: optimize vSGI injection performance
 2023-08-22  8:28 UTC  (5+ messages)

[PATCH net-next v6 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-08-22  8:16 UTC  (3+ messages)
` [PATCH net-next v6 2/4] vsock/virtio: support to send non-linear skb

[kvm-unit-tests PATCH 00/10] x86: nVMX: Add VMXON #UD test
 2023-08-22  8:09 UTC  (3+ messages)
` [kvm-unit-tests PATCH 03/10] x86: Use "safe" terminology instead of "checking"

[PATCH] KVM: x86: Allow exposure of VMware backdoor Pseudo-PMCs when !enable_pmu
 2023-08-22  8:03 UTC 

[PATCH] iommu/vt-d: Introduce a rb_tree for looking up device
 2023-08-22  7:32 UTC  (3+ messages)

[kvm-unit-tests PATCH v1] s390x: spec_ex: load full register
 2023-08-22  7:26 UTC  (2+ messages)

[PATCH RFC v3 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-08-22  5:11 UTC  (14+ messages)
` [PATCH RFC v3 01/13] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
` [PATCH RFC v3 02/13] KVM: x86/pmu: Support PMU fixed counter 3
` [PATCH RFC v3 03/13] perf/core: Add function perf_event_group_leader_check()
` [PATCH RFC v3 04/13] perf/core: Add function perf_event_move_group()
` [PATCH RFC v3 05/13] perf/core: Add *group_leader for perf_event_create_group_kernel_counters()
` [PATCH RFC v3 06/13] perf/x86: Fix typos and inconsistent indents in perf_event header
` [PATCH RFC v3 07/13] perf/x86: Add constraint for guest perf metrics event
` [PATCH RFC v3 08/13] perf/core: Add new function perf_event_topdown_metrics()
` [PATCH RFC v3 09/13] perf/x86/intel: Handle KVM virtual metrics event in perf system
` [PATCH RFC v3 10/13] KVM: x86/pmu: Extend pmc_reprogram_counter() to create group events
` [PATCH RFC v3 11/13] KVM: x86/pmu: Support topdown perf metrics feature
` [PATCH RFC v3 12/13] KVM: x86/pmu: Handle PERF_METRICS overflow
` [PATCH RFC v3 13/13] KVM: x86/pmu: Expose Topdown in MSR_IA32_PERF_CAPABILITIES

Update/Info
 2023-08-22  1:49 UTC 

[PATCH] KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=n
 2023-08-22  1:51 UTC 

[PATCH v2] x86/sev: Make enc_dec_hypercall() accept a size instead of npages
 2023-08-21 22:58 UTC 

[PATCH] x86/sev: Make early_set_memory_decrypted() calls page aligned
 2023-08-21 22:53 UTC  (8+ messages)

[PATCH] x86/sev: Make enc_dec_hypercall() accept a size instead of npages
 2023-08-21 22:13 UTC 

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-21 21:44 UTC  (13+ messages)
` [PATCH 3/8] KVM: gmem: Fix kvm_gmem_issue_arch_invalidate()
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()
` [PATCH 7/8] KVM: gmem: Avoid race with kvm_gmem_release and mmu notifier

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-21 19:49 UTC  (6+ messages)

[PATCH] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
 2023-08-21 19:44 UTC 

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-21 19:33 UTC  (3+ messages)

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-21 17:40 UTC  (15+ messages)
` [PATCH v8 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v8 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v8 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1

[PATCH] kvm: x86: emulate MSR_PLATFORM_INFO msr bits
 2023-08-21 16:11 UTC  (6+ messages)

[PATCH -next] vfio/pds: fix return value in pds_vfio_get_lm_file()
 2023-08-21 15:08 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 00/11] Add #VC exception handling for AMD SEV-ES
 2023-08-21 14:47 UTC  (12+ messages)
` [kvm-unit-tests PATCH v5 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v5 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v5 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v5 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v5 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v5 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v5 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v5 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v5 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v5 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v5 11/11] x86: AMD SEV-ES: Handle string IO for "

Investment Consultation
 2023-08-21 14:33 UTC 

[PATCH v3 00/11] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-08-21 11:45 UTC  (7+ messages)
` [PATCH v3 02/11] KVM: selftests: Add pmu.h for PMU events and common masks
` [PATCH v3 03/11] KVM: selftests: Test Intel PMU architectural events on gp counters

Investment Consultation
 2023-08-21  8:54 UTC 

[PATCH v2] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2023-08-21  8:05 UTC  (2+ messages)

[PATCH] kvm: x86: emulate MSR_PLATFORM_INFO msr bits
 2023-08-21  3:19 UTC 

[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
 2023-08-21  1:24 UTC  (15+ messages)

Investment Consultation
 2023-08-20 11:27 UTC 

[PATCH v3 0/4] KVM: arm64: PMU: Fix PMUver related handling of vPMU support
 2023-08-20  8:44 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer
` [PATCH v3 2/4] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
` [PATCH v3 3/4] KVM: arm64: PMU: Don't advertise the STALL_SLOT event
` [PATCH v3 4/4] KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}

[Bug 217796] New: latest Zen Inception fixes breaks nested kvm virtualization on AMD
 2023-08-19 10:39 UTC  (2+ messages)
` [Bug 217796] "

[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
 2023-08-18 23:20 UTC  (3+ messages)
` [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD

[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
 2023-08-18 22:27 UTC  (5+ messages)
` [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-08-18 17:32 UTC  (12+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH vfio] pds_core: Fix function header descriptions
 2023-08-18 16:03 UTC  (3+ messages)

[PATCH v9 0/5] iommufd: Add iommu hardware info reporting
 2023-08-18 15:55 UTC  (2+ messages)

Commit 'sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage' broke O_DIRECT over NFS
 2023-08-18 14:12 UTC  (5+ messages)

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-08-18 13:53 UTC  (5+ messages)

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-08-18 13:46 UTC  (6+ messages)

[PATCH 00/12] s390/vfio_ap: crypto pass-through for SE guests
 2023-08-18 13:35 UTC  (4+ messages)


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