kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 11:37:20 to 2023-04-05 01:32:54 UTC [more...]

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-04 22:48 UTC  (8+ messages)
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-05  0:59 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE
` [PATCH 2/3] KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)
` [PATCH 3/3] KVM: x86: Open code supported XCR0 calculation in kvm_vcpu_after_set_cpuid()

[PATCH v4 0/6] KVM: x86: Fix unpermitted XTILE CPUID reporting
 2023-04-05  0:45 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: x86: Add a helper to handle filtering of unpermitted XCR0 features
` [PATCH v4 2/6] KVM: x86: Filter out XTILE_CFG if XTILE_DATA isn't permitted
` [PATCH v4 3/6] KVM: selftests: Move XGETBV and XSETBV helpers to common code
` [PATCH v4 4/6] KVM: selftests: Rework dynamic XFeature helper to take mask, not bit
` [PATCH v4 5/6] KVM: selftests: Add all known XFEATURE masks to common code
` [PATCH v4 6/6] KVM: selftests: Add test to verify KVM's supported XCR0

[PATCH 0/2] KVM: x86: More cleanups for Hyper-V range flushing
 2023-04-05  0:31 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
` [PATCH 2/2] KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V code

[PATCH] KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults
 2023-04-05  0:26 UTC 

[PATCH] KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
 2023-04-05  0:23 UTC 

[PATCH] KVM: VMX: Get rid of hard-coded value around IA32_VMX_BASIC
 2023-04-05  0:18 UTC  (2+ messages)

[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
 2023-04-04 23:44 UTC  (2+ messages)

[PATCH REBASED] KVM: x86: SVM: Fix one redefine issue about VMCB_AVIC_APIC_BAR_MASK
 2023-04-04 23:43 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/9] x86/access: CR0.WP=0/1 r/o tests
 2023-04-04 23:43 UTC  (13+ messages)
` [kvm-unit-tests PATCH v4 1/9] x86: Use existing CR0.WP / CR4.SMEP bit definitions
` [kvm-unit-tests PATCH v4 2/9] x86/access: CR0.WP toggling write to r/o data test
` [kvm-unit-tests PATCH v4 3/9] x86/access: Replace spaces with tabs in access_test.c
` [kvm-unit-tests PATCH v4 4/9] x86/access: Use standard pass/fail reporting machinery
` [kvm-unit-tests PATCH v4 5/9] x86/access: Add forced emulation support
` [kvm-unit-tests PATCH v4 6/9] x86/access: Try forced emulation for CR0.WP test as well
` [kvm-unit-tests PATCH v4 7/9] x86: Drop VPID invl tests from nested reduced MAXPHYADDR access testcase
` [kvm-unit-tests PATCH v4 8/9] x86: Mark the VPID invalidation nested VMX access tests nodefault
` [kvm-unit-tests PATCH v4 9/9] nVMX: Add forced emulation variant of #PF access test

[kvm-unit-tests PATCH 0/2] x86: Fix goofs in FEP access configs
 2023-04-04 23:41 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: Set forced emulation access timeouts to 240
` [kvm-unit-tests PATCH 2/2] x86: Exclude forced emulation #PF access test from base "vmx" test

[PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-04 22:45 UTC  (3+ messages)
` [PATCH v9 16/25] iommufd/device: Add iommufd_access_detach() API

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-04 22:20 UTC  (27+ messages)
` [PATCH v3 01/12] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v3 02/12] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH v3 03/12] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v3 04/12] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v3 05/12] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v3 07/12] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v3 08/12] vfio/pci: Renaming for accepting device fd in "
` [PATCH v3 11/12] iommufd: Define IOMMUFD_INVALID_ID in uapi
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO

[WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
 2023-04-04 22:07 UTC  (13+ messages)

[PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-04-04 21:45 UTC  (24+ messages)
` [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support
` [PATCH v2 3/7] KVM: arm64: Implement __kvm_tlb_flush_range_vmid_ipa()
` [PATCH v2 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 7/7] KVM: arm64: Create a fast stage-2 unmap path

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver
 2023-04-04 20:58 UTC  (5+ messages)

[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
 2023-04-04 20:49 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
 2023-04-04 20:47 UTC 

[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-04 20:46 UTC  (16+ messages)
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-04 19:44 UTC  (5+ messages)
` [PATCH v13 020/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v13 024/113] KVM: TDX: allocate/free TDX vcpu structure

[GIT PULL] KVM changes for 6.4-rc5
 2023-04-04 19:27 UTC  (2+ messages)

[PATCH v8 vfio 0/7] pds_vfio driver
 2023-04-04 19:03 UTC  (9+ messages)
` [PATCH v8 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v8 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v8 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v8 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v8 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v8 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v8 vfio 7/7] vfio/pds: Add Kconfig and documentation

[kvm-unit-tests PATCH v2 0/3] Improve stack pretty printing
 2023-04-04 18:50 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] pretty_print_stacks: prevent invalid address arguments
` [kvm-unit-tests PATCH v2 2/3] pretty_print_stacks: support unknown line numbers
` [kvm-unit-tests PATCH v2 3/3] pretty_print_stacks: modify relative path calculation

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-04 18:16 UTC  (3+ messages)

[kvm-unit-tests GIT PULL v2 00/14] s390x: new maintainer, refactor linker scripts, tests for misalignments, execute-type instructions and vSIE epdx
 2023-04-04 18:06 UTC  (12+ messages)
` [kvm-unit-tests GIT PULL v2 09/14] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests GIT PULL v2 10/14] s390x/spec_ex: Add test of EXECUTE with odd target address
` [kvm-unit-tests GIT PULL v2 11/14] s390x: Add tests for execute-type instructions
` [kvm-unit-tests GIT PULL v2 12/14] s390x: spec_ex: Add test for misaligned load
` [kvm-unit-tests GIT PULL v2 13/14] MAINTAINERS: Add Nico as s390x Maintainer and make Thomas reviewer

[PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
 2023-04-04 17:13 UTC  (4+ messages)

[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
 2023-04-04 17:03 UTC  (4+ messages)

[PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
 2023-04-04 16:59 UTC  (2+ messages)

[RESEND PATCH] selftest/vmx_nested_tsc_scaling_test: fix fp leak
 2023-04-04 16:59 UTC  (2+ messages)

[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
 2023-04-04 16:55 UTC  (15+ messages)
` [PATCH v4 1/9] RISC-V: Add AIA related CSR defines
` [PATCH v4 2/9] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v4 3/9] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v4 4/9] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH v4 5/9] RISC-V: KVM: Implement subtype for CSR ONE_REG interface
` [PATCH v4 6/9] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH v4 7/9] RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask
` [PATCH v4 8/9] RISC-V: KVM: Virtualize per-HART AIA CSRs
` [PATCH v4 9/9] RISC-V: KVM: Implement guest external interrupt line management

[kvm-unit-tests PATCH v3 0/4] Tests for CR0.WP=0/1 r/o write access
 2023-04-04 16:36 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 3/4] x86/access: Forced emulation support

[PATCH v2 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-04 16:17 UTC  (6+ messages)
` [PATCH v2 05/11] qemu-options: finesse the recommendations around -blockdev

[PATCH v7 vfio 0/7] pds_vfio driver
 2023-04-04 16:15 UTC  (4+ messages)
` [PATCH v7 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver

[PATCH v2] KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
 2023-04-04 15:55 UTC  (2+ messages)

[PATCH v3 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-04-04 15:40 UTC  (14+ messages)
` [PATCH v3 01/13] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH v3 02/13] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH v3 03/13] KVM: arm64: Add vm fd device attribute accessors
` [PATCH v3 04/13] KVM: arm64: Rename SMC/HVC call handler to reflect reality
` [PATCH v3 05/13] KVM: arm64: Start handling SMCs from EL1
` [PATCH v3 06/13] KVM: arm64: Refactor hvc filtering to support different actions
` [PATCH v3 07/13] KVM: arm64: Use a maple tree to represent the SMCCC filter
` [PATCH v3 08/13] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [PATCH v3 09/13] KVM: arm64: Introduce support for userspace SMCCC filtering
` [PATCH v3 10/13] KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI version
` [PATCH v3 11/13] KVM: arm64: Let errors from SMCCC emulation to reach userspace
` [PATCH v3 12/13] KVM: selftests: Add a helper for SMCCC calls with SMC instruction
` [PATCH v3 13/13] KVM: selftests: Add test for SMCCC filter

Nested virtualization not working with hyperv guest/windows 11
 2023-04-04 15:38 UTC  (3+ messages)
      ` ping: "

[kvm-unit-tests PATCH 0/5] s390x: Add base AP support
 2023-04-04 15:23 UTC  (5+ messages)
` [kvm-unit-tests PATCH 5/5] s390x: ap: Add reset tests

[GIT PULL vfio] Please pull vfio/iommufd changes
 2023-04-04 15:22 UTC  (2+ messages)

[PULL 10/10] tests/avocado: Test Xen guest support under KVM
 2023-04-04 14:59 UTC 

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-04 14:58 UTC  (4+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted

[PATCH] vfio/cdx: add support for CDX bus
 2023-04-04 14:51 UTC  (3+ messages)

[PATCH v1 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-04 14:25 UTC  (4+ messages)
` [PATCH v1 2/2] KVM: arm64: PMU: Ensure to trap PMU access from EL0 to EL2

[PATCH v19 00/21] s390x: CPU Topology
 2023-04-04 14:04 UTC  (18+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v19 14/21] tests/avocado: s390x cpu topology core
` [PATCH v19 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v19 17/21] tests/avocado: s390x cpu topology test dedicated CPU

[PATCH v3 0/8] RISC-V KVM virtualize AIA CSRs
 2023-04-04 13:54 UTC  (15+ messages)
` [PATCH v3 6/8] RISC-V: KVM: Add ONE_REG interface for "
` [PATCH v3 7/8] RISC-V: KVM: Virtualize per-HART "
` [PATCH v3 8/8] RISC-V: KVM: Implement guest external interrupt line management

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-04 13:22 UTC  (4+ messages)
` [RFC PATCH V4 17/17] x86/sev: Remove restrict interrupt injection from SNP_FEATURES_IMPL_REQ

[PATCH v5 0/9] vdpa_sim: add support for user VA
 2023-04-04 13:17 UTC  (10+ messages)
` [PATCH v5 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v5 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v5 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v5 4/9] vringh: define the stride used for translation
` [PATCH v5 5/9] vringh: support VA with iotlb
` [PATCH v5 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v5 7/9] vdpa_sim: use kthread worker
` [PATCH v5 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v5 9/9] vdpa_sim: add support for user VA

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-04 13:09 UTC  (6+ messages)
` [PATCH v7 1/5] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v7 3/5] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable
` [PATCH v7 5/5] KVM: x86: Expose LAM feature to userspace VMM

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-04-04 12:47 UTC  (3+ messages)

[kvm-unit-tests PATCH] MAINTAINERS: Add a catch-all entry for the kvm mailing list
 2023-04-04 12:51 UTC 

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-04 12:26 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: free sev_*asid_bitmap init if SEV init fails
` [PATCH 2/2] KVM: SVM: add some info prints to SEV init

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-04 12:12 UTC 

[PATCH net-next v4 0/3] vsock: return errors other than -ENOMEM to socket
 2023-04-04 11:50 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x: Use the right constraints in intercept.c
 2023-04-04 11:43 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x/snippets: Fix compilation with Clang 15
 2023-04-04 11:40 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;
as well as URLs for NNTP newsgroup(s).