public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-16 03:31:37 to 2023-08-17 20:17:59 UTC [more...]

[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-08-17 20:17 UTC  (5+ messages)
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-08-17 19:46 UTC  (27+ messages)
` [PATCH v10 1/9] KVM: x86/mmu: Use GENMASK_ULL() to define __PT_BASE_ADDR_MASK
` [PATCH v10 3/9] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v10 4/9] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v10 5/9] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v10 7/9] KVM: VMX: Implement and wire get_untagged_addr() for LAM
` [PATCH v10 8/9] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v10 9/9] KVM: x86: Expose LAM feature to userspace VMM

[PATCH v3] vfio: align capability structures
 2023-08-17 18:33 UTC  (4+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-17 18:21 UTC  (13+ messages)

[RFC PATCH v3 0/8] SVM guest shadow stack support
 2023-08-17 18:18 UTC  (9+ messages)
` [RFC PATCH v3 1/8] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH v3 2/8] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH v3 3/8] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v3 4/8] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [RFC PATCH v3 5/8] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH v3 6/8] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH v3 7/8] x86/sev-es: Include XSS value in GHCB CPUID request
` [RFC PATCH v3 8/8] KVM: SVM: Add CET features to supported_xss

[PATCH v2 0/8] LASS KVM virtualization support
 2023-08-17 18:18 UTC  (4+ messages)

[PATCH] vfio/type1: fix cap_migration information leak
 2023-08-17 17:55 UTC  (2+ messages)

[PATCH -next] vfio/cdx: Remove redundant initialization owner in vfio_cdx_driver
 2023-08-17 17:53 UTC  (2+ messages)

[PATCH -next] vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the code
 2023-08-17 17:53 UTC  (2+ messages)

[PATCH v14 vfio 0/8] pds-vfio-pci driver
 2023-08-17 17:53 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-08-17 17:53 UTC  (4+ messages)

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-17 17:52 UTC  (8+ messages)

[RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
 2023-08-17 16:53 UTC  (2+ messages)

[PATCH v2 0/8] LASS KVM virtualization support
 2023-08-17 16:15 UTC  (15+ messages)
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection

Commit 'sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage' broke O_DIRECT over NFS
 2023-08-17 15:58 UTC  (3+ messages)

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-17 15:53 UTC  (16+ 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 v8 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v19 00/30] Add KVM LoongArch support
 2023-08-17 12:59 UTC  (31+ messages)
` [PATCH v19 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v19 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v19 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v19 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v19 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v19 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v19 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v19 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v19 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v19 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v19 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v19 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v19 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v19 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v19 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v19 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v19 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v19 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v19 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v19 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v19 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v19 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v19 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v19 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v19 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v19 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v19 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v19 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v19 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v19 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
 2023-08-17 12:23 UTC  (8+ messages)
` [PATCH v3 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v3 5/6] KVM: PPC: Add support for nestedv2 guests

[PATCH v4 0/4] KVM: s390: Enable AP instructions for PV-guests
 2023-08-17 11:56 UTC  (10+ messages)
` [PATCH v4 1/4] KVM: s390: pv: relax WARN_ONCE condition for destroy fast
` [PATCH v4 2/4] s390: uv: UV feature check utility
` [PATCH v4 3/4] KVM: s390: Add UV feature negotiation
` [PATCH v4 4/4] KVM: s390: pv: Allow AP-instructions for pv-guests

[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
 2023-08-17 11:05 UTC  (6+ messages)
` [PATCH v4 14/28] KVM: arm64: nv: Add "
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2

[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-17  9:29 UTC  (5+ messages)
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code

W sprawie księgowości
 2023-08-17  8:05 UTC 

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-08-17  7:54 UTC  (16+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} "
` [PATCH v5 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 06/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v5 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 09/12] tools: Import arm_pmuv3.h
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v5 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v5 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-17  7:38 UTC  (32+ messages)
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration

[PATCH v8 0/5] iommufd: Add iommu hardware info reporting
 2023-08-17  7:33 UTC  (10+ messages)
` [PATCH v8 1/5] iommu: Move dev_iommu_ops() to private header
` [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v8 5/5] iommu/vt-d: Implement hw_info for iommu capability query

Fwd: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-17  3:05 UTC  (7+ messages)
      `  "

[PATCH v3 00/15] KVM: x86: Add "governed" X86_FEATURE framework
 2023-08-17  2:11 UTC  (25+ messages)
` [PATCH v3 01/15] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH v3 04/15] KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
` [PATCH v3 05/15] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH v3 07/15] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
` [PATCH v3 08/15] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH v3 09/15] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH v3 12/15] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH v3 13/15] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"

[PATCH v3 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-08-16 22:46 UTC  (5+ messages)
` [PATCH v3 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v3 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "

[PATCH v1 0/6] LASS KVM virtualization support
 2023-08-16 22:16 UTC  (3+ messages)
` [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS

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

[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
 2023-08-16 21:15 UTC  (6+ messages)

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-16 20:37 UTC  (7+ messages)
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()
` [PATCH 5/8] KVM: gmem, x86: Add gmem hook for initializing private memory
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating "

[PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix
 2023-08-16 18:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: eventfd: Fix NULL deref irqbypass producer

[Bug 217799] New: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-16 17:23 UTC  (7+ messages)
` [Bug 217799] "
` [Bug 217799] kvm: Speculative RAS Overflow mitigation breaks old Windows guest VMs

[RFC 0/5] crypto: qat - enable SRIOV VF live migration
 2023-08-16 16:20 UTC  (3+ messages)
` [RFC 5/5] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH] kvm/mmu: fixed coding style issues
 2023-08-16 14:28 UTC  (3+ messages)

[PATCH 0/4] vfio: use __aligned_u64 for ioctl structs
 2023-08-16 13:36 UTC  (4+ messages)
` [PATCH 2/4] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH 00/12] s390/vfio_ap: crypto pass-through for SE guests
 2023-08-16 12:12 UTC  (3+ messages)

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-16 12:03 UTC  (7+ messages)
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-08-16 11:50 UTC  (4+ messages)

[PATCH v3] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
 2023-08-16  3:29 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